Try on "CLEARANCE" for size

This commit is contained in:
Scott Lahteine
2016-09-20 03:49:42 -05:00
parent 0e7d638a7a
commit 01f1028510
25 changed files with 117 additions and 117 deletions

View File

@ -613,11 +613,11 @@
* probe Z Offset set with Z_PROBE_OFFSET_FROM_EXTRUDER, M851, or the LCD.
* Only integer values >= 1 are valid here.
*
* Example: `M851 Z-5` with a RAISE of 4 => 9mm from bed to nozzle.
* But: `M851 Z+1` with a RAISE of 2 => 2mm from bed to nozzle.
* Example: `M851 Z-5` with a CLEARANCE of 4 => 9mm from bed to nozzle.
* But: `M851 Z+1` with a CLEARANCE of 2 => 2mm from bed to nozzle.
*/
#define Z_RAISE_DEPLOY_PROBE 15 // Z Raise for Deploy/Stow
#define Z_RAISE_BETWEEN_PROBES 5 // Z Raise between probe points
#define Z_CLEARANCE_DEPLOY_PROBE 15 // Z Clearance for Deploy/Stow
#define Z_CLEARANCE_BETWEEN_PROBES 5 // Z Clearance between probe points
//
// For M851 give a range for adjusting the Z probe offset

View File

@ -613,11 +613,11 @@
* probe Z Offset set with Z_PROBE_OFFSET_FROM_EXTRUDER, M851, or the LCD.
* Only integer values >= 1 are valid here.
*
* Example: `M851 Z-5` with a RAISE of 4 => 9mm from bed to nozzle.
* But: `M851 Z+1` with a RAISE of 2 => 2mm from bed to nozzle.
* Example: `M851 Z-5` with a CLEARANCE of 4 => 9mm from bed to nozzle.
* But: `M851 Z+1` with a CLEARANCE of 2 => 2mm from bed to nozzle.
*/
#define Z_RAISE_DEPLOY_PROBE 15 // Z Raise for Deploy/Stow
#define Z_RAISE_BETWEEN_PROBES 5 // Z Raise between probe points
#define Z_CLEARANCE_DEPLOY_PROBE 15 // Z Clearance for Deploy/Stow
#define Z_CLEARANCE_BETWEEN_PROBES 5 // Z Clearance between probe points
//
// For M851 give a range for adjusting the Z probe offset