Allow Z_SAFE_HOMING without a probe

This commit is contained in:
Scott Lahteine
2016-07-27 04:30:39 -07:00
parent 9f1dd6d431
commit 8953e3e984
25 changed files with 41 additions and 38 deletions

View File

@ -728,7 +728,7 @@
//
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
// - Position the Z probe in a defined XY point before Z Homing when homing all axes (G28).
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing when homing all axes (G28).
// - Prevent Z homing when the Z probe is outside bed area.
//#define Z_SAFE_HOMING