cleanup: make cancel_heatup static in Marlin_main
This commit is contained in:
parent
d148c08991
commit
7c23d8b00c
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -163,7 +163,6 @@ void printf_IRSensorAnalogBoardChange();
|
|||
|
||||
extern int8_t SilentModeMenu;
|
||||
|
||||
extern bool cancel_heatup;
|
||||
extern bool isPrintPaused;
|
||||
|
||||
extern uint8_t scrollstuff;
|
||||
|
|
|
|||
Loading…
Reference in New Issue