Add EXTRAPOLATE_BEYOND_GRID option to bilinear leveling
This commit is contained in:
parent
e1b85ff67b
commit
da08e11acd
25 changed files with 118 additions and 4 deletions
|
|
@ -827,6 +827,10 @@
|
|||
|
||||
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||
|
||||
// Beyond the probed grid, continue the implied tilt?
|
||||
// Default is to maintain the height of the nearest edge.
|
||||
//#define EXTRAPOLATE_BEYOND_GRID
|
||||
|
||||
//
|
||||
// Experimental Subdivision of the grid by Catmull-Rom method.
|
||||
// Synthesizes intermediate points to produce a more detailed mesh.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue