Change cancel_heatup to wait_for_heatup

This commit is contained in:
Scott Lahteine
2016-07-06 09:17:50 -07:00
parent 90d8bb53e8
commit 160a2be117
3 changed files with 9 additions and 11 deletions

View File

@@ -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();