Browse Source

Merge pull request #6947 from Bob-the-Kuhn/allow-GCODE_DEBUG-when-UBL-enabled

Allow DEBUG_GCODE_PARSER when UBL is enabled
Bob-the-Kuhn 7 years ago
parent
commit
862def2ef4
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Marlin/Marlin.h

+ 4
- 0
Marlin/Marlin.h View File

@@ -35,6 +35,10 @@
35 35
 
36 36
 #include "MarlinConfig.h"
37 37
 
38
+#ifdef DEBUG_GCODE_PARSER
39
+  #include "gcode.h"
40
+#endif
41
+
38 42
 #include "enum.h"
39 43
 #include "types.h"
40 44
 #include "fastio.h"

Loading…
Cancel
Save