浏览代码

Merge pull request #3125 from leptun/PFW-1238_fix_M105_from_SD

Fix M105 from SD
DRracer 4 年之前
父节点
当前提交
7c914ec2d1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Firmware/Marlin_main.cpp

+ 1 - 0
Firmware/Marlin_main.cpp

@@ -6492,6 +6492,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;
     }