🚸 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 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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1311,7 +1311,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1323,6 +1323,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1306,7 +1306,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1318,6 +1318,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1295,7 +1295,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1307,6 +1307,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1310,7 +1310,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1322,6 +1322,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1304,7 +1304,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1316,6 +1316,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1303,7 +1303,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1315,6 +1315,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1303,7 +1303,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1315,6 +1315,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1303,7 +1303,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1315,6 +1315,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1303,7 +1303,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1315,6 +1315,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1303,7 +1303,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1315,6 +1315,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1303,7 +1303,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1315,6 +1315,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1303,7 +1303,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1315,6 +1315,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

View file

@ -1302,7 +1302,7 @@
#if HAS_MARLINUI_MENU #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. // Add calibration in the Probe Offsets menu to compensate for X-axis twist.
//#define X_AXIS_TWIST_COMPENSATION //#define X_AXIS_TWIST_COMPENSATION
#if ENABLED(X_AXIS_TWIST_COMPENSATION) #if ENABLED(X_AXIS_TWIST_COMPENSATION)
@ -1314,6 +1314,7 @@
#define XATC_START_Z 0.0 #define XATC_START_Z 0.0
#define XATC_MAX_POINTS 3 // Number of points to probe in the wizard #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_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
#endif #endif

Some files were not shown because too many files have changed in this diff Show more