HOME_BEFORE_FILAMENT_CHANGE on any axis unknown (#17681)

This commit is contained in:
thisiskeithb 2020-04-25 18:56:54 -07:00 committed by GitHub
parent 1752cd4fe5
commit 02a054cda4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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