Browse Source

Merge pull request #3807 from thinkyhead/rc_reverse_options_doc

Additional instructions for controller reverse options
Scott Lahteine 8 years ago
parent
commit
03e44e0f83

+ 10
- 0
Marlin/Configuration.h View File

@@ -875,6 +875,16 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
875 875
 //
876 876
 //#define ENCODER_STEPS_PER_MENU_ITEM 5
877 877
 
878
+/**
879
+ * Encoder Direction Options
880
+ *
881
+ * Test your encoder's behavior first with both options disabled.
882
+ *
883
+ *  Reversed Value Edit and Menu Nav? Enable REVERSE_ENCODER_DIRECTION.
884
+ *  Reversed Menu Navigation only?    Enable REVERSE_MENU_DIRECTION.
885
+ *  Reversed Value Editing only?      Enable BOTH options.
886
+ */
887
+
878 888
 //
879 889
 // This option reverses the encoder direction everywhere
880 890
 //

+ 10
- 0
Marlin/example_configurations/Felix/Configuration.h View File

@@ -858,6 +858,16 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
858 858
 //
859 859
 //#define ENCODER_STEPS_PER_MENU_ITEM 5
860 860
 
861
+/**
862
+ * Encoder Direction Options
863
+ *
864
+ * Test your encoder's behavior first with both options disabled.
865
+ *
866
+ *  Reversed Value Edit and Menu Nav? Enable REVERSE_ENCODER_DIRECTION.
867
+ *  Reversed Menu Navigation only?    Enable REVERSE_MENU_DIRECTION.
868
+ *  Reversed Value Editing only?      Enable BOTH options.
869
+ */
870
+
861 871
 //
862 872
 // This option reverses the encoder direction everywhere
863 873
 //

+ 10
- 0
Marlin/example_configurations/Felix/DUAL/Configuration.h View File

@@ -856,6 +856,16 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
856 856
 //
857 857
 //#define ENCODER_STEPS_PER_MENU_ITEM 5
858 858
 
859
+/**
860
+ * Encoder Direction Options
861
+ *
862
+ * Test your encoder's behavior first with both options disabled.
863
+ *
864
+ *  Reversed Value Edit and Menu Nav? Enable REVERSE_ENCODER_DIRECTION.
865
+ *  Reversed Menu Navigation only?    Enable REVERSE_MENU_DIRECTION.
866
+ *  Reversed Value Editing only?      Enable BOTH options.
867
+ */
868
+
859 869
 //
860 870
 // This option reverses the encoder direction everywhere
861 871
 //

+ 10
- 0
Marlin/example_configurations/Hephestos/Configuration.h View File

@@ -867,6 +867,16 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
867 867
 //
868 868
 //#define ENCODER_STEPS_PER_MENU_ITEM 5
869 869
 
870
+/**
871
+ * Encoder Direction Options
872
+ *
873
+ * Test your encoder's behavior first with both options disabled.
874
+ *
875
+ *  Reversed Value Edit and Menu Nav? Enable REVERSE_ENCODER_DIRECTION.
876
+ *  Reversed Menu Navigation only?    Enable REVERSE_MENU_DIRECTION.
877
+ *  Reversed Value Editing only?      Enable BOTH options.
878
+ */
879
+
870 880
 //
871 881
 // This option reverses the encoder direction everywhere
872 882
 //

+ 10
- 0
Marlin/example_configurations/Hephestos_2/Configuration.h View File

@@ -869,6 +869,16 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
869 869
 //
870 870
 //#define ENCODER_STEPS_PER_MENU_ITEM 5
871 871
 
872
+/**
873
+ * Encoder Direction Options
874
+ *
875
+ * Test your encoder's behavior first with both options disabled.
876
+ *
877
+ *  Reversed Value Edit and Menu Nav? Enable REVERSE_ENCODER_DIRECTION.
878
+ *  Reversed Menu Navigation only?    Enable REVERSE_MENU_DIRECTION.
879
+ *  Reversed Value Editing only?      Enable BOTH options.
880
+ */
881
+
872 882
 //
