You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With latest bugfix-2.1.x custom build for Ender-3 Pro w/Creality 4.7.2 main board the LCD menus have no "back" capability. Looking at the past few days of changes, it looks like commit 2f91154 added a conditional to control the back button. I've checked the Configurations repo for updates around this, but didn't find anything that looks right to me.
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
With latest bugfix-2.1.x custom build for Ender-3 Pro w/Creality 4.7.2 main board the LCD menus have no "back" capability. Looking at the past few days of changes, it looks like commit 2f91154 added a conditional to control the back button. I've checked the Configurations repo for updates around this, but didn't find anything that looks right to me.
For the conditional
all values are 0 in my config. It seems like
HAS_ROTARY_ENCODER
andTFT_CLASSIC_UI
should be set?I think I can hack around it for the moment by defining
HAS_BACK_ITEM
as1
in myConfiguration_adv.h
, but I believe this should be on by default.Looks like it was addressed for some configurations in #24690, but that doesn't fix my setup.
Bug Timeline
new, created by #24618
Expected behavior
Back menu item appears in sub-menus
Actual behavior
No way to go back up the tree
Steps to Reproduce
Version of Marlin Firmware
Bugfix-2.1.x 2022-08-27
Printer model
Creality Ender 3 Pro
Electronics
Creality mainboard 4.2.7
Add-ons
BLtouch
Bed Leveling
UBL Bilinear mesh
Your Slicer
Cura
Host Software
OctoPrint
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
Tried with stock
Configuration.h
andConfiguration_adv.h
from Configurations repo with same resulconfiguration.zip
t
The text was updated successfully, but these errors were encountered: