Clarify some motion code

This commit is contained in:
Scott Lahteine
2017-11-08 22:13:33 -06:00
parent 10896b9431
commit 0cfb936dd1
8 changed files with 21 additions and 23 deletions

View File

@ -819,7 +819,7 @@ static_assert(1 >= 0
*/
#if ENABLED(DELTA)
#error "MESH_BED_LEVELING does not yet support DELTA printers."
#error "MESH_BED_LEVELING is not compatible with DELTA printers."
#elif GRID_MAX_POINTS_X > 9 || GRID_MAX_POINTS_Y > 9
#error "GRID_MAX_POINTS_X and GRID_MAX_POINTS_Y must be less than 10 for MBL."
#endif