Skip to content

Commit

Permalink
fixed the bug "Probe triggered before movement"
Browse files Browse the repository at this point in the history
  • Loading branch information
SokolovJek committed Dec 26, 2023
1 parent 969696c commit f148088
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stereotech_config/750/probe_main.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,7 @@ gcode:
{% set target_z = printer['gcode_macro PROBE_TEMPLATE_POINT'].wcs1_probe_z + 10 %}
{% elif point=='CZ' %}
{% set target_y = wcs_probe_1[1] - 55 %}
{% set target_z = printer['gcode_macro PROBE_TEMPLATE_POINT'].wcs1_probe_z + 10 %}
{% elif point=='CZ1' %}
{% set target_y = wcs_probe_1[1] - 45 %}
G0 A10 F3600
Expand Down

0 comments on commit f148088

Please sign in to comment.