Skip to content

Commit

Permalink
reverted the home Z after tilting in favor of the force_homing_before…
Browse files Browse the repository at this point in the history
…_brush variable
  • Loading branch information
Frix-x authored Jun 16, 2023
1 parent 948ffff commit 55757a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions macros/base/homing/tilting.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,13 @@ 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
1 change: 1 addition & 0 deletions macros/base/start_print.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ gcode:
{% endif %}

{% if zcalib_plugin_enabled %}
G28 Z
CALIBRATE_Z
{% else %}
G28 Z
Expand Down

0 comments on commit 55757a7

Please sign in to comment.