Fixup prefix echomagic for the LA config report

This commit is contained in:
Yuri D'Elia 2019-05-18 16:41:25 +02:00
parent 520cb491b2
commit 3b528196dd

View file

@ -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
}
}