Explorar el Código

Remove extra M503 "M412" report (#14985)

Tim Moore hace 5 años
padre
commit
cd09e35f90
Se han modificado 1 ficheros con 0 adiciones y 6 borrados
  1. 0
    6
      Marlin/src/module/configuration_store.cpp

+ 0
- 6
Marlin/src/module/configuration_store.cpp Ver fichero

@@ -2798,12 +2798,6 @@ void MarlinSettings::reset() {
2798 2798
       }
2799 2799
     #endif
2800 2800
 
2801
-    #if HAS_FILAMENT_SENSOR
2802
-      CONFIG_ECHO_HEADING("Filament Runout Sensor:");
2803
-      CONFIG_ECHO_START();
2804
-      SERIAL_ECHOLNPAIR("  M412 S", int(runout.enabled));
2805
-    #endif
2806
-
2807 2801
     /**
2808 2802
      * Bed Leveling
2809 2803
      */

Loading…
Cancelar
Guardar