Allow UBL to build without a probe

This commit is contained in:
Scott Lahteine
2017-10-09 18:26:52 -05:00
parent 5ad8f5c306
commit 442669d23c
5 changed files with 375 additions and 343 deletions

View File

@ -85,13 +85,16 @@ class unified_bed_leveling {
g29_phase_value,
g29_repetition_cnt,
g29_storage_slot,
g29_map_type,
g29_grid_size;
g29_map_type;
static bool g29_c_flag, g29_x_flag, g29_y_flag;
static float g29_x_pos, g29_y_pos,
g29_card_thickness,
g29_constant;
#if HAS_BED_PROBE
static int g29_grid_size;
#endif
#if ENABLED(UBL_G26_MESH_VALIDATION)
static float g26_extrusion_multiplier,
g26_retraction_multiplier,