🚸 Fix FT Motion Linear Advance MarlinUI edit item (#27786)
This commit is contained in:
@@ -503,7 +503,7 @@ void menu_move() {
|
||||
#if HAS_EXTRUDERS
|
||||
EDIT_ITEM(bool, MSG_LINEAR_ADVANCE, &c.linearAdvEna);
|
||||
if (c.linearAdvEna || ENABLED(FT_MOTION_NO_MENU_TOGGLE))
|
||||
EDIT_ITEM(float42_52, MSG_ADVANCE_K, &c.linearAdvK, 0, 10);
|
||||
EDIT_ITEM(float62, MSG_ADVANCE_K, &c.linearAdvK, 0.0f, 1000.0f);
|
||||
#endif
|
||||
|
||||
END_MENU();
|
||||
|
||||
Reference in New Issue
Block a user