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,9 +661,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
661 661
 //#define ULTRA_LCD  //general LCD support, also 16x2
662 662
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
663 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 666
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
668 667
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
669 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,8 +643,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
643 643
 //#define ULTRA_LCD  //general LCD support, also 16x2
644 644
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
645 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 648
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
649 649
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
650 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,8 +612,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
612 612
 //#define ULTRA_LCD  //general LCD support, also 16x2
613 613
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
614 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 617
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
618 618
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
619 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,7 +653,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
653 653
 #define ULTRA_LCD  //general LCD support, also 16x2
654 654
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
655 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 658
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
658 659
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
659 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,8 +648,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
648 648
 //#define ULTRA_LCD  //general LCD support, also 16x2
649 649
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
650 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 653
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
654 654
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
655 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,7 +661,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
661 661
 #define ULTRA_LCD  //general LCD support, also 16x2
662 662
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
663 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 666
 #define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
666 667
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
667 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,7 +652,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
652 652
 //#define ULTRA_LCD  //general LCD support, also 16x2
653 653
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
654 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 656
 #define SPI_SPEED SPI_EIGHTH_SPEED // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
657 657
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
658 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,8 +668,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
668 668
 //#define ULTRA_LCD  //general LCD support, also 16x2
669 669
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
670 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 673
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
674 674
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
675 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,8 +679,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
679 679
 //#define ULTRA_LCD  //general LCD support, also 16x2
680 680
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
681 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 684
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
685 685
 #define ENCODER_PULSES_PER_STEP 2 // Increase if you have a high resolution encoder
686 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,7 +652,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
652 652
 #define ULTRA_LCD  //general LCD support, also 16x2
653 653
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
654 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 657
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
657 658
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
658 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,7 +661,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
661 661
 //#define ULTRA_LCD  //general LCD support, also 16x2
662 662
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
663 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 666
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
666 667
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
667 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,8 +782,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
782 782
 //#define ULTRA_LCD  //general LCD support, also 16x2
783 783
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
784 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 787
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
788 788
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
789 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,8 +783,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
783 783
 //#define ULTRA_LCD  //general LCD support, also 16x2
784 784
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
785 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 788
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
789 789
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
790 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,8 +787,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
787 787
 //#define ULTRA_LCD  //general LCD support, also 16x2
788 788
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
789 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 792
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
793 793
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
794 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,7 +778,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
778 778
 //#define ULTRA_LCD  //general LCD support, also 16x2
779 779
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
780 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 783
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
783 784
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
784 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,7 +663,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
663 663
 //#define ULTRA_LCD  //general LCD support, also 16x2
664 664
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
665 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 668
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
668 669
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
669 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,8 +655,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
655 655
 //#define ULTRA_LCD  //general LCD support, also 16x2
656 656
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
657 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 660
 //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication
661 661
 //#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
662 662
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking

Loading…
Cancel
Save