Update Marlin.h
This commit is contained in:
parent
d02daec08f
commit
3d1da45f3e
@ -103,7 +103,7 @@ FORCE_INLINE void serialprintPGM(const char *str)
|
|||||||
void get_command();
|
void get_command();
|
||||||
void process_commands();
|
void process_commands();
|
||||||
|
|
||||||
void manage_inactivity(bool ignore_stepper_queue=false)
|
void manage_inactivity(bool ignore_stepper_queue=false);
|
||||||
|
|
||||||
#if defined(DUAL_X_CARRIAGE) && defined(X_ENABLE_PIN) && X_ENABLE_PIN > -1 \
|
#if defined(DUAL_X_CARRIAGE) && defined(X_ENABLE_PIN) && X_ENABLE_PIN > -1 \
|
||||||
&& defined(X2_ENABLE_PIN) && X2_ENABLE_PIN > -1
|
&& defined(X2_ENABLE_PIN) && X2_ENABLE_PIN > -1
|
||||||
|
Loading…
Reference in New Issue
Block a user