|
|
|
|
256
|
#if ENABLED(MPC_EDIT_MENU)
|
256
|
#if ENABLED(MPC_EDIT_MENU)
|
257
|
#define MPC_EDIT_DEFS(N) \
|
257
|
#define MPC_EDIT_DEFS(N) \
|
258
|
MPC_t &c = thermalManager.temp_hotend[N].constants; \
|
258
|
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)
|
260
|
#endif
|
260
|
#endif
|
261
|
|
261
|
|
262
|
void menu_advanced_temperature() {
|
262
|
void menu_advanced_temperature() {
|