🐛 Fix kinetic ABL mesh after refactor (#24107)

Followup to #23868
This commit is contained in:
tombrazier
2022-04-29 18:54:57 +01:00
committed by GitHub
parent e633ef895d
commit 60b6df4542
4 changed files with 8 additions and 4 deletions

View File

@@ -24,6 +24,7 @@
#include "../../../inc/MarlinConfigPre.h"
class LevelingBilinear {
private:
static xy_pos_t grid_spacing, grid_start;
static xy_float_t grid_factor;
static bed_mesh_t z_values;