Skip to content

Commit 58f0395

Browse files
committed
🩹 Fix Linear Advance edit item
1 parent 62c1c11 commit 58f0395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/src/lcd/menu/menu_advanced.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ void menu_advanced_settings() {
736736
EDIT_ITEM(float42_52, MSG_ADVANCE_K, &planner.extruder_advance_K[0], 0, 10);
737737
#else
738738
EXTRUDER_LOOP()
739-
EDIT_ITEM_N(float42_52, n, MSG_ADVANCE_K_E, &planner.extruder_advance_K[e], 0, 10);
739+
EDIT_ITEM_N(float42_52, e, MSG_ADVANCE_K_E, &planner.extruder_advance_K[e], 0, 10);
740740
#endif
741741
#endif
742742

0 commit comments

Comments
 (0)