Skip to content

Commit

Permalink
accel handling for the last move after priming
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeKeck committed Jan 21, 2024
1 parent 07551aa commit 98b9289
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions macros.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -389,9 +389,13 @@ gcode:
{% if printer["gcode_macro RatOS"].nozzle_priming|lower == 'primeblob' %}
PRIME_BLOB T={t} BOTH_TOOLHEADS={both_toolheads} IDEX_MODE={idex_mode}
{% endif %}

{% if has_start_offset %}
CACHE_TOOLHEAD_SETTINGS
SET_MACRO_TRAVEL_SETTINGS
G0 Z3 F{z_speed}
G0 X{params.X0} Y{params.Y1} F{speed}
RESTORE_TOOLHEAD_SETTINGS
{% endif %}

[gcode_macro _START_PRINT_HEAT_CHAMBER]
Expand Down

0 comments on commit 98b9289

Please sign in to comment.