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"
|
||||
#endif
|
||||
|
||||
#if ENABLED(CANCEL_OBJECTS)
|
||||
#include "../feature/cancel_object.h"
|
||||
#endif
|
||||
|
||||
#include "../Marlin.h" // for idle() and suspend_auto_report
|
||||
|
||||
millis_t GcodeSuite::previous_move_ms;
|
||||
|
Loading…
Reference in New Issue
Block a user