🩹 Fix MPC_EDIT_DEFS (#24018)
This commit is contained in:
@@ -256,7 +256,7 @@ void menu_backlash();
|
|||||||
#if ENABLED(MPC_EDIT_MENU)
|
#if ENABLED(MPC_EDIT_MENU)
|
||||||
#define MPC_EDIT_DEFS(N) \
|
#define MPC_EDIT_DEFS(N) \
|
||||||
MPC_t &c = thermalManager.temp_hotend[N].constants; \
|
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
|
#endif
|
||||||
|
|
||||||
void menu_advanced_temperature() {
|
void menu_advanced_temperature() {
|
||||||
|
Reference in New Issue
Block a user