Skip to content

Commit

Permalink
🩹 Fix MPC_EDIT_DEFS (MarlinFirmware#24018)
Browse files Browse the repository at this point in the history
  • Loading branch information
GMagician authored and LCh-77 committed Apr 19, 2022
1 parent 38de9f8 commit 7507eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/menu/menu_advanced.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ void menu_backlash();
#if ENABLED(MPC_EDIT_MENU)
#define MPC_EDIT_DEFS(N) \
MPC_t &c = thermalManager.temp_hotend[N].constants; \
TERN(MPC_INCLUDE_FAN, editable.decimal = c.ambient_xfer_coeff_fan0 + c.fan255_adjustment)
TERN_(MPC_INCLUDE_FAN, editable.decimal = c.ambient_xfer_coeff_fan0 + c.fan255_adjustment)
#endif

void menu_advanced_temperature() {
Expand Down

0 comments on commit 7507eac

Please sign in to comment.