🚸 Universal X_AXIS_TWIST_COMPENSATION (#23828)
This commit is contained in:
@@ -1299,7 +1299,7 @@
|
||||
|
||||
#if HAS_MARLINUI_MENU
|
||||
|
||||
#if BOTH(HAS_BED_PROBE, AUTO_BED_LEVELING_BILINEAR)
|
||||
#if HAS_BED_PROBE
|
||||
// Add calibration in the Probe Offsets menu to compensate for X-axis twist.
|
||||
//#define X_AXIS_TWIST_COMPENSATION
|
||||
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||
@@ -1311,6 +1311,7 @@
|
||||
#define XATC_START_Z 0.0
|
||||
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard
|
||||
#define XATC_Y_POSITION Y_CENTER // (mm) Y position to probe
|
||||
#define XATC_Z_OFFSETS { 0, 0, 0 } // Z offsets for X axis sample points
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user