Fix junction deviation default value for Mega X and add JD value for Chiron

This commit is contained in:
Knutwurst
2021-04-11 00:24:20 +02:00
parent 4b4f21369e
commit 4ccffd3894

View File

@@ -1034,7 +1034,11 @@
#endif
#if ENABLED(KNUTWURST_MEGA_X)
#define JUNCTION_DEVIATION_MM 0.16 // (mm) Distance from real junction edge
#define JUNCTION_DEVIATION_MM 0.016 // (mm) Distance from real junction edge
#endif
#if ENABLED(KNUTWURST_CHIRON)
#define JUNCTION_DEVIATION_MM 0.018 // (mm) Distance from real junction edge
#endif
#endif