Explorar el Código

Enable fsensor when preparing for shipping

Alex Voinea hace 3 años
padre
commit
f9ff929bbe
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Firmware/Marlin_main.cpp

+ 1 - 0
Firmware/Marlin_main.cpp

@@ -765,6 +765,7 @@ static void factory_reset(char level)
 		farm_disable();
 
 #ifdef FILAMENT_SENSOR
+		fsensor.setEnabled(true);
 		fsensor.setAutoLoadEnabled(true, true);
 		fsensor.setRunoutEnabled(true, true);
 #endif //FILAMENT_SENSOR