|
@@ -238,8 +238,8 @@
|
238
|
238
|
#error "MESH_BED_LEVELING does not yet support DELTA printers."
|
239
|
239
|
#elif ENABLED(AUTO_BED_LEVELING_FEATURE)
|
240
|
240
|
#error "Select AUTO_BED_LEVELING_FEATURE or MESH_BED_LEVELING, not both."
|
241
|
|
- #elif MESH_NUM_X_POINTS > 7 || MESH_NUM_Y_POINTS > 7
|
242
|
|
- #error "MESH_NUM_X_POINTS and MESH_NUM_Y_POINTS need to be less than 8."
|
|
241
|
+ #elif MESH_NUM_X_POINTS > 9 || MESH_NUM_Y_POINTS > 9
|
|
242
|
+ #error "MESH_NUM_X_POINTS and MESH_NUM_Y_POINTS must be less than 10."
|
243
|
243
|
#endif
|
244
|
244
|
#elif ENABLED(MANUAL_BED_LEVELING)
|
245
|
245
|
#error "MESH_BED_LEVELING is required for MANUAL_BED_LEVELING."
|