Selaa lähdekoodia

Merge pull request #3641 from thinkyhead/rc_reverse_menu_doc

Correct the REVERSE_MENU_DIRECTION comment
Scott Lahteine 8 vuotta sitten
vanhempi
commit
924285afa6

+ 3
- 1
Marlin/Configuration.h Näytä tiedosto

851
 
851
 
852
 //
852
 //
853
 // This option reverses the encoder direction for navigating LCD menus.
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
 //#define REVERSE_MENU_DIRECTION
858
 //#define REVERSE_MENU_DIRECTION
857
 
859
 

+ 3
- 1
Marlin/example_configurations/Felix/Configuration.h Näytä tiedosto

833
 
833
 
834
 //
834
 //
835
 // This option reverses the encoder direction for navigating LCD menus.
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
 //#define REVERSE_MENU_DIRECTION
840
 //#define REVERSE_MENU_DIRECTION
839
 
841
 

+ 3
- 1
Marlin/example_configurations/Felix/Configuration_DUAL.h Näytä tiedosto

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

+ 3
- 1
Marlin/example_configurations/Hephestos/Configuration.h Näytä tiedosto

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

+ 3
- 1
Marlin/example_configurations/Hephestos_2/Configuration.h Näytä tiedosto

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

+ 3
- 1
Marlin/example_configurations/K8200/Configuration.h Näytä tiedosto

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/RepRapWorld/Megatronics/Configuration.h Näytä tiedosto

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

+ 3
- 1
Marlin/example_configurations/RigidBot/Configuration.h Näytä tiedosto

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

+ 3
- 1
Marlin/example_configurations/SCARA/Configuration.h Näytä tiedosto

858
 
858
 
859
 //
859
 //
860
 // This option reverses the encoder direction for navigating LCD menus.
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
 //#define REVERSE_MENU_DIRECTION
865
 //#define REVERSE_MENU_DIRECTION
864
 
866
 

+ 3
- 1
Marlin/example_configurations/TAZ4/Configuration.h Näytä tiedosto

871
 
871
 
872
 //
872
 //
873
 // This option reverses the encoder direction for navigating LCD menus.
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
 //#define REVERSE_MENU_DIRECTION
878
 //#define REVERSE_MENU_DIRECTION
877
 
879
 

+ 3
- 1
Marlin/example_configurations/WITBOX/Configuration.h Näytä tiedosto

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

+ 3
- 1
Marlin/example_configurations/adafruit/ST7565/Configuration.h Näytä tiedosto

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

+ 3
- 1
Marlin/example_configurations/delta/biv2.5/Configuration.h Näytä tiedosto

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/generic/Configuration.h Näytä tiedosto

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_mini/Configuration.h Näytä tiedosto

983
 
983
 
984
 //
984
 //
985
 // This option reverses the encoder direction for navigating LCD menus.
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
 //#define REVERSE_MENU_DIRECTION
990
 //#define REVERSE_MENU_DIRECTION
989
 
991
 

+ 3
- 1
Marlin/example_configurations/delta/kossel_pro/Configuration.h Näytä tiedosto

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

+ 3
- 1
Marlin/example_configurations/delta/kossel_xl/Configuration.h Näytä tiedosto

984
 
984
 
985
 //
985
 //
986
 // This option reverses the encoder direction for navigating LCD menus.
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
 //#define REVERSE_MENU_DIRECTION
991
 //#define REVERSE_MENU_DIRECTION
990
 
992
 

+ 3
- 1
Marlin/example_configurations/makibox/Configuration.h Näytä tiedosto

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

+ 3
- 1
Marlin/example_configurations/tvrrug/Round2/Configuration.h Näytä tiedosto

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

Loading…
Peruuta
Tallenna