Преглед изворни кода

Add JUNCTION_DEVIATION to example configs

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

+ 9
- 0
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,4,16,16} // [1,2,4,8,16]
436 445
 

+ 9
- 0
Marlin/src/config/examples/Anet/A6/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
436 445
 

+ 9
- 0
Marlin/src/config/examples/Anet/A8/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
436 445
 

+ 9
- 0
Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
436 445
 

+ 9
- 0
Marlin/src/config/examples/BIBO/TouchX/cyclops/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
436 445
 

+ 9
- 0
Marlin/src/config/examples/BIBO/TouchX/default/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
436 445
 

+ 9
- 0
Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
436 445
 

+ 9
- 0
Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
436 445
 

+ 9
- 0
Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
436 445
 

+ 9
- 0
Marlin/src/config/examples/Cartesio/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
436 445
 

+ 9
- 0
Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
436 445
 

+ 9
- 0
Marlin/src/config/examples/Creality/CR-10S/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
436 445
 

+ 9
- 0
Marlin/src/config/examples/Creality/CR-10mini/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
436 445
 

+ 9
- 0
Marlin/src/config/examples/Creality/CR-8/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
436 445
 

+ 9
- 0
Marlin/src/config/examples/Creality/Ender-2/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
436 445
 

+ 9
- 0
Marlin/src/config/examples/Creality/Ender-3/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
436 445
 

+ 9
- 0
Marlin/src/config/examples/Creality/Ender-4/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
436 445
 

+ 9
- 0
Marlin/src/config/examples/Felix/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
436 445
 

+ 9
- 0
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
436 445
 

+ 9
- 0
Marlin/src/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
436 445
 

+ 9
- 0
Marlin/src/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
436 445
 

+ 9
- 0
Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
436 445
 

+ 9
- 0
Marlin/src/config/examples/JGAurora/A5/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
436 445
 

+ 9
- 0
Marlin/src/config/examples/MakerParts/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
436 445
 

+ 9
- 0
Marlin/src/config/examples/Malyan/M150/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
436 445
 

+ 9
- 0
Marlin/src/config/examples/Malyan/M200/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
436 445
 

+ 9
- 0
Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
436 445
 

+ 9
- 0
Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
436 445
 

+ 9
- 0
Marlin/src/config/examples/RigidBot/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
436 445
 

+ 9
- 0
Marlin/src/config/examples/SCARA/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
436 445
 

+ 9
- 0
Marlin/src/config/examples/Sanguinololu/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
436 445
 

+ 9
- 0
Marlin/src/config/examples/TheBorg/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
436 445
 

+ 9
- 0
Marlin/src/config/examples/TinyBoy2/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
436 445
 

+ 9
- 0
Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
436 445
 

+ 9
- 0
Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h Прегледај датотеку

@@ -444,6 +444,15 @@
444 444
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
445 445
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
446 446
 
447
+//
448
+// Use Junction Deviation instead of traditional Jerk Limiting
449
+//
450
+//#define JUNCTION_DEVIATION
451
+#if ENABLED(JUNCTION_DEVIATION)
452
+  #define JUNCTION_DEVIATION_FACTOR 0.02
453
+  //#define JUNCTION_DEVIATION_INCLUDE_E
454
+#endif
455
+
447 456
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
448 457
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
449 458
 

+ 9
- 0
Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
436 445
 

+ 9
- 0
Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
436 445
 

+ 9
- 0
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h Прегледај датотеку

@@ -433,6 +433,15 @@
433 433
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
434 434
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
435 435
 
436
+//
437
+// Use Junction Deviation instead of traditional Jerk Limiting
438
+//
439
+//#define JUNCTION_DEVIATION
440
+#if ENABLED(JUNCTION_DEVIATION)
441
+  #define JUNCTION_DEVIATION_FACTOR 0.02
442
+  //#define JUNCTION_DEVIATION_INCLUDE_E
443
+#endif
444
+
436 445
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
437 446
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
438 447
 

+ 9
- 0
Marlin/src/config/examples/delta/FLSUN/kossel/Configuration_adv.h Прегледај датотеку

@@ -433,6 +433,15 @@
433 433
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
434 434
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
435 435
 
