ソースを参照

Fixup prefix echomagic for the LA config report

Yuri D'Elia 5 年 前
コミット
3b528196dd
1 ファイル変更2 行追加2 行削除
  1. 2 2
      Firmware/ConfigurationStore.cpp

+ 2 - 2
Firmware/ConfigurationStore.cpp

@@ -165,8 +165,8 @@ void Config_PrintSettings(uint8_t level)
 #endif
 	if (level >= 10) {
 #ifdef LIN_ADVANCE
-		printf_P(PSTR("%SLinear advance settings:\n   M900 K%.2f\n"),
-			echomagic, extruder_advance_K);
+		printf_P(PSTR("%SLinear advance settings:%S   M900 K%.2f\n"),
+                 echomagic, echomagic, extruder_advance_K);
 #endif //LIN_ADVANCE
 	}
 }