Patched up, cleaned up
This commit is contained in:
parent
2911aa7ffa
commit
a2864ab7fe
6 changed files with 257 additions and 254 deletions
|
|
@ -209,10 +209,9 @@ void manage_inactivity(bool ignore_stepper_queue = false);
|
|||
|
||||
#endif // !MIXING_EXTRUDER
|
||||
|
||||
#define G38_2_3
|
||||
#ifdef G38_2_3
|
||||
extern bool G38_flag ; //flag to tell the interrupt handler that a G38 command is being run
|
||||
extern bool G38_flag_pass ; //flag from the interrupt handler to indicate if the endstop went active
|
||||
#if ENABLED(G38_2_3)
|
||||
extern bool G38_move, // flag to tell the interrupt handler that a G38 command is being run
|
||||
G38_endstop_hit; // flag from the interrupt handler to indicate if the endstop went active
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue