Skip to content

Commit

Permalink
STEAPP-903: Added to the manager adjust_basement_auto in spiral mode …
Browse files Browse the repository at this point in the history
…the movement of the toolhead in 35mm from the collet
  • Loading branch information
SokolovJek committed Feb 8, 2024
1 parent c9af389 commit 1af711c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stereotech_config/common/probe_main.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ gcode:
{% set offsets = printer.probe.offsets %}
{% set wcs_offsets = printer.gcode_move.wcs_offsets[wcs + 3] %}
{% set x = wcs_offsets[0] - offsets[0] %}
# {% set y = (wcs_offsets[1] - offsets[1]) if wcs == 0 else (wcs_offsets[1] - offsets[1] - 40) %}
{% set y = (wcs_offsets[1] - offsets[1]) %}
{% set z = wcs_offsets[2] + offsets[2] %}
{% set a = '0' if wcs == 0 else '90' %}
Expand Down

0 comments on commit 1af711c

Please sign in to comment.