Enable Junction Deviation for MEGA X

This commit is contained in:
Knutwurst
2020-08-17 16:40:50 +02:00
parent 2c630117c1
commit 27c074ba25
2 changed files with 5 additions and 5 deletions

View File

@@ -997,9 +997,9 @@
//#define CLASSIC_JERK
#endif
#if ENABLED(KNUTWURST_MEGA_X)
#define CLASSIC_JERK
#endif
//#if ENABLED(KNUTWURST_MEGA_X)
//#define CLASSIC_JERK
//#endif
#if ENABLED(CLASSIC_JERK)
@@ -1046,7 +1046,7 @@
#endif
#if ENABLED(KNUTWURST_MEGA_X)
#define JUNCTION_DEVIATION_MM 0.013 // (mm) Distance from real junction edge
#define JUNCTION_DEVIATION_MM 0.16 // (mm) Distance from real junction edge
#endif
#endif