Browse Source

Add *_DRIVER_TYPE to remaining configs

Scott Lahteine 6 years ago
parent
commit
509e1cf2bd
23 changed files with 598 additions and 0 deletions
  1. 26
    0
      Marlin/src/config/examples/AlephObjects/TAZ4/Configuration.h
  2. 26
    0
      Marlin/src/config/examples/Anet/A8/Configuration.h
  3. 26
    0
      Marlin/src/config/examples/BQ/Hephestos/Configuration.h
  4. 26
    0
      Marlin/src/config/examples/BQ/WITBOX/Configuration.h
  5. 26
    0
      Marlin/src/config/examples/Cartesio/Configuration.h
  6. 26
    0
      Marlin/src/config/examples/FolgerTech/i3-2020/Configuration.h
  7. 26
    0
      Marlin/src/config/examples/Infitary/i3-M508/Configuration.h
  8. 26
    0
      Marlin/src/config/examples/MakerParts/Configuration.h
  9. 26
    0
      Marlin/src/config/examples/Micromake/C1/enhanced/Configuration.h
  10. 26
    0
      Marlin/src/config/examples/Mks/Sbase/Configuration.h
  11. 26
    0
      Marlin/src/config/examples/RepRapWorld/Megatronics/Configuration.h
  12. 26
    0
      Marlin/src/config/examples/RigidBot/Configuration.h
  13. 26
    0
      Marlin/src/config/examples/SCARA/Configuration.h
  14. 26
    0
      Marlin/src/config/examples/TheBorg/Configuration.h
  15. 26
    0
      Marlin/src/config/examples/Tronxy/X3A/Configuration.h
  16. 26
    0
      Marlin/src/config/examples/Tronxy/X5S/Configuration.h
  17. 26
    0
      Marlin/src/config/examples/Velleman/K8400/Configuration.h
  18. 26
    0
      Marlin/src/config/examples/Velleman/K8400/Dual-head/Configuration.h
  19. 26
    0
      Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration.h
  20. 26
    0
      Marlin/src/config/examples/delta/FLSUN/kossel/Configuration.h
  21. 26
    0
      Marlin/src/config/examples/delta/Hatchbox_Alpha/Configuration.h
  22. 26
    0
      Marlin/src/config/examples/delta/generic/Configuration.h
  23. 26
    0
      Marlin/src/config/examples/tvrrug/Round2/Configuration.h

+ 26
- 0
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration.h View File

@@ -570,6 +570,32 @@
570 570
 #define Z_MAX_ENDSTOP_INVERTING true  // set to true to invert the logic of the endstop.
571 571
 #define Z_MIN_PROBE_ENDSTOP_INVERTING true  // set to true to invert the logic of the probe.
572 572
 
573
+/**
574
+ * Stepper Drivers
575
+ *
576
+ * These settings allow Marlin to tune stepper driver timing and enable advanced options for
577
+ * stepper drivers that support them. You may also override timing options in Configuration_adv.h.
578
+ *
579
+ * A4988 is assumed for unspecified drivers.
580
+ *
581
+ * Options: A4988, A5984, DRV8825, LV8729, L6470, TB6560, TB6600, TMC2100,
582
+ *          TMC2130, TMC2130_STANDALONE, TMC2208, TMC2208_STANDALONE,
583
+ *          TMC26X,  TMC26X_STANDALONE,  TMC2660, TMC2660_STANDALONE,
584
+ *          TMC5130, TMC5130_STANDALONE
585
+ * :['A4988', 'A5984', 'DRV8825', 'LV8729', 'L6470', 'TB6560', 'TB6600', 'TMC2100', 'TMC2130', 'TMC2130_STANDALONE', 'TMC2208', 'TMC2208_STANDALONE', 'TMC26X', 'TMC26X_STANDALONE', 'TMC2660', 'TMC2660_STANDALONE', 'TMC5130', 'TMC5130_STANDALONE']
586
+ */
587
+//#define X_DRIVER_TYPE  A4988
588
+//#define Y_DRIVER_TYPE  A4988
589
+//#define Z_DRIVER_TYPE  A4988
590
+//#define X2_DRIVER_TYPE A4988
591
+//#define Y2_DRIVER_TYPE A4988
592
+//#define Z2_DRIVER_TYPE A4988
593
+//#define E0_DRIVER_TYPE A4988
594
+//#define E1_DRIVER_TYPE A4988
595
+//#define E2_DRIVER_TYPE A4988
596
+//#define E3_DRIVER_TYPE A4988
597
+//#define E4_DRIVER_TYPE A4988
598
+
573 599
 // Enable this feature if all enabled endstop pins are interrupt-capable.
574 600
 // This will remove the need to poll the interrupt pins, saving many CPU cycles.
575 601
 //#define ENDSTOP_INTERRUPTS_FEATURE

+ 26
- 0
Marlin/src/config/examples/Anet/A8/Configuration.h View File

@@ -557,6 +557,32 @@
557 557
 #define Z_MAX_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop.
558 558
 #define Z_MIN_PROBE_ENDSTOP_INVERTING true  // set to true to invert the logic of the probe.
559 559
 
560
+/**
561
+ * Stepper Drivers
562
+ *
563
+ * These settings allow Marlin to tune stepper driver timing and enable advanced options for
564
+ * stepper drivers that support them. You may also override timing options in Configuration_adv.h.
565
+ *
566
+ * A4988 is assumed for unspecified drivers.
567
+ *
568
+ * Options: A4988, A5984, DRV8825, LV8729, L6470, TB6560, TB6600, TMC2100,
569
+ *          TMC2130, TMC2130_STANDALONE, TMC2208, TMC2208_STANDALONE,
570
+ *          TMC26X,  TMC26X_STANDALONE,  TMC2660, TMC2660_STANDALONE,
571
+ *          TMC5130, TMC5130_STANDALONE
572
+ * :['A4988', 'A5984', 'DRV8825', 'LV8729', 'L6470', 'TB6560', 'TB6600', 'TMC2100', 'TMC2130', 'TMC2130_STANDALONE', 'TMC2208', 'TMC2208_STANDALONE', 'TMC26X', 'TMC26X_STANDALONE', 'TMC2660', 'TMC2660_STANDALONE', 'TMC5130', 'TMC5130_STANDALONE']
573
+ */
574
+//#define X_DRIVER_TYPE  A4988
575
+//#define Y_DRIVER_TYPE  A4988
576
+//#define Z_DRIVER_TYPE  A4988
577
+//#define X2_DRIVER_TYPE A4988
578
+//#define Y2_DRIVER_TYPE A4988
579
+//#define Z2_DRIVER_TYPE A4988
580
+//#define E0_DRIVER_TYPE A4988
581
+//#define E1_DRIVER_TYPE A4988
582
+//#define E2_DRIVER_TYPE A4988
583
+//#define E3_DRIVER_TYPE A4988
584
+//#define E4_DRIVER_TYPE A4988
585
+
560 586
 // Enable this feature if all enabled endstop pins are interrupt-capable.
561 587
 // This will remove the need to poll the interrupt pins, saving many CPU cycles.
562 588
 #define ENDSTOP_INTERRUPTS_FEATURE

+ 26
- 0
Marlin/src/config/examples/BQ/Hephestos/Configuration.h View File

