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
Firmware
|
@ -440,3 +440,4 @@ void gcode_M701();
|
||||||
#define UVLO !(PINE & (1<<4))
|
#define UVLO !(PINE & (1<<4))
|
||||||
|
|
||||||
void extr_unload2();
|
void extr_unload2();
|
||||||
|
void proc_commands();
|
||||||
|
|
|
@ -7202,7 +7202,7 @@ static void lcd_connect_printer() {
|
||||||
i++;
|
i++;
|
||||||
t++;
|
t++;
|
||||||
delay_keep_alive(100);
|
delay_keep_alive(100);
|
||||||
process_commands();
|
process_command_small();
|
||||||
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…
Add table
Add a link
Reference in a new issue