Skip to content

Commit

Permalink
Merge pull request #232 from stereotech/STEAPP-869
Browse files Browse the repository at this point in the history
STEAPP-869: Edited coordinates to move the printhead to the center of the template (measuring wcs_4_z)
  • Loading branch information
frylock34 authored Jan 29, 2024
2 parents 355f257 + b2a4bcd commit 7e293c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stereotech_config/calibrate/probe_5d.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ gcode:
{% set safe_distance_z = (probe_a_vertical[2] + 70 + offsets[2]) if a_deg == 'A90' else (probe_a_horizontal[2] + 20 + offsets[2]) %}
{% set axis = ax[-1] %}
{% set positive = 0 if (ax[0] == 'M' or ax[0] == 'Z') else 1 %}

{% if p == 'A' and target_a == 0.0 %}
{% set target_y = target_y - 4 %}
{% elif p == 'B' %}
Expand Down

0 comments on commit 7e293c5

Please sign in to comment.