Update stock config (#14)

Moved samples to probe section and added retry options
This commit is contained in:
doowrednu 2019-06-23 12:54:16 +01:00 committed by Maglin
parent f2a64e6dcb
commit 03f17808ae

@ -186,6 +186,10 @@ z_offset: 0.00
# Offset (in mm) for inductive probe in Z height
speed: 15
# Speed (in mm/s) of the Z axis when probing. The default is 5mm/s.
samples: 4
# Number of times to probe a point
sample_retract_dist: 6.0
# How far to retract (in mm) from the probe point for multi-probe samples
[fan]
# Print cooling fan
@ -290,10 +294,11 @@ points:
# Probe points
speed: 200
horizontal_move_z: 6
samples: 4
# Number of times to probe a point
sample_retract_dist: 6.0
# How far to retract (in mm) from the probe point for multi-probe samples
retries: 5
# number of times to retry if the stepper movements aren't within tolerance
retry_tolerance: 0.0075
# if retries are enabled then retry if any z_stepper movement was greater
# than the retry_tolerance
[display]
# RepRapDiscount 128x64 Full Graphic Smart Controller
@ -365,4 +370,4 @@ gcode:
# "Honeywell 100K 135-104LAG-J01"
# "NTC 100K MGB18-104F39050L32" (Keenovo Heater Pad)
# "AD595"
# "PT100 INA826"
# "PT100 INA826"