|
|
@ -1120,7 +1120,7 @@ void do_homing_move(const AxisEnum axis, const float distance, const float fr_mm
|
|
|
|
if (axis == Z_AXIS && distance < 0 && thermalManager.isHeatingBed()) {
|
|
|
|
if (axis == Z_AXIS && distance < 0 && thermalManager.isHeatingBed()) {
|
|
|
|
serialprintPGM(msg_wait_for_bed_heating);
|
|
|
|
serialprintPGM(msg_wait_for_bed_heating);
|
|
|
|
LCD_MESSAGEPGM(MSG_BED_HEATING);
|
|
|
|
LCD_MESSAGEPGM(MSG_BED_HEATING);
|
|
|
|
while (thermalManager.isHeatingBed()) safe_delay(200);
|
|
|
|
thermalManager.wait_for_bed();
|
|
|
|
ui.reset_status();
|
|
|
|
ui.reset_status();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|