Browse Source

Remove extra M503 "M412" report (#14985)

Tim Moore 5 years ago
parent
commit
cd09e35f90
1 changed files with 0 additions and 6 deletions
  1. 0
    6
      Marlin/src/module/configuration_store.cpp

+ 0
- 6
Marlin/src/module/configuration_store.cpp View File

2798
       }
2798
       }
2799
     #endif
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
      * Bed Leveling
2802
      * Bed Leveling
2809
      */
2803
      */

Loading…
Cancel
Save