소스 검색

Add the REVERSE_MENU_DIRECTION option

Scott Lahteine 9 년 전
부모
커밋
b8b51d8da8

+ 1
- 0
Marlin/Configuration.h 파일 보기

685
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
685
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
686
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
686
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
687
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
687
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
688
+//#define REVERSE_MENU_DIRECTION // When enabled CLOCKWISE moves UP in the LCD menu
688
 //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
689
 //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
689
 //#define ULTIPANEL  //the UltiPanel as on Thingiverse
690
 //#define ULTIPANEL  //the UltiPanel as on Thingiverse
690
 //#define SPEAKER // The sound device is a speaker - not a buzzer. A buzzer resonates with his own frequency.
691
 //#define SPEAKER // The sound device is a speaker - not a buzzer. A buzzer resonates with his own frequency.

+ 1
- 0
Marlin/example_configurations/Felix/Configuration.h 파일 보기

668
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
668
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
669
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
669
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
670
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
670
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
671
+//#define REVERSE_MENU_DIRECTION // When enabled CLOCKWISE moves UP in the LCD menu
671
 //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
672
 //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
672
 //#define ULTIPANEL  //the UltiPanel as on Thingiverse
673
 //#define ULTIPANEL  //the UltiPanel as on Thingiverse
673
 //#define SPEAKER // The sound device is a speaker - not a buzzer. A buzzer resonates with his own frequency.
674
 //#define SPEAKER // The sound device is a speaker - not a buzzer. A buzzer resonates with his own frequency.

+ 1
- 0
Marlin/example_configurations/Felix/Configuration_DUAL.h 파일 보기

665
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
665
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
666
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
666
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
667
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
667
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
668
+//#define REVERSE_MENU_DIRECTION // When enabled CLOCKWISE moves UP in the LCD menu
668
 //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
669
 //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
669
 //#define ULTIPANEL  //the UltiPanel as on Thingiverse
670
 //#define ULTIPANEL  //the UltiPanel as on Thingiverse
670
 //#define SPEAKER // The sound device is a speaker - not a buzzer. A buzzer resonates with his own frequency.
671
 //#define SPEAKER // The sound device is a speaker - not a buzzer. A buzzer resonates with his own frequency.

+ 1
- 0
Marlin/example_configurations/Hephestos/Configuration.h 파일 보기

677
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
677
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
678
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
678
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
679
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
679
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
680
+//#define REVERSE_MENU_DIRECTION // When enabled CLOCKWISE moves UP in the LCD menu
680
 //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
681
 //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
681
 //#define ULTIPANEL  //the UltiPanel as on Thingiverse
682
 //#define ULTIPANEL  //the UltiPanel as on Thingiverse
682
 //#define SPEAKER // The sound device is a speaker - not a buzzer. A buzzer resonates with his own frequency.
683
 //#define SPEAKER // The sound device is a speaker - not a buzzer. A buzzer resonates with his own frequency.

+ 1
- 0
Marlin/example_configurations/Hephestos_2/Configuration.h 파일 보기

680
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
680
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
681
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
681
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
682
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
682
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
683
+//#define REVERSE_MENU_DIRECTION // When enabled CLOCKWISE moves UP in the LCD menu
683
 //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
684
 //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
684
 //#define ULTIPANEL  //the UltiPanel as on Thingiverse
685
 //#define ULTIPANEL  //the UltiPanel as on Thingiverse
685
 //#define SPEAKER // The sound device is a speaker - not a buzzer. A buzzer resonates with his own frequency.
686
 //#define SPEAKER // The sound device is a speaker - not a buzzer. A buzzer resonates with his own frequency.

+ 1
- 0
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h 파일 보기

685
 #define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
685
 #define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
686
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
686
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
687
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
687
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
688
+//#define REVERSE_MENU_DIRECTION // When enabled CLOCKWISE moves UP in the LCD menu
688
 //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
689
 //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
689
 //#define ULTIPANEL  //the UltiPanel as on Thingiverse
690
 //#define ULTIPANEL  //the UltiPanel as on Thingiverse
690
 //#define SPEAKER // The sound device is a speaker - not a buzzer. A buzzer resonates with his own frequency.
691
 //#define SPEAKER // The sound device is a speaker - not a buzzer. A buzzer resonates with his own frequency.

+ 1
- 0
Marlin/example_configurations/RigidBot/Configuration.h 파일 보기

