Level bed corners Z-hop height option (#12858)

This commit is contained in:
Ondřej Nový
2019-01-11 02:15:17 +01:00
committed by Scott Lahteine
parent 8ae6f1e556
commit a0ef6198ff
86 changed files with 93 additions and 3 deletions

View File

@ -1201,6 +1201,7 @@
#if ENABLED(LEVEL_BED_CORNERS)
#define LEVEL_CORNERS_INSET 30 // (mm) An inset for corner leveling
#define LEVEL_CORNERS_Z_HOP 4.0 // (mm) Move nozzle up before moving between corners
//#define LEVEL_CENTER_TOO // Move to the center after the last corner
#endif