Remove extra M503 "M412" report (#14985)

This commit is contained in:
Tim Moore 2019-08-18 19:17:00 -07:00 committed by Scott Lahteine
parent c5be59ddfe
commit cd09e35f90

View file

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