873 883
 // This option reverses the encoder direction everywhere
874 884
 //

+ 10
- 0
Marlin/example_configurations/K8200/Configuration.h View File

@@ -892,6 +892,16 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
892 892
 //
893 893
 //#define ENCODER_STEPS_PER_MENU_ITEM 5
894 894
 
895
+/**
896
+ * Encoder Direction Options
897
+ *
898
+ * Test your encoder's behavior first with both options disabled.
899
+ *
900
+ *  Reversed Value Edit and Menu Nav? Enable REVERSE_ENCODER_DIRECTION.
901
+ *  Reversed Menu Navigation only?    Enable REVERSE_MENU_DIRECTION.
902
+ *  Reversed Value Editing only?      Enable BOTH options.
903
+ */
904
+
895 905
 //
896 906
 // This option reverses the encoder direction everywhere
897 907
 //

+ 10
- 0
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h View File

@@ -875,6 +875,16 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
875 875
 //
876 876
 //#define ENCODER_STEPS_PER_MENU_ITEM 5
877 877
 
878
+/**
879
+ * Encoder Direction Options
880
+ *
881
+ * Test your encoder's behavior first with both options disabled.
882
+ *
883
+ *  Reversed Value Edit and Menu Nav? Enable REVERSE_ENCODER_DIRECTION.
884
+ *  Reversed Menu Navigation only?    Enable REVERSE_MENU_DIRECTION.
885
+ *  Reversed Value Editing only?      Enable BOTH options.
886
+ */
887
+
878 888
 //
879 889
 // This option reverses the encoder direction everywhere
880 890
 //

+ 10
- 0
Marlin/example_configurations/RigidBot/Configuration.h View File

@@ -870,6 +870,16 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
870 870
 //
871 871
 //#define ENCODER_STEPS_PER_MENU_ITEM 5
872 872
 
873
+/**
874
+ * Encoder Direction Options
875
+ *
876
+ * Test your encoder's behavior first with both options disabled.
877
+ *
878
+ *  Reversed Value Edit and Menu Nav? Enable REVERSE_ENCODER_DIRECTION.
879
+ *  Reversed Menu Navigation only?    Enable REVERSE_MENU_DIRECTION.
880
+ *  Reversed Value Editing only?      Enable BOTH options.
881
+ */
882
+
873 883
 //
874 884
 // This option reverses the encoder direction everywhere
875 885
 //

+ 10
- 0
Marlin/example_configurations/SCARA/Configuration.h View File

@@ -883,6 +883,16 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
883 883
 //
884 884
 //#define ENCODER_STEPS_PER_MENU_ITEM 5
885 885
 
886
+/**
887
+ * Encoder Direction Options
888
+ *
889
+ * Test your encoder's behavior first with both options disabled.
890
+ *
891
+ *  Reversed Value Edit and Menu Nav? Enable REVERSE_ENCODER_DIRECTION.
892
+ *  Reversed Menu Navigation only?    Enable REVERSE_MENU_DIRECTION.
893
+ *  Reversed Value Editing only?      Enable BOTH options.
894
+ */
895
+
886 896
 //
887 897
 // This option reverses the encoder direction everywhere
888 898
 //

+ 10
- 0
Marlin/example_configurations/TAZ4/Configuration.h View File

@@ -896,6 +896,16 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
896 896
 //
897 897
 #define ENCODER_STEPS_PER_MENU_ITEM 1
898 898
 
899
+/**
900
+ * Encoder Direction Options
901
+ *
902
+ * Test your encoder's behavior first with both options disabled.
903
+ *
904
+ *  Reversed Value Edit and Menu Nav? Enable REVERSE_ENCODER_DIRECTION.
905
+ *  Reversed Menu Navigation only?    Enable REVERSE_MENU_DIRECTION.
906
+ *  Reversed Value Editing only?      Enable BOTH options.
907
+ */
908
+
899 909
 //
