Skip to content

Commit

Permalink
Junction Deviation adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
petrzmax committed Jan 20, 2020
1 parent 0677dc6 commit e35c892
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@
#define DEFAULT_Kp 18
#define DEFAULT_Ki 1.3
#define DEFAULT_Kd 61

#endif // PIDTEMP

//===========================================================================
Expand Down Expand Up @@ -801,7 +801,7 @@
* http://blog.kyneticcnc.com/2018/10/computing-junction-deviation-for-marlin.html
*/
#if DISABLED(CLASSIC_JERK)
#define JUNCTION_DEVIATION_MM 0.030 // (mm) Distance from real junction edge
#define JUNCTION_DEVIATION_MM 0.025 // (mm) Distance from real junction edge
#endif

/**
Expand Down

0 comments on commit e35c892

Please sign in to comment.