Skip to content

Commit

Permalink
Merge pull request #247 from stereotech/STEAPP-903
Browse files Browse the repository at this point in the history
STEAPP-903: Added to the manager adjust_basement_auto in spiral mode the movement of the toolhead in 35mm from the collet
  • Loading branch information
frylock34 authored Feb 12, 2024
2 parents b82d1c1 + 8dcc416 commit dd43926
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stereotech_config/common/probe_main.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ gcode:
{% set y = wcs_offsets[1] - offsets[1] %}
{% set z = wcs_offsets[2] + offsets[2] %}
{% set a = '0' if wcs == 0 else '90' %}
{% set y = y if wcs == 0 else (y - 35) %}
G28 A
G0 A{a} F3600
G0 Z150 F3600
Expand Down

0 comments on commit dd43926

Please sign in to comment.