fixed pid calibration finish status
This commit is contained in:
parent
870f85ce61
commit
6d9ab7109f
|
|
@ -106,6 +106,7 @@ int farm_status = 0;
|
||||||
unsigned long allert_timer = millis();
|
unsigned long allert_timer = millis();
|
||||||
bool printer_connected = true;
|
bool printer_connected = true;
|
||||||
|
|
||||||
|
unsigned long display_time; //just timer for showing pid finished message on lcd;
|
||||||
float pid_temp = DEFAULT_PID_TEMP;
|
float pid_temp = DEFAULT_PID_TEMP;
|
||||||
|
|
||||||
bool long_press_active = false;
|
bool long_press_active = false;
|
||||||
|
|
@ -777,7 +778,7 @@ void lcd_commands()
|
||||||
}
|
}
|
||||||
if (lcd_commands_type == LCD_COMMAND_PID_EXTRUDER) {
|
if (lcd_commands_type == LCD_COMMAND_PID_EXTRUDER) {
|
||||||
char cmd1[30];
|
char cmd1[30];
|
||||||
unsigned long display_time; //just timer for showing pid finished message on lcd;
|
|
||||||
if (lcd_commands_step == 0) {
|
if (lcd_commands_step == 0) {
|
||||||
custom_message_type = 3;
|
custom_message_type = 3;
|
||||||
custom_message_state = 1;
|
custom_message_state = 1;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue