Why isn't there a timout for the Z-motor access?

Have questions or comments about Simplify3D, Slic3r, Cura, Reptier, etc? Or wondering about which CAD software to use...discuss it here...
Post Reply
WarlockD
Posts: 1
Joined: Sat Oct 03, 2015 9:05 pm

Why isn't there a timout for the Z-motor access?

Post by WarlockD » Sat Oct 03, 2015 9:17 pm

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

User avatar
Matt_Sharkey
Posts: 347
Joined: Mon Oct 20, 2014 3:10 pm

Re: Why isn't there a timout for the Z-motor access?

Post by Matt_Sharkey » Sat Oct 03, 2015 10:08 pm

Code: Select all

M84 S0 ; Don't let go of motors
Turns off any Timeout, Holds the motors indefinitely

Change the value for S to change the time (in seconds) before a timeout occurs.

Post Reply