mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-03-04 17:14:44 -07:00
🩹 Fix Linear Advance edit item
This commit is contained in:
parent
62c1c116f7
commit
58f03953b8
1 changed files with 1 additions and 1 deletions
|
|
@ -736,7 +736,7 @@ void menu_advanced_settings() {
|
|||
EDIT_ITEM(float42_52, MSG_ADVANCE_K, &planner.extruder_advance_K[0], 0, 10);
|
||||
#else
|
||||
EXTRUDER_LOOP()
|
||||
EDIT_ITEM_N(float42_52, n, MSG_ADVANCE_K_E, &planner.extruder_advance_K[e], 0, 10);
|
||||
EDIT_ITEM_N(float42_52, e, MSG_ADVANCE_K_E, &planner.extruder_advance_K[e], 0, 10);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue