Преглед на файлове

Update MINIMUM_STEPPER_PULSE description

Scott Lahteine преди 6 години
родител
ревизия
8a376e6beb
променени са 50 файла, в които са добавени 400 реда и са изтрити 201 реда
  1. 8
    4
      Marlin/Configuration_adv.h
  2. 8
    4
      Marlin/src/config/default/Configuration_adv.h
  3. 8
    4
      Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h
  4. 8
    4
      Marlin/src/config/examples/Anet/A6/Configuration_adv.h
  5. 8
    4
      Marlin/src/config/examples/Anet/A8/Configuration_adv.h
  6. 8
    4
      Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h
  7. 8
    4
      Marlin/src/config/examples/BIBO/TouchX/cyclops/Configuration_adv.h
  8. 8
    4
      Marlin/src/config/examples/BIBO/TouchX/default/Configuration_adv.h
  9. 8
    4
      Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h
  10. 8
    4
      Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h
  11. 8
    4
      Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h
  12. 8
    4
      Marlin/src/config/examples/Cartesio/Configuration_adv.h
  13. 8
    4
      Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h
  14. 8
    4
      Marlin/src/config/examples/Creality/CR-10S/Configuration_adv.h
  15. 8
    4
      Marlin/src/config/examples/Creality/CR-10mini/Configuration_adv.h
  16. 8
    4
      Marlin/src/config/examples/Creality/CR-8/Configuration_adv.h
  17. 8
    4
      Marlin/src/config/examples/Creality/Ender-2/Configuration_adv.h
  18. 8
    4
      Marlin/src/config/examples/Creality/Ender-3/Configuration_adv.h
  19. 8
    4
      Marlin/src/config/examples/Creality/Ender-4/Configuration_adv.h
  20. 8
    4
      Marlin/src/config/examples/Felix/Configuration_adv.h
  21. 8
    4
      Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h
  22. 8
    4
      Marlin/src/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h
  23. 8
    4
      Marlin/src/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h
  24. 8
    4
      Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h
  25. 8
    4
      Marlin/src/config/examples/JGAurora/A5/Configuration_adv.h
  26. 8
    5
      Marlin/src/config/examples/MakerParts/Configuration_adv.h
  27. 8
    4
      Marlin/src/config/examples/Malyan/M150/Configuration_adv.h
  28. 8
    4
      Marlin/src/config/examples/Malyan/M200/Configuration_adv.h
  29. 8
    4
      Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h
  30. 8
    4
      Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h
  31. 8
    4
      Marlin/src/config/examples/RigidBot/Configuration_adv.h
  32. 8
    4
      Marlin/src/config/examples/SCARA/Configuration_adv.h
  33. 8
    4
      Marlin/src/config/examples/Sanguinololu/Configuration_adv.h
  34. 8
    4
      Marlin/src/config/examples/TheBorg/Configuration_adv.h
  35. 8
    4
      Marlin/src/config/examples/TinyBoy2/Configuration_adv.h
  36. 8
    4
      Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h
  37. 8
    4
      Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h
  38. 8
    4
      Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h
  39. 8
    4
      Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h
  40. 8
    4
      Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h
  41. 8
    4
      Marlin/src/config/examples/delta/FLSUN/kossel/Configuration_adv.h
  42. 8
    4
      Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h
  43. 8
    4
      Marlin/src/config/examples/delta/generic/Configuration_adv.h
  44. 8
    4
      Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h
  45. 8
    4
      Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h
  46. 8
    4
      Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h
  47. 8
    4
      Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h
  48. 8
    4
      Marlin/src/config/examples/makibox/Configuration_adv.h
  49. 8
    4
      Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h
  50. 8
    4
      Marlin/src/config/examples/wt150/Configuration_adv.h

+ 8
- 4
Marlin/Configuration_adv.h Целия файл

@@ -824,10 +824,14 @@
824 824
 // Moves (or segments) with fewer steps than this will be joined with the next move
825 825
 #define MIN_STEPS_PER_SEGMENT 6
826 826
 
827
-// The minimum pulse width (in µs) for stepping a stepper.
828
-// Set this if you find stepping unreliable, or if using a very fast CPU.
829
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
830
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
827
+/**
828
+ * Minimum stepper driver pulse width (in µs)
829
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
830
+ *   2 : Minimum for DRV8825 stepper drivers
831
+ *   3 : Minimum for TB6600 stepper drivers
832
+ *  30 : Minimum for TB6560 stepper drivers
833
+ */
834
+#define MINIMUM_STEPPER_PULSE 2
831 835
 
832 836
 // @section temperature
833 837
 

+ 8
- 4
Marlin/src/config/default/Configuration_adv.h Целия файл

@@ -824,10 +824,14 @@
824 824
 // Moves (or segments) with fewer steps than this will be joined with the next move
825 825
 #define MIN_STEPS_PER_SEGMENT 6
826 826
 
827
-// The minimum pulse width (in µs) for stepping a stepper.
828
-// Set this if you find stepping unreliable, or if using a very fast CPU.
829
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
830
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
827
+/**
828
+ * Minimum stepper driver pulse width (in µs)
829
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
830
+ *   2 : Minimum for DRV8825 stepper drivers
831
+ *   3 : Minimum for TB6600 stepper drivers
832
+ *  30 : Minimum for TB6560 stepper drivers
833
+ */
834
+#define MINIMUM_STEPPER_PULSE 2
831 835
 
832 836
 // @section temperature
833 837
 

+ 8
- 4
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h Целия файл

@@ -824,10 +824,14 @@
824 824
 // Moves (or segments) with fewer steps than this will be joined with the next move
825 825
 #define MIN_STEPS_PER_SEGMENT 6
826 826
 
827
-// The minimum pulse width (in µs) for stepping a stepper.
828
-// Set this if you find stepping unreliable, or if using a very fast CPU.
829
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
830
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
827
+/**
828
+ * Minimum stepper driver pulse width (in µs)
829
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
830
+ *   2 : Minimum for DRV8825 stepper drivers
831
+ *   3 : Minimum for TB6600 stepper drivers
832
+ *  30 : Minimum for TB6560 stepper drivers
833
+ */
834
+#define MINIMUM_STEPPER_PULSE 2
831 835
 
832 836
 // @section temperature
833 837
 

+ 8
- 4
Marlin/src/config/examples/Anet/A6/Configuration_adv.h Целия файл

@@ -824,10 +824,14 @@
824 824
 // Moves (or segments) with fewer steps than this will be joined with the next move
825 825
 #define MIN_STEPS_PER_SEGMENT 6
826 826
 
827
-// The minimum pulse width (in µs) for stepping a stepper.
828
-// Set this if you find stepping unreliable, or if using a very fast CPU.
829
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
830
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
827
+/**
828
+ * Minimum stepper driver pulse width (in µs)
829
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
830
+ *   2 : Minimum for DRV8825 stepper drivers
831
+ *   3 : Minimum for TB6600 stepper drivers
832
+ *  30 : Minimum for TB6560 stepper drivers
833
+ */
834
+#define MINIMUM_STEPPER_PULSE 2
831 835
 
832 836
 // @section temperature
833 837
 

+ 8
- 4
Marlin/src/config/examples/Anet/A8/Configuration_adv.h Целия файл

@@ -824,10 +824,14 @@
824 824
 // Moves (or segments) with fewer steps than this will be joined with the next move
825 825
 #define MIN_STEPS_PER_SEGMENT 6
826 826
 
827
-// The minimum pulse width (in µs) for stepping a stepper.
828
-// Set this if you find stepping unreliable, or if using a very fast CPU.
829
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
830
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
827
+/**
828
+ * Minimum stepper driver pulse width (in µs)
829
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
830
+ *   2 : Minimum for DRV8825 stepper drivers
831
+ *   3 : Minimum for TB6600 stepper drivers
832
+ *  30 : Minimum for TB6560 stepper drivers
833
+ */
834
+#define MINIMUM_STEPPER_PULSE 2
831 835
 
832 836
 // @section temperature
833 837
 

+ 8
- 4
Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h Целия файл

@@ -824,10 +824,14 @@
824 824
 // Moves (or segments) with fewer steps than this will be joined with the next move
825 825
 #define MIN_STEPS_PER_SEGMENT 6
826 826
 
827
-// The minimum pulse width (in µs) for stepping a stepper.
828
-// Set this if you find stepping unreliable, or if using a very fast CPU.
829
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
830
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
827
+/**
828
+ * Minimum stepper driver pulse width (in µs)
829
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
830
+ *   2 : Minimum for DRV8825 stepper drivers
831
+ *   3 : Minimum for TB6600 stepper drivers
832
+ *  30 : Minimum for TB6560 stepper drivers
833
+ */
834
+#define MINIMUM_STEPPER_PULSE 2
831 835
 
832 836
 // @section temperature
833 837
 

+ 8
- 4
Marlin/src/config/examples/BIBO/TouchX/cyclops/Configuration_adv.h Целия файл

@@ -824,10 +824,14 @@
824 824
 // Moves (or segments) with fewer steps than this will be joined with the next move
825 825
 #define MIN_STEPS_PER_SEGMENT 6
826 826
 
827
-// The minimum pulse width (in µs) for stepping a stepper.
828
-// Set this if you find stepping unreliable, or if using a very fast CPU.
829
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
830
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
827
+/**
828
+ * Minimum stepper driver pulse width (in µs)
829
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
830
+ *   2 : Minimum for DRV8825 stepper drivers
831
+ *   3 : Minimum for TB6600 stepper drivers
832
+ *  30 : Minimum for TB6560 stepper drivers
833
+ */
834
+#define MINIMUM_STEPPER_PULSE 2
831 835
 
832 836
 // @section temperature
833 837
 

+ 8
- 4
Marlin/src/config/examples/BIBO/TouchX/default/Configuration_adv.h Целия файл

@@ -824,10 +824,14 @@
824 824
 // Moves (or segments) with fewer steps than this will be joined with the next move
825 825
 #define MIN_STEPS_PER_SEGMENT 6
826 826
 
827
-// The minimum pulse width (in µs) for stepping a stepper.
828
-// Set this if you find stepping unreliable, or if using a very fast CPU.
829
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
830
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
827
+/**
828
+ * Minimum stepper driver pulse width (in µs)
829
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
830
+ *   2 : Minimum for DRV8825 stepper drivers
831
+ *   3 : Minimum for TB6600 stepper drivers
832
+ *  30 : Minimum for TB6560 stepper drivers
833
+ */
834
+#define MINIMUM_STEPPER_PULSE 2
831 835
 
832 836
 // @section temperature
833 837
 

+ 8
- 4
Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h Целия файл

@@ -824,10 +824,14 @@
824 824
 // Moves (or segments) with fewer steps than this will be joined with the next move
825 825
 #define MIN_STEPS_PER_SEGMENT 6
826 826
 
827
-// The minimum pulse width (in µs) for stepping a stepper.
828
-// Set this if you find stepping unreliable, or if using a very fast CPU.
829
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
830
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
827
+/**
828
+ * Minimum stepper driver pulse width (in µs)
829
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
830
+ *   2 : Minimum for DRV8825 stepper drivers
831
+ *   3 : Minimum for TB6600 stepper drivers
832
+ *  30 : Minimum for TB6560 stepper drivers
833
+ */
834
+#define MINIMUM_STEPPER_PULSE 2
831 835
 
832 836
 // @section temperature
833 837
 

+ 8
- 4
Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h Целия файл

@@ -832,10 +832,14 @@
832 832
 // Moves (or segments) with fewer steps than this will be joined with the next move
833 833
 #define MIN_STEPS_PER_SEGMENT 6
834 834
 
835
-// The minimum pulse width (in µs) for stepping a stepper.
836
-// Set this if you find stepping unreliable, or if using a very fast CPU.
837
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
838
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
835
+/**
836
+ * Minimum stepper driver pulse width (in µs)
837
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
838
+ *   2 : Minimum for DRV8825 stepper drivers
839
+ *   3 : Minimum for TB6600 stepper drivers
840
+ *  30 : Minimum for TB6560 stepper drivers
841
+ */
842
+#define MINIMUM_STEPPER_PULSE 2
839 843
 
840 844
 // @section temperature
841 845
 

+ 8
- 4
Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h Целия файл

@@ -824,10 +824,14 @@
824 824
 // Moves (or segments) with fewer steps than this will be joined with the next move
825 825
 #define MIN_STEPS_PER_SEGMENT 6
826 826
 
827
-// The minimum pulse width (in µs) for stepping a stepper.
828
-// Set this if you find stepping unreliable, or if using a very fast CPU.
829
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
830
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
827
+/**
828
+ * Minimum stepper driver pulse width (in µs)
829
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
830
+ *   2 : Minimum for DRV8825 stepper drivers
831
+ *   3 : Minimum for TB6600 stepper drivers
832
+ *  30 : Minimum for TB6560 stepper drivers
833
+ */
834
+#define MINIMUM_STEPPER_PULSE 2
831 835
 
832 836
 // @section temperature
833 837
 

+ 8
- 4
Marlin/src/config/examples/Cartesio/Configuration_adv.h Целия файл

@@ -824,10 +824,14 @@
824 824
 // Moves (or segments) with fewer steps than this will be joined with the next move
825 825
 #define MIN_STEPS_PER_SEGMENT 6
826 826
 
827
-// The minimum pulse width (in µs) for stepping a stepper.
828
-// Set this if you find stepping unreliable, or if using a very fast CPU.
829
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
830
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
827
+/**
828
+ * Minimum stepper driver pulse width (in µs)
829
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
830
+ *   2 : Minimum for DRV8825 stepper drivers
831
+ *   3 : Minimum for TB6600 stepper drivers
832
+ *  30 : Minimum for TB6560 stepper drivers
833
+ */
834
+#define MINIMUM_STEPPER_PULSE 2
831 835
 
832 836
 // @section temperature
833 837
 

+ 8
- 4
Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h Целия файл

@@ -824,10 +824,14 @@
824 824
 // Moves (or segments) with fewer steps than this will be joined with the next move
825 825
 #define MIN_STEPS_PER_SEGMENT 6
826 826
 
827
-// The minimum pulse width (in µs) for stepping a stepper.
828
-// Set this if you find stepping unreliable, or if using a very fast CPU.
829
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
830
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
827
+/**
828
+ * Minimum stepper driver pulse width (in µs)
829
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
830
+ *   2 : Minimum for DRV8825 stepper drivers
831
+ *   3 : Minimum for TB6600 stepper drivers
832
+ *  30 : Minimum for TB6560 stepper drivers
833
+ */
834
+#define MINIMUM_STEPPER_PULSE 2
831 835
 
832 836
 // @section temperature
833 837
 

+ 8
- 4
Marlin/src/config/examples/Creality/CR-10S/Configuration_adv.h Целия файл

@@ -824,10 +824,14 @@
824 824
 // Moves (or segments) with fewer steps than this will be joined with the next move
825 825
 #define MIN_STEPS_PER_SEGMENT 6
826 826
 
827
-// The minimum pulse width (in µs) for stepping a stepper.
828
-// Set this if you find stepping unreliable, or if using a very fast CPU.
829
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
830
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
827
+/**
828
+ * Minimum stepper driver pulse width (in µs)
829
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
830
+ *   2 : Minimum for DRV8825 stepper drivers
831
+ *   3 : Minimum for TB6600 stepper drivers
832
+ *  30 : Minimum for TB6560 stepper drivers
833
+ */
834
+#define MINIMUM_STEPPER_PULSE 2
831 835
 
832 836
 // @section temperature
833 837
 

+ 8
- 4
Marlin/src/config/examples/Creality/CR-10mini/Configuration_adv.h Целия файл

@@ -824,10 +824,14 @@
824 824
 // Moves (or segments) with fewer steps than this will be joined with the next move
825 825
 #define MIN_STEPS_PER_SEGMENT 6
826 826
 
827
-// The minimum pulse width (in µs) for stepping a stepper.
828
-// Set this if you find stepping unreliable, or if using a very fast CPU.
829
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
830
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
827
+/**
828
+ * Minimum stepper driver pulse width (in µs)
829
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
830
+ *   2 : Minimum for DRV8825 stepper drivers
831
+ *   3 : Minimum for TB6600 stepper drivers
832
+ *  30 : Minimum for TB6560 stepper drivers
833
+ */
834
+#define MINIMUM_STEPPER_PULSE 2
831 835
 
832 836
 // @section temperature
833 837
 

+ 8
- 4
Marlin/src/config/examples/Creality/CR-8/Configuration_adv.h Целия файл

@@ -824,10 +824,14 @@
824 824
 // Moves (or segments) with fewer steps than this will be joined with the next move
825 825
 #define MIN_STEPS_PER_SEGMENT 6
826 826
 
827
-// The minimum pulse width (in µs) for stepping a stepper.
828
-// Set this if you find stepping unreliable, or if using a very fast CPU.
829
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
830
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
827
+/**
828
+ * Minimum stepper driver pulse width (in µs)
829
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
830
+ *   2 : Minimum for DRV8825 stepper drivers
831
+ *   3 : Minimum for TB6600 stepper drivers
832
+ *  30 : Minimum for TB6560 stepper drivers
833
+ */
834
+#define MINIMUM_STEPPER_PULSE 2
831 835
 
832 836
 // @section temperature
833 837
 

+ 8
- 4
Marlin/src/config/examples/Creality/Ender-2/Configuration_adv.h Целия файл

@@ -824,10 +824,14 @@
824 824
 // Moves (or segments) with fewer steps than this will be joined with the next move
