Skip to content

Commit

Permalink
HOME_BEFORE_FILAMENT_CHANGE on any axis unknown (MarlinFirmware#17681)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb authored and HairingX committed Jun 16, 2021
1 parent 282bcc3 commit ecafafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/gcode/feature/pause/M600.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ecafafa

Please sign in to comment.