Remove extra M503 "M412" report (#14985)

2.0.x
Tim Moore 5 years ago committed by Scott Lahteine
parent c5be59ddfe
commit cd09e35f90

@ -2798,12 +2798,6 @@ void MarlinSettings::reset() {
} }
#endif #endif
#if HAS_FILAMENT_SENSOR
CONFIG_ECHO_HEADING("Filament Runout Sensor:");
CONFIG_ECHO_START();
SERIAL_ECHOLNPAIR(" M412 S", int(runout.enabled));
#endif
/** /**
* Bed Leveling * Bed Leveling
*/ */

Loading…
Cancel
Save