825 825
 #define MIN_STEPS_PER_SEGMENT 6
826 826
 
827
-// The minimum pulse width (in µs) for stepping a stepper.
828
-// Set this if you find stepping unreliable, or if using a very fast CPU.
829
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
830
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
827
+/**
828
+ * Minimum stepper driver pulse width (in µs)
829
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
830
+ *   2 : Minimum for DRV8825 stepper drivers
831
+ *   3 : Minimum for TB6600 stepper drivers
832
+ *  30 : Minimum for TB6560 stepper drivers
833
+ */
834
+#define MINIMUM_STEPPER_PULSE 2
831 835
 
832 836
 // @section temperature
833 837
 

+ 8
- 4
Marlin/src/config/examples/Creality/Ender-3/Configuration_adv.h Целия файл

@@ -824,10 +824,14 @@
824 824
 // Moves (or segments) with fewer steps than this will be joined with the next move
825 825
 #define MIN_STEPS_PER_SEGMENT 6
826 826
 
827
-// The minimum pulse width (in µs) for stepping a stepper.
828
-// Set this if you find stepping unreliable, or if using a very fast CPU.
829
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
830
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
827
+/**
828
+ * Minimum stepper driver pulse width (in µs)
829
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
830
+ *   2 : Minimum for DRV8825 stepper drivers
831
+ *   3 : Minimum for TB6600 stepper drivers
832
+ *  30 : Minimum for TB6560 stepper drivers
833
+ */
834
+#define MINIMUM_STEPPER_PULSE 2
831 835
 
832 836
 // @section temperature
833 837
 

+ 8
- 4
Marlin/src/config/examples/Creality/Ender-4/Configuration_adv.h Целия файл

@@ -824,10 +824,14 @@
824 824
 // Moves (or segments) with fewer steps than this will be joined with the next move
825 825
 #define MIN_STEPS_PER_SEGMENT 6
826 826
 
827
-// The minimum pulse width (in µs) for stepping a stepper.
828
-// Set this if you find stepping unreliable, or if using a very fast CPU.
829
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
830
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
827
+/**
828
+ * Minimum stepper driver pulse width (in µs)
829
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
830
+ *   2 : Minimum for DRV8825 stepper drivers
831
+ *   3 : Minimum for TB6600 stepper drivers
832
+ *  30 : Minimum for TB6560 stepper drivers
833
+ */
834
+#define MINIMUM_STEPPER_PULSE 2
831 835
 
832 836
 // @section temperature
833 837
 

+ 8
- 4
Marlin/src/config/examples/Felix/Configuration_adv.h Целия файл

@@ -824,10 +824,14 @@
824 824
 // Moves (or segments) with fewer steps than this will be joined with the next move
825 825
 #define MIN_STEPS_PER_SEGMENT 6
826 826
 
827
-// The minimum pulse width (in µs) for stepping a stepper.
828
-// Set this if you find stepping unreliable, or if using a very fast CPU.
829
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
830
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
827
+/**
828
+ * Minimum stepper driver pulse width (in µs)
829
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
830
+ *   2 : Minimum for DRV8825 stepper drivers
831
+ *   3 : Minimum for TB6600 stepper drivers
832
+ *  30 : Minimum for TB6560 stepper drivers
833
+ */
834
+#define MINIMUM_STEPPER_PULSE 2
831 835
 
832 836
 // @section temperature
833 837
 

+ 8
- 4
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h Целия файл

@@ -824,10 +824,14 @@
824 824
 // Moves (or segments) with fewer steps than this will be joined with the next move
825 825
 #define MIN_STEPS_PER_SEGMENT 6
826 826
 
827
-// The minimum pulse width (in µs) for stepping a stepper.
828
-// Set this if you find stepping unreliable, or if using a very fast CPU.
829
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
830
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
827
+/**
828
+ * Minimum stepper driver pulse width (in µs)
829
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
830
+ *   2 : Minimum for DRV8825 stepper drivers
831
+ *   3 : Minimum for TB6600 stepper drivers
832
+ *  30 : Minimum for TB6560 stepper drivers
833
+ */
834
+#define MINIMUM_STEPPER_PULSE 2
831 835
 
832 836
 // @section temperature
833 837
 

+ 8
- 4
Marlin/src/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h Целия файл

@@ -824,10 +824,14 @@
824 824
 // Moves (or segments) with fewer steps than this will be joined with the next move
825 825
 #define MIN_STEPS_PER_SEGMENT 6
826 826
 
827
-// The minimum pulse width (in µs) for stepping a stepper.
828
-// Set this if you find stepping unreliable, or if using a very fast CPU.
829
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
830
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
827
+/**
828
+ * Minimum stepper driver pulse width (in µs)
829
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
830
+ *   2 : Minimum for DRV8825 stepper drivers
831
+ *   3 : Minimum for TB6600 stepper drivers
832
+ *  30 : Minimum for TB6560 stepper drivers
833
+ */
834
+#define MINIMUM_STEPPER_PULSE 2
831 835
 
832 836
 // @section temperature
833 837
 

+ 8
- 4
Marlin/src/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h Целия файл

@@ -824,10 +824,14 @@
824 824
 // Moves (or segments) with fewer steps than this will be joined with the next move
825 825
 #define MIN_STEPS_PER_SEGMENT 6
826 826
 
827
-// The minimum pulse width (in µs) for stepping a stepper.
828
-// Set this if you find stepping unreliable, or if using a very fast CPU.
829
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
830
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
827
+/**
828
+ * Minimum stepper driver pulse width (in µs)
829
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
830
+ *   2 : Minimum for DRV8825 stepper drivers
831
+ *   3 : Minimum for TB6600 stepper drivers
832
+ *  30 : Minimum for TB6560 stepper drivers
833
+ */
834
+#define MINIMUM_STEPPER_PULSE 2
831 835
 
832 836
 // @section temperature
833 837
 

+ 8
- 4
Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h Целия файл

