sorting files disabled in farm mode, start printer status needs reponse from monitoring
This commit is contained in:
parent
ddeb7b8c84
commit
f45f206faf
3 changed files with 9 additions and 8 deletions
|
@ -440,3 +440,4 @@ void gcode_M701();
|
|||
#define UVLO !(PINE & (1<<4))
|
||||
|
||||
void extr_unload2();
|
||||
void proc_commands();
|
||||
|
|
|
@ -7202,7 +7202,7 @@ static void lcd_connect_printer() {
|
|||
i++;
|
||||
t++;
|
||||
delay_keep_alive(100);
|
||||
process_commands();
|
||||
process_command_small();
|
||||
if (t == 10) {
|
||||
prusa_statistics(important_status, saved_filament_type);
|
||||
t = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue