Skip to content

Commit

Permalink
VAOC: temporarily disable dropping first sample
Browse files Browse the repository at this point in the history
  • Loading branch information
miklschmidt committed Oct 10, 2024
1 parent f4373fa commit 80fa439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/idex/vaoc.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ gcode:
[gcode_macro _VAOC_Z_OFFSET_PROBE_CURRENT_POSITION]
gcode:
# Z_OFFSET_PROBE [PROBE_SPEED=<mm/s>] [LIFT_SPEED=<mm/s>] [SAMPLES=<count>] [SAMPLE_RETRACT_DIST=<mm>] [SAMPLES_TOLERANCE=<mm>] [SAMPLES_TOLERANCE_RETRIES=<count>] [SAMPLES_RESULT=median|average]
Z_OFFSET_PROBE PROBE_SPEED=3 LIFT_SPEED=15 SAMPLES=5 SAMPLE_RETRACT_DIST=3 SAMPLES_DROP=1 SAMPLES_TOLERANCE=0.005 SAMPLES_TOLERANCE_RETRIES=10 SAMPLES_RESULT=median
Z_OFFSET_PROBE PROBE_SPEED=3 LIFT_SPEED=15 SAMPLES=5 SAMPLE_RETRACT_DIST=3 SAMPLES_TOLERANCE=0.005 SAMPLES_TOLERANCE_RETRIES=10 SAMPLES_RESULT=median


[gcode_macro _VAOC_Z_OFFSET_PROBE_SAVE_PROBE_RESULT]
Expand Down

0 comments on commit 80fa439

Please sign in to comment.