Procházet zdrojové kódy

Disabled disable_heater in PID_autotune.

Erik van der Zalm před 13 roky
rodič
revize
8aee9d51b6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      Marlin/temperature.cpp

+ 1
- 1
Marlin/temperature.cpp Zobrazit soubor

154
   
154
   
155
   SERIAL_ECHOLN("PID Autotune start");
155
   SERIAL_ECHOLN("PID Autotune start");
156
   
156
   
157
-  disable_heater(); // switch off all heaters.
157
+  //disable_heater(); // switch off all heaters.
158
   
158
   
159
   for(;;) {
159
   for(;;) {
160
 
160
 

Loading…
Zrušit
Uložit