Anonoei / klipper_auto_speed

Klipper module for automatically calculating your printer's maximum acceleration/velocity
MIT License
220 stars 23 forks source link

[ENHANCE] Disable Motor after finishing all movements #27

Open shubhracc opened 2 months ago

shubhracc commented 2 months ago

Is your feature request related to a problem? Please describe. My motors are enabled after running this test and it causes them to heat up quite a bit. I have to manually disable them which is a bit of a hastle

Describe the solution you'd like Enter the M18 gcode command to disable all steppers at the end of the gcode of this Macro.

Describe alternatives you've considered An alternative I use is manually disabling the motors via the Mainsail UI or through KlipperScreen

Additional context N/A

bistory commented 2 months ago

Why don't you create a macro that will call M18 after klipper auto speed ?

shubhracc commented 2 months ago

That's exactly what I did. I just thought it was inconvininent that I had to do that so I made a reccomendation so that other people who might want to use your macro have an improved user experience.

thetic commented 2 months ago

I do not want this behavior, so if it is added please make it optional

shubhracc commented 2 months ago

That sounds like a great idea. It could be placed in the cfg portion.