@@ -538,6 +538,32 @@
538 538
 #define Z_MAX_ENDSTOP_INVERTING true  // set to true to invert the logic of the endstop.
539 539
 #define Z_MIN_PROBE_ENDSTOP_INVERTING true  // set to true to invert the logic of the probe.
540 540
 
541
+/**
542
+ * Stepper Drivers
543
+ *
544
+ * These settings allow Marlin to tune stepper driver timing and enable advanced options for
545
+ * stepper drivers that support them. You may also override timing options in Configuration_adv.h.
546
+ *
547
+ * A4988 is assumed for unspecified drivers.
548
+ *
549
+ * Options: A4988, A5984, DRV8825, LV8729, L6470, TB6560, TB6600, TMC2100,
550
+ *          TMC2130, TMC2130_STANDALONE, TMC2208, TMC2208_STANDALONE,
551
+ *          TMC26X,  TMC26X_STANDALONE,  TMC2660, TMC2660_STANDALONE,
552
+ *          TMC5130, TMC5130_STANDALONE
553
+ * :['A4988', 'A5984', 'DRV8825', 'LV8729', 'L6470', 'TB6560', 'TB6600', 'TMC2100', 'TMC2130', 'TMC2130_STANDALONE', 'TMC2208', 'TMC2208_STANDALONE', 'TMC26X', 'TMC26X_STANDALONE', 'TMC2660', 'TMC2660_STANDALONE', 'TMC5130', 'TMC5130_STANDALONE']
554
+ */
555
+//#define X_DRIVER_TYPE  A4988
556
+//#define Y_DRIVER_TYPE  A4988
557
+//#define Z_DRIVER_TYPE  A4988
558
+//#define X2_DRIVER_TYPE A4988
559
+//#define Y2_DRIVER_TYPE A4988
560
+//#define Z2_DRIVER_TYPE A4988
561
+//#define E0_DRIVER_TYPE A4988
562
+//#define E1_DRIVER_TYPE A4988
563
+//#define E2_DRIVER_TYPE A4988
564
+//#define E3_DRIVER_TYPE A4988
565
+//#define E4_DRIVER_TYPE A4988
566
+
541 567
 // Enable this feature if all enabled endstop pins are interrupt-capable.
542 568
 // This will remove the need to poll the interrupt pins, saving many CPU cycles.
543 569
 //#define ENDSTOP_INTERRUPTS_FEATURE

+ 26
- 0
Marlin/src/config/examples/BQ/WITBOX/Configuration.h View File

@@ -538,6 +538,32 @@
538 538
 #define Z_MAX_ENDSTOP_INVERTING true  // set to true to invert the logic of the endstop.
539 539
 #define Z_MIN_PROBE_ENDSTOP_INVERTING true  // set to true to invert the logic of the probe.
540 540
 
541
+/**
542
+ * Stepper Drivers
543
+ *
544
+ * These settings allow Marlin to tune stepper driver timing and enable advanced options for
545
+ * stepper drivers that support them. You may also override timing options in Configuration_adv.h.
546
+ *
547
+ * A4988 is assumed for unspecified drivers.
548
+ *
549
+ * Options: A4988, A5984, DRV8825, LV8729, L6470, TB6560, TB6600, TMC2100,
550
+ *          TMC2130, TMC2130_STANDALONE, TMC2208, TMC2208_STANDALONE,
551
+ *          TMC26X,  TMC26X_STANDALONE,  TMC2660, TMC2660_STANDALONE,
552
+ *          TMC5130, TMC5130_STANDALONE
553
+ * :['A4988', 'A5984', 'DRV8825', 'LV8729', 'L6470', 'TB6560', 'TB6600', 'TMC2100', 'TMC2130', 'TMC2130_STANDALONE', 'TMC2208', 'TMC2208_STANDALONE', 'TMC26X', 'TMC26X_STANDALONE', 'TMC2660', 'TMC2660_STANDALONE', 'TMC5130', 'TMC5130_STANDALONE']
554
+ */
555
+//#define X_DRIVER_TYPE  A4988
556
+//#define Y_DRIVER_TYPE  A4988
557
+//#define Z_DRIVER_TYPE  A4988
558
+//#define X2_DRIVER_TYPE A4988
559
+//#define Y2_DRIVER_TYPE A4988
560
+//#define Z2_DRIVER_TYPE A4988
561
+//#define E0_DRIVER_TYPE A4988
562
+//#define E1_DRIVER_TYPE A4988
563
+//#define E2_DRIVER_TYPE A4988
564
+//#define E3_DRIVER_TYPE A4988
565
+//#define E4_DRIVER_TYPE A4988
566
+
541 567
 // Enable this feature if all enabled endstop pins are interrupt-capable.
542 568
 // This will remove the need to poll the interrupt pins, saving many CPU cycles.
543 569
 //#define ENDSTOP_INTERRUPTS_FEATURE

+ 26
- 0
Marlin/src/config/examples/Cartesio/Configuration.h View File

@@ -549,6 +549,32 @@
549 549
 #define Z_MAX_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop.
550 550
 #define Z_MIN_PROBE_ENDSTOP_INVERTING true  // set to true to invert the logic of the probe.
551 551
 
552
+/**
553
+ * Stepper Drivers
554
+ *
555
+ * These settings allow Marlin to tune stepper driver timing and enable advanced options for
556
+ * stepper drivers that support them. You may also override timing options in Configuration_adv.h.
557
+ *
558
+ * A4988 is assumed for unspecified drivers.
559
+ *
560
+ * Options: A4988, A5984, DRV8825, LV8729, L6470, TB6560, TB6600, TMC2100,
561
+ *          TMC2130, TMC2130_STANDALONE, TMC2208, TMC2208_STANDALONE,
562
+ *          TMC26X,  TMC26X_STANDALONE,  TMC2660, TMC2660_STANDALONE,
563
+ *          TMC5130, TMC5130_STANDALONE
564
+ * :['A4988', 'A5984', 'DRV8825', 'LV8729', 'L6470', 'TB6560', 'TB6600', 'TMC2100', 'TMC2130', 'TMC2130_STANDALONE', 'TMC2208', 'TMC2208_STANDALONE', 'TMC26X', 'TMC26X_STANDALONE', 'TMC2660', 'TMC2660_STANDALONE', 'TMC5130', 'TMC5130_STANDALONE']
565
+ */
566
+//#define X_DRIVER_TYPE  A4988
567
+//#define Y_DRIVER_TYPE  A4988
568
+//#define Z_DRIVER_TYPE  A4988
569
+//#define X2_DRIVER_TYPE A4988
570
+//#define Y2_DRIVER_TYPE A4988
571
+//#define Z2_DRIVER_TYPE A4988
572
+//#define E0_DRIVER_TYPE A4988
573
+//#define E1_DRIVER_TYPE A4988
574
+//#define E2_DRIVER_TYPE A4988
575
+//#define E3_DRIVER_TYPE A4988
576
+//#define E4_DRIVER_TYPE A4988
577
+
552 578
 // Enable this feature if all enabled endstop pins are interrupt-capable.
553 579
 // This will remove the need to poll the interrupt pins, saving many CPU cycles.
554 580
 //#define ENDSTOP_INTERRUPTS_FEATURE

+ 26
- 0
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration.h View File

@@ -555,6 +555,32 @@
555 555
 #define Z_MAX_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop.
