Skip to content

Commit

Permalink
Auto Level MarlinFirmware#6
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Hasenbank authored and Ken Hasenbank committed Apr 5, 2018
1 parent 5bb3ca2 commit 6c67194
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -878,13 +878,13 @@

// Set the number of grid points per dimension.
#define GRID_MAX_POINTS_X 5
#define GRID_MAX_POINTS_Y GRID_MAX_POINTS_5
#define GRID_MAX_POINTS_Y 5

// Set the boundaries for probing (where the probe can reach).
#define LEFT_PROBE_BED_POSITION 15
#define RIGHT_PROBE_BED_POSITION 205
#define FRONT_PROBE_BED_POSITION 15
#define BACK_PROBE_BED_POSITION 205
#define LEFT_PROBE_BED_POSITION 25
#define RIGHT_PROBE_BED_POSITION 195
#define FRONT_PROBE_BED_POSITION 45
#define BACK_PROBE_BED_POSITION 175

// The Z probe minimum outer margin (to validate G29 parameters).
#define MIN_PROBE_EDGE 10
Expand Down

0 comments on commit 6c67194

Please sign in to comment.