mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-20 13:17:56 -06:00
📝 Update Z_SAFE_HOMING description
This commit is contained in:
parent
86585c519f
commit
6777861352
275 changed files with 1925 additions and 2475 deletions
|
@ -1700,15 +1700,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1702,15 +1702,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
#define Z_SAFE_HOMING
|
#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1701,15 +1701,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1701,15 +1701,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1711,15 +1711,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
#define Z_SAFE_HOMING
|
#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1770,15 +1770,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
#define Z_SAFE_HOMING
|
#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1772,15 +1772,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1700,15 +1700,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1701,15 +1701,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1700,15 +1700,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1700,15 +1700,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1780,15 +1780,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1703,15 +1703,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1702,15 +1702,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1700,15 +1700,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1700,15 +1700,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1702,15 +1702,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1702,15 +1702,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1706,15 +1706,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
#define Z_SAFE_HOMING
|
#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1706,15 +1706,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
#define Z_SAFE_HOMING
|
#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1706,15 +1706,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
#define Z_SAFE_HOMING
|
#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1706,15 +1706,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
#define Z_SAFE_HOMING
|
#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1700,15 +1700,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
#define Z_SAFE_HOMING
|
#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1700,15 +1700,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
#define Z_SAFE_HOMING
|
#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1700,15 +1700,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
#define Z_SAFE_HOMING
|
#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1703,15 +1703,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1702,15 +1702,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1702,15 +1702,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1700,15 +1700,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1736,15 +1736,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1700,15 +1700,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
#define Z_SAFE_HOMING
|
#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1701,15 +1701,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1700,15 +1700,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1700,15 +1700,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1716,15 +1716,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
#define Z_SAFE_HOMING
|
#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1700,15 +1700,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
#define Z_SAFE_HOMING
|
#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1700,15 +1700,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1656,15 +1656,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1700,15 +1700,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1700,15 +1700,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1701,15 +1701,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1714,15 +1714,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
#define Z_SAFE_HOMING
|
#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1701,15 +1701,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1702,15 +1702,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1701,15 +1701,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1716,15 +1716,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1701,15 +1701,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1700,15 +1700,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1701,15 +1701,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1709,15 +1709,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
#define Z_SAFE_HOMING
|
#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1709,15 +1709,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1700,15 +1700,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
#define Z_SAFE_HOMING
|
#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1703,15 +1703,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1703,15 +1703,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1726,15 +1726,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
#if ENABLED(CR10V2_BLTOUCH)
|
#if ENABLED(CR10V2_BLTOUCH)
|
||||||
#define Z_SAFE_HOMING
|
#define Z_SAFE_HOMING
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1729,15 +1729,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
#if ENABLED(CR10V3_BLTOUCH)
|
#if ENABLED(CR10V3_BLTOUCH)
|
||||||
#define Z_SAFE_HOMING
|
#define Z_SAFE_HOMING
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1699,15 +1699,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1700,15 +1700,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1700,15 +1700,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1701,15 +1701,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1700,15 +1700,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
#define Z_SAFE_HOMING
|
#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1701,15 +1701,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1703,15 +1703,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
#define Z_SAFE_HOMING
|
#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1703,15 +1703,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1700,15 +1700,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
#define Z_SAFE_HOMING
|
#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1700,15 +1700,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1701,15 +1701,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1705,15 +1705,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
#define Z_SAFE_HOMING
|
#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1700,15 +1700,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
#define Z_SAFE_HOMING
|
#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1700,15 +1700,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1700,15 +1700,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1700,15 +1700,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1701,15 +1701,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1704,15 +1704,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1701,15 +1701,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1700,15 +1700,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1699,15 +1699,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1701,15 +1701,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
#define Z_SAFE_HOMING
|
#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1699,15 +1699,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1699,15 +1699,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1699,15 +1699,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1700,15 +1700,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1699,15 +1699,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1699,15 +1699,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1699,15 +1699,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1701,15 +1701,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1646,15 +1646,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1707,15 +1707,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1701,15 +1701,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
#define Z_SAFE_HOMING
|
#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1701,15 +1701,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1701,15 +1701,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
#define Z_SAFE_HOMING
|
#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1701,15 +1701,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1706,15 +1706,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
#define Z_SAFE_HOMING
|
#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1699,15 +1699,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1699,15 +1699,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1701,15 +1701,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1700,15 +1700,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1709,15 +1709,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
#define Z_SAFE_HOMING
|
#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1701,15 +1701,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
#define Z_SAFE_HOMING
|
#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
|
@ -1701,15 +1701,13 @@
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
||||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
/**
|
||||||
//
|
* Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||||
// With this feature enabled:
|
*
|
||||||
//
|
* - Moves the Z probe (or nozzle) to a defined XY point before Z homing.
|
||||||
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
|
*/
|
||||||
// - Prevent Z homing when the Z probe is outside bed area.
|
|
||||||
//
|
|
||||||
#define Z_SAFE_HOMING
|
#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
|
|
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