Extra options for LEVEL_BED_CORNERS (#10483)

This commit is contained in:
Scott Lahteine
2018-04-22 02:50:48 -05:00
committed by GitHub
parent 1c3d49afe0
commit 9e07df5c1b
67 changed files with 350 additions and 7 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