cleanup: make cancel_heatup static in Marlin_main

This commit is contained in:
Guðni Már Gilbert 2023-04-11 21:17:51 +00:00
parent d148c08991
commit 7c23d8b00c
2 changed files with 1 additions and 2 deletions

View File

@ -244,7 +244,7 @@ uint8_t newFanSpeed = 0;
bool powersupply = true;
#endif
bool cancel_heatup = false;
static bool cancel_heatup = false;
int8_t busy_state = NOT_BUSY;
static long prev_busy_signal_ms = -1;

View File

@ -163,7 +163,6 @@ void printf_IRSensorAnalogBoardChange();
extern int8_t SilentModeMenu;
extern bool cancel_heatup;
extern bool isPrintPaused;
extern uint8_t scrollstuff;