[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