680
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
680
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
681
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
681
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
682
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
682
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
683
+//#define REVERSE_MENU_DIRECTION // When enabled CLOCKWISE moves UP in the LCD menu
683
 //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
684
 //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
684
 //#define ULTIPANEL  //the UltiPanel as on Thingiverse
685
 //#define ULTIPANEL  //the UltiPanel as on Thingiverse
685
 //#define SPEAKER // The sound device is a speaker - not a buzzer. A buzzer resonates with his own frequency.
686
 //#define SPEAKER // The sound device is a speaker - not a buzzer. A buzzer resonates with his own frequency.

+ 1
- 0
Marlin/example_configurations/SCARA/Configuration.h 파일 보기

693
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
693
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
694
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
694
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
695
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
695
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
696
+//#define REVERSE_MENU_DIRECTION // When enabled CLOCKWISE moves UP in the LCD menu
696
 //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
697
 //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
697
 //#define ULTIPANEL  //the UltiPanel as on Thingiverse
698
 //#define ULTIPANEL  //the UltiPanel as on Thingiverse
698
 //#define SPEAKER // The sound device is a speaker - not a buzzer. A buzzer resonates with his own frequency.
699
 //#define SPEAKER // The sound device is a speaker - not a buzzer. A buzzer resonates with his own frequency.

+ 1
- 0
Marlin/example_configurations/TAZ4/Configuration.h 파일 보기

705
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
705
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
706
 #define ENCODER_PULSES_PER_STEP 2 // Increase if you have a high resolution encoder
706
 #define ENCODER_PULSES_PER_STEP 2 // Increase if you have a high resolution encoder
707
 #define ENCODER_STEPS_PER_MENU_ITEM 1 // Set according to ENCODER_PULSES_PER_STEP or your liking
707
 #define ENCODER_STEPS_PER_MENU_ITEM 1 // Set according to ENCODER_PULSES_PER_STEP or your liking
708
+//#define REVERSE_MENU_DIRECTION // When enabled CLOCKWISE moves UP in the LCD menu
708
 //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
709
 //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
709
 //#define ULTIPANEL  //the UltiPanel as on Thingiverse
710
 //#define ULTIPANEL  //the UltiPanel as on Thingiverse
710
 //#define SPEAKER // The sound device is a speaker - not a buzzer. A buzzer resonates with his own frequency.
711
 //#define SPEAKER // The sound device is a speaker - not a buzzer. A buzzer resonates with his own frequency.

+ 1
- 0
Marlin/example_configurations/WITBOX/Configuration.h 파일 보기

677
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
677
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
678
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
678
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
679
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
679
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
680
+//#define REVERSE_MENU_DIRECTION // When enabled CLOCKWISE moves UP in the LCD menu
680
 //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
681
 //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
681
 //#define ULTIPANEL  //the UltiPanel as on Thingiverse
682
 //#define ULTIPANEL  //the UltiPanel as on Thingiverse
682
 //#define SPEAKER // The sound device is a speaker - not a buzzer. A buzzer resonates with his own frequency.
683
 //#define SPEAKER // The sound device is a speaker - not a buzzer. A buzzer resonates with his own frequency.

+ 1
- 0
Marlin/example_configurations/adafruit/ST7565/Configuration.h 파일 보기

685
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
685
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
686
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
686
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
687
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
687
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
688
+//#define REVERSE_MENU_DIRECTION // When enabled CLOCKWISE moves UP in the LCD menu
688
 //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
689
 //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
689
 //#define ULTIPANEL  //the UltiPanel as on Thingiverse
690
 //#define ULTIPANEL  //the UltiPanel as on Thingiverse
690
 //#define SPEAKER // The sound device is a speaker - not a buzzer. A buzzer resonates with his own frequency.
691
 //#define SPEAKER // The sound device is a speaker - not a buzzer. A buzzer resonates with his own frequency.

+ 1
- 0
Marlin/example_configurations/delta/biv2.5/Configuration.h 파일 보기

807
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
807
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
808
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
808
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
809
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
809
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
810
+//#define REVERSE_MENU_DIRECTION // When enabled CLOCKWISE moves UP in the LCD menu
810
 //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
811
 //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
811
 //#define ULTIPANEL  //the UltiPanel as on Thingiverse
812
 //#define ULTIPANEL  //the UltiPanel as on Thingiverse
812
 //#define SPEAKER // The sound device is a speaker - not a buzzer. A buzzer resonates with his own frequency.
