Browse Source

Merge pull request #3641 from thinkyhead/rc_reverse_menu_doc

Correct the REVERSE_MENU_DIRECTION comment
Scott Lahteine 8 years ago
parent
commit
924285afa6

+ 3
- 1
Marlin/Configuration.h View File

@@ -851,7 +851,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
851 851
 
852 852
 //
853 853
 // This option reverses the encoder direction for navigating LCD menus.
854
-// By default CLOCKWISE == DOWN. With this enabled CLOCKWISE == UP.
854
+//
855
+//  If CLOCKWISE normally moves DOWN this makes it go UP.
856
+//  If CLOCKWISE normally moves UP this makes it go DOWN.
855 857
 //
856 858
 //#define REVERSE_MENU_DIRECTION
857 859
 

+ 3
- 1
Marlin/example_configurations/Felix/Configuration.h View File

@@ -833,7 +833,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
833 833
 
834 834
 //
835 835
 // This option reverses the encoder direction for navigating LCD menus.
836
-// By default CLOCKWISE == DOWN. With this enabled CLOCKWISE == UP.
836
+//
837
+//  If CLOCKWISE normally moves DOWN this makes it go UP.
838
+//  If CLOCKWISE normally moves UP this makes it go DOWN.
837 839
 //
838 840
 //#define REVERSE_MENU_DIRECTION
839 841
 

+ 3
- 1
Marlin/example_configurations/Felix/Configuration_DUAL.h View File

@@ -830,7 +830,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
830 830
 
831 831
 //
832 832
 // This option reverses the encoder direction for navigating LCD menus.
833
-// By default CLOCKWISE == DOWN. With this enabled CLOCKWISE == UP.
833
+//
834
+//  If CLOCKWISE normally moves DOWN this makes it go UP.
835
+//  If CLOCKWISE normally moves UP this makes it go DOWN.
834 836
 //
835 837
 //#define REVERSE_MENU_DIRECTION
836 838
 

+ 3
- 1
Marlin/example_configurations/Hephestos/Configuration.h View File

@@ -842,7 +842,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
842 842
 
843 843
 //
844 844
 // This option reverses the encoder direction for navigating LCD menus.
845
-// By default CLOCKWISE == DOWN. With this enabled CLOCKWISE == UP.
845
+//
846
+//  If CLOCKWISE normally moves DOWN this makes it go UP.
847
+//  If CLOCKWISE normally moves UP this makes it go DOWN.
846 848
 //
847 849
 //#define REVERSE_MENU_DIRECTION
848 850
 

+ 3
- 1
Marlin/example_configurations/Hephestos_2/Configuration.h View File

@@ -844,7 +844,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
844 844
 
845 845
 //
846 846
 // This option reverses the encoder direction for navigating LCD menus.
847
-// By default CLOCKWISE == DOWN. With this enabled CLOCKWISE == UP.
847
+//
848
+//  If CLOCKWISE normally moves DOWN this makes it go UP.
849
+//  If CLOCKWISE normally moves UP this makes it go DOWN.
848 850
 //
849 851
 //#define REVERSE_MENU_DIRECTION
850 852
 

+ 3
- 1
Marlin/example_configurations/K8200/Configuration.h View File

@@ -867,7 +867,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
867 867
 
868 868
 //
869 869
 // This option reverses the encoder direction for navigating LCD menus.
870
-// By default CLOCKWISE == DOWN. With this enabled CLOCKWISE == UP.
870
+//
871
+//  If CLOCKWISE normally moves DOWN this makes it go UP.
872
+//  If CLOCKWISE normally moves UP this makes it go DOWN.
871 873
 //
872 874
 //#define REVERSE_MENU_DIRECTION
873 875
 

+ 3
- 1
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h View File

@@ -850,7 +850,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
850 850
 
851 851
 //
852 852
 // This option reverses the encoder direction for navigating LCD menus.
853
-// By default CLOCKWISE == DOWN. With this enabled CLOCKWISE == UP.
853
+//
854
+//  If CLOCKWISE normally moves DOWN this makes it go UP.
855
+//  If CLOCKWISE normally moves UP this makes it go DOWN.
854 856
 //
855 857
 //#define REVERSE_MENU_DIRECTION
856 858
 

+ 3
- 1
Marlin/example_configurations/RigidBot/Configuration.h View File

@@ -845,7 +845,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
845 845
 
846 846
 //
847 847
 // This option reverses the encoder direction for navigating LCD menus.
848
-// By default CLOCKWISE == DOWN. With this enabled CLOCKWISE == UP.
848
+//
849
+//  If CLOCKWISE normally moves DOWN this makes it go UP.
850
+//  If CLOCKWISE normally moves UP this makes it go DOWN.
849 851
 //
850 852
 //#define REVERSE_MENU_DIRECTION
851 853
 

+ 3
- 1
Marlin/example_configurations/SCARA/Configuration.h View File

@@ -858,7 +858,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
858 858
 
859 859
 //
860 860
 // This option reverses the encoder direction for navigating LCD menus.
861
-// By default CLOCKWISE == DOWN. With this enabled CLOCKWISE == UP.
861
+//
862
+//  If CLOCKWISE normally moves DOWN this makes it go UP.
863
+//  If CLOCKWISE normally moves UP this makes it go DOWN.
862 864
 //
863 865
 //#define REVERSE_MENU_DIRECTION
864 866
 

+ 3
- 1
Marlin/example_configurations/TAZ4/Configuration.h View File

@@ -871,7 +871,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
871 871
 
872 872
 //
873 873
 // This option reverses the encoder direction for navigating LCD menus.
