Skip to content

Commit

Permalink
Remove extra M503 "M412" report (MarlinFirmware#14985)
Browse files Browse the repository at this point in the history
  • Loading branch information
timmmoore authored and thinkyhead committed Aug 19, 2019
1 parent c5be59d commit cd09e35
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Marlin/src/module/configuration_store.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit cd09e35

Please sign in to comment.