filmov
tv
Top 10 Tips for your Voron and Klipper
Показать описание
It's been one month since I completed my Voron 2.4. During that time I've learned a few things that improved my prints and general use of the printer. I've combined 10 of these for this video. Some of these will apply to any core-xy printer and other Voron models as well. Some of these might apply to any printer running Klipper. These have all proven useful to me.
Links:
I receive commissions from Amazon purchases that contribute to content creation on this channel.
Or
Plot RPi temp:
[temperature_sensor raspberry_pi]
## Pi Temps
sensor_type: temperature_host
max_temp: 100
Plot MCU temp:
[temperature_sensor mcu_temp]
## Spider Temps
sensor_type: temperature_mcu
max_temp: 100
Have the controller fans turn on on any initial motor move:
[controller_fan controller_fan]
## Controller fan - FAN2 Connector
pin: PB2
max_power: 0.90
off_below: 0.10
kick_start_time: 0.5
heater: heater_bed, extruder
stepper: stepper_x, stepper_y, stepper_z
Exhaust Fan:
[fan_generic exhaust_fan]
## Exhaust fan - In E2 OUT Positon
pin: PB3
max_power: 1.0
Links:
I receive commissions from Amazon purchases that contribute to content creation on this channel.
Or
Plot RPi temp:
[temperature_sensor raspberry_pi]
## Pi Temps
sensor_type: temperature_host
max_temp: 100
Plot MCU temp:
[temperature_sensor mcu_temp]
## Spider Temps
sensor_type: temperature_mcu
max_temp: 100
Have the controller fans turn on on any initial motor move:
[controller_fan controller_fan]
## Controller fan - FAN2 Connector
pin: PB2
max_power: 0.90
off_below: 0.10
kick_start_time: 0.5
heater: heater_bed, extruder
stepper: stepper_x, stepper_y, stepper_z
Exhaust Fan:
[fan_generic exhaust_fan]
## Exhaust fan - In E2 OUT Positon
pin: PB3
max_power: 1.0
Комментарии