diff --git a/files/macros/M600-support.cfg b/files/macros/M600-support.cfg index c174b18..eb9f789 100644 --- a/files/macros/M600-support.cfg +++ b/files/macros/M600-support.cfg @@ -106,6 +106,8 @@ gcode: {% set get_params = "" %} {% endif %} {% if printer["gcode_macro M600"].m600_state == 1 %} + RESPOND TYPE=command MSG="Starting hotend heating..." + M109 S{printer['gcode_macro PRINTER_PARAM'].hotend_temp|int} {% if printer.extruder.can_extrude|lower == 'true' %} RESPOND TYPE=command MSG="Loading and purging filament..." G91