|
@@ -2134,9 +2134,8 @@
|
2134
|
2134
|
#define XY_DIAG_BD 282.8427124746
|
2135
|
2135
|
#define XY_SIDE_AD 200
|
2136
|
2136
|
|
2137
|
|
- // Or, set the default skew factors directly here
|
2138
|
|
- // to override the above measurements:
|
2139
|
|
- #define XY_SKEW_FACTOR 0.0
|
|
2137
|
+ // Or, set the XY skew factor directly:
|
|
2138
|
+ //#define XY_SKEW_FACTOR 0.0
|
2140
|
2139
|
|
2141
|
2140
|
//#define SKEW_CORRECTION_FOR_Z
|
2142
|
2141
|
#if ENABLED(SKEW_CORRECTION_FOR_Z)
|
|
@@ -2145,8 +2144,10 @@
|
2145
|
2144
|
#define YZ_DIAG_AC 282.8427124746
|
2146
|
2145
|
#define YZ_DIAG_BD 282.8427124746
|
2147
|
2146
|
#define YZ_SIDE_AD 200
|
2148
|
|
- #define XZ_SKEW_FACTOR 0.0
|
2149
|
|
- #define YZ_SKEW_FACTOR 0.0
|
|
2147
|
+
|
|
2148
|
+ // Or, set the Z skew factors directly:
|
|
2149
|
+ //#define XZ_SKEW_FACTOR 0.0
|
|
2150
|
+ //#define YZ_SKEW_FACTOR 0.0
|
2150
|
2151
|
#endif
|
2151
|
2152
|
|
2152
|
2153
|
// Enable this option for M852 to set skew at runtime
|