Update VORON2_stock_350_printer.cfg (#15)
Moved samples to probe section and added retries options into quad
This commit is contained in:
parent
03f17808ae
commit
d15a902a88
@ -158,6 +158,10 @@ x_offset: 0.0
|
||||
y_offset: 25.0
|
||||
z_offset: 0.00
|
||||
speed: 2.0
|
||||
samples: 4
|
||||
# Number of times to probe a point
|
||||
sample_retract_dist: 2
|
||||
# How far to retract (in mm) from the probe point for multi-probe samples
|
||||
|
||||
[fan]
|
||||
# Print cooling fan
|
||||
@ -263,10 +267,11 @@ points:
|
||||
# Probe points
|
||||
speed: 100
|
||||
horizontal_move_z: 10
|
||||
samples: 4
|
||||
# Number of times to probe a point
|
||||
sample_retract_dist: 2
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user