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

@ -270,6 +270,8 @@
#error "AUTOMATIC_CURRENT_CONTROL is now MONITOR_DRIVER_STATUS. Please update your configuration."
#elif defined(FILAMENT_CHANGE_LOAD_LENGTH)
#error "FILAMENT_CHANGE_LOAD_LENGTH is now FILAMENT_CHANGE_FAST_LOAD_LENGTH. Please update your configuration."
#elif ENABLED(LEVEL_BED_CORNERS) && !defined(LEVEL_CORNERS_INSET)
#error "LEVEL_BED_CORNERS requires a LEVEL_CORNERS_INSET value. Please update your Configuration.h."
#endif
#define BOARD_MKS_13 -47