Always stow BLTOUCH at start of G28

This commit is contained in:
Scott Lahteine 2018-06-10 16:24:12 -05:00
parent 6e49901104
commit d70189abf6

View File

@ -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)