Skip to content

Commit e35c892

Browse files
committed
Junction Deviation adjusted
1 parent 0677dc6 commit e35c892

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Marlin/Configuration.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@
494494
#define DEFAULT_Kp 18
495495
#define DEFAULT_Ki 1.3
496496
#define DEFAULT_Kd 61
497-
497+
498498
#endif // PIDTEMP
499499

500500
//===========================================================================
@@ -801,7 +801,7 @@
801801
* http://blog.kyneticcnc.com/2018/10/computing-junction-deviation-for-marlin.html
802802
*/
803803
#if DISABLED(CLASSIC_JERK)
804-
#define JUNCTION_DEVIATION_MM 0.030 // (mm) Distance from real junction edge
804+
#define JUNCTION_DEVIATION_MM 0.025 // (mm) Distance from real junction edge
805805
#endif
806806

807807
/**

0 commit comments

Comments
 (0)