-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Besides there being no wiki entry on how to determine the variables, when pulling travel speeds from "speed" it writes them as mm/s. However the Gcode requires mm/min. IE these values need to be a factor of 60 bigger.
This leads to the possibility of adding some form of maths into this plug in. So that even if the variable was in mm/s we could *60 it.
Something like: <setting.speed.MaximumZFeedRate*60>
This would let us do more in the start gcode automatically. Such as if i wanted to run my priming routine at a slightly lower temperature than my first layer, I could do
<setting.temperature.BaseTemperature*0.95>
Cheers, again happy to discuss.
Phillip
Metadata
Metadata
Assignees
Labels
No labels