Allow user to control Z-Height correction for off mesh movements (#9661)

This commit is contained in:
Roxy-3D
2018-02-15 15:07:42 -06:00
committed by GitHub
parent c78e1c0f23
commit 21e60fd3ed
56 changed files with 197 additions and 4 deletions

View File

@ -1002,6 +1002,9 @@
#define UBL_PROBE_PT_1_X 39 // Probing points for 3-Point leveling of the mesh
#define UBL_PROBE_PT_1_Y 180
#define UBL_PROBE_PT_2_X 39
//#define UBL_Z_RAISE_WHEN_OFF_MESH 2.5 // When the nozzle is off the mesh, this value is used
// as the Z-Height correction value.
#define UBL_PROBE_PT_2_Y 20
#define UBL_PROBE_PT_3_X 180
#define UBL_PROBE_PT_3_Y 20