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:
Pablo Clemente
2014-06-30 15:12:13 +02:00
parent cd3220d055
commit d86c3cf43c
3 changed files with 9 additions and 8 deletions

View File

@ -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();