Explorar o código

Fix M105 from SD

Voinea Dragos %!s(int64=3) %!d(string=hai) anos
pai
achega
635bc442d6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Firmware/Marlin_main.cpp

+ 1 - 0
Firmware/Marlin_main.cpp

@@ -6490,6 +6490,7 @@ Sigma_Exit:
       gcode_M105(extruder);
       
       cmdqueue_pop_front(); //prevent an ok after the command since this command uses an ok at the beginning.
+      cmdbuffer_front_already_processed = true;
       
       break;
     }