Add EXTRAPOLATE_BEYOND_GRID option to bilinear leveling

This commit is contained in:
Scott Lahteine
2017-05-04 00:19:07 -05:00
parent e1b85ff67b
commit da08e11acd
25 changed files with 118 additions and 4 deletions

View File

@ -823,6 +823,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.