소스 검색

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
      */

Loading…
취소
저장