From 752733b175014393021862dedb1f9d2b9cdfec8e Mon Sep 17 00:00:00 2001 From: Konstantin Koslowski <konstantin.koslowski@posteo.de> Date: Tue, 31 May 2022 21:40:44 +0200 Subject: [PATCH] ercf: enable encoder motion issue detection --- ercf/hardware.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ercf/hardware.cfg b/ercf/hardware.cfg index 0254ca9..bb40c17 100644 --- a/ercf/hardware.cfg +++ b/ercf/hardware.cfg @@ -70,12 +70,12 @@ switch_pin: ^ercf:PA6 pause_on_runout: False detection_length: 10.0 extruder: extruder -# runout_gcode: _ERCF_ENCODER_MOTION_ISSUE +runout_gcode: _ERCF_ENCODER_MOTION_ISSUE [filament_switch_sensor toolhead_sensor] pause_on_runout: False switch_pin: ^PG12 -runout_gcode: - M118 toolhead filament removed -insert_gcode: - M118 toolhead filament inserted +# runout_gcode: +# M118 toolhead filament removed +# insert_gcode: +# M118 toolhead filament inserted