소스 검색

🩹 Fix M412_report formatting (#22834)

Giuliano Zaro 3 년 전
부모
커밋
8fd5a4037a
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Marlin/src/gcode/feature/runout/M412.cpp

+ 1
- 1
Marlin/src/gcode/feature/runout/M412.cpp 파일 보기

@@ -68,7 +68,7 @@ void GcodeSuite::M412() {
68 68
 
69 69
 void GcodeSuite::M412_report(const bool forReplay/*=true*/) {
70 70
   report_heading_etc(forReplay, PSTR(STR_FILAMENT_RUNOUT_SENSOR));
71
-  SERIAL_ECHOLNPGM(
71
+  SERIAL_ECHOPGM(
72 72
     "  M412 S", runout.enabled
73 73
     #if HAS_FILAMENT_RUNOUT_DISTANCE
74 74
       , " D", LINEAR_UNIT(runout.runout_distance())

Loading…
취소
저장