Browse Source

HOME_BEFORE_FILAMENT_CHANGE on any axis unknown (#17681)

vanilla_fb_2.0.x
thisiskeithb 4 years ago
committed by GitHub
parent
commit
02a054cda4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Marlin/src/gcode/feature/pause/M600.cpp

2
Marlin/src/gcode/feature/pause/M600.cpp

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