Update Configuration.h
This commit is contained in:
parent
b8f0c8a4c7
commit
59d345a3dd
|
@ -500,7 +500,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
||||||
// Non-linear bed leveling will be used.
|
// Non-linear bed leveling will be used.
|
||||||
// Compensate by interpolating between the nearest four Z probe values for each point.
|
// Compensate by interpolating between the nearest four Z probe values for each point.
|
||||||
// Useful for deltas where the print surface may appear like a bowl or dome shape.
|
// Useful for deltas where the print surface may appear like a bowl or dome shape.
|
||||||
// Works best with ACCURATE_BED_LEVELING_POINTS 5 or higher.
|
// Works best with AUTO_BED_LEVELING_GRID_POINTS 5 or higher.
|
||||||
#define AUTO_BED_LEVELING_GRID_POINTS 7
|
#define AUTO_BED_LEVELING_GRID_POINTS 7
|
||||||
|
|
||||||
#else // !AUTO_BED_LEVELING_GRID
|
#else // !AUTO_BED_LEVELING_GRID
|
||||||
|
|
Loading…
Reference in a new issue