@@ -824,10 +824,14 @@
824 824
 // Moves (or segments) with fewer steps than this will be joined with the next move
825 825
 #define MIN_STEPS_PER_SEGMENT 6
826 826
 
827
-// The minimum pulse width (in µs) for stepping a stepper.
828
-// Set this if you find stepping unreliable, or if using a very fast CPU.
829
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
830
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
827
+/**
828
+ * Minimum stepper driver pulse width (in µs)
829
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
830
+ *   2 : Minimum for DRV8825 stepper drivers
831
+ *   3 : Minimum for TB6600 stepper drivers
832
+ *  30 : Minimum for TB6560 stepper drivers
833
+ */
834
+#define MINIMUM_STEPPER_PULSE 2
831 835
 
832 836
 // @section temperature
833 837
 

+ 8
- 4
Marlin/src/config/examples/JGAurora/A5/Configuration_adv.h Целия файл

@@ -824,10 +824,14 @@
824 824
 // Moves (or segments) with fewer steps than this will be joined with the next move
825 825
 #define MIN_STEPS_PER_SEGMENT 6
826 826
 
827
-// The minimum pulse width (in µs) for stepping a stepper.
828
-// Set this if you find stepping unreliable, or if using a very fast CPU.
829
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
830
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
827
+/**
828
+ * Minimum stepper driver pulse width (in µs)
829
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
830
+ *   2 : Minimum for DRV8825 stepper drivers
831
+ *   3 : Minimum for TB6600 stepper drivers
832
+ *  30 : Minimum for TB6560 stepper drivers
833
+ */
834
+#define MINIMUM_STEPPER_PULSE 2
831 835
 
832 836
 // @section temperature
833 837
 

+ 8
- 5
Marlin/src/config/examples/MakerParts/Configuration_adv.h Целия файл

@@ -824,11 +824,14 @@
824 824
 // Moves (or segments) with fewer steps than this will be joined with the next move
825 825
 #define MIN_STEPS_PER_SEGMENT 6
826 826
 
827
-// The minimum pulse width (in µs) for stepping a stepper.
828
-// Set this if you find stepping unreliable, or if using a very fast CPU.
829
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
830
-#define MINIMUM_STEPPER_PULSE 2  // (µs)   DRV8825 on 32bit CPUs
831
-#define STEPPER_DIRECTION_DELAY 2 // (µs) Delay between dir and step
827
+/**
828
+ * Minimum stepper driver pulse width (in µs)
829
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
830
+ *   2 : Minimum for DRV8825 stepper drivers
831
+ *   3 : Minimum for TB6600 stepper drivers
832
+ *  30 : Minimum for TB6560 stepper drivers
833
+ */
834
+#define MINIMUM_STEPPER_PULSE 2
832 835
 
833 836
 // @section temperature
834 837
 

+ 8
- 4
Marlin/src/config/examples/Malyan/M150/Configuration_adv.h Целия файл

@@ -824,10 +824,14 @@
824 824
 // Moves (or segments) with fewer steps than this will be joined with the next move
825 825
 #define MIN_STEPS_PER_SEGMENT 6
826 826
 
827
-// The minimum pulse width (in µs) for stepping a stepper.
828
-// Set this if you find stepping unreliable, or if using a very fast CPU.
829
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
830
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
827
+/**
828
+ * Minimum stepper driver pulse width (in µs)
829
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
830
+ *   2 : Minimum for DRV8825 stepper drivers
831
+ *   3 : Minimum for TB6600 stepper drivers
832
+ *  30 : Minimum for TB6560 stepper drivers
833
+ */
834
+#define MINIMUM_STEPPER_PULSE 2
831 835
 
832 836
 // @section temperature
833 837
 

+ 8
- 4
Marlin/src/config/examples/Malyan/M200/Configuration_adv.h Целия файл

@@ -824,10 +824,14 @@
824 824
 // Moves (or segments) with fewer steps than this will be joined with the next move
825 825
 #define MIN_STEPS_PER_SEGMENT 6
826 826
 
827
-// The minimum pulse width (in µs) for stepping a stepper.
828
-// Set this if you find stepping unreliable, or if using a very fast CPU.
829
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
830
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
827
+/**
828
+ * Minimum stepper driver pulse width (in µs)
829
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
830
+ *   2 : Minimum for DRV8825 stepper drivers
831
+ *   3 : Minimum for TB6600 stepper drivers
832
+ *  30 : Minimum for TB6560 stepper drivers
833
+ */
834
+#define MINIMUM_STEPPER_PULSE 2
831 835
 
832 836
 // @section temperature
833 837
 

+ 8
- 4
Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h Целия файл

@@ -824,10 +824,14 @@
824 824
 // Moves (or segments) with fewer steps than this will be joined with the next move
825 825
 #define MIN_STEPS_PER_SEGMENT 6
826 826
 
827
-// The minimum pulse width (in µs) for stepping a stepper.
828
-// Set this if you find stepping unreliable, or if using a very fast CPU.
829
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
830
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
827
+/**
828
+ * Minimum stepper driver pulse width (in µs)
829
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
830
+ *   2 : Minimum for DRV8825 stepper drivers
831
+ *   3 : Minimum for TB6600 stepper drivers
832
+ *  30 : Minimum for TB6560 stepper drivers
833
+ */
834
+#define MINIMUM_STEPPER_PULSE 2
831 835
 
832 836
 // @section temperature
833 837
 

+ 8
- 4
Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h Целия файл

@@ -832,10 +832,14 @@
832 832
 // Moves (or segments) with fewer steps than this will be joined with the next move
833 833
 #define MIN_STEPS_PER_SEGMENT 6
834 834
 