556 556
 #define Z_MIN_PROBE_ENDSTOP_INVERTING true  // set to true to invert the logic of the probe.
557 557
 
558
+/**
559
+ * Stepper Drivers
560
+ *
561
+ * These settings allow Marlin to tune stepper driver timing and enable advanced options for
562
+ * stepper drivers that support them. You may also override timing options in Configuration_adv.h.
563
+ *
564
+ * A4988 is assumed for unspecified drivers.
565
+ *
566
+ * Options: A4988, A5984, DRV8825, LV8729, L6470, TB6560, TB6600, TMC2100,
567
+ *          TMC2130, TMC2130_STANDALONE, TMC2208, TMC2208_STANDALONE,
568
+ *          TMC26X,  TMC26X_STANDALONE,  TMC2660, TMC2660_STANDALONE,
569
+ *          TMC5130, TMC5130_STANDALONE
570
+ * :['A4988', 'A5984', 'DRV8825', 'LV8729', 'L6470', 'TB6560', 'TB6600', 'TMC2100', 'TMC2130', 'TMC2130_STANDALONE', 'TMC2208', 'TMC2208_STANDALONE', 'TMC26X', 'TMC26X_STANDALONE', 'TMC2660', 'TMC2660_STANDALONE', 'TMC5130', 'TMC5130_STANDALONE']
571
+ */
572
+//#define X_DRIVER_TYPE  A4988
573
+//#define Y_DRIVER_TYPE  A4988
574
+//#define Z_DRIVER_TYPE  A4988
575
+//#define X2_DRIVER_TYPE A4988
576
+//#define Y2_DRIVER_TYPE A4988
577
+//#define Z2_DRIVER_TYPE A4988
578
+//#define E0_DRIVER_TYPE A4988
579
+//#define E1_DRIVER_TYPE A4988
580
+//#define E2_DRIVER_TYPE A4988
581
+//#define E3_DRIVER_TYPE A4988
582
+//#define E4_DRIVER_TYPE A4988
583
+
558 584
 // Enable this feature if all enabled endstop pins are interrupt-capable.
559 585
 // This will remove the need to poll the interrupt pins, saving many CPU cycles.
560 586
 //#define ENDSTOP_INTERRUPTS_FEATURE

+ 26
- 0
Marlin/src/config/examples/Infitary/i3-M508/Configuration.h View File

@@ -554,6 +554,32 @@
554 554
 #define Z_MAX_ENDSTOP_INVERTING true  // set to true to invert the logic of the endstop.
555 555
 #define Z_MIN_PROBE_ENDSTOP_INVERTING true  // set to true to invert the logic of the probe.
556 556
 
557
+/**
558
+ * Stepper Drivers
559
+ *
560
+ * These settings allow Marlin to tune stepper driver timing and enable advanced options for
561
+ * stepper drivers that support them. You may also override timing options in Configuration_adv.h.
562
+ *
563
+ * A4988 is assumed for unspecified drivers.
564
+ *
565
+ * Options: A4988, A5984, DRV8825, LV8729, L6470, TB6560, TB6600, TMC2100,
566
+ *          TMC2130, TMC2130_STANDALONE, TMC2208, TMC2208_STANDALONE,
567
+ *          TMC26X,  TMC26X_STANDALONE,  TMC2660, TMC2660_STANDALONE,
568
+ *          TMC5130, TMC5130_STANDALONE
569
+ * :['A4988', 'A5984', 'DRV8825', 'LV8729', 'L6470', 'TB6560', 'TB6600', 'TMC2100', 'TMC2130', 'TMC2130_STANDALONE', 'TMC2208', 'TMC2208_STANDALONE', 'TMC26X', 'TMC26X_STANDALONE', 'TMC2660', 'TMC2660_STANDALONE', 'TMC5130', 'TMC5130_STANDALONE']
570
+ */
571
+//#define X_DRIVER_TYPE  A4988
572
+//#define Y_DRIVER_TYPE  A4988
573
+//#define Z_DRIVER_TYPE  A4988
574
+//#define X2_DRIVER_TYPE A4988
575
+//#define Y2_DRIVER_TYPE A4988
576
+//#define Z2_DRIVER_TYPE A4988
577
+//#define E0_DRIVER_TYPE A4988
578
+//#define E1_DRIVER_TYPE A4988
579
+//#define E2_DRIVER_TYPE A4988
580
+//#define E3_DRIVER_TYPE A4988
581
+//#define E4_DRIVER_TYPE A4988
582
+
557 583
 // Enable this feature if all enabled endstop pins are interrupt-capable.
558 584
 // This will remove the need to poll the interrupt pins, saving many CPU cycles.
559 585
 //#define ENDSTOP_INTERRUPTS_FEATURE

+ 26
- 0
Marlin/src/config/examples/MakerParts/Configuration.h View File

@@ -570,6 +570,32 @@
570 570
 #define Z_MAX_ENDSTOP_INVERTING true  // set to true to invert the logic of the endstop.
571 571
 #define Z_MIN_PROBE_ENDSTOP_INVERTING true  // set to true to invert the logic of the probe.
572 572
 
573
+/**
574
+ * Stepper Drivers
575
+ *
576
+ * These settings allow Marlin to tune stepper driver timing and enable advanced options for
577
+ * stepper drivers that support them. You may also override timing options in Configuration_adv.h.
578
+ *
579
+ * A4988 is assumed for unspecified drivers.
580
+ *
581
+ * Options: A4988, A5984, DRV8825, LV8729, L6470, TB6560, TB6600, TMC2100,
582
+ *          TMC2130, TMC2130_STANDALONE, TMC2208, TMC2208_STANDALONE,
583
+ *          TMC26X,  TMC26X_STANDALONE,  TMC2660, TMC2660_STANDALONE,
584
+ *          TMC5130, TMC5130_STANDALONE
585
+ * :['A4988', 'A5984', 'DRV8825', 'LV8729', 'L6470', 'TB6560', 'TB6600', 'TMC2100', 'TMC2130', 'TMC2130_STANDALONE', 'TMC2208', 'TMC2208_STANDALONE', 'TMC26X', 'TMC26X_STANDALONE', 'TMC2660', 'TMC2660_STANDALONE', 'TMC5130', 'TMC5130_STANDALONE']
586
+ */
587
+//#define X_DRIVER_TYPE  A4988
588
+//#define Y_DRIVER_TYPE  A4988
589
+//#define Z_DRIVER_TYPE  A4988
590
+//#define X2_DRIVER_TYPE A4988
591
+//#define Y2_DRIVER_TYPE A4988
592
+//#define Z2_DRIVER_TYPE A4988
593
+//#define E0_DRIVER_TYPE A4988
594
+//#define E1_DRIVER_TYPE A4988
595
+//#define E2_DRIVER_TYPE A4988
596
+//#define E3_DRIVER_TYPE A4988
597
+//#define E4_DRIVER_TYPE A4988
598
+
573 599
 // Enable this feature if all enabled endstop pins are interrupt-capable.
574 600
 // This will remove the need to poll the interrupt pins, saving many CPU cycles.
575 601
 //#define ENDSTOP_INTERRUPTS_FEATURE

+ 26
- 0
Marlin/src/config/examples/Micromake/C1/enhanced/Configuration.h View File

