52 lines
1.1 KiB
INI
52 lines
1.1 KiB
INI
[multi_pin pcf_fan_pins]
|
|
pins: PE6, PE0
|
|
|
|
[fan]
|
|
## Print Cooling Fan - FAN0 - MAKE SURE TO SET THE VOLTAGE JUMPER!
|
|
pin: multi_pin:pcf_fan_pins
|
|
kick_start_time: 0.5
|
|
## Depending on your fan, you may need to increase this value
|
|
## if your fan will not start. Can change cycle_time (increase)
|
|
## if your fan is not able to slow down effectively
|
|
off_below: 0.10
|
|
|
|
[heater_fan hotend_fan]
|
|
## Hotend Fan - FAN1
|
|
pin: PC12
|
|
max_power: 1.0
|
|
kick_start_time: 0.5
|
|
heater: extruder
|
|
heater_temp: 50.0
|
|
## If you are experiencing back flow, you can reduce fan_speed
|
|
fan_speed: 1
|
|
|
|
[controller_fan mcu]
|
|
## Controller Fan - FAN4
|
|
pin: PE4
|
|
max_power: 0.3
|
|
kick_start_time: 0.5
|
|
stepper: stepper_x
|
|
fan_speed: 1
|
|
|
|
[temperature_sensor CB1]
|
|
sensor_type: temperature_host
|
|
min_temp: 0
|
|
max_temp: 100
|
|
|
|
[temperature_sensor Manta]
|
|
sensor_type: temperature_mcu
|
|
min_temp: 0
|
|
max_temp: 100
|
|
|
|
[temperature_sensor _mid_chamber]
|
|
sensor_type: Generic 3950
|
|
sensor_pin: PA3 # TH2
|
|
min_temp: 0
|
|
max_temp: 100
|
|
|
|
[temperature_sensor chamber_insulation]
|
|
sensor_type: Generic 3950
|
|
sensor_pin: PA2 # TH2
|
|
min_temp: 0
|
|
max_temp: 100
|
|
|