Allow UBL G29 and G26 to build without a probe

This commit is contained in:
deram 2017-09-29 00:16:23 +03:00 committed by Scott Lahteine
parent 73c5675485
commit 9239fcf0da
5 changed files with 371 additions and 338 deletions

View file

@ -91,13 +91,16 @@
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,