浏览代码

Remove extra M503 "M412" report (#14985)

Tim Moore 5 年前
父节点
当前提交
cd09e35f90
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0
    6
      Marlin/src/module/configuration_store.cpp

+ 0
- 6
Marlin/src/module/configuration_store.cpp 查看文件

@@ -2798,12 +2798,6 @@ void MarlinSettings::reset() {
2798 2798
       }
2799 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 2802
      * Bed Leveling
2809 2803
      */

正在加载...
取消
保存