diff --git a/stereotech_config/calibrate/probe_5d.cfg b/stereotech_config/calibrate/probe_5d.cfg index 6feb294c4832..948363157f51 100644 --- a/stereotech_config/calibrate/probe_5d.cfg +++ b/stereotech_config/calibrate/probe_5d.cfg @@ -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' %}