@@ -550,6 +550,32 @@
550 550
 #define Z_MAX_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop.
551 551
 #define Z_MIN_PROBE_ENDSTOP_INVERTING true  // set to true to invert the logic of the probe.
552 552
 
553
+/**
554
+ * Stepper Drivers
555
+ *
556
+ * These settings allow Marlin to tune stepper driver timing and enable advanced options for
557
+ * stepper drivers that support them. You may also override timing options in Configuration_adv.h.
558
+ *
559
+ * A4988 is assumed for unspecified drivers.
560
+ *
561
+ * Options: A4988, A5984, DRV8825, LV8729, L6470, TB6560, TB6600, TMC2100,
562
+ *          TMC2130, TMC2130_STANDALONE, TMC2208, TMC2208_STANDALONE,
563
+ *          TMC26X,  TMC26X_STANDALONE,  TMC2660, TMC2660_STANDALONE,
564
+ *          TMC5130, TMC5130_STANDALONE
565
+ * :['A4988', 'A5984', 'DRV8825', 'LV8729', 'L6470', 'TB6560', 'TB6600', 'TMC2100', 'TMC2130', 'TMC2130_STANDALONE', 'TMC2208', 'TMC2208_STANDALONE', 'TMC26X', 'TMC26X_STANDALONE', 'TMC2660', 'TMC2660_STANDALONE', 'TMC5130', 'TMC5130_STANDALONE']
566
+ */
567
+//#define X_DRIVER_TYPE  A4988
568
+//#define Y_DRIVER_TYPE  A4988
569
+//#define Z_DRIVER_TYPE  A4988
570
+//#define X2_DRIVER_TYPE A4988
571
+//#define Y2_DRIVER_TYPE A4988
572
+//#define Z2_DRIVER_TYPE A4988
573
+//#define E0_DRIVER_TYPE A4988
574
+//#define E1_DRIVER_TYPE A4988
575
+//#define E2_DRIVER_TYPE A4988
576
+//#define E3_DRIVER_TYPE A4988
577
+//#define E4_DRIVER_TYPE A4988
578
+
553 579
 // Enable this feature if all enabled endstop pins are interrupt-capable.
554 580
 // This will remove the need to poll the interrupt pins, saving many CPU cycles.
555 581
 //#define ENDSTOP_INTERRUPTS_FEATURE

+ 26
- 0
Marlin/src/config/examples/Mks/Sbase/Configuration.h View File

@@ -550,6 +550,32 @@
550 550
 #define Z_MAX_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop.
551 551
 #define Z_MIN_PROBE_ENDSTOP_INVERTING true  // set to true to invert the logic of the probe.
552 552
 
553
+/**
554
+ * Stepper Drivers
555
+ *
556
+ * These settings allow Marlin to tune stepper driver timing and enable advanced options for
557
+ * stepper drivers that support them. You may also override timing options in Configuration_adv.h.
558
+ *
559
+ * A4988 is assumed for unspecified drivers.
560
+ *
561
+ * Options: A4988, A5984, DRV8825, LV8729, L6470, TB6560, TB6600, TMC2100,
562
+ *          TMC2130, TMC2130_STANDALONE, TMC2208, TMC2208_STANDALONE,
563
+ *          TMC26X,  TMC26X_STANDALONE,  TMC2660, TMC2660_STANDALONE,
564
+ *          TMC5130, TMC5130_STANDALONE
565
+ * :['A4988', 'A5984', 'DRV8825', 'LV8729', 'L6470', 'TB6560', 'TB6600', 'TMC2100', 'TMC2130', 'TMC2130_STANDALONE', 'TMC2208', 'TMC2208_STANDALONE', 'TMC26X', 'TMC26X_STANDALONE', 'TMC2660', 'TMC2660_STANDALONE', 'TMC5130', 'TMC5130_STANDALONE']
566
+ */
567
+//#define X_DRIVER_TYPE  A4988
568
+//#define Y_DRIVER_TYPE  A4988
569
+//#define Z_DRIVER_TYPE  A4988
570
+//#define X2_DRIVER_TYPE A4988
571
+//#define Y2_DRIVER_TYPE A4988
572
+//#define Z2_DRIVER_TYPE A4988
573
+//#define E0_DRIVER_TYPE A4988
574
+//#define E1_DRIVER_TYPE A4988
575
+//#define E2_DRIVER_TYPE A4988
576
+//#define E3_DRIVER_TYPE A4988
577
+//#define E4_DRIVER_TYPE A4988
578
+
553 579
 // Enable this feature if all enabled endstop pins are interrupt-capable.
554 580
 // This will remove the need to poll the interrupt pins, saving many CPU cycles.
555 581
 //#define ENDSTOP_INTERRUPTS_FEATURE

+ 26
- 0
Marlin/src/config/examples/RepRapWorld/Megatronics/Configuration.h View File

@@ -550,6 +550,32 @@
550 550
 #define Z_MAX_ENDSTOP_INVERTING true  // set to true to invert the logic of the endstop.
551 551
 #define Z_MIN_PROBE_ENDSTOP_INVERTING true  // set to true to invert the logic of the probe.
552 552
 
553
+/**
554
+ * Stepper Drivers
555
+ *
556
+ * These settings allow Marlin to tune stepper driver timing and enable advanced options for
557
+ * stepper drivers that support them. You may also override timing options in Configuration_adv.h.
558
+ *
559
+ * A4988 is assumed for unspecified drivers.
560
+ *
561
+ * Options: A4988, A5984, DRV8825, LV8729, L6470, TB6560, TB6600, TMC2100,
562
+ *          TMC2130, TMC2130_STANDALONE, TMC2208, TMC2208_STANDALONE,
563
+ *          TMC26X,  TMC26X_STANDALONE,  TMC2660, TMC2660_STANDALONE,
564
+ *          TMC5130, TMC5130_STANDALONE
565
+ * :['A4988', 'A5984', 'DRV8825', 'LV8729', 'L6470', 'TB6560', 'TB6600', 'TMC2100', 'TMC2130', 'TMC2130_STANDALONE', 'TMC2208', 'TMC2208_STANDALONE', 'TMC26X', 'TMC26X_STANDALONE', 'TMC2660', 'TMC2660_STANDALONE', 'TMC5130', 'TMC5130_STANDALONE']
566
+ */
567
+//#define X_DRIVER_TYPE  A4988
568
+//#define Y_DRIVER_TYPE  A4988
569
+//#define Z_DRIVER_TYPE  A4988
570
+//#define X2_DRIVER_TYPE A4988
571
+//#define Y2_DRIVER_TYPE A4988
572
+//#define Z2_DRIVER_TYPE A4988
573
+//#define E0_DRIVER_TYPE A4988
574
+//#define E1_DRIVER_TYPE A4988
575
+//#define E2_DRIVER_TYPE A4988
576
+//#define E3_DRIVER_TYPE A4988
577
+//#define E4_DRIVER_TYPE A4988
578
+
553 579
 // Enable this feature if all enabled endstop pins are interrupt-capable.
554 580
 // This will remove the need to poll the interrupt pins, saving many CPU cycles.
555 581
 //#define ENDSTOP_INTERRUPTS_FEATURE

+ 26
- 0
Marlin/src/config/examples/RigidBot/Configuration.h View File

