mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-07 23:17:38 -06:00
parent
630a252587
commit
1f1bde6e64
273 changed files with 546 additions and 273 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue