Adapt MESH_EDIT_GFX_OVERLAY for 1.1.x

This commit is contained in:
Scott Lahteine 2017-11-24 13:39:41 -06:00
parent 4e445f2c55
commit c0190eff00
72 changed files with 251 additions and 77 deletions

View file

@ -956,6 +956,8 @@
//========================= Unified Bed Leveling ============================
//===========================================================================
//#define MESH_EDIT_GFX_OVERLAY // Display a graphics overlay while editing the mesh
#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