Explorar o código

fix - bed heating durring selftest

Robert Pelnar %!s(int64=5) %!d(string=hai) anos
pai
achega
9a1e914637
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      Firmware/temperature.cpp

+ 3 - 0
Firmware/temperature.cpp

@@ -840,7 +840,10 @@ void manage_heater()
       }
     #endif
       if(target_temperature_bed==0)
+	  {
         soft_pwm_bed = 0;
+		timer02_set_pwm0(soft_pwm_bed << 1);
+	  }
   #endif
   
 #ifdef HOST_KEEPALIVE_FEATURE