Browse Source

Fix G80 compilation

Scott Lahteine 6 years ago
parent
commit
55e810d512
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/src/gcode/motion/G80.cpp

+ 2
- 0
Marlin/src/gcode/motion/G80.cpp View File

@@ -24,6 +24,8 @@
24 24
 
25 25
 #if ENABLED(GCODE_MOTION_MODES)
26 26
 
27
+#include "../parser.h"
28
+
27 29
 /**
28 30
  * G80: Cancel current motion mode
29 31
  */

Loading…
Cancel
Save