Float ABL mesh boundaries, no probe position rounding (#16018)
This commit is contained in:
committed by
Scott Lahteine
parent
ce9a4afe95
commit
752a1e76ab
@@ -23,7 +23,7 @@
|
||||
|
||||
#include "../../../inc/MarlinConfigPre.h"
|
||||
|
||||
extern xy_int_t bilinear_grid_spacing, bilinear_start;
|
||||
extern xy_pos_t bilinear_grid_spacing, bilinear_start;
|
||||
extern xy_float_t bilinear_grid_factor;
|
||||
extern bed_mesh_t z_values;
|
||||
float bilinear_z_offset(const xy_pos_t &raw);
|
||||
|
||||
Reference in New Issue
Block a user