Browse Source

Fix tool_change call in UBL G29

Fix #11279, #11252
Scott Lahteine 7 years ago
parent
commit
17ed0f815c
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp

+ 4
- 0
Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp View File

41
   #include "../../../feature/bedlevel/bedlevel.h"
41
   #include "../../../feature/bedlevel/bedlevel.h"
42
   #include "../../../libs/least_squares_fit.h"
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
   #include <math.h>
48
   #include <math.h>
45
 
49
 
46
   #define UBL_G29_P31
50
   #define UBL_G29_P31

Loading…
Cancel
Save