I understand I can change DEFAULT_STEPPER_DEACTIVE_TIME in the firmware but I was wondering why there isn't a gcode command for it?
I know that this is more of a general firmware for many types of printers but I would of thought the MakerGear M2 firmware would have such a thing to keep the motors on and ignore the timeout.
Or mabye, since I have only had the machine for 2 weeks, there is such a command and I just never knew:P
Why isn't there a timout for the Z-motor access?
- Matt_Sharkey
- Posts: 347
- Joined: Mon Oct 20, 2014 3:10 pm
Re: Why isn't there a timout for the Z-motor access?
Code: Select all
M84 S0 ; Don't let go of motors
Change the value for S to change the time (in seconds) before a timeout occurs.