900 910
 // This option reverses the encoder direction everywhere
901 911
 //

+ 10
- 0
Marlin/example_configurations/WITBOX/Configuration.h View File

@@ -867,6 +867,16 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
867 867
 //
868 868
 //#define ENCODER_STEPS_PER_MENU_ITEM 5
869 869
 
870
+/**
871
+ * Encoder Direction Options
872
+ *
873
+ * Test your encoder's behavior first with both options disabled.
874
+ *
875
+ *  Reversed Value Edit and Menu Nav? Enable REVERSE_ENCODER_DIRECTION.
876
+ *  Reversed Menu Navigation only?    Enable REVERSE_MENU_DIRECTION.
877
+ *  Reversed Value Editing only?      Enable BOTH options.
878
+ */
879
+
870 880
 //
871 881
 // This option reverses the encoder direction everywhere
872 882
 //

+ 10
- 0
Marlin/example_configurations/adafruit/ST7565/Configuration.h View File

@@ -875,6 +875,16 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
875 875
 //
876 876
 //#define ENCODER_STEPS_PER_MENU_ITEM 5
877 877
 
878
+/**
879
+ * Encoder Direction Options
880
+ *
881
+ * Test your encoder's behavior first with both options disabled.
882
+ *
883
+ *  Reversed Value Edit and Menu Nav? Enable REVERSE_ENCODER_DIRECTION.
884
+ *  Reversed Menu Navigation only?    Enable REVERSE_MENU_DIRECTION.
885
+ *  Reversed Value Editing only?      Enable BOTH options.
886
+ */
887
+
878 888
 //
879 889
 // This option reverses the encoder direction everywhere
880 890
 //

+ 10
- 0
Marlin/example_configurations/delta/biv2.5/Configuration.h View File

@@ -1004,6 +1004,16 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
1004 1004
 //
1005 1005
 //#define ENCODER_STEPS_PER_MENU_ITEM 5
1006 1006
 
1007
+/**
1008
+ * Encoder Direction Options
1009
+ *
1010
+ * Test your encoder's behavior first with both options disabled.
1011
+ *
1012
+ *  Reversed Value Edit and Menu Nav? Enable REVERSE_ENCODER_DIRECTION.
1013
+ *  Reversed Menu Navigation only?    Enable REVERSE_MENU_DIRECTION.
1014
+ *  Reversed Value Editing only?      Enable BOTH options.
1015
+ */
1016
+
1007 1017
 //
1008 1018
 // This option reverses the encoder direction everywhere
1009 1019
 //

+ 10
- 0
Marlin/example_configurations/delta/generic/Configuration.h View File

@@ -1004,6 +1004,16 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
1004 1004
 //
1005 1005
 //#define ENCODER_STEPS_PER_MENU_ITEM 5
1006 1006
 
1007
+/**
1008
+ * Encoder Direction Options
1009
+ *
1010
+ * Test your encoder's behavior first with both options disabled.
1011
+ *
1012
+ *  Reversed Value Edit and Menu Nav? Enable REVERSE_ENCODER_DIRECTION.
1013
+ *  Reversed Menu Navigation only?    Enable REVERSE_MENU_DIRECTION.
1014
+ *  Reversed Value Editing only?      Enable BOTH options.
1015
+ */
1016
+
1007 1017
 //
1008 1018
 // This option reverses the encoder direction everywhere
1009 1019
 //

+ 10
- 0
Marlin/example_configurations/delta/kossel_mini/Configuration.h View File

@@ -1008,6 +1008,16 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
1008 1008
 //
1009 1009
 //#define ENCODER_STEPS_PER_MENU_ITEM 5
1010 1010
 
