Browse Source

Get 'cancelable' for gcode.cpp

Scott Lahteine 5 years ago
parent
commit
732bf89878
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Marlin/src/gcode/gcode.cpp

+ 4
- 0
Marlin/src/gcode/gcode.cpp View File

@@ -45,6 +45,10 @@ GcodeSuite gcode;
45 45
   #include "../feature/power_loss_recovery.h"
46 46
 #endif
47 47
 
48
+#if ENABLED(CANCEL_OBJECTS)
49
+  #include "../feature/cancel_object.h"
50
+#endif
51
+
48 52
 #include "../Marlin.h" // for idle() and suspend_auto_report
49 53
 
50 54
 millis_t GcodeSuite::previous_move_ms;

Loading…
Cancel
Save