Browse Source

Bugfix: M32 was still using the old print timer

João Brázio 8 years ago
parent
commit
e48d0263bf
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp View File

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

Loading…
Cancel
Save