Fill out above information andin all cases attach yourklippy.logfile (use zip to compress it, if too big). Pasting yourprinter.cfgis not needed Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there
Describe your issue:
I have noticed that my extruder motors keep turned on (energized) after printing, and i’d like to turn them off just like one can turn off an stepper.
Does SET_STEPPER_ENABLE work for this or this should be done in other way?
Well, because it’s just a question for development, not searching help by some bug or similar…
No, i don’t use m18 or m84 at the end of the print as i dont want to disable all motors as i would need to home again the printer in order to move it, and i dont want to do that. Instead i disable them only in my timeout.
I’d like to just disable my extruder steppers whenever I want, if it is possible.
M84 E can be used as well, in short it disables just the extruder motor, But yes SET_STEPPER_ENABLE stepper=extruder enable=0
will disable it too. But fyi some mobo’s share one enable for all the motors… some ender’s did (see link)