Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions meta-opencentauri/recipes-apps/klipper/files/macros.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ gcode:
{% endif %}
{% endif %}

G90 ; back to absolute positioning, MOVE_TO_TRAY returns early when already at the tray
MOVE_TO_TRAY
{% endif %}
TURN_OFF_FANS
Expand Down Expand Up @@ -573,6 +574,7 @@ gcode:
G28 Y
{% endif %}
{% if 'Z' in rawparams %}
G90 ; the FORCE_MOVE branch above leaves whatever positioning mode was active
G0 X128 Y128 F6000
G28 Z
{% endif %}
Expand Down