Add REVERSE_ENCODER_DIRECTION option

This commit is contained in:
Scott Lahteine
2016-05-11 15:39:28 -07:00
parent a454a88f9c
commit 4dc4e2063f
20 changed files with 140 additions and 1 deletions

View File

@ -991,6 +991,13 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
//
//#define ENCODER_STEPS_PER_MENU_ITEM 5
//
// This option reverses the encoder direction everywhere
//
// Set this option if CLOCKWISE causes values to DECREASE
//
//#define REVERSE_ENCODER_DIRECTION
//
// This option reverses the encoder direction for navigating LCD menus.
//