Skip to content

Commit

Permalink
added some logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Frix-x committed May 9, 2023
1 parent e160a2c commit fe82161
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion macros/base/start_print.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,10 @@ gcode:
STATUS_LEDS COLOR="HEATING"
{% endif %}

{% if verbose %}
RESPOND MSG="Extruder heating to print temperature..."
{% endif %}

_CONDITIONAL_MOVE_TO_PURGE_BUCKET
{% if not purge_and_brush_enabled %}
G0 X{max_x|int / 2} Y{max_y|int / 3} Z50 F{St}
Expand Down Expand Up @@ -429,6 +433,11 @@ gcode:

M109 S{safe_extruder_temp}

{% if verbose %}
RESPOND MSG="Extruder at safe temperature of {safe_extruder_temp} degrees"
{% endif %}


[gcode_macro _MODULE_CUSTOM1]
gcode:
# ---- CUSTOM Macro section
Expand All @@ -438,6 +447,7 @@ gcode:
# gcode:
# ## Your custom code here


[gcode_macro _MODULE_CUSTOM2]
gcode:
# ---- CUSTOM Macro section
Expand All @@ -446,7 +456,8 @@ gcode:
# [gcode_macro _MODULE_CUSTOM2]
# gcode:
# ## Your custom code here



[gcode_macro _MODULE_CUSTOM3]
gcode:
# ---- CUSTOM Macro section
Expand Down

0 comments on commit fe82161

Please sign in to comment.