Skip to content

Commit

Permalink
STEAPP-554: Increased Z-axis movement speed before calibration. (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
SokolovJek authored Jul 25, 2023
1 parent 25f177d commit 71f333e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions stereotech_config/probe.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,16 @@ description: 3D module calibration
gcode:
{% if printer["gcode_button five_axis_module"].state == "RELEASED" %}
G0 X197 Y195 F6000
G0 Z40 F3600
PROBE
G91
G0 Z30 F600
G0 Z30 F3600
G90
MODULE_THREE_D_MESH_CALIBRATE
G91
G0 Z30 F600
G91
G0 Z30 F3600
G90
G0 X150 Y50 F3600
G0 X150 Y50 F3600
{% endif %}

[gcode_macro MODULE_THREE_D_MESH_CALIBRATE]
Expand Down
9 changes: 5 additions & 4 deletions stereotech_config/probe_2.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,16 @@ description: 3D module calibration
gcode:
{% if printer["gcode_button five_axis_module"].state == "RELEASED" %}
G0 X197 Y195 F6000
G0 Z40 F3600
PROBE
G91
G0 Z30 F600
G0 Z30 F3600
G90
MODULE_THREE_D_MESH_CALIBRATE
G91
G0 Z30 F600
G91
G0 Z30 F3600
G90
G0 X150 Y50 F3600
G0 X150 Y50 F3600
{% endif %}

[gcode_macro MODULE_THREE_D_MESH_CALIBRATE]
Expand Down

0 comments on commit 71f333e

Please sign in to comment.