Don't move Z up if first homing

This commit is contained in:
Thomas Basler 2020-02-22 16:15:24 +01:00
parent 17c806ecdb
commit 314fa3495b
1 changed files with 1 additions and 1 deletions

View File

@ -1672,7 +1672,7 @@
* - Use a low value (i.e., Z_MIN_POS) if the nozzle falls down to the bed.
* - Use a large value (i.e., Z_MAX_POS) if the bed falls down, away from the nozzle.
*/
//#define Z_IDLE_HEIGHT Z_HOME_POS
#define Z_IDLE_HEIGHT Z_HOME_POS
#define Z_HOMING_HEIGHT 0 // (mm) Minimal Z height before homing (G28) for Z clearance above the bed, clamps, ...
// Be sure to have this much clearance over your Z_MAX_POS to prevent grinding.