Skip to content

Commit

Permalink
Optimize mesh inset for manual leveling
Browse files Browse the repository at this point in the history
  • Loading branch information
CopterTec committed Jan 31, 2020
1 parent bdd5c3c commit 17208ef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/SOVOL/SV01-BLTouch/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@
//=================================== Mesh ==================================
//===========================================================================

#define MESH_INSET 10 // Set Mesh bounds as an inset region of the bed
#define MESH_INSET 25 // Set Mesh bounds as an inset region of the bed
#define GRID_MAX_POINTS_X 3 // Don't use more than 7 points per axis, implementation limited.
#define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X

Expand Down
2 changes: 1 addition & 1 deletion config/SOVOL/SV01-SilentBoard/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@
//=================================== Mesh ==================================
//===========================================================================

#define MESH_INSET 10 // Set Mesh bounds as an inset region of the bed
#define MESH_INSET 25 // Set Mesh bounds as an inset region of the bed
#define GRID_MAX_POINTS_X 3 // Don't use more than 7 points per axis, implementation limited.
#define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X

Expand Down
2 changes: 1 addition & 1 deletion config/SOVOL/SV01-SilentBoard_BLTouch/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@
//=================================== Mesh ==================================
//===========================================================================

#define MESH_INSET 10 // Set Mesh bounds as an inset region of the bed
#define MESH_INSET 25 // Set Mesh bounds as an inset region of the bed
#define GRID_MAX_POINTS_X 3 // Don't use more than 7 points per axis, implementation limited.
#define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X

Expand Down
2 changes: 1 addition & 1 deletion config/SOVOL/SV01/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@
//=================================== Mesh ==================================
//===========================================================================

#define MESH_INSET 10 // Set Mesh bounds as an inset region of the bed
#define MESH_INSET 25 // Set Mesh bounds as an inset region of the bed
#define GRID_MAX_POINTS_X 3 // Don't use more than 7 points per axis, implementation limited.
#define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X

Expand Down

0 comments on commit 17208ef

Please sign in to comment.