Get 'cancelable' for gcode.cpp
This commit is contained in:
parent
c58cc113dd
commit
732bf89878
@ -45,6 +45,10 @@ GcodeSuite gcode;
|
|||||||
#include "../feature/power_loss_recovery.h"
|
#include "../feature/power_loss_recovery.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(CANCEL_OBJECTS)
|
||||||
|
#include "../feature/cancel_object.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "../Marlin.h" // for idle() and suspend_auto_report
|
#include "../Marlin.h" // for idle() and suspend_auto_report
|
||||||
|
|
||||||
millis_t GcodeSuite::previous_move_ms;
|
millis_t GcodeSuite::previous_move_ms;
|
||||||
|
Loading…
Reference in New Issue
Block a user