813
 //#define SPEAKER // The sound device is a speaker - not a buzzer. A buzzer resonates with his own frequency.

+ 1
- 0
Marlin/example_configurations/delta/generic/Configuration.h 파일 보기

807
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
807
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
808
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
808
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
809
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
809
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
810
+//#define REVERSE_MENU_DIRECTION // When enabled CLOCKWISE moves UP in the LCD menu
810
 //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
811
 //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
811
 //#define ULTIPANEL  //the UltiPanel as on Thingiverse
812
 //#define ULTIPANEL  //the UltiPanel as on Thingiverse
812
 //#define SPEAKER // The sound device is a speaker - not a buzzer. A buzzer resonates with his own frequency.
813
 //#define SPEAKER // The sound device is a speaker - not a buzzer. A buzzer resonates with his own frequency.

+ 1
- 0
Marlin/example_configurations/delta/kossel_mini/Configuration.h 파일 보기

811
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
811
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
812
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
812
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
813
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
813
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
814
+//#define REVERSE_MENU_DIRECTION // When enabled CLOCKWISE moves UP in the LCD menu
814
 //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
815
 //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
815
 //#define ULTIPANEL  //the UltiPanel as on Thingiverse
816
 //#define ULTIPANEL  //the UltiPanel as on Thingiverse
816
 //#define SPEAKER // The sound device is a speaker - not a buzzer. A buzzer resonates with his own frequency.
817
 //#define SPEAKER // The sound device is a speaker - not a buzzer. A buzzer resonates with his own frequency.

+ 1
- 0
Marlin/example_configurations/delta/kossel_pro/Configuration.h 파일 보기

802
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
802
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
803
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
803
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
804
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
804
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
805
+//#define REVERSE_MENU_DIRECTION // When enabled CLOCKWISE moves UP in the LCD menu
805
 //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
806
 //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
806
 //#define ULTIPANEL  //the UltiPanel as on Thingiverse
807
 //#define ULTIPANEL  //the UltiPanel as on Thingiverse
807
 //#define SPEAKER // The sound device is a speaker - not a buzzer. A buzzer resonates with his own frequency.
808
 //#define SPEAKER // The sound device is a speaker - not a buzzer. A buzzer resonates with his own frequency.

+ 1
- 0
Marlin/example_configurations/delta/kossel_xl/Configuration.h 파일 보기

721
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
721
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
722
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
722
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
723
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
723
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
724
+//#define REVERSE_MENU_DIRECTION // When enabled CLOCKWISE moves UP in the LCD menu
724
 //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
725
 //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
725
 //#define ULTIPANEL  //the UltiPanel as on Thingiverse
726
 //#define ULTIPANEL  //the UltiPanel as on Thingiverse
726
 //#define SPEAKER // The sound device is a speaker - not a buzzer. A buzzer resonates with his own frequency.
727
 //#define SPEAKER // The sound device is a speaker - not a buzzer. A buzzer resonates with his own frequency.

+ 1
- 0
Marlin/example_configurations/makibox/Configuration.h 파일 보기

688
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
688
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
689
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
689
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
690
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
690
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
691
+//#define REVERSE_MENU_DIRECTION // When enabled CLOCKWISE moves UP in the LCD menu
691
 //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
692
 //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
692
 //#define ULTIPANEL  //the UltiPanel as on Thingiverse
693
 //#define ULTIPANEL  //the UltiPanel as on Thingiverse
693
 //#define SPEAKER // The sound device is a speaker - not a buzzer. A buzzer resonates with his own frequency.
694
 //#define SPEAKER // The sound device is a speaker - not a buzzer. A buzzer resonates with his own frequency.

+ 1
- 0
Marlin/example_configurations/tvrrug/Round2/Configuration.h 파일 보기

679
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
679
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
680
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
680
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
681
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
681
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
682
+//#define REVERSE_MENU_DIRECTION // When enabled CLOCKWISE moves UP in the LCD menu
682
 //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
683
 //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
683
 //#define ULTIPANEL  //the UltiPanel as on Thingiverse
684
 //#define ULTIPANEL  //the UltiPanel as on Thingiverse
684
 //#define SPEAKER // The sound device is a speaker - not a buzzer. A buzzer resonates with his own frequency.
685
 //#define SPEAKER // The sound device is a speaker - not a buzzer. A buzzer resonates with his own frequency.

Loading…
취소
저장