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