SV08 4010 fan mount

feel free to make it better. fits behind the stock shroud.
45
235
9
1293
updated October 31, 2024

Description

PDF

ok i have fixed the old versions flaws and now this works great. 

make sure to have the fans blow away from the board. the MCU fan now blows out the original hole. 

you can make these changes in your printer.cfg to have the fans use PID. 

#[temperature_sensor mcu_temp]         
#sensor_type: temperature_mcu
#min_temp:0
#max_temp:100

#[temperature_sensor Host_temp]     
#sensor_type: temperature_host
#min_temp: 0
#max_temp: 110

[temperature_fan fan2] #header 1 from the left.
pin: PA1
kick_start_time: 0.5
max_power: 1.0
min_temp: 0
max_temp: 100
hardware_pwm: true
target_temp: 50
shutdown_speed: 0
sensor_type: temperature_mcu
max_speed: 1.0
min_speed: 0.1
control: pid
pid_Kp: 2.0     ;40
pid_Ki: 5.0     ;0.2
pid_Kd: 0.5     ;0.1
pid_deriv_time: 2.0

[temperature_fan fan3] #header 2 from the left. 
pin: PA2
kick_start_time: 0.5
max_power: 1.0
min_temp: 0
max_temp: 110
hardware_pwm: true
target_temp: 60
shutdown_speed: 0
sensor_type: temperature_host
max_speed: 1.0
min_speed: 0.1
control: pid
pid_Kp: 2.0     ;40
pid_Ki: 5.0     ;0.2
pid_Kd: 0.5     ;0.1
pid_deriv_time: 2.0

In addition just an FYI.

[temperature_fan fan4] #header 3 from the left. 
pin: PA3
kick_start_time: 0.5
max_power: 1.0
min_temp: 0
max_temp: 110
hardware_pwm: true
target_temp: 60
shutdown_speed: 0
sensor_type: temperature_host
max_speed: 1.0
min_speed: 0.1
control: pid
pid_Kp: 2.0     ;40
pid_Ki: 5.0     ;0.2
pid_Kd: 0.5     ;0.1
pid_deriv_time: 2.0

[output_pin main_led] 
pin:PA6 #header 4 from the left. 
pwm: true
value:1
cycle_time: 0.01

Tags



Model origin

The author marked this model as their own original creation.

License