835
-// The minimum pulse width (in µs) for stepping a stepper.
836
-// Set this if you find stepping unreliable, or if using a very fast CPU.
837
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
838
-#define MINIMUM_STEPPER_PULSE 4 // (µs)
835
+/**
836
+ * Minimum stepper driver pulse width (in µs)
837
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
838
+ *   2 : Minimum for DRV8825 stepper drivers
839
+ *   3 : Minimum for TB6600 stepper drivers
840
+ *  30 : Minimum for TB6560 stepper drivers
841
+ */
842
+#define MINIMUM_STEPPER_PULSE 4
839 843
 
840 844
 // @section temperature
841 845
 

+ 8
- 4
Marlin/src/config/examples/RigidBot/Configuration_adv.h Целия файл

@@ -824,10 +824,14 @@
824 824
 // Moves (or segments) with fewer steps than this will be joined with the next move
825 825
 #define MIN_STEPS_PER_SEGMENT 6
826 826
 
827
-// The minimum pulse width (in µs) for stepping a stepper.
828
-// Set this if you find stepping unreliable, or if using a very fast CPU.
829
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
830
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
827
+/**
828
+ * Minimum stepper driver pulse width (in µs)
829
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
830
+ *   2 : Minimum for DRV8825 stepper drivers
831
+ *   3 : Minimum for TB6600 stepper drivers
832
+ *  30 : Minimum for TB6560 stepper drivers
833
+ */
834
+#define MINIMUM_STEPPER_PULSE 2
831 835
 
832 836
 // @section temperature
833 837
 

+ 8
- 4
Marlin/src/config/examples/SCARA/Configuration_adv.h Целия файл

@@ -824,10 +824,14 @@
824 824
 // Moves (or segments) with fewer steps than this will be joined with the next move
825 825
 #define MIN_STEPS_PER_SEGMENT 6
826 826
 
827
-// The minimum pulse width (in µs) for stepping a stepper.
828
-// Set this if you find stepping unreliable, or if using a very fast CPU.
829
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
830
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
827
+/**
828
+ * Minimum stepper driver pulse width (in µs)
829
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
830
+ *   2 : Minimum for DRV8825 stepper drivers
831
+ *   3 : Minimum for TB6600 stepper drivers
832
+ *  30 : Minimum for TB6560 stepper drivers
833
+ */
834
+#define MINIMUM_STEPPER_PULSE 2
831 835
 
832 836
 // @section temperature
833 837
 

+ 8
- 4
Marlin/src/config/examples/Sanguinololu/Configuration_adv.h Целия файл

@@ -824,10 +824,14 @@
824 824
 // Moves (or segments) with fewer steps than this will be joined with the next move
825 825
 #define MIN_STEPS_PER_SEGMENT 6
826 826
 
827
-// The minimum pulse width (in µs) for stepping a stepper.
828
-// Set this if you find stepping unreliable, or if using a very fast CPU.
829
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
830
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
827
+/**
828
+ * Minimum stepper driver pulse width (in µs)
829
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
830
+ *   2 : Minimum for DRV8825 stepper drivers
831
+ *   3 : Minimum for TB6600 stepper drivers
832
+ *  30 : Minimum for TB6560 stepper drivers
833
+ */
834
+#define MINIMUM_STEPPER_PULSE 2
831 835
 
832 836
 // @section temperature
833 837
 

+ 8
- 4
Marlin/src/config/examples/TheBorg/Configuration_adv.h Целия файл

@@ -824,10 +824,14 @@
824 824
 // Moves (or segments) with fewer steps than this will be joined with the next move
825 825
 #define MIN_STEPS_PER_SEGMENT 6
826 826
 
827
-// The minimum pulse width (in µs) for stepping a stepper.
828
-// Set this if you find stepping unreliable, or if using a very fast CPU.
829
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
830
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
827
+/**
828
+ * Minimum stepper driver pulse width (in µs)
829
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
830
+ *   2 : Minimum for DRV8825 stepper drivers
831
+ *   3 : Minimum for TB6600 stepper drivers
832
+ *  30 : Minimum for TB6560 stepper drivers
833
+ */
834
+#define MINIMUM_STEPPER_PULSE 2
831 835
 
832 836
 // @section temperature
833 837
 

+ 8
- 4
Marlin/src/config/examples/TinyBoy2/Configuration_adv.h Целия файл

@@ -824,10 +824,14 @@
824 824
 // Moves (or segments) with fewer steps than this will be joined with the next move
825 825
 #define MIN_STEPS_PER_SEGMENT 6
826 826
 
827
-// The minimum pulse width (in µs) for stepping a stepper.
828
-// Set this if you find stepping unreliable, or if using a very fast CPU.
829
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
830
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
827
+/**
828
+ * Minimum stepper driver pulse width (in µs)
829
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
830
+ *   2 : Minimum for DRV8825 stepper drivers
831
+ *   3 : Minimum for TB6600 stepper drivers
832
+ *  30 : Minimum for TB6560 stepper drivers
833
+ */
834
+#define MINIMUM_STEPPER_PULSE 2
831 835
 
832 836
 // @section temperature
833 837
 

+ 8
- 4
Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h Целия файл

@@ -824,10 +824,14 @@
824 824
 // Moves (or segments) with fewer steps than this will be joined with the next move
825 825
 #define MIN_STEPS_PER_SEGMENT 6
826 826
 
827
-// The minimum pulse width (in µs) for stepping a stepper.
828
-// Set this if you find stepping unreliable, or if using a very fast CPU.
829
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
830
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
827
+/**
828
+ * Minimum stepper driver pulse width (in µs)
829
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
830
+ *   2 : Minimum for DRV8825 stepper drivers
831
+ *   3 : Minimum for TB6600 stepper drivers
832
+ *  30 : Minimum for TB6560 stepper drivers
833
+ */
834
+#define MINIMUM_STEPPER_PULSE 2
831 835
 
832 836
 // @section temperature
833 837
 

+ 8
- 4
Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h Целия файл

@@ -827,10 +827,14 @@
827 827
 // Moves (or segments) with fewer steps than this will be joined with the next move
828 828
 #define MIN_STEPS_PER_SEGMENT 6
829 829
 