874
-// By default CLOCKWISE == DOWN. With this enabled CLOCKWISE == UP.
874
+//
875
+//  If CLOCKWISE normally moves DOWN this makes it go UP.
876
+//  If CLOCKWISE normally moves UP this makes it go DOWN.
875 877
 //
876 878
 //#define REVERSE_MENU_DIRECTION
877 879
 

+ 3
- 1
Marlin/example_configurations/WITBOX/Configuration.h View File

@@ -842,7 +842,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
842 842
 
843 843
 //
844 844
 // This option reverses the encoder direction for navigating LCD menus.
845
-// By default CLOCKWISE == DOWN. With this enabled CLOCKWISE == UP.
845
+//
846
+//  If CLOCKWISE normally moves DOWN this makes it go UP.
847
+//  If CLOCKWISE normally moves UP this makes it go DOWN.
846 848
 //
847 849
 //#define REVERSE_MENU_DIRECTION
848 850
 

+ 3
- 1
Marlin/example_configurations/adafruit/ST7565/Configuration.h View File

@@ -850,7 +850,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
850 850
 
851 851
 //
852 852
 // This option reverses the encoder direction for navigating LCD menus.
853
-// By default CLOCKWISE == DOWN. With this enabled CLOCKWISE == UP.
853
+//
854
+//  If CLOCKWISE normally moves DOWN this makes it go UP.
855
+//  If CLOCKWISE normally moves UP this makes it go DOWN.
854 856
 //
855 857
 //#define REVERSE_MENU_DIRECTION
856 858
 

+ 3
- 1
Marlin/example_configurations/delta/biv2.5/Configuration.h View File

@@ -979,7 +979,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
979 979
 
980 980
 //
981 981
 // This option reverses the encoder direction for navigating LCD menus.
982
-// By default CLOCKWISE == DOWN. With this enabled CLOCKWISE == UP.
982
+//
983
+//  If CLOCKWISE normally moves DOWN this makes it go UP.
984
+//  If CLOCKWISE normally moves UP this makes it go DOWN.
983 985
 //
984 986
 //#define REVERSE_MENU_DIRECTION
985 987
 

+ 3
- 1
Marlin/example_configurations/delta/generic/Configuration.h View File

@@ -979,7 +979,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
979 979
 
980 980
 //
981 981
 // This option reverses the encoder direction for navigating LCD menus.
982
-// By default CLOCKWISE == DOWN. With this enabled CLOCKWISE == UP.
982
+//
983
+//  If CLOCKWISE normally moves DOWN this makes it go UP.
984
+//  If CLOCKWISE normally moves UP this makes it go DOWN.
983 985
 //
984 986
 //#define REVERSE_MENU_DIRECTION
985 987
 

+ 3
- 1
Marlin/example_configurations/delta/kossel_mini/Configuration.h View File

@@ -983,7 +983,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
983 983
 
984 984
 //
985 985
 // This option reverses the encoder direction for navigating LCD menus.
986
-// By default CLOCKWISE == DOWN. With this enabled CLOCKWISE == UP.
986
+//
987
+//  If CLOCKWISE normally moves DOWN this makes it go UP.
988
+//  If CLOCKWISE normally moves UP this makes it go DOWN.
987 989
 //
988 990
 //#define REVERSE_MENU_DIRECTION
989 991
 

+ 3
- 1
Marlin/example_configurations/delta/kossel_pro/Configuration.h View File

@@ -976,7 +976,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
976 976
 
977 977
 //
978 978
 // This option reverses the encoder direction for navigating LCD menus.
979
-// By default CLOCKWISE == DOWN. With this enabled CLOCKWISE == UP.
979
+//
980
+//  If CLOCKWISE normally moves DOWN this makes it go UP.
981
+//  If CLOCKWISE normally moves UP this makes it go DOWN.
980 982
 //
981 983
 //#define REVERSE_MENU_DIRECTION
982 984
 

+ 3
- 1
Marlin/example_configurations/delta/kossel_xl/Configuration.h View File

@@ -984,7 +984,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
984 984
 
985 985
 //
986 986
 // This option reverses the encoder direction for navigating LCD menus.
987
-// By default CLOCKWISE == DOWN. With this enabled CLOCKWISE == UP.
987
+//
988
+//  If CLOCKWISE normally moves DOWN this makes it go UP.
989
+//  If CLOCKWISE normally moves UP this makes it go DOWN.
988 990
 //
989 991
 //#define REVERSE_MENU_DIRECTION
990 992
 

+ 3
- 1
Marlin/example_configurations/makibox/Configuration.h View File

@@ -853,7 +853,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
853 853
 
854 854
 //
855 855
 // This option reverses the encoder direction for navigating LCD menus.
856
-// By default CLOCKWISE == DOWN. With this enabled CLOCKWISE == UP.
856
+//
857
+//  If CLOCKWISE normally moves DOWN this makes it go UP.
858
+//  If CLOCKWISE normally moves UP this makes it go DOWN.
857 859
 //
858 860
 //#define REVERSE_MENU_DIRECTION
859 861
 

+ 3
- 1
Marlin/example_configurations/tvrrug/Round2/Configuration.h View File

@@ -844,7 +844,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
844 844
 
845 845
 //
846 846
 // This option reverses the encoder direction for navigating LCD menus.
847
-// By default CLOCKWISE == DOWN. With this enabled CLOCKWISE == UP.
847
+//
848
+//  If CLOCKWISE normally moves DOWN this makes it go UP.
849
+//  If CLOCKWISE normally moves UP this makes it go DOWN.
848 850
 //
849 851
 //#define REVERSE_MENU_DIRECTION
850 852
 

Loading…
Cancel
Save