|
|
@ -205,7 +205,7 @@ void GcodeSuite::G28(const bool always_home_all) {
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#else
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
if (home_all || homeX || homeY) {
|
|
|
|
if (home_all || homeX || homeY) {
|
|
|
|
// Raise Z before homing any other axes and z is not already high enough (never lower z)
|
|
|
|
// Raise Z before homing any other axes and z is not already high enough (never lower z)
|
|
|
@ -221,8 +221,6 @@ void GcodeSuite::G28(const bool always_home_all) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#if ENABLED(QUICK_HOME)
|
|
|
|
#if ENABLED(QUICK_HOME)
|
|
|
|
|
|
|
|
|
|
|
|
if (home_all || (homeX && homeY)) quick_home_xy();
|
|
|
|
if (home_all || (homeX && homeY)) quick_home_xy();
|
|
|
|