removed "Printer disconnected" message
This commit is contained in:
parent
f45f206faf
commit
8ec3c0fd7e
@ -565,10 +565,10 @@ static void lcd_status_screen()
|
|||||||
feedmultiply = 999;
|
feedmultiply = 999;
|
||||||
#endif //ULTIPANEL
|
#endif //ULTIPANEL
|
||||||
|
|
||||||
if (farm_mode && !printer_connected) {
|
/*if (farm_mode && !printer_connected) {
|
||||||
lcd.setCursor(0, 3);
|
lcd.setCursor(0, 3);
|
||||||
lcd_printPGM(MSG_PRINTER_DISCONNECTED);
|
lcd_printPGM(MSG_PRINTER_DISCONNECTED);
|
||||||
}
|
}*/
|
||||||
|
|
||||||
|
|
||||||
//#define FSENS_FACTOR (2580.8/50) //filament sensor factor [steps / encoder counts]
|
//#define FSENS_FACTOR (2580.8/50) //filament sensor factor [steps / encoder counts]
|
||||||
@ -7202,7 +7202,7 @@ static void lcd_connect_printer() {
|
|||||||
i++;
|
i++;
|
||||||
t++;
|
t++;
|
||||||
delay_keep_alive(100);
|
delay_keep_alive(100);
|
||||||
process_command_small();
|
proc_commands();
|
||||||
if (t == 10) {
|
if (t == 10) {
|
||||||
prusa_statistics(important_status, saved_filament_type);
|
prusa_statistics(important_status, saved_filament_type);
|
||||||
t = 0;
|
t = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user