|
@@ -500,7 +500,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
500
|
500
|
// Non-linear bed leveling will be used.
|
501
|
501
|
// Compensate by interpolating between the nearest four Z probe values for each point.
|
502
|
502
|
// Useful for deltas where the print surface may appear like a bowl or dome shape.
|
503
|
|
- // Works best with ACCURATE_BED_LEVELING_POINTS 5 or higher.
|
|
503
|
+ // Works best with AUTO_BED_LEVELING_GRID_POINTS 5 or higher.
|
504
|
504
|
#define AUTO_BED_LEVELING_GRID_POINTS 7
|
505
|
505
|
|
506
|
506
|
#else // !AUTO_BED_LEVELING_GRID
|