Skip to content

Commit

Permalink
πŸ”Š log if the extruder isn't heated
Browse files Browse the repository at this point in the history
  • Loading branch information
dudeofawesome committed Jan 16, 2022
1 parent 1c1c350 commit 5981967
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions macros/safe_retract.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ gcode:
G10 ;Retract filament
G1 Z0.2 F2400 ;Raise Z
G1 E-2 F300 ;Retract filament 2mm to prevent oozing
{% else %}
{action_respond_info("Extruder not hot enough")}
{% endif %}

RESTORE_GCODE_STATE NAME=safe_retract

0 comments on commit 5981967

Please sign in to comment.