mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-03 20:30:48 +00:00
Add LEVEL_CORNERS_HEIGHT to LEVEL_BED_CORNERS (#13439)
This commit is contained in:
parent
f3cf95a937
commit
70e6a3db8a
95 changed files with 99 additions and 1 deletions
config/examples/WASP/PowerWASP
|
@ -1256,6 +1256,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_CORNERS_HEIGHT 0.0 // (mm) Z height of nozzle at leveling points
|
||||
//#define LEVEL_CENTER_TOO // Move to the center after the last corner
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue