Pārlūkot izejas kodu

Adding SDULTRASLOW variable.

Instead of changing SDEXTRASLOW variable to a slower speed,  the new
SDULTRASLOW is used for rigidbot panel.
Ruwan J Egoda Gamage 9 gadus atpakaļ
vecāks
revīzija
e6cc232184

+ 3
- 1
Marlin/cardreader.cpp Parādīt failu

195
   cardOK = false;
195
   cardOK = false;
196
   if (root.isOpen()) root.close();
196
   if (root.isOpen()) root.close();
197
 
197
 
198
-  #if ENABLED(SDEXTRASLOW)
198
+  #if ENABLED(SDULTRASLOW)
199
     #define SPI_SPEED SPI_SIXTEENTH_SPEED
199
     #define SPI_SPEED SPI_SIXTEENTH_SPEED
200
+  #elif ENABLED(SDEXTRASLOW)
201
+    #define SPI_SPEED SPI_QUARTER_SPEED
200
   #elif ENABLED(SDSLOW)
202
   #elif ENABLED(SDSLOW)
201
     #define SPI_SPEED SPI_HALF_SPEED
203
     #define SPI_SPEED SPI_HALF_SPEED
202
   #else
204
   #else

+ 1
- 0
Marlin/example_configurations/Felix/Configuration.h Parādīt failu

651
 // Changed behaviour! If you need SDSUPPORT uncomment it!
651
 // Changed behaviour! If you need SDSUPPORT uncomment it!
652
 //#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
652
 //#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
653
 //#define SDEXTRASLOW // Use even slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
653
 //#define SDEXTRASLOW // Use even slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
654
+//#define SDULTRASLOW // Use slowest SD transfer mode (not normally needed - uncomment if you're getting volume init error)
654
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
655
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
655
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
656
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
656
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
657
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking

+ 1
- 0
Marlin/example_configurations/Felix/Configuration_DUAL.h Parādīt failu

620
 // Changed behaviour! If you need SDSUPPORT uncomment it!
620
 // Changed behaviour! If you need SDSUPPORT uncomment it!
621
 //#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
621
 //#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
622
 //#define SDEXTRASLOW // Use even slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
622
 //#define SDEXTRASLOW // Use even slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
623
+//#define SDULTRASLOW // Use slowest SD transfer mode (not normally needed - uncomment if you're getting volume init error)
623
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
624
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
624
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
625
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
625
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
626
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking

+ 1
- 0
Marlin/example_configurations/Hephestos/Configuration.h Parādīt failu

660
 #define SDSUPPORT // Enable SD Card Support in Hardware Console
660
 #define SDSUPPORT // Enable SD Card Support in Hardware Console
661
 //#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
661
 //#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
662
 //#define SDEXTRASLOW // Use even slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
662
 //#define SDEXTRASLOW // Use even slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
663
+//#define SDULTRASLOW // Use slowest SD transfer mode (not normally needed - uncomment if you're getting volume init error)
663
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
664
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
664
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
665
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
665
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
666
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking

+ 1
- 0
Marlin/example_configurations/K8200/Configuration.h Parādīt failu

656
 // Changed behaviour! If you need SDSUPPORT uncomment it!
656
 // Changed behaviour! If you need SDSUPPORT uncomment it!
657
 //#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
657
 //#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
658
 //#define SDEXTRASLOW // Use even slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
658
 //#define SDEXTRASLOW // Use even slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
659
+//#define SDULTRASLOW // Use slowest SD transfer mode (not normally needed - uncomment if you're getting volume init error)
659
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
660
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
660
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
661
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
661
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
662
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking

+ 1
- 0
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h Parādīt failu

668
 #define SDSUPPORT // Enable SD Card Support in Hardware Console
668
 #define SDSUPPORT // Enable SD Card Support in Hardware Console
669
 //#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
669
 //#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
670
 //#define SDEXTRASLOW // Use even slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
670
 //#define SDEXTRASLOW // Use even slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
671
+//#define SDULTRASLOW // Use slowest SD transfer mode (not normally needed - uncomment if you're getting volume init error)
671
 #define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
672
 #define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
672
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
673
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
673
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
674
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking

+ 2
- 1
Marlin/example_configurations/RigidBot/Configuration.h Parādīt failu

659
 #define SDSUPPORT // Enable SD Card Support in Hardware Console
659
 #define SDSUPPORT // Enable SD Card Support in Hardware Console
660
 // Changed behaviour! If you need SDSUPPORT uncomment it!
660
 // Changed behaviour! If you need SDSUPPORT uncomment it!
661
 //#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
661
 //#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
662
-#define SDEXTRASLOW // Use even slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
662
+//#define SDEXTRASLOW // Use even slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
663
+#define SDULTRASLOW // Use slowest SD transfer mode (not normally needed - uncomment if you're getting volume init error)
663
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
664
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
664
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
665
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
665
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
666
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking

+ 1
- 0
Marlin/example_configurations/SCARA/Configuration.h Parādīt failu

676
 // Changed behaviour! If you need SDSUPPORT uncomment it!
676
 // Changed behaviour! If you need SDSUPPORT uncomment it!
677
 //#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
677
 //#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
678
 //#define SDEXTRASLOW // Use even slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
678
 //#define SDEXTRASLOW // Use even slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
679
+//#define SDULTRASLOW // Use slowest SD transfer mode (not normally needed - uncomment if you're getting volume init error)
679
 //#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
680
 //#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
681
 //#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

+ 1
- 0
Marlin/example_configurations/TAZ4/Configuration.h Parādīt failu

687
 // Changed behaviour! If you need SDSUPPORT uncomment it!