@@ -546,6 +546,32 @@
546 546
 #define Z_MAX_ENDSTOP_INVERTING true  // set to true to invert the logic of the endstop.
547 547
 #define Z_MIN_PROBE_ENDSTOP_INVERTING true  // set to true to invert the logic of the probe.
548 548
 
549
+/**
550
+ * Stepper Drivers
551
+ *
552
+ * These settings allow Marlin to tune stepper driver timing and enable advanced options for
553
+ * stepper drivers that support them. You may also override timing options in Configuration_adv.h.
554
+ *
555
+ * A4988 is assumed for unspecified drivers.
556
+ *
557
+ * Options: A4988, A5984, DRV8825, LV8729, L6470, TB6560, TB6600, TMC2100,
558
+ *          TMC2130, TMC2130_STANDALONE, TMC2208, TMC2208_STANDALONE,
559
+ *          TMC26X,  TMC26X_STANDALONE,  TMC2660, TMC2660_STANDALONE,
560
+ *          TMC5130, TMC5130_STANDALONE
561
+ * :['A4988', 'A5984', 'DRV8825', 'LV8729', 'L6470', 'TB6560', 'TB6600', 'TMC2100', 'TMC2130', 'TMC2130_STANDALONE', 'TMC2208', 'TMC2208_STANDALONE', 'TMC26X', 'TMC26X_STANDALONE', 'TMC2660', 'TMC2660_STANDALONE', 'TMC5130', 'TMC5130_STANDALONE']
562
+ */
563
+//#define X_DRIVER_TYPE  A4988
564
+//#define Y_DRIVER_TYPE  A4988
565
+//#define Z_DRIVER_TYPE  A4988
566
+//#define X2_DRIVER_TYPE A4988
567
+//#define Y2_DRIVER_TYPE A4988
568
+//#define Z2_DRIVER_TYPE A4988
569
+//#define E0_DRIVER_TYPE A4988
570
+//#define E1_DRIVER_TYPE A4988
571
+//#define E2_DRIVER_TYPE A4988
572
+//#define E3_DRIVER_TYPE A4988
573
+//#define E4_DRIVER_TYPE A4988
574
+
549 575
 // Enable this feature if all enabled endstop pins are interrupt-capable.
550 576
 // This will remove the need to poll the interrupt pins, saving many CPU cycles.
551 577
 //#define ENDSTOP_INTERRUPTS_FEATURE

+ 26
- 0
Marlin/src/config/examples/SCARA/Configuration.h View File

@@ -563,6 +563,32 @@
563 563
 #define Z_MAX_ENDSTOP_INVERTING true  // set to true to invert the logic of the endstop.
564 564
 #define Z_MIN_PROBE_ENDSTOP_INVERTING true  // set to true to invert the logic of the probe.
565 565
 
566
+/**
567
+ * Stepper Drivers
568
+ *
569
+ * These settings allow Marlin to tune stepper driver timing and enable advanced options for
570
+ * stepper drivers that support them. You may also override timing options in Configuration_adv.h.
571
+ *
572
+ * A4988 is assumed for unspecified drivers.
573
+ *
574
+ * Options: A4988, A5984, DRV8825, LV8729, L6470, TB6560, TB6600, TMC2100,
575
+ *          TMC2130, TMC2130_STANDALONE, TMC2208, TMC2208_STANDALONE,
576
+ *          TMC26X,  TMC26X_STANDALONE,  TMC2660, TMC2660_STANDALONE,
577
+ *          TMC5130, TMC5130_STANDALONE
578
+ * :['A4988', 'A5984', 'DRV8825', 'LV8729', 'L6470', 'TB6560', 'TB6600', 'TMC2100', 'TMC2130', 'TMC2130_STANDALONE', 'TMC2208', 'TMC2208_STANDALONE', 'TMC26X', 'TMC26X_STANDALONE', 'TMC2660', 'TMC2660_STANDALONE', 'TMC5130', 'TMC5130_STANDALONE']
579
+ */
580
+//#define X_DRIVER_TYPE  A4988
581
+//#define Y_DRIVER_TYPE  A4988
582
+//#define Z_DRIVER_TYPE  A4988
583
+//#define X2_DRIVER_TYPE A4988
584
+//#define Y2_DRIVER_TYPE A4988
585
+//#define Z2_DRIVER_TYPE A4988
586
+//#define E0_DRIVER_TYPE A4988
587
+//#define E1_DRIVER_TYPE A4988
588
+//#define E2_DRIVER_TYPE A4988
589
+//#define E3_DRIVER_TYPE A4988
590
+//#define E4_DRIVER_TYPE A4988
591
+
566 592
 // Enable this feature if all enabled endstop pins are interrupt-capable.
567 593
 // This will remove the need to poll the interrupt pins, saving many CPU cycles.
568 594
 //#define ENDSTOP_INTERRUPTS_FEATURE

+ 26
- 0
Marlin/src/config/examples/TheBorg/Configuration.h View File

@@ -550,6 +550,32 @@
550 550
 #define Z_MAX_ENDSTOP_INVERTING true  // set to true to invert the logic of the endstop.
551 551
 #define Z_MIN_PROBE_ENDSTOP_INVERTING true  // set to true to invert the logic of the probe.
552 552
 
553
+/**
554
+ * Stepper Drivers
555
+ *
556
+ * These settings allow Marlin to tune stepper driver timing and enable advanced options for
557
+ * stepper drivers that support them. You may also override timing options in Configuration_adv.h.
558
+ *
559
+ * A4988 is assumed for unspecified drivers.
560
+ *
561
+ * Options: A4988, A5984, DRV8825, LV8729, L6470, TB6560, TB6600, TMC2100,
562
+ *          TMC2130, TMC2130_STANDALONE, TMC2208, TMC2208_STANDALONE,
563
+ *          TMC26X,  TMC26X_STANDALONE,  TMC2660, TMC2660_STANDALONE,
564
+ *          TMC5130, TMC5130_STANDALONE
565
+ * :['A4988', 'A5984', 'DRV8825', 'LV8729', 'L6470', 'TB6560', 'TB6600', 'TMC2100', 'TMC2130', 'TMC2130_STANDALONE', 'TMC2208', 'TMC2208_STANDALONE', 'TMC26X', 'TMC26X_STANDALONE', 'TMC2660', 'TMC2660_STANDALONE', 'TMC5130', 'TMC5130_STANDALONE']
566
+ */
567
+//#define X_DRIVER_TYPE  A4988
568
+//#define Y_DRIVER_TYPE  A4988
569
+//#define Z_DRIVER_TYPE  A4988
570
+//#define X2_DRIVER_TYPE A4988
571
+//#define Y2_DRIVER_TYPE A4988
572
+//#define Z2_DRIVER_TYPE A4988
573
+//#define E0_DRIVER_TYPE A4988
574
+//#define E1_DRIVER_TYPE A4988
575
+//#define E2_DRIVER_TYPE A4988
576
+//#define E3_DRIVER_TYPE A4988
577
+//#define E4_DRIVER_TYPE A4988
578
+
553 579
 // Enable this feature if all enabled endstop pins are interrupt-capable.
554 580
 // This will remove the need to poll the interrupt pins, saving many CPU cycles.
555 581
 //#define ENDSTOP_INTERRUPTS_FEATURE

+ 26
- 0
Marlin/src/config/examples/Tronxy/X3A/Configuration.h View File

