浏览代码

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 8 年前
父节点
当前提交
862def2ef4
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      Marlin/Marlin.h

+ 4
- 0
Marlin/Marlin.h 查看文件

@@ -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"

正在加载...
取消
保存