687
 // Changed behaviour! If you need SDSUPPORT uncomment it!
688
 //#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
688
 //#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
689
 //#define SDEXTRASLOW // Use even slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
689
 //#define SDEXTRASLOW // Use even slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
690
+//#define SDULTRASLOW // Use slowest SD transfer mode (not normally needed - uncomment if you're getting volume init error)
690
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
691
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
691
 #define ENCODER_PULSES_PER_STEP 2 // Increase if you have a high resolution encoder
692
 #define ENCODER_PULSES_PER_STEP 2 // Increase if you have a high resolution encoder
692
 #define ENCODER_STEPS_PER_MENU_ITEM 1 // Set according to ENCODER_PULSES_PER_STEP or your liking
693
 #define ENCODER_STEPS_PER_MENU_ITEM 1 // Set according to ENCODER_PULSES_PER_STEP or your liking

+ 1
- 0
Marlin/example_configurations/WITBOX/Configuration.h Parādīt failu

659
 #define SDSUPPORT // Enable SD Card Support in Hardware Console
659
 #define SDSUPPORT // Enable SD Card Support in Hardware Console
660
 //#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
660
 //#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
661
 //#define SDEXTRASLOW // Use even slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
661
 //#define SDEXTRASLOW // Use even slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
662
+//#define SDULTRASLOW // Use slowest SD transfer mode (not normally needed - uncomment if you're getting volume init error)
662
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
663
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
663
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
664
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
664
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
665
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking

+ 1
- 0
Marlin/example_configurations/adafruit/ST7565/Configuration.h Parādīt failu

668
 #define SDSUPPORT // Enable SD Card Support in Hardware Console
668
 #define SDSUPPORT // Enable SD Card Support in Hardware Console
669
 #define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
669
 #define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
670
 //#define SDEXTRASLOW // Use even slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
670
 //#define SDEXTRASLOW // Use even slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
671
+//#define SDULTRASLOW // Use slowest SD transfer mode (not normally needed - uncomment if you're getting volume init error)
671
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
672
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
672
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
673
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
673
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
674
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking

+ 1
- 0
Marlin/example_configurations/delta/biv2.5/Configuration.h Parādīt failu

790
 // Changed behaviour! If you need SDSUPPORT uncomment it!
790
 // Changed behaviour! If you need SDSUPPORT uncomment it!
791
 //#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
791
 //#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
792
 //#define SDEXTRASLOW // Use even slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
792
 //#define SDEXTRASLOW // Use even slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
793
+//#define SDULTRASLOW // Use slowest SD transfer mode (not normally needed - uncomment if you're getting volume init error)
793
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
794
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
794
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
795
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
795
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
796
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking

+ 1
- 0
Marlin/example_configurations/delta/generic/Configuration.h Parādīt failu

791
 // Changed behaviour! If you need SDSUPPORT uncomment it!
791
 // Changed behaviour! If you need SDSUPPORT uncomment it!
792
 //#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
792
 //#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
793
 //#define SDEXTRASLOW // Use even slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
793
 //#define SDEXTRASLOW // Use even slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
794
+//#define SDULTRASLOW // Use slowest SD transfer mode (not normally needed - uncomment if you're getting volume init error)
794
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
795
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
795
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
796
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
796
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
797
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking

+ 1
- 0
Marlin/example_configurations/delta/kossel_mini/Configuration.h Parādīt failu

795
 // Changed behaviour! If you need SDSUPPORT uncomment it!
795
 // Changed behaviour! If you need SDSUPPORT uncomment it!
796
 //#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
796
 //#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
797
 //#define SDEXTRASLOW // Use even slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
797
 //#define SDEXTRASLOW // Use even slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
798
+//#define SDULTRASLOW // Use slowest SD transfer mode (not normally needed - uncomment if you're getting volume init error)
798
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
799
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
799
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
800
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
800
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
801
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking

+ 1
- 0
Marlin/example_configurations/delta/kossel_pro/Configuration.h Parādīt failu

785
 #define SDSUPPORT // Enable SD Card Support in Hardware Console
785
 #define SDSUPPORT // Enable SD Card Support in Hardware Console
786
 //#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
786
 //#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
787
 //#define SDEXTRASLOW // Use even slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
787
 //#define SDEXTRASLOW // Use even slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
788
+//#define SDULTRASLOW // Use slowest SD transfer mode (not normally needed - uncomment if you're getting volume init error)
788
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
789
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
789
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
790
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
790
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
791
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking

+ 1
- 0
Marlin/example_configurations/makibox/Configuration.h Parādīt failu

670
 #define SDSUPPORT // Enable SD Card Support in Hardware Console
670
 #define SDSUPPORT // Enable SD Card Support in Hardware Console
671
 #define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
671
 #define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
672
 //#define SDEXTRASLOW // Use even slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
672
 //#define SDEXTRASLOW // Use even slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
673
+//#define SDULTRASLOW // Use slowest SD transfer mode (not normally needed - uncomment if you're getting volume init error)
673
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
674
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
674
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
675
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
675
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
676
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking

+ 1
- 0
Marlin/example_configurations/tvrrug/Round2/Configuration.h Parādīt failu

663
 // Changed behaviour! If you need SDSUPPORT uncomment it!
663
 // Changed behaviour! If you need SDSUPPORT uncomment it!
664
 //#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
664
 //#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
665
 //#define SDEXTRASLOW // Use even slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
665
 //#define SDEXTRASLOW // Use even slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
666
+//#define SDULTRASLOW // Use slowest SD transfer mode (not normally needed - uncomment if you're getting volume init error)
666
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
667
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
667
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
668
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
668
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
669
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking

Notiek ielāde…
Atcelt
Saglabāt