Add disable_e_steppers function
This commit is contained in:
@ -223,6 +223,7 @@ void manage_inactivity(bool ignore_stepper_queue = false);
|
||||
#define _AXIS(AXIS) AXIS ##_AXIS
|
||||
|
||||
void enable_all_steppers();
|
||||
void disable_e_steppers();
|
||||
void disable_all_steppers();
|
||||
|
||||
void FlushSerialRequestResend();
|
||||
|
Reference in New Issue
Block a user