From eb84814f0ec1908e806ed84b39c3ec8d0f37846d Mon Sep 17 00:00:00 2001 From: sokolovjek Date: Mon, 15 Jan 2024 12:15:28 +0000 Subject: [PATCH] STEAPP-869: Edited coordinates to move the printhead to the center of the template (measuring wcs_4_z) --- stereotech_config/calibrate/probe_5d.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stereotech_config/calibrate/probe_5d.cfg b/stereotech_config/calibrate/probe_5d.cfg index f38ea9d52217..f385628365ff 100644 --- a/stereotech_config/calibrate/probe_5d.cfg +++ b/stereotech_config/calibrate/probe_5d.cfg @@ -33,7 +33,7 @@ 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' %} + {% if p == 'A' and target_a == 0.0 %} {% set target_y = target_y - 4 %} {% elif p == 'B' %} {% if target_a == 0.0 and target_c == 0.0 %}