Allow non-square leveling grid
This commit is contained in:
@ -844,8 +844,9 @@
|
||||
// Non-linear bed leveling will be used.
|
||||
// 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.
|
||||
// Works best with AUTO_BED_LEVELING_GRID_POINTS 5 or higher.
|
||||
#define AUTO_BED_LEVELING_GRID_POINTS 9
|
||||
// Works best with 5 or more points in each dimension.
|
||||
#define ABL_GRID_POINTS_X 9
|
||||
#define ABL_GRID_POINTS_Y ABL_GRID_POINTS_X
|
||||
|
||||
#else // !AUTO_BED_LEVELING_GRID
|
||||
|
||||
|
@ -838,8 +838,9 @@
|
||||
// Non-linear bed leveling will be used.
|
||||
// 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.
|
||||
// Works best with AUTO_BED_LEVELING_GRID_POINTS 5 or higher.
|
||||
#define AUTO_BED_LEVELING_GRID_POINTS 9
|
||||
// Works best with 5 or more points in each dimension.
|
||||
#define ABL_GRID_POINTS_X 9
|
||||
#define ABL_GRID_POINTS_Y ABL_GRID_POINTS_X
|
||||
|
||||
#else // !AUTO_BED_LEVELING_GRID
|
||||
|
||||
|
@ -841,8 +841,9 @@
|
||||
// Non-linear bed leveling will be used.
|
||||
// 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.
|
||||
// Works best with AUTO_BED_LEVELING_GRID_POINTS 5 or higher.
|
||||
#define AUTO_BED_LEVELING_GRID_POINTS 9
|
||||
// Works best with 5 or more points in each dimension.
|
||||
#define ABL_GRID_POINTS_X 9
|
||||
#define ABL_GRID_POINTS_Y ABL_GRID_POINTS_X
|
||||
|
||||
#else // !AUTO_BED_LEVELING_GRID
|
||||
|
||||
|
@ -842,8 +842,9 @@
|
||||
// Non-linear bed leveling will be used.
|
||||
// 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.
|
||||
// Works best with AUTO_BED_LEVELING_GRID_POINTS 5 or higher.
|
||||
#define AUTO_BED_LEVELING_GRID_POINTS 7
|
||||
// Works best with 5 or more points in each dimension.
|
||||
#define ABL_GRID_POINTS_X 7
|
||||
#define ABL_GRID_POINTS_Y ABL_GRID_POINTS_X
|
||||
|
||||
#else // !AUTO_BED_LEVELING_GRID
|
||||
|
||||
|
@ -844,8 +844,9 @@
|
||||
// Non-linear bed leveling will be used.
|
||||
// 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.
|
||||
// Works best with AUTO_BED_LEVELING_GRID_POINTS 5 or higher.
|
||||
#define AUTO_BED_LEVELING_GRID_POINTS 5
|
||||
// Works best with 5 or more points in each dimension.
|
||||
#define ABL_GRID_POINTS_X 5
|
||||
#define ABL_GRID_POINTS_Y ABL_GRID_POINTS_X
|
||||
|
||||
#else // !AUTO_BED_LEVELING_GRID
|
||||
|
||||
|
Reference in New Issue
Block a user