From 4b5010572aede69b4ba017bdd212e0aa740627ac Mon Sep 17 00:00:00 2001 From: Cyril Date: Thu, 28 Mar 2024 11:29:47 +0100 Subject: [PATCH] Update M600-support.cfg --- files/macros/M600-support.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/files/macros/M600-support.cfg b/files/macros/M600-support.cfg index eb9f789..14d9520 100644 --- a/files/macros/M600-support.cfg +++ b/files/macros/M600-support.cfg @@ -12,7 +12,7 @@ timeout: 99999999 [filament_switch_sensor filament_sensor] -pause_on_runout: true +pause_on_runout: false switch_pin: !PC15 runout_gcode: M600 @@ -106,8 +106,6 @@ 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