Browse Source

Correct the REVERSE_MENU_DIRECTION comment

Scott Lahteine 8 years ago
parent
commit
f1b00eb12b

+ 3
- 1
Marlin/Configuration.h View File

847
 
847
 
848
 //
848
 //
849
 // This option reverses the encoder direction for navigating LCD menus.
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
 //#define REVERSE_MENU_DIRECTION
854
 //#define REVERSE_MENU_DIRECTION
853
 
855
 

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

829
 
829
 
830
 //
830
 //
831
 // This option reverses the encoder direction for navigating LCD menus.
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
 //#define REVERSE_MENU_DIRECTION
836
 //#define REVERSE_MENU_DIRECTION
835
 
837
 

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

826
 
826
 
827
 //
827
 //
828
 // This option reverses the encoder direction for navigating LCD menus.
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
 //#define REVERSE_MENU_DIRECTION
833
 //#define REVERSE_MENU_DIRECTION
832
 
834
 

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

838
 
838
 
839
 //
839
 //
840
 // This option reverses the encoder direction for navigating LCD menus.
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
 //#define REVERSE_MENU_DIRECTION
845
 //#define REVERSE_MENU_DIRECTION
844
 
846
 

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

840
 
840
 
841
 //
841
 //
842
 // This option reverses the encoder direction for navigating LCD menus.
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
 //#define REVERSE_MENU_DIRECTION
847
 //#define REVERSE_MENU_DIRECTION
846
 
848
 

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

863
 
863
 
864
 //
864
 //
865
 // This option reverses the encoder direction for navigating LCD menus.
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
 //#define REVERSE_MENU_DIRECTION
870
 //#define REVERSE_MENU_DIRECTION
869
 
871
 

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

846
 
846
 
847
 //
847
 //
848
 // This option reverses the encoder direction for navigating LCD menus.
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
 //#define REVERSE_MENU_DIRECTION
853
 //#define REVERSE_MENU_DIRECTION
852
 
854
 

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

841
 
841
 
842
 //
842
 //
843
 // This option reverses the encoder direction for navigating LCD menus.
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
 //#define REVERSE_MENU_DIRECTION
848
 //#define REVERSE_MENU_DIRECTION
847
 
849
 

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

854
 
854
 
855
 //
855
 //
856
 // This option reverses the encoder direction for navigating LCD menus.
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
 //#define REVERSE_MENU_DIRECTION
861
 //#define REVERSE_MENU_DIRECTION
860
 
862
 

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

867
 
867
 
868
 //
868
 //
869
 // This option reverses the encoder direction for navigating LCD menus.
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
 //#define REVERSE_MENU_DIRECTION
874
 //#define REVERSE_MENU_DIRECTION
873
 
875
 

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

838
 
838
 
839
 //
839
 //
840
 // This option reverses the encoder direction for navigating LCD menus.
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
 //#define REVERSE_MENU_DIRECTION
845
 //#define REVERSE_MENU_DIRECTION
844
 
846
 

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

846
 
846
 
847
 //
847
 //
848
 // This option reverses the encoder direction for navigating LCD menus.
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
 //#define REVERSE_MENU_DIRECTION
853
 //#define REVERSE_MENU_DIRECTION
852
 
854
 

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

975
 
975
 
976
 //
976
 //
977
 // This option reverses the encoder direction for navigating LCD menus.
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
 //#define REVERSE_MENU_DIRECTION
982
 //#define REVERSE_MENU_DIRECTION
981
 
983
 

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

975
 
975
 
976
 //
976
 //
977
 // This option reverses the encoder direction for navigating LCD menus.
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
 //#define REVERSE_MENU_DIRECTION
982
 //#define REVERSE_MENU_DIRECTION
981
 
983
 

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

979
 
979
 
980
 //
980
 //
981
 // This option reverses the encoder direction for navigating LCD menus.
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
 //#define REVERSE_MENU_DIRECTION
986
 //#define REVERSE_MENU_DIRECTION
985
 
987
 

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

972
 
972
 
973
 //
973
 //
974
 // This option reverses the encoder direction for navigating LCD menus.
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
 //#define REVERSE_MENU_DIRECTION
979
 //#define REVERSE_MENU_DIRECTION
978
 
980
 

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

980
 
980
 
981
 //
981
 //
982
 // This option reverses the encoder direction for navigating LCD menus.
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
 //#define REVERSE_MENU_DIRECTION
987
 //#define REVERSE_MENU_DIRECTION
986
 
988
 

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

849
 
849
 
850
 //
850
 //
851
 // This option reverses the encoder direction for navigating LCD menus.
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
 //#define REVERSE_MENU_DIRECTION
856
 //#define REVERSE_MENU_DIRECTION
855
 
857
 

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

840
 
840
 
841
 //
841
 //
842
 // This option reverses the encoder direction for navigating LCD menus.
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
 //#define REVERSE_MENU_DIRECTION
847
 //#define REVERSE_MENU_DIRECTION
846
 
848
 

Loading…
Cancel
Save