[mcu host] # FlyOS는 이미 리눅스 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