Skip to content

Commit cf42252

Browse files
GMagicianLCh-77
authored andcommitted
🩹 Fix MPC_EDIT_DEFS (MarlinFirmware#24018)
1 parent eedd675 commit cf42252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/src/lcd/menu/menu_advanced.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ void menu_backlash();
256256
#if ENABLED(MPC_EDIT_MENU)
257257
#define MPC_EDIT_DEFS(N) \
258258
MPC_t &c = thermalManager.temp_hotend[N].constants; \
259-
TERN(MPC_INCLUDE_FAN, editable.decimal = c.ambient_xfer_coeff_fan0 + c.fan255_adjustment)
259+
TERN_(MPC_INCLUDE_FAN, editable.decimal = c.ambient_xfer_coeff_fan0 + c.fan255_adjustment)
260260
#endif
261261

262262
void menu_advanced_temperature() {

0 commit comments

Comments
 (0)