Always stow BLTOUCH at start of G28
This commit is contained in:
parent
6e49901104
commit
d70189abf6
@ -4086,6 +4086,10 @@ inline void gcode_G28(const bool always_home_all) {
|
|||||||
workspace_plane = PLANE_XY;
|
workspace_plane = PLANE_XY;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(BLTOUCH)
|
||||||
|
set_bltouch_deployed(false);
|
||||||
|
#endif
|
||||||
|
|
||||||
// Always home with tool 0 active
|
// Always home with tool 0 active
|
||||||
#if HOTENDS > 1
|
#if HOTENDS > 1
|
||||||
#if DISABLED(DELTA) || ENABLED(DELTA_HOME_TO_SAFE_ZONE)
|
#if DISABLED(DELTA) || ENABLED(DELTA_HOME_TO_SAFE_ZONE)
|
||||||
|
Loading…
Reference in New Issue
Block a user