Skip to content

[Configuration] Enable MPC_EDIT_MENU and MPC_AUTOTUNE_MENU by default #28462

Description

@fanXbox

Is your feature request related to a problem? Please describe.

Uncomment MPC_EDIT_MENU and MPC_AUTOTUNE_MENU by default inside the existing #if ENABLED(MPCTEMP) block, which is located in Configuration.h.

Currently, even if a user enables MPCTEMP, these two LCD menu options remain commented out within the same file. This forces users to manually search for and uncomment them to gain standalone calibration functionality.

By default-enabling these lines, anyone who turns on Model Predictive Control will immediately get the corresponding LCD options without extra manual steps. Since they are already wrapped inside #if ENABLED(MPCTEMP), this change is completely safe and will not waste flash memory for users who keep MPC disabled.

Are you looking for hardware support?

No response

Describe the feature you want

Currently, when a user enables Model Predictive Control (MPCTEMP) in Configuration.h, the corresponding LCD tuning menus (MPC_EDIT_MENU and MPC_AUTOTUNE_MENU) remain hidden by default.

This creates a friction point because users cannot perform the calibration directly from the printer's screen. Instead, they are forced to connect a computer to use an external G-code terminal or manually create a .gcode file just to run the autotune process, unless they remember to manually find and uncomment those lines.

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions