ソースを参照

Getting rid of SDEXTRASLOW, SDSLOW variables.

Ruwan J Egoda Gamage 9年前
コミット
b58083b0fa

+ 1
- 7
Marlin/cardreader.cpp ファイルの表示

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

+ 1
- 3
Marlin/example_configurations/Felix/Configuration.h ファイルの表示

649
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
649
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
650
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console
650
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console
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)
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)
652
+//#define SPI_SPEED SPI_HALF_SPEED // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
655
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
653
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
656
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
654
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
657
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
655
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking

+ 1
- 3
Marlin/example_configurations/Felix/Configuration_DUAL.h ファイルの表示

618
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
618
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
619
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console
619
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console
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)
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)
621
+//#define SPI_SPEED SPI_HALF_SPEED // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
624
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
622
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
625
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
623
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
626
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
624
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking

+ 1
- 3
Marlin/example_configurations/Hephestos/Configuration.h ファイルの表示

658
 #define ULTRA_LCD  //general LCD support, also 16x2
658
 #define ULTRA_LCD  //general LCD support, also 16x2
659
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
659
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
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)
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)
661
+//#define SPI_SPEED SPI_HALF_SPEED // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
664
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
662
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
665
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
663
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
666
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
664
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking

+ 1
- 3
Marlin/example_configurations/K8200/Configuration.h ファイルの表示

654
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
654
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
655
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console
655
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console
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)
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)
657
+//#define SPI_SPEED SPI_HALF_SPEED // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
660
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
658
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
661
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
659
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
662
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
660
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking

+ 1
- 3
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h ファイルの表示

666
 #define ULTRA_LCD  //general LCD support, also 16x2
666
 #define ULTRA_LCD  //general LCD support, also 16x2
667
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
667
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
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)
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)
669
+//#define SPI_SPEED SPI_HALF_SPEED // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
672
 #define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
670
 #define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
673
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
671
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
674
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
672
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking

+ 1
- 3
Marlin/example_configurations/RigidBot/Configuration.h ファイルの表示

658
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
658
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
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)
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)
661
+#define SPI_SPEED SPI_EIGHTH_SPEED // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
664
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
662
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
665
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
663
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
666
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
664
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking

+ 1
- 3
Marlin/example_configurations/SCARA/Configuration.h ファイルの表示

674
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
674
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
675
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console
675
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console
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)
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)
677
+//#define SPI_SPEED SPI_HALF_SPEED // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
680
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
678
 //#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
679
 //#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
680
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking

+ 1
- 3
Marlin/example_configurations/TAZ4/Configuration.h ファイルの表示

685
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
685
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
686
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console
686
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console
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)
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)
688
+//#define SPI_SPEED SPI_HALF_SPEED // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
691
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
689
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
692
 #define ENCODER_PULSES_PER_STEP 2 // Increase if you have a high resolution encoder
690
 #define ENCODER_PULSES_PER_STEP 2 // Increase if you have a high resolution encoder
693
 #define ENCODER_STEPS_PER_MENU_ITEM 1 // Set according to ENCODER_PULSES_PER_STEP or your liking
691
 #define ENCODER_STEPS_PER_MENU_ITEM 1 // Set according to ENCODER_PULSES_PER_STEP or your liking

+ 1
- 3
Marlin/example_configurations/WITBOX/Configuration.h ファイルの表示

657
 #define ULTRA_LCD  //general LCD support, also 16x2
657
 #define ULTRA_LCD  //general LCD support, also 16x2
658
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
658
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
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)
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)
660
+//#define SPI_SPEED SPI_HALF_SPEED // Use slower 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
661
 //#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
662
 //#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
663
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking

+ 1
- 3
Marlin/example_configurations/adafruit/ST7565/Configuration.h ファイルの表示

666
 //#define ULTRA_LCD  //general LCD support, also 16x2
666
 //#define ULTRA_LCD  //general LCD support, also 16x2
667
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
667
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
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)
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)
669
+#define SPI_SPEED SPI_HALF_SPEED // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
672
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
670
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
673
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
671
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
674
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
672
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking

+ 1
- 3
Marlin/example_configurations/delta/biv2.5/Configuration.h ファイルの表示

788
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
788
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
789
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console
789
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console
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)
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)
791
+//#define SPI_SPEED SPI_HALF_SPEED // Use slower 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
792
 //#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
793
 //#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
794
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking

+ 1
- 3
Marlin/example_configurations/delta/generic/Configuration.h ファイルの表示

789
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
789
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
790
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console
790
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console
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)
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)
792
+//#define SPI_SPEED SPI_HALF_SPEED // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
795
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
793
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
796
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
794
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
797
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
795
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking

+ 1
- 3
Marlin/example_configurations/delta/kossel_mini/Configuration.h ファイルの表示

793
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
793
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
794
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console
794
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console
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)
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)
796
+//#define SPI_SPEED SPI_HALF_SPEED // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
799
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
797
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
800
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
798
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
801
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
799
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking

+ 1
- 3
Marlin/example_configurations/delta/kossel_pro/Configuration.h ファイルの表示

783
 //#define ULTRA_LCD  //general LCD support, also 16x2
783
 //#define ULTRA_LCD  //general LCD support, also 16x2
784
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
784
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
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)
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)
786
+//#define SPI_SPEED SPI_HALF_SPEED // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
789
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
787
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
790
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
788
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
791
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
789
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking

+ 1
- 3
Marlin/example_configurations/makibox/Configuration.h ファイルの表示

668
 //#define ULTRA_LCD  //general LCD support, also 16x2
668
 //#define ULTRA_LCD  //general LCD support, also 16x2
669
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
669
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
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)
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)
671
+#define SPI_SPEED SPI_HALF_SPEED // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
674
 //#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
675
 //#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
676
 //#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
- 3
Marlin/example_configurations/tvrrug/Round2/Configuration.h ファイルの表示

661
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
661
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
662
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console
662
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console
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)
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)
664
+//#define SPI_SPEED SPI_HALF_SPEED // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
667
 //#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
668
 //#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
669
 //#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

読み込み中…
キャンセル
保存