浏览代码

Fix tool_change call in UBL G29

Fix #11279, #11252
Scott Lahteine 6 年前
父节点
当前提交
17ed0f815c
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp

+ 4
- 0
Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp 查看文件

@@ -41,6 +41,10 @@
41 41
   #include "../../../feature/bedlevel/bedlevel.h"
42 42
   #include "../../../libs/least_squares_fit.h"
43 43
 
44
+  #if ENABLED(DUAL_X_CARRIAGE)
45
+    #include "../../../module/tool_change.h"
46
+  #endif
47
+
44 48
   #include <math.h>
45 49
 
46 50
   #define UBL_G29_P31

正在加载...
取消
保存