Skip to content

Commit

Permalink
MACRO: save current tool control points before _VAOC_CALIBRATE_Z_OFFSET
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeKeck committed Nov 2, 2024
1 parent 4201071 commit 3189c18
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions macros/idex/vaoc.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,11 @@ gcode:

{% if printer["z_offset_probe"] is defined and is_started %}

# save current tool control points
{% if not auto_z_offset %}
_VAOC_SET_TOOL
{% endif %}

# config
{% set z_speed = printer["gcode_macro RatOS"].macro_z_speed|float * 60 %}
{% set default_toolhead = printer["gcode_macro RatOS"].default_toolhead|default(0)|int %}
Expand Down

0 comments on commit 3189c18

Please sign in to comment.