@@ -550,6 +550,32 @@
550 550
 #define Z_MAX_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop.
551 551
 #define Z_MIN_PROBE_ENDSTOP_INVERTING true // set to true to invert the logic of the probe.
552 552
 
553
+/**
554
+ * Stepper Drivers
555
+ *
556
+ * These settings allow Marlin to tune stepper driver timing and enable advanced options for
557
+ * stepper drivers that support them. You may also override timing options in Configuration_adv.h.
558
+ *
559
+ * A4988 is assumed for unspecified drivers.
560
+ *
561
+ * Options: A4988, A5984, DRV8825, LV8729, L6470, TB6560, TB6600, TMC2100,
562
+ *          TMC2130, TMC2130_STANDALONE, TMC2208, TMC2208_STANDALONE,
563
+ *          TMC26X,  TMC26X_STANDALONE,  TMC2660, TMC2660_STANDALONE,
564
+ *          TMC5130, TMC5130_STANDALONE
565
+ * :['A4988', 'A5984', 'DRV8825', 'LV8729', 'L6470', 'TB6560', 'TB6600', 'TMC2100', 'TMC2130', 'TMC2130_STANDALONE', 'TMC2208', 'TMC2208_STANDALONE', 'TMC26X', 'TMC26X_STANDALONE', 'TMC2660', 'TMC2660_STANDALONE', 'TMC5130', 'TMC5130_STANDALONE']
566
+ */
567
+//#define X_DRIVER_TYPE  A4988
568
+//#define Y_DRIVER_TYPE  A4988
569
+//#define Z_DRIVER_TYPE  A4988
570
+//#define X2_DRIVER_TYPE A4988
571
+//#define Y2_DRIVER_TYPE A4988
572
+//#define Z2_DRIVER_TYPE A4988
573
+//#define E0_DRIVER_TYPE A4988
574
+//#define E1_DRIVER_TYPE A4988
575
+//#define E2_DRIVER_TYPE A4988
576
+//#define E3_DRIVER_TYPE A4988
577
+//#define E4_DRIVER_TYPE A4988
578
+
553 579
 // Enable this feature if all enabled endstop pins are interrupt-capable.
554 580
 // This will remove the need to poll the interrupt pins, saving many CPU cycles.
555 581
 //#define ENDSTOP_INTERRUPTS_FEATURE

+ 26
- 0
Marlin/src/config/examples/Tronxy/X5S/Configuration.h View File

@@ -550,6 +550,32 @@
550 550
 #define Z_MAX_ENDSTOP_INVERTING true  // set to true to invert the logic of the endstop.
551 551
 #define Z_MIN_PROBE_ENDSTOP_INVERTING true  // set to true to invert the logic of the probe.
552 552
 
553
+/**
554
+ * Stepper Drivers
555
+ *
556
+ * These settings allow Marlin to tune stepper driver timing and enable advanced options for
557
+ * stepper drivers that support them. You may also override timing options in Configuration_adv.h.
558
+ *
559
+ * A4988 is assumed for unspecified drivers.
560
+ *
561
+ * Options: A4988, A5984, DRV8825, LV8729, L6470, TB6560, TB6600, TMC2100,
562
+ *          TMC2130, TMC2130_STANDALONE, TMC2208, TMC2208_STANDALONE,
563
+ *          TMC26X,  TMC26X_STANDALONE,  TMC2660, TMC2660_STANDALONE,
564
+ *          TMC5130, TMC5130_STANDALONE
565
+ * :['A4988', 'A5984', 'DRV8825', 'LV8729', 'L6470', 'TB6560', 'TB6600', 'TMC2100', 'TMC2130', 'TMC2130_STANDALONE', 'TMC2208', 'TMC2208_STANDALONE', 'TMC26X', 'TMC26X_STANDALONE', 'TMC2660', 'TMC2660_STANDALONE', 'TMC5130', 'TMC5130_STANDALONE']
566
+ */
567
+//#define X_DRIVER_TYPE  A4988
568
+//#define Y_DRIVER_TYPE  A4988
569
+//#define Z_DRIVER_TYPE  A4988
570
+//#define X2_DRIVER_TYPE A4988
571
+//#define Y2_DRIVER_TYPE A4988
572
+//#define Z2_DRIVER_TYPE A4988
573
+//#define E0_DRIVER_TYPE A4988
574
+//#define E1_DRIVER_TYPE A4988
575
+//#define E2_DRIVER_TYPE A4988
576
+//#define E3_DRIVER_TYPE A4988
577
+//#define E4_DRIVER_TYPE A4988
578
+
553 579
 // Enable this feature if all enabled endstop pins are interrupt-capable.
554 580
 // This will remove the need to poll the interrupt pins, saving many CPU cycles.
555 581
 //#define ENDSTOP_INTERRUPTS_FEATURE

+ 26
- 0
Marlin/src/config/examples/Velleman/K8400/Configuration.h View File

@@ -550,6 +550,32 @@
550 550
 #define Z_MAX_ENDSTOP_INVERTING true  // set to true to invert the logic of the endstop.
551 551
 #define Z_MIN_PROBE_ENDSTOP_INVERTING true  // set to true to invert the logic of the probe.
552 552
 
553
+/**
554
+ * Stepper Drivers
555
+ *
556
+ * These settings allow Marlin to tune stepper driver timing and enable advanced options for
557
+ * stepper drivers that support them. You may also override timing options in Configuration_adv.h.
558
+ *
559
+ * A4988 is assumed for unspecified drivers.
560
+ *
561
+ * Options: A4988, A5984, DRV8825, LV8729, L6470, TB6560, TB6600, TMC2100,
562
+ *          TMC2130, TMC2130_STANDALONE, TMC2208, TMC2208_STANDALONE,
563
+ *          TMC26X,  TMC26X_STANDALONE,  TMC2660, TMC2660_STANDALONE,
564
+ *          TMC5130, TMC5130_STANDALONE
565
+ * :['A4988', 'A5984', 'DRV8825', 'LV8729', 'L6470', 'TB6560', 'TB6600', 'TMC2100', 'TMC2130', 'TMC2130_STANDALONE', 'TMC2208', 'TMC2208_STANDALONE', 'TMC26X', 'TMC26X_STANDALONE', 'TMC2660', 'TMC2660_STANDALONE', 'TMC5130', 'TMC5130_STANDALONE']
566
+ */
567
+//#define X_DRIVER_TYPE  A4988
568
+//#define Y_DRIVER_TYPE  A4988
569
+//#define Z_DRIVER_TYPE  A4988
570
+//#define X2_DRIVER_TYPE A4988
571
+//#define Y2_DRIVER_TYPE A4988
572
+//#define Z2_DRIVER_TYPE A4988
573
+//#define E0_DRIVER_TYPE A4988
574
+//#define E1_DRIVER_TYPE A4988
575
+//#define E2_DRIVER_TYPE A4988
576
+//#define E3_DRIVER_TYPE A4988
577
+//#define E4_DRIVER_TYPE A4988
578
+
553 579
 // Enable this feature if all enabled endstop pins are interrupt-capable.
554 580
 // This will remove the need to poll the interrupt pins, saving many CPU cycles.
555 581
 //#define ENDSTOP_INTERRUPTS_FEATURE

+ 26
- 0
Marlin/src/config/examples/Velleman/K8400/Dual-head/Configuration.h View File

