mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-16 19:28:03 -06:00
🩹 Fix ProUI edit Lin.Adv.K (#27895)
This commit is contained in:
parent
1bb1603886
commit
950f492ce7
1 changed files with 1 additions and 1 deletions
|
@ -2689,7 +2689,7 @@ void applyMaxAccel() { planner.set_max_acceleration(hmiValue.axis, menuData.valu
|
|||
#if ENABLED(LIN_ADVANCE)
|
||||
#define LA_FDIGITS 3
|
||||
void applyLA_K() { planner.set_advance_k(menuData.value / POW(10, LA_FDIGITS)); }
|
||||
void setLA_K() { setPFloatOnClick(0, 10, LA_FDIGITS, applyLA_K); }
|
||||
void setLA_K() { setFloatOnClick(0, 10, LA_FDIGITS, planner.extruder_advance_K[0], applyLA_K); }
|
||||
#endif
|
||||
|
||||
#if HAS_X_AXIS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue