Added option 'H' to G29 P4.

- Added `H` to set a nozzle height adjustment to surface of the bed.
- Updated G29 P4 comments to reflect changes.
This commit is contained in:
dot-bob
2017-06-22 22:38:52 -06:00
committed by Scott Lahteine
parent e687782875
commit a1632cfa0a
2 changed files with 122 additions and 127 deletions

View File

@ -115,7 +115,7 @@
#endif
static float measure_point_with_encoder();
static float measure_business_card_thickness(float&);
static float measure_business_card_thickness(float);
static bool g29_parameter_parsing();
static void find_mean_mesh_height();
static void shift_mesh_height();