제품 소개
FilGuard 필라멘트 검출기, VZ-Hextrudort-Low 엑스트루더와 호환되며, 필라멘트 끊어짐 감지, 블록 감지 기능을 지원하며, 사용자 정의 편집 버튼이 있습니다.


배선 튜토리얼
- 보드에 내장된 PH2.0 5P 단자를 이용한 배선이 더 편리합니다.

펌웨어 LED 상태 설명
- 필라멘트 부족: 빨간색 깜빡임
- 필라멘트 공급: 파란색 깜빡임 (공급 속도가 빠를수록 깜빡임 주기가 빨라짐)
- 필라멘트 후방 이동: 초록색 깜빡임 (위와 동일)
- 필라멘트가 있지만 공급 및 후방 이동 없음: 주황색 숨쉬는 불빛
klipper, 필라멘트 끊어짐 및 블록 감지 참고 설정
경고
블록 감지 설정에서 detection_length: 2.0
2.0mm는 이 스마트 필라멘트 검출 모듈이 정상적으로 작동하기 위해 필요한 최소 감지 길이입니다. 문제가 발생하면 감지 길이를 1mm씩 늘려서 문제를 해결할 수 있습니다.
[respond]
default_type: echo
[force_move]
enable_force_move: True
[filament_switch_sensor 필라멘트 끊어짐 감지]
pause_on_runout: False
switch_pin: ^!PG12
runout_gcode:
{% if (printer.print_stats.state == "printing") %}
PAUSE
{% endif %}
M118 부족
# filament_unload
insert_gcode:
M118 상단
FORCE_MOVE STEPPER=extruder DISTANCE=8 VELOCITY=5 ACCEL=60
{% if (printer.extruder.can_extrude|lower != 'true') or (printer.extruder.target == 0)%}
M118 가열 대기!
SET_HEATER_TEMPERATURE HEATER=extruder TARGET=200
TEMPERATURE_WAIT SENSOR=extruder MINIMUM=190
{% endif %}
M83
G92 E0
G0 E50 F500
G0 E10 F200
[filament_motion_sensor 블록 감지]
extruder: extruder
detection_length: 2.0
switch_pin: ^!PG10
pause_on_runout: False
runout_gcode:
{% if (printer.print_stats.state == "printing") %}
PAUSE
{% endif %}
M118 블록
insert_gcode:
M118 블록 복구
#event_delay:
#pause_delay:
정보
공급 및 후방 이동 중 하나만 사용할 수 있습니다.
Kliiper 후방 이동 버튼 참고 설정
[gcode_button filament_unload]
pin: ^!PG11
release_gcode:
filament_unload
press_gcode:
[gcode_macro filament_unload]
gcode:
{% if (printer.print_stats.state != "printing") %}
M83
G92 E0
{% if (printer.extruder.can_extrude|lower != 'true') or (printer.extruder.target == 0)%}
M118 가열 대기!
SET_HEATER_TEMPERATURE HEATER=extruder TARGET=190
TEMPERATURE_WAIT SENSOR=extruder MINIMUM=185
{% endif %}
G0 E10 F300
G0 E-20 F200
G0 E-50 F500
{% else %}
M118 출력 중, 후방 이동 작업은 실행되지 않습니다!
{% endif %}
Kliiper 공급 버튼 참고 설정
[gcode_button filament_unload]
pin: ^!PG11
release_gcode:
filament_unload
press_gcode:
[gcode_macro filament_unload]
gcode:
{% if (printer.print_stats.state != "printing") %}
M83
G92 E0
{% if (printer.extruder.can_extrude|lower != 'true') or (printer.extruder.target == 0)%}
M118 가열 대기!
SET_HEATER_TEMPERATURE HEATER=extruder TARGET=190
TEMPERATURE_WAIT SENSOR=extruder MINIMUM=185
{% endif %}
G0 E20 F300
{% else %}
M118 출력 중, 공급 작업은 실행되지 않습니다!
{% endif %}
3D 모델 다운로드 링크
https://cdn.mellow.klipper.cn/STEP/%E8%80%97%E6%9D%90%E6%96%AD%E6%96%99%E5%A0%B5%E6%96%99%E6%A3%80%E6%B5%8B%E6%A8%A1%E5%9D%97.7z