diff options
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index a548d86e..38076f6e 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -17,6 +17,9 @@ #[probe] #pin: ar15 # Probe detection pin. This parameter must be provided. +#z_offset: +# The distance (in mm) between the bed and the nozzle when the probe +# triggers. This parameter must be provided. #speed: 5.0 # Speed (in mm/s) of the Z axis when probing. The default is 5mm/s. #activate_gcode: @@ -52,9 +55,6 @@ #horizontal_move_z: 5 # The height (in mm) that the head should be commanded to move to # just prior to starting a probe operation. The default is 5. -#probe_z_offset: 0 -# The Z height (in mm) of the head when the probe triggers. The -# default is 0. #manual_probe: # If true, then BED_TILT_CALIBRATE will perform manual probing. If # false, then a PROBE command will be run at each probe |