Additional instructions for controller reverse options

This commit is contained in:
Scott Lahteine
2016-05-20 15:11:45 -07:00
parent cadf441059
commit c5130fd23b
19 changed files with 190 additions and 0 deletions

View File

@ -869,6 +869,16 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
//
//#define ENCODER_STEPS_PER_MENU_ITEM 5
/**
* Encoder Direction Options
*
* Test your encoder's behavior first with both options disabled.
*
* Reversed Value Edit and Menu Nav? Enable REVERSE_ENCODER_DIRECTION.
* Reversed Menu Navigation only? Enable REVERSE_MENU_DIRECTION.
* Reversed Value Editing only? Enable BOTH options.
*/
//
// This option reverses the encoder direction everywhere
//