Partial LA15 support
This commit is contained in:
parent
098c0979ba
commit
eeea2725cb
5 changed files with 99 additions and 98 deletions
Firmware
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue