Browse Source

Update configurations with SPI_SPEED

- Include aligned comment about new SDSUPPORT behavior
Scott Lahteine 8 years ago
parent
commit
b19b272172

+ 2
- 3
Marlin/Configuration.h View File

661
 //#define ULTRA_LCD  //general LCD support, also 16x2
661
 //#define ULTRA_LCD  //general LCD support, also 16x2
662
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
662
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
663
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console
663
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console
664
-// Changed behaviour! If you need SDSUPPORT uncomment it!
665
-//#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
666
-//#define SDEXTRASLOW // Use even slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
664
+                    // Changed behaviour! If you need SDSUPPORT uncomment it!
665
+//#define SPI_SPEED SPI_HALF_SPEED // (also SPI_QUARTER_SPEED, SPI_EIGHTH_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
666
 //#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
667
 //#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
668
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking

+ 2
- 2
Marlin/example_configurations/Felix/Configuration.h View File

643
 //#define ULTRA_LCD  //general LCD support, also 16x2
643
 //#define ULTRA_LCD  //general LCD support, also 16x2
644
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
644
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
645
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console
645
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console
646
-// Changed behaviour! If you need SDSUPPORT uncomment it!
647
-//#define SPI_SPEED SPI_HALF_SPEED // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
646
+                    // Changed behaviour! If you need SDSUPPORT uncomment it!
647
+//#define SPI_SPEED SPI_HALF_SPEED // (also SPI_QUARTER_SPEED, SPI_EIGHTH_SPEED) Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
648
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
648
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
649
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
649
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
650
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
650
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking

+ 2
- 2
Marlin/example_configurations/Felix/Configuration_DUAL.h View File

612
 //#define ULTRA_LCD  //general LCD support, also 16x2
612
 //#define ULTRA_LCD  //general LCD support, also 16x2
613
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
613
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
614
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console
614
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console
615
-// Changed behaviour! If you need SDSUPPORT uncomment it!
616
-//#define SPI_SPEED SPI_HALF_SPEED // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
615
+                    // Changed behaviour! If you need SDSUPPORT uncomment it!
616
+//#define SPI_SPEED SPI_HALF_SPEED // (also SPI_QUARTER_SPEED, SPI_EIGHTH_SPEED) Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
617
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
617
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
618
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
618
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
619
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
619
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking

+ 2
- 1
Marlin/example_configurations/Hephestos/Configuration.h View File

653
 #define ULTRA_LCD  //general LCD support, also 16x2
653
 #define ULTRA_LCD  //general LCD support, also 16x2
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
-//#define SPI_SPEED SPI_HALF_SPEED // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
656
+                  // Changed behaviour! If you need SDSUPPORT uncomment it!
657
+//#define SPI_SPEED SPI_HALF_SPEED // (also SPI_QUARTER_SPEED, SPI_EIGHTH_SPEED) Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
657
 //#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
658
 //#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
659
 //#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

+ 2
- 2
Marlin/example_configurations/K8200/Configuration.h View File

648
 //#define ULTRA_LCD  //general LCD support, also 16x2
648
 //#define ULTRA_LCD  //general LCD support, also 16x2
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!
652
-//#define SPI_SPEED SPI_HALF_SPEED // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
651
+                    // Changed behaviour! If you need SDSUPPORT uncomment it!
652
+//#define SPI_SPEED SPI_HALF_SPEED // (also SPI_QUARTER_SPEED, SPI_EIGHTH_SPEED) Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
653
 //#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
654
 //#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
655
 //#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

+ 2
- 1
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h View File

661
 #define ULTRA_LCD  //general LCD support, also 16x2
661
 #define ULTRA_LCD  //general LCD support, also 16x2
662
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
662
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
663
 #define SDSUPPORT // Enable SD Card Support in Hardware Console
663
 #define SDSUPPORT // Enable SD Card Support in Hardware Console
664
-//#define SPI_SPEED SPI_HALF_SPEED // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
664
+                  // Changed behaviour! If you need SDSUPPORT uncomment it!
665
+//#define SPI_SPEED SPI_HALF_SPEED // (also SPI_QUARTER_SPEED, SPI_EIGHTH_SPEED) Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
665
 #define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
666
 #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
667
 //#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
668
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking

+ 1
- 1
Marlin/example_configurations/RigidBot/Configuration.h View File

652
 //#define ULTRA_LCD  //general LCD support, also 16x2
652
 //#define ULTRA_LCD  //general LCD support, also 16x2
653
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
653
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
654
 #define SDSUPPORT // Enable SD Card Support in Hardware Console
654
 #define SDSUPPORT // Enable SD Card Support in Hardware Console
655
-// Changed behaviour! If you need SDSUPPORT uncomment it!
655
+                  // Changed behaviour! If you need SDSUPPORT uncomment it!
656
 #define SPI_SPEED SPI_EIGHTH_SPEED // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
656
 #define SPI_SPEED SPI_EIGHTH_SPEED // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
657
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
657
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
658
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
658
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder

+ 2
- 2
Marlin/example_configurations/SCARA/Configuration.h View File

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
-// Changed behaviour! If you need SDSUPPORT uncomment it!
672
-//#define SPI_SPEED SPI_HALF_SPEED // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
671
+                    // Changed behaviour! If you need SDSUPPORT uncomment it!
672
+//#define SPI_SPEED SPI_HALF_SPEED // (also SPI_QUARTER_SPEED, SPI_EIGHTH_SPEED) Use slower 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
673
 //#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
674
 //#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
675
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking

+ 2
- 2
Marlin/example_configurations/TAZ4/Configuration.h View File

679
 //#define ULTRA_LCD  //general LCD support, also 16x2
679
 //#define ULTRA_LCD  //general LCD support, also 16x2
680
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
680
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
681
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console
681
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console
682
-// Changed behaviour! If you need SDSUPPORT uncomment it!
683
-//#define SPI_SPEED SPI_HALF_SPEED // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
682
+                    // Changed behaviour! If you need SDSUPPORT uncomment it!
683
+//#define SPI_SPEED SPI_HALF_SPEED // (also SPI_QUARTER_SPEED, SPI_EIGHTH_SPEED) Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
684
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
684
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
685
 #define ENCODER_PULSES_PER_STEP 2 // Increase if you have a high resolution encoder
685
 #define ENCODER_PULSES_PER_STEP 2 // Increase if you have a high resolution encoder
686
 #define ENCODER_STEPS_PER_MENU_ITEM 1 // Set according to ENCODER_PULSES_PER_STEP or your liking
686
 #define ENCODER_STEPS_PER_MENU_ITEM 1 // Set according to ENCODER_PULSES_PER_STEP or your liking

+ 2
- 1
Marlin/example_configurations/WITBOX/Configuration.h View File

652
 #define ULTRA_LCD  //general LCD support, also 16x2
652
 #define ULTRA_LCD  //general LCD support, also 16x2
653
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
653
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
654
 #define SDSUPPORT // Enable SD Card Support in Hardware Console
654
 #define SDSUPPORT // Enable SD Card Support in Hardware Console
655
-//#define SPI_SPEED SPI_HALF_SPEED // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
655
+                  // Changed behaviour! If you need SDSUPPORT uncomment it!
656
+//#define SPI_SPEED SPI_HALF_SPEED // (also SPI_QUARTER_SPEED, SPI_EIGHTH_SPEED) Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
656
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
657
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
657
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
658
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
658
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
659
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking

+ 2
- 1
Marlin/example_configurations/adafruit/ST7565/Configuration.h View File

661
 //#define ULTRA_LCD  //general LCD support, also 16x2
661
 //#define ULTRA_LCD  //general LCD support, also 16x2
662
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
662
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
663
 #define SDSUPPORT // Enable SD Card Support in Hardware Console
663
 #define SDSUPPORT // Enable SD Card Support in Hardware Console
664
-#define SPI_SPEED SPI_HALF_SPEED // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
664
+                  // Changed behaviour! If you need SDSUPPORT uncomment it!
665
+#define SPI_SPEED SPI_HALF_SPEED // (also SPI_QUARTER_SPEED, SPI_EIGHTH_SPEED) Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
665
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
666
 //#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
667
 //#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
668
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking

+ 2
- 2
Marlin/example_configurations/delta/biv2.5/Configuration.h View File

782
 //#define ULTRA_LCD  //general LCD support, also 16x2
782
 //#define ULTRA_LCD  //general LCD support, also 16x2
783
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
783
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
784
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console
784
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console
785
-// Changed behaviour! If you need SDSUPPORT uncomment it!
786
-//#define SPI_SPEED SPI_HALF_SPEED // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
785
+                    // Changed behaviour! If you need SDSUPPORT uncomment it!
786
+//#define SPI_SPEED SPI_HALF_SPEED // (also SPI_QUARTER_SPEED, SPI_EIGHTH_SPEED) Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
787
 //#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
788
 //#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
789
 //#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

+ 2
- 2
Marlin/example_configurations/delta/generic/Configuration.h View File

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
-// Changed behaviour! If you need SDSUPPORT uncomment it!
787
-//#define SPI_SPEED SPI_HALF_SPEED // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
786
+                    // Changed behaviour! If you need SDSUPPORT uncomment it!
787
+//#define SPI_SPEED SPI_HALF_SPEED // (also SPI_QUARTER_SPEED, SPI_EIGHTH_SPEED) Use slower 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
788
 //#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
789
 //#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
790
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking

+ 2
- 2
Marlin/example_configurations/delta/kossel_mini/Configuration.h View File

787
 //#define ULTRA_LCD  //general LCD support, also 16x2
787
 //#define ULTRA_LCD  //general LCD support, also 16x2
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!
791
-//#define SPI_SPEED SPI_HALF_SPEED // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
790
+                    // Changed behaviour! If you need SDSUPPORT uncomment it!
791
+//#define SPI_SPEED SPI_HALF_SPEED // (also SPI_QUARTER_SPEED, SPI_EIGHTH_SPEED) Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
792
 //#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
793
 //#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
794
 //#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

+ 2
- 1
Marlin/example_configurations/delta/kossel_pro/Configuration.h View File

778
 //#define ULTRA_LCD  //general LCD support, also 16x2
778
 //#define ULTRA_LCD  //general LCD support, also 16x2
779
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
779
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
780
 #define SDSUPPORT // Enable SD Card Support in Hardware Console
780
 #define SDSUPPORT // Enable SD Card Support in Hardware Console
781
-//#define SPI_SPEED SPI_HALF_SPEED // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
781
+                  // Changed behaviour! If you need SDSUPPORT uncomment it!
782
+//#define SPI_SPEED SPI_HALF_SPEED // (also SPI_QUARTER_SPEED, SPI_EIGHTH_SPEED) Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
782
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
783
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
783
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
784
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
784
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
785
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking

+ 2
- 1
Marlin/example_configurations/makibox/Configuration.h View File

663
 //#define ULTRA_LCD  //general LCD support, also 16x2
663
 //#define ULTRA_LCD  //general LCD support, also 16x2
664
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
664
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
665
 #define SDSUPPORT // Enable SD Card Support in Hardware Console
665
 #define SDSUPPORT // Enable SD Card Support in Hardware Console
666
-#define SPI_SPEED SPI_HALF_SPEED // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
666
+                  // Changed behaviour! If you need SDSUPPORT uncomment it!
667
+#define SPI_SPEED SPI_HALF_SPEED // (also SPI_QUARTER_SPEED, SPI_EIGHTH_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
668
 //#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
669
 //#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
670
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking

+ 2
- 2
Marlin/example_configurations/tvrrug/Round2/Configuration.h View File

655
 //#define ULTRA_LCD  //general LCD support, also 16x2
655
 //#define ULTRA_LCD  //general LCD support, also 16x2
656
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
656
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
657
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console
657
 //#define SDSUPPORT // Enable SD Card Support in Hardware Console
658
-// Changed behaviour! If you need SDSUPPORT uncomment it!
659
-//#define SPI_SPEED SPI_HALF_SPEED // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
658
+                    // Changed behaviour! If you need SDSUPPORT uncomment it!
659
+//#define SPI_SPEED SPI_HALF_SPEED // (also SPI_QUARTER_SPEED, SPI_EIGHTH_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
660
 //#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
661
 //#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
662
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking

Loading…
Cancel
Save