Skip to content

Replace Variable with Setting, unit miss-match #2

@halitus

Description

@halitus

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions