Use MANUAL_PROBE_START_Z for UBL manual probing (#20160)

This commit is contained in:
Jason Smith
2020-11-17 21:59:48 -08:00
committed by Scott Lahteine
parent ef51bd16dc
commit 5f9ccb361a
3 changed files with 8 additions and 4 deletions

View File

@ -62,7 +62,7 @@ class unified_bed_leveling {
#if IS_NEWPANEL
static void move_z_with_encoder(const float &multiplier);
static float measure_point_with_encoder();
static float measure_business_card_thickness(float in_height);
static float measure_business_card_thickness();
static void manually_probe_remaining_mesh(const xy_pos_t&, const float&, const float&, const bool) _O0;
static void fine_tune_mesh(const xy_pos_t &pos, const bool do_ubl_mesh_map) _O0;
#endif