830
-// The minimum pulse width (in µs) for stepping a stepper.
831
-// Set this if you find stepping unreliable, or if using a very fast CPU.
832
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
833
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
830
+/**
831
+ * Minimum stepper driver pulse width (in µs)
832
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
833
+ *   2 : Minimum for DRV8825 stepper drivers
834
+ *   3 : Minimum for TB6600 stepper drivers
835
+ *  30 : Minimum for TB6560 stepper drivers
836
+ */
837
+#define MINIMUM_STEPPER_PULSE 2
834 838
 
835 839
 // @section temperature
836 840
 

+ 8
- 4
Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h Целия файл

@@ -824,10 +824,14 @@
824 824
 // Moves (or segments) with fewer steps than this will be joined with the next move
825 825
 #define MIN_STEPS_PER_SEGMENT 6
826 826
 
827
-// The minimum pulse width (in µs) for stepping a stepper.
828
-// Set this if you find stepping unreliable, or if using a very fast CPU.
829
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
830
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
827
+/**
828
+ * Minimum stepper driver pulse width (in µs)
829
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
830
+ *   2 : Minimum for DRV8825 stepper drivers
831
+ *   3 : Minimum for TB6600 stepper drivers
832
+ *  30 : Minimum for TB6560 stepper drivers
833
+ */
834
+#define MINIMUM_STEPPER_PULSE 2
831 835
 
832 836
 // @section temperature
833 837
 

+ 8
- 4
Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h Целия файл

@@ -826,10 +826,14 @@
826 826
 // Moves (or segments) with fewer steps than this will be joined with the next move
827 827
 #define MIN_STEPS_PER_SEGMENT 6
828 828
 
829
-// The minimum pulse width (in µs) for stepping a stepper.
830
-// Set this if you find stepping unreliable, or if using a very fast CPU.
831
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
832
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
829
+/**
830
+ * Minimum stepper driver pulse width (in µs)
831
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
832
+ *   2 : Minimum for DRV8825 stepper drivers
833
+ *   3 : Minimum for TB6600 stepper drivers
834
+ *  30 : Minimum for TB6560 stepper drivers
835
+ */
836
+#define MINIMUM_STEPPER_PULSE 2
833 837
 
834 838
 // @section temperature
835 839
 

+ 8
- 4
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h Целия файл

@@ -826,10 +826,14 @@
826 826
 // Moves (or segments) with fewer steps than this will be joined with the next move
827 827
 #define MIN_STEPS_PER_SEGMENT 6
828 828
 
829
-// The minimum pulse width (in µs) for stepping a stepper.
830
-// Set this if you find stepping unreliable, or if using a very fast CPU.
831
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
832
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
829
+/**
830
+ * Minimum stepper driver pulse width (in µs)
831
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
832
+ *   2 : Minimum for DRV8825 stepper drivers
833
+ *   3 : Minimum for TB6600 stepper drivers
834
+ *  30 : Minimum for TB6560 stepper drivers
835
+ */
836
+#define MINIMUM_STEPPER_PULSE 2
833 837
 
834 838
 // @section temperature
835 839
 

+ 8
- 4
Marlin/src/config/examples/delta/FLSUN/kossel/Configuration_adv.h Целия файл

@@ -826,10 +826,14 @@
826 826
 // Moves (or segments) with fewer steps than this will be joined with the next move
827 827
 #define MIN_STEPS_PER_SEGMENT 6
828 828
 
829
-// The minimum pulse width (in µs) for stepping a stepper.
830
-// Set this if you find stepping unreliable, or if using a very fast CPU.
831
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
832
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
829
+/**
830
+ * Minimum stepper driver pulse width (in µs)
831
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
832
+ *   2 : Minimum for DRV8825 stepper drivers
833
+ *   3 : Minimum for TB6600 stepper drivers
834
+ *  30 : Minimum for TB6560 stepper drivers
835
+ */
836
+#define MINIMUM_STEPPER_PULSE 2
833 837
 
834 838
 // @section temperature
835 839
 

+ 8
- 4
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h Целия файл

@@ -826,10 +826,14 @@
826 826
 // Moves (or segments) with fewer steps than this will be joined with the next move
827 827
 #define MIN_STEPS_PER_SEGMENT 6
828 828
 
829
-// The minimum pulse width (in µs) for stepping a stepper.
830
-// Set this if you find stepping unreliable, or if using a very fast CPU.
831
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
832
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
829
+/**
830
+ * Minimum stepper driver pulse width (in µs)
831
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
832
+ *   2 : Minimum for DRV8825 stepper drivers
833
+ *   3 : Minimum for TB6600 stepper drivers
834
+ *  30 : Minimum for TB6560 stepper drivers
835
+ */
836
+#define MINIMUM_STEPPER_PULSE 2
833 837
 
834 838
 // @section temperature
835 839
 

+ 8
- 4
Marlin/src/config/examples/delta/generic/Configuration_adv.h Целия файл

@@ -826,10 +826,14 @@
826 826
 // Moves (or segments) with fewer steps than this will be joined with the next move
827 827
 #define MIN_STEPS_PER_SEGMENT 6
828 828
 
829
-// The minimum pulse width (in µs) for stepping a stepper.
830
-// Set this if you find stepping unreliable, or if using a very fast CPU.
831
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
832
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
829
+/**
830
+ * Minimum stepper driver pulse width (in µs)
831
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
832
+ *   2 : Minimum for DRV8825 stepper drivers
833
+ *   3 : Minimum for TB6600 stepper drivers
834
+ *  30 : Minimum for TB6560 stepper drivers
835
+ */
836
+#define MINIMUM_STEPPER_PULSE 2
833 837
 
834 838
 // @section temperature
835 839
 

+ 8
- 4
Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h Целия файл

@@ -826,10 +826,14 @@
826 826
 // Moves (or segments) with fewer steps than this will be joined with the next move
827 827
 #define MIN_STEPS_PER_SEGMENT 6
828 828
 
