Apply physical limits to mesh bounds

This commit is contained in:
Scott Lahteine 2017-10-19 01:40:29 -05:00
parent 3235beef6d
commit f06f4b40b8
73 changed files with 578 additions and 2020 deletions

View file

@ -945,7 +945,7 @@
//========================= Unified Bed Leveling ============================
//===========================================================================
#define UBL_MESH_INSET 1 // Mesh inset margin on print area
#define MESH_INSET 1 // Mesh inset margin on print area
#define GRID_MAX_POINTS_X 10 // Don't use more than 15 points per axis, implementation limited.
#define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X