0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-06-26 00:41:33 +00:00

Set Junction Deviation value from Jerk and Default Acceleration ()

Formula: `0.4 * sq(min(xjerk, yjerk)) / (default accel)`
This commit is contained in:
Roxy-3D 2019-10-10 19:44:15 -05:00 committed by Scott Lahteine
parent 6f60838736
commit 2cf35267c4
118 changed files with 123 additions and 146 deletions
config/examples/WASP/PowerWASP

View file

@ -804,7 +804,7 @@
* http://blog.kyneticcnc.com/2018/10/computing-junction-deviation-for-marlin.html
*/
#if DISABLED(CLASSIC_JERK)
#define JUNCTION_DEVIATION_MM 0.02 // (mm) Distance from real junction edge
#define JUNCTION_DEVIATION_MM 0.023 // (mm) Distance from real junction edge
#endif
/**