ercf: enable encoder motion issue detection
This commit is contained in:
parent
ef4335b678
commit
752733b175
1 changed files with 5 additions and 5 deletions
|
@ -70,12 +70,12 @@ switch_pin: ^ercf:PA6
|
||||||
pause_on_runout: False
|
pause_on_runout: False
|
||||||
detection_length: 10.0
|
detection_length: 10.0
|
||||||
extruder: extruder
|
extruder: extruder
|
||||||
# runout_gcode: _ERCF_ENCODER_MOTION_ISSUE
|
runout_gcode: _ERCF_ENCODER_MOTION_ISSUE
|
||||||
|
|
||||||
[filament_switch_sensor toolhead_sensor]
|
[filament_switch_sensor toolhead_sensor]
|
||||||
pause_on_runout: False
|
pause_on_runout: False
|
||||||
switch_pin: ^PG12
|
switch_pin: ^PG12
|
||||||
runout_gcode:
|
# runout_gcode:
|
||||||
M118 toolhead filament removed
|
# M118 toolhead filament removed
|
||||||
insert_gcode:
|
# insert_gcode:
|
||||||
M118 toolhead filament inserted
|
# M118 toolhead filament inserted
|
||||||
|
|
Loading…
Reference in a new issue