Remove extra M503 "M412" report (#14985)
This commit is contained in:
parent
c5be59ddfe
commit
cd09e35f90
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue