mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-20 00:37:59 +00:00
🐛 Fix misc. UI issues (#25252)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
parent
f2b8942adc
commit
b7c23631c5
16 changed files with 52 additions and 43 deletions
Marlin/src/lcd/menu
|
@ -377,7 +377,7 @@ void menu_backlash();
|
|||
|
||||
#if ENABLED(MPC_INCLUDE_FAN)
|
||||
#define MPC_EDIT_ITEMS(N) \
|
||||
MPC_t &mpc = thermalManager.temp_hotend[MenuItemBase::itemIndex].constants; \
|
||||
MPC_t &mpc = thermalManager.temp_hotend[MenuItemBase::itemIndex].mpc; \
|
||||
_MPC_EDIT_ITEMS(N); \
|
||||
EDIT_ITEM_FAST_N(float43, N, MSG_MPC_AMBIENT_XFER_COEFF_FAN_E, &editable.decimal, 0, 1, []{ \
|
||||
thermalManager.temp_hotend[MenuItemBase::itemIndex].applyFanAdjustment(editable.decimal); \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue