Skip to content

Commit

Permalink
added back the missing G28 Z after the a tilting calibration to take …
Browse files Browse the repository at this point in the history
…a correct Z origin
  • Loading branch information
Frix-x committed Jun 9, 2023
1 parent fea91cd commit cfb29b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions macros/base/homing/tilting.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@ gcode:
RESPOND MSG="QGL..."
{% endif %}
QUAD_GANTRY_LEVEL
G28 Z
{% endif %}
{% elif conf_ztilt %}
{% if printer.z_tilt.applied|lower == 'false' or FORCE_OPERATION %}
{% if verbose %}
RESPOND MSG="Z tilt adjust..."
{% endif %}
Z_TILT_ADJUST
G28 Z
{% endif %}
{% else %}
{% if verbose %}
Expand Down

0 comments on commit cfb29b9

Please sign in to comment.