ソースを参照

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

読み込み中…
キャンセル
保存