Browse Source

Correct the REVERSE_MENU_DIRECTION comment

Scott Lahteine 8 years ago
parent
commit
f1b00eb12b

+ 3
- 1
Marlin/Configuration.h View File

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

+ 3
- 1
Marlin/example_configurations/TAZ4/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/WITBOX/Configuration.h View File

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

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

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

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

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

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

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

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

@@ -979,7 +979,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
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_pro/Configuration.h View File

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

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

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

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

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

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

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

Loading…
Cancel
Save