436
+//
437
+// Use Junction Deviation instead of traditional Jerk Limiting
438
+//
439
+//#define JUNCTION_DEVIATION
440
+#if ENABLED(JUNCTION_DEVIATION)
441
+  #define JUNCTION_DEVIATION_FACTOR 0.02
442
+  //#define JUNCTION_DEVIATION_INCLUDE_E
443
+#endif
444
+
436 445
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
437 446
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
438 447
 

+ 9
- 0
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h Прегледај датотеку

@@ -433,6 +433,15 @@
433 433
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
434 434
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
435 435
 
436
+//
437
+// Use Junction Deviation instead of traditional Jerk Limiting
438
+//
439
+//#define JUNCTION_DEVIATION
440
+#if ENABLED(JUNCTION_DEVIATION)
441
+  #define JUNCTION_DEVIATION_FACTOR 0.02
442
+  //#define JUNCTION_DEVIATION_INCLUDE_E
443
+#endif
444
+
436 445
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
437 446
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
438 447
 

+ 9
- 0
Marlin/src/config/examples/delta/generic/Configuration_adv.h Прегледај датотеку

@@ -433,6 +433,15 @@
433 433
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
434 434
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
435 435
 
436
+//
437
+// Use Junction Deviation instead of traditional Jerk Limiting
438
+//
439
+//#define JUNCTION_DEVIATION
440
+#if ENABLED(JUNCTION_DEVIATION)
441
+  #define JUNCTION_DEVIATION_FACTOR 0.02
442
+  //#define JUNCTION_DEVIATION_INCLUDE_E
443
+#endif
444
+
436 445
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
437 446
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
438 447
 

+ 9
- 0
Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h Прегледај датотеку

@@ -433,6 +433,15 @@
433 433
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
434 434
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
435 435
 
436
+//
437
+// Use Junction Deviation instead of traditional Jerk Limiting
438
+//
439
+//#define JUNCTION_DEVIATION
440
+#if ENABLED(JUNCTION_DEVIATION)
441
+  #define JUNCTION_DEVIATION_FACTOR 0.02
442
+  //#define JUNCTION_DEVIATION_INCLUDE_E
443
+#endif
444
+
436 445
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
437 446
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
438 447
 

+ 9
- 0
Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h Прегледај датотеку

@@ -438,6 +438,15 @@
438 438
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
439 439
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
440 440
 
441
+//
442
+// Use Junction Deviation instead of traditional Jerk Limiting
443
+//
444
+//#define JUNCTION_DEVIATION
445
+#if ENABLED(JUNCTION_DEVIATION)
446
+  #define JUNCTION_DEVIATION_FACTOR 0.02
447
+  //#define JUNCTION_DEVIATION_INCLUDE_E
448
+#endif
449
+
441 450
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
442 451
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
443 452
 

+ 9
- 0
Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h Прегледај датотеку

@@ -433,6 +433,15 @@
433 433
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
434 434
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
435 435
 
436
+//
437
+// Use Junction Deviation instead of traditional Jerk Limiting
438
+//
439
+//#define JUNCTION_DEVIATION
440
+#if ENABLED(JUNCTION_DEVIATION)
441
+  #define JUNCTION_DEVIATION_FACTOR 0.02
442
+  //#define JUNCTION_DEVIATION_INCLUDE_E
443
+#endif
444
+
436 445
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
437 446
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
438 447
 

+ 9
- 0
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
436 445
 

+ 9
- 0
Marlin/src/config/examples/makibox/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
436 445
 

+ 9
- 0
Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
436 445
 

+ 9
- 0
Marlin/src/config/examples/wt150/Configuration_adv.h Прегледај датотеку

@@ -431,6 +431,15 @@
431 431
 // if unwanted behavior is observed on a user's machine when running at very slow speeds.
432 432
 #define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
433 433
 
434
+//
435
+// Use Junction Deviation instead of traditional Jerk Limiting
436
+//
437
+//#define JUNCTION_DEVIATION
438
+#if ENABLED(JUNCTION_DEVIATION)
439
+  #define JUNCTION_DEVIATION_FACTOR 0.02
440
+  //#define JUNCTION_DEVIATION_INCLUDE_E
441
+#endif
442
+
434 443
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
435 444
 #define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
436 445
 

Loading…
Откажи
Сачувај