Don't move Z up if first homing
This commit is contained in:
parent
17c806ecdb
commit
314fa3495b
@ -1672,7 +1672,7 @@
|
|||||||
* - Use a low value (i.e., Z_MIN_POS) if the nozzle falls down to the bed.
|
* - 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.
|
* - 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, ...
|
#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.
|
// Be sure to have this much clearance over your Z_MAX_POS to prevent grinding.
|
||||||
|
Loading…
Reference in New Issue
Block a user