浏览代码

Additional instructions for controller reverse options

Scott Lahteine 9 年前
父节点
当前提交
c5130fd23b

+ 10
- 0
Marlin/Configuration.h 查看文件

875
 //
875
 //
876
 //#define ENCODER_STEPS_PER_MENU_ITEM 5
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
 // This option reverses the encoder direction everywhere
889
 // This option reverses the encoder direction everywhere
880
 //
890
 //

+ 10
- 0
Marlin/example_configurations/Felix/Configuration.h 查看文件

858
 //
858
 //
859
 //#define ENCODER_STEPS_PER_MENU_ITEM 5
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
 // This option reverses the encoder direction everywhere
872
 // This option reverses the encoder direction everywhere
863
 //
873
 //

+ 10
- 0
Marlin/example_configurations/Felix/DUAL/Configuration.h 查看文件

856
 //
856
 //
857
 //#define ENCODER_STEPS_PER_MENU_ITEM 5
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
 // This option reverses the encoder direction everywhere
870
 // This option reverses the encoder direction everywhere
861
 //
871
 //

+ 10
- 0
Marlin/example_configurations/Hephestos/Configuration.h 查看文件

867
 //
867
 //
868
 //#define ENCODER_STEPS_PER_MENU_ITEM 5
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
 // This option reverses the encoder direction everywhere
881
 // This option reverses the encoder direction everywhere
872
 //
882
 //

+ 10
- 0
Marlin/example_configurations/Hephestos_2/Configuration.h 查看文件

869
 //
869
 //
870
 //#define ENCODER_STEPS_PER_MENU_ITEM 5
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
 // This option reverses the encoder direction everywhere
883
 // This option reverses the encoder direction everywhere
874
 //
884
 //

+ 10
- 0
Marlin/example_configurations/K8200/Configuration.h 查看文件

892
 //
892
 //
893
 //#define ENCODER_STEPS_PER_MENU_ITEM 5
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
 // This option reverses the encoder direction everywhere
906
 // This option reverses the encoder direction everywhere
897
 //
907
 //

+ 10
- 0
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h 查看文件

875
 //
875
 //
876
 //#define ENCODER_STEPS_PER_MENU_ITEM 5
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
 // This option reverses the encoder direction everywhere
889
 // This option reverses the encoder direction everywhere
880
 //
890
 //

+ 10
- 0
Marlin/example_configurations/RigidBot/Configuration.h 查看文件

870
 //
870
 //
871
 //#define ENCODER_STEPS_PER_MENU_ITEM 5
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
 // This option reverses the encoder direction everywhere
884
 // This option reverses the encoder direction everywhere
875
 //
885
 //

+ 10
- 0
Marlin/example_configurations/SCARA/Configuration.h 查看文件

883
 //
883
 //
884
 //#define ENCODER_STEPS_PER_MENU_ITEM 5
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
 // This option reverses the encoder direction everywhere
897
 // This option reverses the encoder direction everywhere
888
 //
898
 //

+ 10
- 0
Marlin/example_configurations/TAZ4/Configuration.h 查看文件

896
 //
896
 //
897
 #define ENCODER_STEPS_PER_MENU_ITEM 1
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
 // This option reverses the encoder direction everywhere
910
 // This option reverses the encoder direction everywhere
901
 //
911
 //

+ 10
- 0
Marlin/example_configurations/WITBOX/Configuration.h 查看文件

867
 //
867
 //
868
 //#define ENCODER_STEPS_PER_MENU_ITEM 5
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
 // This option reverses the encoder direction everywhere
881
 // This option reverses the encoder direction everywhere
872
 //
882
 //

+ 10
- 0
Marlin/example_configurations/adafruit/ST7565/Configuration.h 查看文件

875
 //
875
 //
876
 //#define ENCODER_STEPS_PER_MENU_ITEM 5
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
 // This option reverses the encoder direction everywhere
889
 // This option reverses the encoder direction everywhere
880
 //
890
 //

+ 10
- 0
Marlin/example_configurations/delta/biv2.5/Configuration.h 查看文件

1004
 //
1004
 //
1005
 //#define ENCODER_STEPS_PER_MENU_ITEM 5
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
 // This option reverses the encoder direction everywhere
1018
 // This option reverses the encoder direction everywhere
1009
 //
1019
 //

+ 10
- 0
Marlin/example_configurations/delta/generic/Configuration.h 查看文件

1004
 //
1004
 //
1005
 //#define ENCODER_STEPS_PER_MENU_ITEM 5
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
 // This option reverses the encoder direction everywhere
1018
 // This option reverses the encoder direction everywhere
1009
 //
1019
 //

+ 10
- 0
Marlin/example_configurations/delta/kossel_mini/Configuration.h 查看文件

1008
 //
1008
 //
1009
 //#define ENCODER_STEPS_PER_MENU_ITEM 5
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
 // This option reverses the encoder direction everywhere
1022
 // This option reverses the encoder direction everywhere
1013
 //
1023
 //

+ 10
- 0
Marlin/example_configurations/delta/kossel_pro/Configuration.h 查看文件

1001
 //
1001
 //
1002
 //#define ENCODER_STEPS_PER_MENU_ITEM 5
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
 // This option reverses the encoder direction everywhere
1015
 // This option reverses the encoder direction everywhere
1006
 //
1016
 //

+ 10
- 0
Marlin/example_configurations/delta/kossel_xl/Configuration.h 查看文件

1009
 //
1009
 //
1010
 //#define ENCODER_STEPS_PER_MENU_ITEM 5
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
 // This option reverses the encoder direction everywhere
1023
 // This option reverses the encoder direction everywhere
1014
 //
1024
 //

+ 10
- 0
Marlin/example_configurations/makibox/Configuration.h 查看文件

878
 //
878
 //
879
 //#define ENCODER_STEPS_PER_MENU_ITEM 5
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
 // This option reverses the encoder direction everywhere
892
 // This option reverses the encoder direction everywhere
883
 //
893
 //

+ 10
- 0
Marlin/example_configurations/tvrrug/Round2/Configuration.h 查看文件

869
 //
869
 //
870
 //#define ENCODER_STEPS_PER_MENU_ITEM 5
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
 // This option reverses the encoder direction everywhere
883
 // This option reverses the encoder direction everywhere
874
 //
884
 //

正在加载...
取消
保存