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
Is your feature request related to a problem? Please describe.
I would like to be able to assign a menu to a long press of the 12864 knob. This could be simply a return to the top menu. Or it could be an "urgent" menu like Z baby-stepping, or any number of practical and fun uses.
Describe the solution you propose.
Pressing the knob for ~1.5 seconds, as opposed to a click, would jump to the assigned shortcut menu.
Describe alternatives you've considered
Ex. A workaround exists but it is tedius, for example...
Provide any additional context or information.
Similar behavior is implemented in Prusa Marlin, though it is fixed to moving the Z axis.
The text was updated successfully, but these errors were encountered:
This would require adding a new menu line type such as "longpress ". Doing it this way would require the long press action to be specified for each menu (possibly with a default such as returning to the top menu) but would also allow each menu to have a different action for a long press.
Is your feature request related to a problem? Please describe.
I would like to be able to assign a menu to a long press of the 12864 knob. This could be simply a return to the top menu. Or it could be an "urgent" menu like Z baby-stepping, or any number of practical and fun uses.
Describe the solution you propose.
Pressing the knob for ~1.5 seconds, as opposed to a click, would jump to the assigned shortcut menu.
Describe alternatives you've considered
Ex. A workaround exists but it is tedius, for example...
Provide any additional context or information.
Similar behavior is implemented in Prusa Marlin, though it is fixed to moving the Z axis.
The text was updated successfully, but these errors were encountered: