Skip to content

Commit

Permalink
config: enable skew compensation
Browse files Browse the repository at this point in the history
Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com>
  • Loading branch information
bhavin192 committed Mar 5, 2022
1 parent 02bb4db commit 961661f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions marlin-config/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1435,17 +1435,17 @@
* +-------------->X +-------------->X +-------------->Y
* XY_SKEW_FACTOR XZ_SKEW_FACTOR YZ_SKEW_FACTOR
*/
//#define SKEW_CORRECTION
#define SKEW_CORRECTION

#if ENABLED(SKEW_CORRECTION)
// Input all length measurements here:
#define XY_DIAG_AC 282.8427124746
#define XY_DIAG_BD 282.8427124746
#define XY_SIDE_AD 200
#define XY_DIAG_AC 140.1
#define XY_DIAG_BD 142.1
#define XY_SIDE_AD 99.98

// Or, set the default skew factors directly here
// to override the above measurements:
#define XY_SKEW_FACTOR 0.0
//#define XY_SKEW_FACTOR 0.0

//#define SKEW_CORRECTION_FOR_Z
#if ENABLED(SKEW_CORRECTION_FOR_Z)
Expand All @@ -1459,7 +1459,7 @@
#endif

// Enable this option for M852 to set skew at runtime
//#define SKEW_CORRECTION_GCODE
#define SKEW_CORRECTION_GCODE
#endif

//=============================================================================
Expand Down

0 comments on commit 961661f

Please sign in to comment.