Changed the type of variable to bool, the name to "cancel_heatup", flags implementation and added this fix to M190 gcode too.
This commit is contained in:
@ -43,7 +43,7 @@
|
||||
extern int absPreheatHPBTemp;
|
||||
extern int absPreheatFanSpeed;
|
||||
|
||||
extern boolean forced_heating_stop;
|
||||
extern bool cancel_heatup;
|
||||
|
||||
void lcd_buzz(long duration,uint16_t freq);
|
||||
bool lcd_clicked();
|
||||
|
Reference in New Issue
Block a user