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

@@ -95,7 +95,7 @@
extern int absPreheatHPBTemp;
extern int absPreheatFanSpeed;
extern bool cancel_heatup;
extern bool wait_for_heatup;
#if ENABLED(FILAMENT_LCD_DISPLAY)
extern millis_t previous_lcd_status_ms;