Love your Prusa printer? Share your experience today and get rewarded 🚀 Earn $30 Prusa e-shop vouchers—and your friends get a free Prusament spool.
power supply fan mount
25
83
0
674
updated August 14, 2024

Description

PDF

the power supply is super hot. this should fix that. you will need longer screws. 

make sure to have the fans blow away

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
max_speed: 0.10
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