mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-14 10:17:57 -06:00
parent
93562d8b6b
commit
2b2ed674c1
267 changed files with 4538 additions and 0 deletions
|
@ -1269,6 +1269,22 @@
|
||||||
// Set a convenient position to do the calibration (probing point and nozzle/bed-distance)
|
// Set a convenient position to do the calibration (probing point and nozzle/bed-distance)
|
||||||
//#define PROBE_OFFSET_WIZARD_XY_POS { X_CENTER, Y_CENTER }
|
//#define PROBE_OFFSET_WIZARD_XY_POS { X_CENTER, Y_CENTER }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1280,6 +1280,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1275,6 +1275,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1264,6 +1264,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1279,6 +1279,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1273,6 +1273,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1272,6 +1272,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1272,6 +1272,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1272,6 +1272,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1272,6 +1272,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1272,6 +1272,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1272,6 +1272,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
|
@ -1271,6 +1271,23 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
// Add a calibration procedure in the Probe Offsets menu
|
||||||
|
// to compensate for twist in the X-axis.
|
||||||
|
//#define X_AXIS_TWIST_COMPENSATION
|
||||||
|
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||||
|
/**
|
||||||
|
* Enable to init the Probe Z-Offset when starting the Wizard.
|
||||||
|
* Use a height slightly above the estimated nozzle-to-probe Z offset.
|
||||||
|
* For example, with an offset of -5, consider a starting height of -4.
|
||||||
|
*/
|
||||||
|
#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
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Include a page of printer information in the LCD Main Menu
|
// Include a page of printer information in the LCD Main Menu
|
||||||
#define LCD_INFO_MENU
|
#define LCD_INFO_MENU
|
||||||
#if ENABLED(LCD_INFO_MENU)
|
#if ENABLED(LCD_INFO_MENU)
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue