Add STARTUP_SCRIPT option. M17 parity with M18. (#14953)
This commit is contained in:
committed by
Scott Lahteine
parent
36dfbaea8c
commit
179d6c4ed1
@@ -316,6 +316,7 @@ void manage_inactivity(const bool ignore_stepper_queue=false);
|
||||
/**
|
||||
* The axis order in all axis related arrays is X, Y, Z, E
|
||||
*/
|
||||
void enable_e_steppers();
|
||||
void enable_all_steppers();
|
||||
void disable_e_stepper(const uint8_t e);
|
||||
void disable_e_steppers();
|
||||
|
||||
Reference in New Issue
Block a user