[mcu host] # FlyOS는 이미 사용자를 위해 기본적으로 linux MCU를 생성했습니다. 설정만 하면 사용 가능합니다.
serial: /tmp/klipper_host_mcu
[temperature_sensor FLY-π] # 상위기기 온도
sensor_type: temperature_host
[temperature_fan core_fan] # 상위기기 냉각 팬
pin: host:gpiochip1/gpio103 # 상위기기 팬 핀 번호
max_power: 1.0
sensor_type: temperature_host
control:watermark # 제어 방식
target_temp: 48 # 상위기기 냉각 팬 작동 시작 온도
min_temp: 0 # 최저 온도, 이 온도 아래에서는 오류 발생
max_temp: 90 # 최고 온도, 이 온도 이상에서는 오류 발생
off_below: 0.10
kick_start_time: 0.50
max_speed: 0.8 # 최대 속도, 최대 출력 시 80% 속도
min_speed: 0.3