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:
parent
cd3220d055
commit
d86c3cf43c
3 changed files with 9 additions and 8 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue