Extra options for LEVEL_BED_CORNERS (#10484)

This commit is contained in:
Scott Lahteine 2018-04-22 02:30:20 -05:00 committed by GitHub
parent 29c9c723f8
commit 6b50a50676
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
57 changed files with 301 additions and 8 deletions

View file

@ -1043,6 +1043,11 @@
// Add a menu item to move between bed corners for manual bed adjustment
//#define LEVEL_BED_CORNERS
#if ENABLED(LEVEL_BED_CORNERS)
#define LEVEL_CORNERS_INSET 30 // (mm) An inset for corner leveling
//#define LEVEL_CENTER_TOO // Move to the center after the last corner
#endif
/**
* Commands to execute at the end of G29 probing.
* Useful to retract or move the Z probe out of the way.