Change cancel_heatup to wait_for_heatup
This commit is contained in:
parent
90d8bb53e8
commit
160a2be117
3 changed files with 9 additions and 11 deletions
|
|
@ -559,7 +559,7 @@ static void lcd_status_screen() {
|
|||
stepper.quick_stop();
|
||||
print_job_timer.stop();
|
||||
thermalManager.autotempShutdown();
|
||||
cancel_heatup = true;
|
||||
wait_for_heatup = false;
|
||||
lcd_setstatus(MSG_PRINT_ABORTED, true);
|
||||
#if DISABLED(DELTA) && DISABLED(SCARA)
|
||||
set_current_position_from_planner();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue