Skip to content

Commit fc67e73

Browse files
thisiskeithbLCh-77
authored andcommitted
🚸 MPCTEMP: Home before cooling (MarlinFirmware#24434)
1 parent 0286c85 commit fc67e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/src/module/temperature.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -926,13 +926,13 @@ volatile bool Temperature::raw_temps_ready = false;
926926
MPC_t &constants = hotend.constants;
927927

928928
// Move to center of bed, just above bed height and cool with max fan
929+
gcode.home_all_axes(true);
929930
disable_all_heaters();
930931
#if HAS_FAN
931932
zero_fan_speeds();
932933
set_fan_speed(ANY(MPC_FAN_0_ALL_HOTENDS, MPC_FAN_0_ACTIVE_HOTEND) ? 0 : active_extruder, 255);
933934
planner.sync_fan_speeds(fan_speed);
934935
#endif
935-
gcode.home_all_axes(true);
936936
const xyz_pos_t tuningpos = MPC_TUNING_POS;
937937
do_blocking_move_to(tuningpos);
938938

0 commit comments

Comments
 (0)