|
|
|
|
500
|
// Non-linear bed leveling will be used.
|
500
|
// Non-linear bed leveling will be used.
|
501
|
// Compensate by interpolating between the nearest four Z probe values for each point.
|
501
|
// Compensate by interpolating between the nearest four Z probe values for each point.
|
502
|
// Useful for deltas where the print surface may appear like a bowl or dome shape.
|
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
|
#define AUTO_BED_LEVELING_GRID_POINTS 7
|
504
|
#define AUTO_BED_LEVELING_GRID_POINTS 7
|
505
|
|
505
|
|
506
|
#else // !AUTO_BED_LEVELING_GRID
|
506
|
#else // !AUTO_BED_LEVELING_GRID
|