[1.1.x] LIN_ADVANCE v1.5 (#9700)
This commit is contained in:
parent
e41b2274b0
commit
9c65890644
45 changed files with 774 additions and 1429 deletions
|
|
@ -3183,7 +3183,7 @@ void kill_screen(const char* lcd_msg) {
|
|||
#if DISABLED(NO_VOLUMETRICS) || ENABLED(ADVANCED_PAUSE_FEATURE)
|
||||
MENU_ITEM(submenu, MSG_FILAMENT, lcd_control_filament_menu);
|
||||
#elif ENABLED(LIN_ADVANCE)
|
||||
MENU_ITEM_EDIT(float3, MSG_ADVANCE_K, &planner.extruder_advance_k, 0, 999);
|
||||
MENU_ITEM_EDIT(float32, MSG_ADVANCE_K, &planner.extruder_advance_K, 0, 999);
|
||||
#endif
|
||||
|
||||
#if HAS_LCD_CONTRAST
|
||||
|
|
@ -3696,7 +3696,7 @@ void kill_screen(const char* lcd_msg) {
|
|||
MENU_BACK(MSG_CONTROL);
|
||||
|
||||
#if ENABLED(LIN_ADVANCE)
|
||||
MENU_ITEM_EDIT(float3, MSG_ADVANCE_K, &planner.extruder_advance_k, 0, 999);
|
||||
MENU_ITEM_EDIT(float32, MSG_ADVANCE_K, &planner.extruder_advance_K, 0, 999);
|
||||
#endif
|
||||
|
||||
#if DISABLED(NO_VOLUMETRICS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue