|
|
|
|
512
|
// Non-linear bed leveling will be used.
|
512
|
// Non-linear bed leveling will be used.
|
513
|
// Compensate by interpolating between the nearest four Z probe values for each point.
|
513
|
// Compensate by interpolating between the nearest four Z probe values for each point.
|
514
|
// Useful for deltas where the print surface may appear like a bowl or dome shape.
|
514
|
// Useful for deltas where the print surface may appear like a bowl or dome shape.
|
515
|
- // Works best with ACCURATE_BED_LEVELING_POINTS 5 or higher.
|
|
|
|
|
515
|
+ // Works best with AUTO_BED_LEVELING_GRID_POINTS 5 or higher.
|
516
|
#define AUTO_BED_LEVELING_GRID_POINTS 9
|
516
|
#define AUTO_BED_LEVELING_GRID_POINTS 9
|
517
|
|
517
|
|
518
|
#else // !AUTO_BED_LEVELING_GRID
|
518
|
#else // !AUTO_BED_LEVELING_GRID
|