Skip to content

Commit

Permalink
Upgrade Leveling Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ils15 committed Aug 5, 2022
1 parent 9ee2508 commit d271575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SV03/2-Marlin Firmware/Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1509,7 +1509,7 @@
* A total of 2 does fast/slow probes with a weighted average.
* A total of 3 or more adds more slow probes, taking the average.
*/
//#define MULTIPLE_PROBING 2
#define MULTIPLE_PROBING 2
//#define EXTRA_PROBING 1

/**
Expand Down Expand Up @@ -1906,7 +1906,7 @@
#if EITHER(AUTO_BED_LEVELING_LINEAR, AUTO_BED_LEVELING_BILINEAR)

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

// Probe along the Y axis, advancing X after each column
Expand Down

0 comments on commit d271575

Please sign in to comment.