mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-16 03:07:47 -06:00
Option to reverse select direction/buttons (#14693)
This commit is contained in:
parent
27952648cf
commit
128eed6b57
121 changed files with 960 additions and 5 deletions
|
@ -1692,6 +1692,14 @@
|
|||
//
|
||||
//#define REVERSE_MENU_DIRECTION
|
||||
|
||||
//
|
||||
// This option reverses the encoder direction for Select Screen.
|
||||
//
|
||||
// If CLOCKWISE normally moves LEFT this makes it go RIGHT.
|
||||
// If CLOCKWISE normally moves RIGHT this makes it go LEFT.
|
||||
//
|
||||
//#define REVERSE_SELECT_DIRECTION
|
||||
|
||||
//
|
||||
// Individual Axis Homing
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue