sorting files disabled in farm mode, start printer status needs reponse from monitoring

This commit is contained in:
PavelSindler 2017-08-29 16:52:14 +02:00
parent ddeb7b8c84
commit f45f206faf
3 changed files with 9 additions and 8 deletions

View file

@ -440,3 +440,4 @@ void gcode_M701();
#define UVLO !(PINE & (1<<4))
void extr_unload2();
void proc_commands();

View file

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