浏览代码

fix 'axis_unhomed_error' not defined error

Fix 'axis_unhomed_error' not defined error when pause with unhomed status
gallynero 7 年前
父节点
当前提交
3619a4cbea
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      Marlin/src/gcode/feature/pause/M600.cpp

+ 1
- 0
Marlin/src/gcode/feature/pause/M600.cpp 查看文件

@@ -27,6 +27,7 @@
27 27
 #include "../../../feature/pause.h"
28 28
 
29 29
 #include "../../gcode.h"
30
+#include "../../../module/motion.h"
30 31
 #include "../../parser.h"
31 32
 
32 33
 #include "../../../module/printcounter.h"

正在加载...
取消
保存