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 Alexander Yasnogor committed Aug 7, 2020
1 parent 5e6e912 commit f2b32c9
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 f2b32c9

Please sign in to comment.