浏览代码

Bugfix: M32 was still using the old print timer

João Brázio 8 年前
父节点
当前提交
e48d0263bf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp 查看文件

@@ -3715,7 +3715,7 @@ inline void gcode_M31() {
3715 3715
       card.startFileprint();
3716 3716
 
3717 3717
       // Procedure calls count as normal print time.
3718
-      if (!call_procedure) print_job_start();
3718
+      if (!call_procedure) print_job_timer.start();
3719 3719
     }
3720 3720
   }
3721 3721
 

正在加载...
取消
保存