829
-// The minimum pulse width (in µs) for stepping a stepper.
830
-// Set this if you find stepping unreliable, or if using a very fast CPU.
831
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
832
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
829
+/**
830
+ * Minimum stepper driver pulse width (in µs)
831
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
832
+ *   2 : Minimum for DRV8825 stepper drivers
833
+ *   3 : Minimum for TB6600 stepper drivers
834
+ *  30 : Minimum for TB6560 stepper drivers
835
+ */
836
+#define MINIMUM_STEPPER_PULSE 2
833 837
 
834 838
 // @section temperature
835 839
 

+ 8
- 4
Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h Целия файл

@@ -831,10 +831,14 @@
831 831
 // Moves (or segments) with fewer steps than this will be joined with the next move
832 832
 #define MIN_STEPS_PER_SEGMENT 6
833 833
 
834
-// The minimum pulse width (in µs) for stepping a stepper.
835
-// Set this if you find stepping unreliable, or if using a very fast CPU.
836
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
837
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
834
+/**
835
+ * Minimum stepper driver pulse width (in µs)
836
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
837
+ *   2 : Minimum for DRV8825 stepper drivers
838
+ *   3 : Minimum for TB6600 stepper drivers
839
+ *  30 : Minimum for TB6560 stepper drivers
840
+ */
841
+#define MINIMUM_STEPPER_PULSE 2
838 842
 
839 843
 // @section temperature
840 844
 

+ 8
- 4
Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h Целия файл

@@ -826,10 +826,14 @@
826 826
 // Moves (or segments) with fewer steps than this will be joined with the next move
827 827
 #define MIN_STEPS_PER_SEGMENT 6
828 828
 
829
-// The minimum pulse width (in µs) for stepping a stepper.
830
-// Set this if you find stepping unreliable, or if using a very fast CPU.
831
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
832
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
829
+/**
830
+ * Minimum stepper driver pulse width (in µs)
831
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
832
+ *   2 : Minimum for DRV8825 stepper drivers
833
+ *   3 : Minimum for TB6600 stepper drivers
834
+ *  30 : Minimum for TB6560 stepper drivers
835
+ */
836
+#define MINIMUM_STEPPER_PULSE 2
833 837
 
834 838
 // @section temperature
835 839
 

+ 8
- 4
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h Целия файл

@@ -824,10 +824,14 @@
824 824
 // Moves (or segments) with fewer steps than this will be joined with the next move
825 825
 #define MIN_STEPS_PER_SEGMENT 6
826 826
 
827
-// The minimum pulse width (in µs) for stepping a stepper.
828
-// Set this if you find stepping unreliable, or if using a very fast CPU.
829
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
830
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
827
+/**
828
+ * Minimum stepper driver pulse width (in µs)
829
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
830
+ *   2 : Minimum for DRV8825 stepper drivers
831
+ *   3 : Minimum for TB6600 stepper drivers
832
+ *  30 : Minimum for TB6560 stepper drivers
833
+ */
834
+#define MINIMUM_STEPPER_PULSE 2
831 835
 
832 836
 // @section temperature
833 837
 

+ 8
- 4
Marlin/src/config/examples/makibox/Configuration_adv.h Целия файл

@@ -824,10 +824,14 @@
824 824
 // Moves (or segments) with fewer steps than this will be joined with the next move
825 825
 #define MIN_STEPS_PER_SEGMENT 6
826 826
 
827
-// The minimum pulse width (in µs) for stepping a stepper.
828
-// Set this if you find stepping unreliable, or if using a very fast CPU.
829
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
830
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
827
+/**
828
+ * Minimum stepper driver pulse width (in µs)
829
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
830
+ *   2 : Minimum for DRV8825 stepper drivers
831
+ *   3 : Minimum for TB6600 stepper drivers
832
+ *  30 : Minimum for TB6560 stepper drivers
833
+ */
834
+#define MINIMUM_STEPPER_PULSE 2
831 835
 
832 836
 // @section temperature
833 837
 

+ 8
- 4
Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h Целия файл

@@ -824,10 +824,14 @@
824 824
 // Moves (or segments) with fewer steps than this will be joined with the next move
825 825
 #define MIN_STEPS_PER_SEGMENT 6
826 826
 
827
-// The minimum pulse width (in µs) for stepping a stepper.
828
-// Set this if you find stepping unreliable, or if using a very fast CPU.
829
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
830
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
827
+/**
828
+ * Minimum stepper driver pulse width (in µs)
829
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
830
+ *   2 : Minimum for DRV8825 stepper drivers
831
+ *   3 : Minimum for TB6600 stepper drivers
832
+ *  30 : Minimum for TB6560 stepper drivers
833
+ */
834
+#define MINIMUM_STEPPER_PULSE 2
831 835
 
832 836
 // @section temperature
833 837
 

+ 8
- 4
Marlin/src/config/examples/wt150/Configuration_adv.h Целия файл

@@ -825,10 +825,14 @@
825 825
 // Moves (or segments) with fewer steps than this will be joined with the next move
826 826
 #define MIN_STEPS_PER_SEGMENT 6
827 827
 
828
-// The minimum pulse width (in µs) for stepping a stepper.
829
-// Set this if you find stepping unreliable, or if using a very fast CPU.
830
-// 0 is OK for AVR, 0 is OK for A4989 drivers, 2 is needed for DRV8825 drivers
831
-#define MINIMUM_STEPPER_PULSE 2 // (µs)   DRV8825 on 32bit CPUs
828
+/**
829
+ * Minimum stepper driver pulse width (in µs)
830
+ *   0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
831
+ *   2 : Minimum for DRV8825 stepper drivers
832
+ *   3 : Minimum for TB6600 stepper drivers
833
+ *  30 : Minimum for TB6560 stepper drivers
834
+ */
835
+#define MINIMUM_STEPPER_PULSE 2
832 836
 
833 837
 // @section temperature
834 838
 

Loading…
Отказ
Запис