1011
+/**
1012
+ * Encoder Direction Options
1013
+ *
1014
+ * Test your encoder's behavior first with both options disabled.
1015
+ *
1016
+ *  Reversed Value Edit and Menu Nav? Enable REVERSE_ENCODER_DIRECTION.
1017
+ *  Reversed Menu Navigation only?    Enable REVERSE_MENU_DIRECTION.
1018
+ *  Reversed Value Editing only?      Enable BOTH options.
1019
+ */
1020
+
1011 1021
 //
1012 1022
 // This option reverses the encoder direction everywhere
1013 1023
 //

+ 10
- 0
Marlin/example_configurations/delta/kossel_pro/Configuration.h View File

@@ -1001,6 +1001,16 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
1001 1001
 //
1002 1002
 //#define ENCODER_STEPS_PER_MENU_ITEM 5
1003 1003
 
1004
+/**
1005
+ * Encoder Direction Options
1006
+ *
1007
+ * Test your encoder's behavior first with both options disabled.
1008
+ *
1009
+ *  Reversed Value Edit and Menu Nav? Enable REVERSE_ENCODER_DIRECTION.
1010
+ *  Reversed Menu Navigation only?    Enable REVERSE_MENU_DIRECTION.
1011
+ *  Reversed Value Editing only?      Enable BOTH options.
1012
+ */
1013
+
1004 1014
 //
1005 1015
 // This option reverses the encoder direction everywhere
1006 1016
 //

+ 10
- 0
Marlin/example_configurations/delta/kossel_xl/Configuration.h View File

@@ -1009,6 +1009,16 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
1009 1009
 //
1010 1010
 //#define ENCODER_STEPS_PER_MENU_ITEM 5
1011 1011
 
1012
+/**
1013
+ * Encoder Direction Options
1014
+ *
1015
+ * Test your encoder's behavior first with both options disabled.
1016
+ *
1017
+ *  Reversed Value Edit and Menu Nav? Enable REVERSE_ENCODER_DIRECTION.
1018
+ *  Reversed Menu Navigation only?    Enable REVERSE_MENU_DIRECTION.
1019
+ *  Reversed Value Editing only?      Enable BOTH options.
1020
+ */
1021
+
1012 1022
 //
1013 1023
 // This option reverses the encoder direction everywhere
1014 1024
 //

+ 10
- 0
Marlin/example_configurations/makibox/Configuration.h View File

@@ -878,6 +878,16 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
878 878
 //
879 879
 //#define ENCODER_STEPS_PER_MENU_ITEM 5
880 880
 
881
+/**
882
+ * Encoder Direction Options
883
+ *
884
+ * Test your encoder's behavior first with both options disabled.
885
+ *
886
+ *  Reversed Value Edit and Menu Nav? Enable REVERSE_ENCODER_DIRECTION.
887
+ *  Reversed Menu Navigation only?    Enable REVERSE_MENU_DIRECTION.
888
+ *  Reversed Value Editing only?      Enable BOTH options.
889
+ */
890
+
881 891
 //
882 892
 // This option reverses the encoder direction everywhere
883 893
 //

+ 10
- 0
Marlin/example_configurations/tvrrug/Round2/Configuration.h View File

@@ -869,6 +869,16 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
869 869
 //
870 870
 //#define ENCODER_STEPS_PER_MENU_ITEM 5
871 871
 
872
+/**
873
+ * Encoder Direction Options
874
+ *
875
+ * Test your encoder's behavior first with both options disabled.
876
+ *
877
+ *  Reversed Value Edit and Menu Nav? Enable REVERSE_ENCODER_DIRECTION.
878
+ *  Reversed Menu Navigation only?    Enable REVERSE_MENU_DIRECTION.
879
+ *  Reversed Value Editing only?      Enable BOTH options.
880
+ */
881
+
872 882
 //
873 883
 // This option reverses the encoder direction everywhere
874 884
 //

Loading…
Cancel
Save