🚸 Universal X_AXIS_TWIST_COMPENSATION

MarlinFirmware/Marlin#23828
This commit is contained in:
Scott Lahteine 2022-03-01 17:13:25 -06:00
parent 630a252587
commit 1f1bde6e64
273 changed files with 546 additions and 273 deletions

View file

@ -1302,7 +1302,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)
@ -1314,6 +1314,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 XATX_Z_OFFSETS { 0, 0, 0 } // Default Z offsets for X axis sample points
#endif
#endif