@@ -550,6 +550,32 @@
550 550
 #define Z_MAX_ENDSTOP_INVERTING true  // set to true to invert the logic of the endstop.
551 551
 #define Z_MIN_PROBE_ENDSTOP_INVERTING true  // set to true to invert the logic of the probe.
552 552
 
553
+/**
554
+ * Stepper Drivers
555
+ *
556
+ * These settings allow Marlin to tune stepper driver timing and enable advanced options for
557
+ * stepper drivers that support them. You may also override timing options in Configuration_adv.h.
558
+ *
559
+ * A4988 is assumed for unspecified drivers.
560
+ *
561
+ * Options: A4988, A5984, DRV8825, LV8729, L6470, TB6560, TB6600, TMC2100,
562
+ *          TMC2130, TMC2130_STANDALONE, TMC2208, TMC2208_STANDALONE,
563
+ *          TMC26X,  TMC26X_STANDALONE,  TMC2660, TMC2660_STANDALONE,
564
+ *          TMC5130, TMC5130_STANDALONE
565
+ * :['A4988', 'A5984', 'DRV8825', 'LV8729', 'L6470', 'TB6560', 'TB6600', 'TMC2100', 'TMC2130', 'TMC2130_STANDALONE', 'TMC2208', 'TMC2208_STANDALONE', 'TMC26X', 'TMC26X_STANDALONE', 'TMC2660', 'TMC2660_STANDALONE', 'TMC5130', 'TMC5130_STANDALONE']
566
+ */
567
+//#define X_DRIVER_TYPE  A4988
568
+//#define Y_DRIVER_TYPE  A4988
569
+//#define Z_DRIVER_TYPE  A4988
570
+//#define X2_DRIVER_TYPE A4988
571
+//#define Y2_DRIVER_TYPE A4988
572
+//#define Z2_DRIVER_TYPE A4988
573
+//#define E0_DRIVER_TYPE A4988
574
+//#define E1_DRIVER_TYPE A4988
575
+//#define E2_DRIVER_TYPE A4988
576
+//#define E3_DRIVER_TYPE A4988
577
+//#define E4_DRIVER_TYPE A4988
578
+
553 579
 // Enable this feature if all enabled endstop pins are interrupt-capable.
554 580
 // This will remove the need to poll the interrupt pins, saving many CPU cycles.
555 581
 //#define ENDSTOP_INTERRUPTS_FEATURE

+ 26
- 0
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration.h View File

@@ -626,6 +626,32 @@
626 626
 #define Z_MAX_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop.
627 627
 #define Z_MIN_PROBE_ENDSTOP_INVERTING true  // set to true to invert the logic of the probe.
628 628
 
629
+/**
630
+ * Stepper Drivers
631
+ *
632
+ * These settings allow Marlin to tune stepper driver timing and enable advanced options for
633
+ * stepper drivers that support them. You may also override timing options in Configuration_adv.h.
634
+ *
635
+ * A4988 is assumed for unspecified drivers.
636
+ *
637
+ * Options: A4988, A5984, DRV8825, LV8729, L6470, TB6560, TB6600, TMC2100,
638
+ *          TMC2130, TMC2130_STANDALONE, TMC2208, TMC2208_STANDALONE,
639
+ *          TMC26X,  TMC26X_STANDALONE,  TMC2660, TMC2660_STANDALONE,
640
+ *          TMC5130, TMC5130_STANDALONE
641
+ * :['A4988', 'A5984', 'DRV8825', 'LV8729', 'L6470', 'TB6560', 'TB6600', 'TMC2100', 'TMC2130', 'TMC2130_STANDALONE', 'TMC2208', 'TMC2208_STANDALONE', 'TMC26X', 'TMC26X_STANDALONE', 'TMC2660', 'TMC2660_STANDALONE', 'TMC5130', 'TMC5130_STANDALONE']
642
+ */
643
+//#define X_DRIVER_TYPE  A4988
644
+//#define Y_DRIVER_TYPE  A4988
645
+//#define Z_DRIVER_TYPE  A4988
646
+//#define X2_DRIVER_TYPE A4988
647
+//#define Y2_DRIVER_TYPE A4988
648
+//#define Z2_DRIVER_TYPE A4988
649
+//#define E0_DRIVER_TYPE A4988
650
+//#define E1_DRIVER_TYPE A4988
651
+//#define E2_DRIVER_TYPE A4988
652
+//#define E3_DRIVER_TYPE A4988
653
+//#define E4_DRIVER_TYPE A4988
654
+
629 655
 // Enable this feature if all enabled endstop pins are interrupt-capable.
630 656
 // This will remove the need to poll the interrupt pins, saving many CPU cycles.
631 657
 //#define ENDSTOP_INTERRUPTS_FEATURE

+ 26
- 0
Marlin/src/config/examples/delta/FLSUN/kossel/Configuration.h View File

@@ -626,6 +626,32 @@
626 626
 #define Z_MAX_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop.
627 627
 #define Z_MIN_PROBE_ENDSTOP_INVERTING true  // set to true to invert the logic of the probe.
628 628
 
629
+/**
630
+ * Stepper Drivers
631
+ *
632
+ * These settings allow Marlin to tune stepper driver timing and enable advanced options for
633
+ * stepper drivers that support them. You may also override timing options in Configuration_adv.h.
634
+ *
635
+ * A4988 is assumed for unspecified drivers.
636
+ *
637
+ * Options: A4988, A5984, DRV8825, LV8729, L6470, TB6560, TB6600, TMC2100,
638
+ *          TMC2130, TMC2130_STANDALONE, TMC2208, TMC2208_STANDALONE,
639
+ *          TMC26X,  TMC26X_STANDALONE,  TMC2660, TMC2660_STANDALONE,
640
+ *          TMC5130, TMC5130_STANDALONE
641
+ * :['A4988', 'A5984', 'DRV8825', 'LV8729', 'L6470', 'TB6560', 'TB6600', 'TMC2100', 'TMC2130', 'TMC2130_STANDALONE', 'TMC2208', 'TMC2208_STANDALONE', 'TMC26X', 'TMC26X_STANDALONE', 'TMC2660', 'TMC2660_STANDALONE', 'TMC5130', 'TMC5130_STANDALONE']
642
+ */
643
+//#define X_DRIVER_TYPE  A4988
644
+//#define Y_DRIVER_TYPE  A4988
645
+//#define Z_DRIVER_TYPE  A4988
646
+//#define X2_DRIVER_TYPE A4988
647
+//#define Y2_DRIVER_TYPE A4988
648
+//#define Z2_DRIVER_TYPE A4988
649
+//#define E0_DRIVER_TYPE A4988
650
+//#define E1_DRIVER_TYPE A4988
651
+//#define E2_DRIVER_TYPE A4988
652
+//#define E3_DRIVER_TYPE A4988
653
+//#define E4_DRIVER_TYPE A4988
654
+
629 655
 // Enable this feature if all enabled endstop pins are interrupt-capable.
630 656
 // This will remove the need to poll the interrupt pins, saving many CPU cycles.
631 657
 //#define ENDSTOP_INTERRUPTS_FEATURE

+ 26
- 0
Marlin/src/config/examples/delta/Hatchbox_Alpha/Configuration.h View File

