JunctionDeviation Params for Mega S/X

This commit is contained in:
Knutwurst
2020-08-14 09:56:23 +02:00
parent 6ffd8dd31d
commit a4cd712b02

View File

@@ -992,10 +992,15 @@
*/ */
//#define CLASSIC_JERK //#define CLASSIC_JERK
#if ENABLED(KNUTWURST_MEGA_X) // I Know.. it's useless to put it here ;)
#if EITHER(KNUTWURST_MEGA, KNUTWURST_MEGA_S)
//#define CLASSIC_JERK //#define CLASSIC_JERK
#endif #endif
#if ENABLED(KNUTWURST_MEGA_X)
#define CLASSIC_JERK
#endif
#if ENABLED(CLASSIC_JERK) #if ENABLED(CLASSIC_JERK)
#if EITHER(KNUTWURST_MEGA, KNUTWURST_MEGA_S) #if EITHER(KNUTWURST_MEGA, KNUTWURST_MEGA_S)
@@ -1036,7 +1041,13 @@
* http://blog.kyneticcnc.com/2018/10/computing-junction-deviation-for-marlin.html * http://blog.kyneticcnc.com/2018/10/computing-junction-deviation-for-marlin.html
*/ */
#if DISABLED(CLASSIC_JERK) #if DISABLED(CLASSIC_JERK)
#define JUNCTION_DEVIATION_MM 0.013 // (mm) Distance from real junction edge #if EITHER(KNUTWURST_MEGA, KNUTWURST_MEGA_S)
#define JUNCTION_DEVIATION_MM 0.013 // (mm) Distance from real junction edge
#endif
#if ENABLED(KNUTWURST_MEGA_X)
#define JUNCTION_DEVIATION_MM 0.013 // (mm) Distance from real junction edge
#endif
#endif #endif
/** /**