Skip to content

Commit 961661f

Browse files
committed
config: enable skew compensation
Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com>
1 parent 02bb4db commit 961661f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

marlin-config/Configuration.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1435,17 +1435,17 @@
14351435
* +-------------->X +-------------->X +-------------->Y
14361436
* XY_SKEW_FACTOR XZ_SKEW_FACTOR YZ_SKEW_FACTOR
14371437
*/
1438-
//#define SKEW_CORRECTION
1438+
#define SKEW_CORRECTION
14391439

14401440
#if ENABLED(SKEW_CORRECTION)
14411441
// Input all length measurements here:
1442-
#define XY_DIAG_AC 282.8427124746
1443-
#define XY_DIAG_BD 282.8427124746
1444-
#define XY_SIDE_AD 200
1442+
#define XY_DIAG_AC 140.1
1443+
#define XY_DIAG_BD 142.1
1444+
#define XY_SIDE_AD 99.98
14451445

14461446
// Or, set the default skew factors directly here
14471447
// to override the above measurements:
1448-
#define XY_SKEW_FACTOR 0.0
1448+
//#define XY_SKEW_FACTOR 0.0
14491449

14501450
//#define SKEW_CORRECTION_FOR_Z
14511451
#if ENABLED(SKEW_CORRECTION_FOR_Z)
@@ -1459,7 +1459,7 @@
14591459
#endif
14601460

14611461
// Enable this option for M852 to set skew at runtime
1462-
//#define SKEW_CORRECTION_GCODE
1462+
#define SKEW_CORRECTION_GCODE
14631463
#endif
14641464

14651465
//=============================================================================

0 commit comments

Comments
 (0)