HOME_BEFORE_FILAMENT_CHANGE on any axis unknown (#17681)

2.0.x
thisiskeithb 5 years ago committed by GitHub
parent 1752cd4fe5
commit 02a054cda4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -97,7 +97,7 @@ void GcodeSuite::M600() {
#if ENABLED(HOME_BEFORE_FILAMENT_CHANGE)
// Don't allow filament change without homing first
if (axes_need_homing()) home_all_axes();
if (!all_axes_known()) home_all_axes();
#endif
#if EXTRUDERS > 1

Loading…
Cancel
Save