Partial LA15 support

This commit is contained in:
Yuri D'Elia 2019-03-17 19:49:21 +01:00
parent 098c0979ba
commit eeea2725cb
5 changed files with 99 additions and 98 deletions

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 E/D = %.2f\n"),
echomagic, extruder_advance_k, advance_ed_ratio);
printf_P(PSTR("%SLinear advance settings:\n M900 K%.2f\n"),
echomagic, extruder_advance_K);
#endif //LIN_ADVANCE
}
}