Преглед на файлове

Fix time remaining not reset on stop print

Alex Voinea преди 3 години
родител
ревизия
5ae45d583f
променени са 1 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 3 2
      Firmware/Marlin_main.cpp

+ 3 - 2
Firmware/Marlin_main.cpp

@@ -6911,8 +6911,6 @@ Sigma_Exit:
           #endif
         }
       }
-	  //in the end of print set estimated time to end of print and extruders used during print to default values for next print
-	  print_time_remaining_init();
 	  snmm_filaments_used = 0;
       break;
 
@@ -10188,6 +10186,9 @@ void finishAndDisableSteppers()
   // state for the next print.
   la10c_reset();
 #endif
+
+  //in the end of print set estimated time to end of print and extruders used during print to default values for next print
+  print_time_remaining_init();
 }
 
 #ifdef FAST_PWM_FAN