From b3205799e375dc86be4c0e5d55fdb18c8f964abe Mon Sep 17 00:00:00 2001 From: Cyril Date: Mon, 25 Mar 2024 22:32:03 +0100 Subject: [PATCH] Update M600-support.cfg --- files/macros/M600-support.cfg | 2 ++ 1 file changed, 2 insertions(+) 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