Skip to content

Commit

Permalink
Update JD radius to maximum
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophist-UK committed Mar 7, 2024
1 parent 1e19e5d commit 3559e36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1566,7 +1566,8 @@

// DE200: According to https://blog.kyneticcnc.com/2018/10/computing-junction-deviation-for-marlin.html
// d = 0.4 * Jerk^2 / Acceleration = 0.4 * DEFAULT_XJERK * DEFAULT_YJERK / DEFAULT_ACCELERATION
#define JUNCTION_DEVIATION_MM (0.4 * 20 * 20 / DEFAULT_ACCELERATION) // For normal Dagoma settings 0.05333
// Normal Dagoma settings would be 0.05333
#define JUNCTION_DEVIATION_MM 0.3 // 0.3 is maximum on UI and gives good corners

#define JD_HANDLE_SMALL_SEGMENTS // Use curvature estimation instead of just the junction angle
// for small segments (< 1mm) with large junction angles (> 135°).
Expand Down

0 comments on commit 3559e36

Please sign in to comment.