classicrocker883 / MRiscoCProUI

This is optimized firmware for Voxelab Aquila & Ender3 V2/S1 3D printers.
https://classicrocker883.github.io/
Other
79 stars 17 forks source link

Missing MPC menu #25

Closed kagebarton closed 1 year ago

kagebarton commented 1 year ago

I enabled MPC for the hotend and while the hotend PID option was gone, there is no MPC menu. I did verify that the MPC g-codes work through the terminal.

classicrocker883 commented 1 year ago

I believe the mpc menu has to be enabled in the dwin.cpp file which is the main file for how the UI looks. I'll look into this and see what should change.

classicrocker883 commented 1 year ago

in the dwin.cpp file you can add

if ENABLED(MPCTEMP)

MENU_ITEM_F(ICON_MPCNozzle, STR_MPC_AUTOTUNE " Settings", onDrawSubMenu, Draw_HotendMPC_Menu);

endif

to void Draw_Temperature_Menu() and change the value 5 to 6 where it says Set_menu, before preheat_count.

not sure why the hotend PID option would be gone. make sure that (PIDTEMP) is enabled / defined.

kagebarton commented 1 year ago

Perfect. Thanks!

I disabled PID when I enabled MPC on the hotend.

github-actions[bot] commented 1 year ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.