|
@@ -39,7 +39,7 @@
|
39
|
39
|
#include "../../feature/tmc_util.h"
|
40
|
40
|
#endif
|
41
|
41
|
|
42
|
|
-#if HOMING_Z_WITH_PROBE
|
|
42
|
+#if HOMING_Z_WITH_PROBE || ENABLED(BLTOUCH)
|
43
|
43
|
#include "../../module/probe.h"
|
44
|
44
|
#endif
|
45
|
45
|
|
|
@@ -190,6 +190,10 @@ void GcodeSuite::G28(const bool always_home_all) {
|
190
|
190
|
workspace_plane = PLANE_XY;
|
191
|
191
|
#endif
|
192
|
192
|
|
|
193
|
+ #if ENABLED(BLTOUCH)
|
|
194
|
+ set_bltouch_deployed(false);
|
|
195
|
+ #endif
|
|
196
|
+
|
193
|
197
|
// Always home with tool 0 active
|
194
|
198
|
#if HOTENDS > 1
|
195
|
199
|
#if DISABLED(DELTA) || ENABLED(DELTA_HOME_TO_SAFE_ZONE)
|