|
|
|
|
800
|
* https://reprap.org/forum/read.php?1,739819
|
800
|
* https://reprap.org/forum/read.php?1,739819
|
801
|
* http://blog.kyneticcnc.com/2018/10/computing-junction-deviation-for-marlin.html
|
801
|
* http://blog.kyneticcnc.com/2018/10/computing-junction-deviation-for-marlin.html
|
802
|
*/
|
802
|
*/
|
803
|
-#if HAS_JUNCTION_DEVIATION
|
|
|
|
|
803
|
+#if DISABLED(CLASSIC_JERK)
|
804
|
#define JUNCTION_DEVIATION_MM 0.013 // (mm) Distance from real junction edge
|
804
|
#define JUNCTION_DEVIATION_MM 0.013 // (mm) Distance from real junction edge
|
805
|
#endif
|
805
|
#endif
|
806
|
|
806
|
|