Skip to content

Commit

Permalink
Macros: fix reset of t1 retries in z_offset_probe test
Browse files Browse the repository at this point in the history
  • Loading branch information
miklschmidt committed Sep 17, 2024
1 parent d84902c commit a6cb32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/idex/vaoc_z_probe_testing.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ gcode:
DEBUG_ECHO PREFIX="Z Offset Testing" MSG="Clearing T1 result set"
SET_GCODE_VARIABLE MACRO=_ADD_SECONDARY_TOOLHEAD_RESULT VARIABLE=results VALUE="[]"
DEBUG_ECHO PREFIX="Z Offset Testing" MSG="Clearing T1 retries"
SET_GCODE_VARIABLE MACRO=_ADD_PRIMARY_TOOLHEAD_RESULT VARIABLE=retries VALUE=0
SET_GCODE_VARIABLE MACRO=_ADD_SECONDARY_TOOLHEAD_RESULT VARIABLE=retries VALUE=0

[gcode_macro _VAOC_TEST_Z_OFFSET]
gcode:
Expand Down

0 comments on commit a6cb32c

Please sign in to comment.