@@ -631,6 +631,32 @@
631 631
 #define Z_MAX_ENDSTOP_INVERTING true  // set to true to invert the logic of the endstop.
632 632
 #define Z_MIN_PROBE_ENDSTOP_INVERTING true  // set to true to invert the logic of the probe.
633 633
 
634
+/**
635
+ * Stepper Drivers
636
+ *
637
+ * These settings allow Marlin to tune stepper driver timing and enable advanced options for
638
+ * stepper drivers that support them. You may also override timing options in Configuration_adv.h.
639
+ *
640
+ * A4988 is assumed for unspecified drivers.
641
+ *
642
+ * Options: A4988, A5984, DRV8825, LV8729, L6470, TB6560, TB6600, TMC2100,
643
+ *          TMC2130, TMC2130_STANDALONE, TMC2208, TMC2208_STANDALONE,
644
+ *          TMC26X,  TMC26X_STANDALONE,  TMC2660, TMC2660_STANDALONE,
645
+ *          TMC5130, TMC5130_STANDALONE
646
+ * :['A4988', 'A5984', 'DRV8825', 'LV8729', 'L6470', 'TB6560', 'TB6600', 'TMC2100', 'TMC2130', 'TMC2130_STANDALONE', 'TMC2208', 'TMC2208_STANDALONE', 'TMC26X', 'TMC26X_STANDALONE', 'TMC2660', 'TMC2660_STANDALONE', 'TMC5130', 'TMC5130_STANDALONE']
647
+ */
648
+//#define X_DRIVER_TYPE  A4988
649
+//#define Y_DRIVER_TYPE  A4988
650
+//#define Z_DRIVER_TYPE  A4988
651
+//#define X2_DRIVER_TYPE A4988
652
+//#define Y2_DRIVER_TYPE A4988
653
+//#define Z2_DRIVER_TYPE A4988
654
+//#define E0_DRIVER_TYPE A4988
655
+//#define E1_DRIVER_TYPE A4988
656
+//#define E2_DRIVER_TYPE A4988
657
+//#define E3_DRIVER_TYPE A4988
658
+//#define E4_DRIVER_TYPE A4988
659
+
634 660
 // Enable this feature if all enabled endstop pins are interrupt-capable.
635 661
 // This will remove the need to poll the interrupt pins, saving many CPU cycles.
636 662
 //#define ENDSTOP_INTERRUPTS_FEATURE

+ 26
- 0
Marlin/src/config/examples/delta/generic/Configuration.h View File

@@ -616,6 +616,32 @@
616 616
 #define Z_MAX_ENDSTOP_INVERTING true  // set to true to invert the logic of the endstop.
617 617
 #define Z_MIN_PROBE_ENDSTOP_INVERTING true  // set to true to invert the logic of the probe.
618 618
 
619
+/**
620
+ * Stepper Drivers
621
+ *
622
+ * These settings allow Marlin to tune stepper driver timing and enable advanced options for
623
+ * stepper drivers that support them. You may also override timing options in Configuration_adv.h.
624
+ *
625
+ * A4988 is assumed for unspecified drivers.
626
+ *
627
+ * Options: A4988, A5984, DRV8825, LV8729, L6470, TB6560, TB6600, TMC2100,
628
+ *          TMC2130, TMC2130_STANDALONE, TMC2208, TMC2208_STANDALONE,
629
+ *          TMC26X,  TMC26X_STANDALONE,  TMC2660, TMC2660_STANDALONE,
630
+ *          TMC5130, TMC5130_STANDALONE
631
+ * :['A4988', 'A5984', 'DRV8825', 'LV8729', 'L6470', 'TB6560', 'TB6600', 'TMC2100', 'TMC2130', 'TMC2130_STANDALONE', 'TMC2208', 'TMC2208_STANDALONE', 'TMC26X', 'TMC26X_STANDALONE', 'TMC2660', 'TMC2660_STANDALONE', 'TMC5130', 'TMC5130_STANDALONE']
632
+ */
633
+//#define X_DRIVER_TYPE  A4988
634
+//#define Y_DRIVER_TYPE  A4988
635
+//#define Z_DRIVER_TYPE  A4988
636
+//#define X2_DRIVER_TYPE A4988
637
+//#define Y2_DRIVER_TYPE A4988
638
+//#define Z2_DRIVER_TYPE A4988
639
+//#define E0_DRIVER_TYPE A4988
640
+//#define E1_DRIVER_TYPE A4988
641
+//#define E2_DRIVER_TYPE A4988
642
+//#define E3_DRIVER_TYPE A4988
643
+//#define E4_DRIVER_TYPE A4988
644
+
619 645
 // Enable this feature if all enabled endstop pins are interrupt-capable.
620 646
 // This will remove the need to poll the interrupt pins, saving many CPU cycles.
621 647
 //#define ENDSTOP_INTERRUPTS_FEATURE

+ 26
- 0
Marlin/src/config/examples/tvrrug/Round2/Configuration.h View File

@@ -539,6 +539,32 @@
539 539
 #define Z_MAX_ENDSTOP_INVERTING true  // set to true to invert the logic of the endstop.
540 540
 #define Z_MIN_PROBE_ENDSTOP_INVERTING true  // set to true to invert the logic of the probe.
541 541
 
542
+/**
543
+ * Stepper Drivers
544
+ *
545
+ * These settings allow Marlin to tune stepper driver timing and enable advanced options for
546
+ * stepper drivers that support them. You may also override timing options in Configuration_adv.h.
547
+ *
548
+ * A4988 is assumed for unspecified drivers.
549
+ *
550
+ * Options: A4988, A5984, DRV8825, LV8729, L6470, TB6560, TB6600, TMC2100,
551
+ *          TMC2130, TMC2130_STANDALONE, TMC2208, TMC2208_STANDALONE,
552
+ *          TMC26X,  TMC26X_STANDALONE,  TMC2660, TMC2660_STANDALONE,
553
+ *          TMC5130, TMC5130_STANDALONE
554
+ * :['A4988', 'A5984', 'DRV8825', 'LV8729', 'L6470', 'TB6560', 'TB6600', 'TMC2100', 'TMC2130', 'TMC2130_STANDALONE', 'TMC2208', 'TMC2208_STANDALONE', 'TMC26X', 'TMC26X_STANDALONE', 'TMC2660', 'TMC2660_STANDALONE', 'TMC5130', 'TMC5130_STANDALONE']
555
+ */
556
+//#define X_DRIVER_TYPE  A4988
557
+//#define Y_DRIVER_TYPE  A4988
558
+//#define Z_DRIVER_TYPE  A4988
559
+//#define X2_DRIVER_TYPE A4988
560
+//#define Y2_DRIVER_TYPE A4988
561
+//#define Z2_DRIVER_TYPE A4988
562
+//#define E0_DRIVER_TYPE A4988
563
+//#define E1_DRIVER_TYPE A4988
564
+//#define E2_DRIVER_TYPE A4988
565
+//#define E3_DRIVER_TYPE A4988
566
+//#define E4_DRIVER_TYPE A4988
567
+
542 568
 // Enable this feature if all enabled endstop pins are interrupt-capable.
543 569
 // This will remove the need to poll the interrupt pins, saving many CPU cycles.
544 570
 //#define ENDSTOP_INTERRUPTS_FEATURE

Loading…
Cancel
Save