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

* UBL - Allow user to control Z-Height correction for off mesh movements

* Enable UBL_Z_RAISE_WHEN_OFF_MESH on test machine for time being
This commit is contained in:
Roxy-3D 2018-02-15 19:23:01 -06:00 committed by GitHub
parent b7e245036b
commit c8d3069580
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
48 changed files with 172 additions and 7 deletions

View file

@ -990,6 +990,9 @@
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
#define UBL_SAVE_ACTIVE_ON_M500 // Save the currently active mesh in the current slot on M500
//#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.
#elif ENABLED(MESH_BED_LEVELING)
//===========================================================================