Skip to content

Commit

Permalink
Merge pull request #218 from stereotech/STEAPP-728
Browse files Browse the repository at this point in the history
STEAPP-728: Added moving the printhead before calibrating module_3d to install the sensor
  • Loading branch information
frylock34 authored Dec 12, 2023
2 parents 4f94cdd + 0280060 commit 029ea4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stereotech_config/common/module_3d_macros.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@ gcode:
{% set probe = params.PROBE|default(0)|int %}
{% if probe < 1 %}
BED_SCREWS_ADJUST
{% elif probe == 1 %}
MOVE_SERVICE_POSITION_HEAD PARKING=0
{% endif %}

0 comments on commit 029ea4d

Please sign in to comment.