本帖最后由 yokie 于 2024-6-6 17:46 编辑 配置参考: 原装主板 原装电源 香橙派Zero 5V的3010风扇(给上位机散热) 12V转5V降压模块 改装Voron Afterburner打印头 24V 100W的Voron 0铝基板热床(原电源12V供电下体验很差,只有25W加热很慢而且没法到60℃,建议外接24V 100W电源体验满血性能) 其他调整: Z轴和E轴的microstep均改为128,Z轴的rotation_distance改为14,E轴的rotation_distance改为22.6789511(参照Voron CW1挤出机的预设,流量问题建议从切片软件修改) 给香橙派Zero供电的降压模块与原喉管风扇共用原接口; 上位机散热风扇接到原LED接口; LED灯板接到主板封箱LED接口; 继续采用原打印头的光电开关调平(但使用中发现精度不佳,不知道什么原因) 注意:配置文件仅针对我手上的Trinus以及我安装的设备,内容仅供参考,我不对任何照抄、参考了我的配置后引发的后果负责。如有帮到各位,还请麻烦在本帖下面评论支持一下,谢谢。 主要修改的配置如下,也可以在文末直接下载附件,注意标红的配置: [stepper_z] step_pin: PL3 dir_pin: PL1 enable_pin: PK0 microsteps: 128 full_steps_per_rotation: 200 rotation_distance: 14 endstop_pin: ^!PD3 position_endstop: 0 position_min: -2 position_max: 135 homing_speed: 10 [extruder] step_pin: PA4 dir_pin: PA6 enable_pin: PA2 ## Update value below when you perform extruder calibration ## If you ask for 100mm of filament, but in reality it is 98mm: ## rotation_distance = <previous_rotation_distance> * <actual_extrude_distance> / 100 ## 22.6789511 is a good starting point rotation_distance: 22.6789511 #Bondtech 5mm Drive Gears ## Update Gear Ratio depending on your Extruder Type ## Use 50:17 for Afterburner/Clockwork (BMG Gear Ratio) ## Use 80:20 for M4, M3.1 gear_ratio: 50:17 #BMG Gear Ratio microsteps: 128 full_steps_per_rotation: 200 #200 for 1.8 degree, 400 for 0.9 degree nozzle_diameter: 0.400 filament_diameter: 1.75 pressure_advance=0.095 heater_pin: PB4 sensor_type: Generic 3950 sensor_pin: PK5 min_temp: 10 max_temp: 260 max_power: 1.0 min_extrude_temp: 170 #control = pid #pid_kp = 26.213 #pid_ki = 1.304 #pid_kd = 131.721 ## Try to keep pressure_advance below 1.0 #pressure_advance: 0.05 ## Default is 0.040, leave stock #pressure_advance_smooth_time: 0.040 [heater_bed] heater_pin: PH5 sensor_type: NTC 100K MGB18-104F39050L32 sensor_pin: PK6 min_temp: -100 max_temp:120 #control = pid #pid_kp = 74.932 #pid_ki = 1.230 #pid_kd = 1140.844 [fan] pin: PH6 cycle_time: 0.01 [output_pin LED_pin] pin: !PC5 value: 1 [temperature_fan OrangePi_Zero] pin: !PC4 max_power: 1.0 shutdown_speed: 0.0 kick_start_time: 5.0 sensor_type: temperature_host min_temp: -10 max_temp: 100 target_temp: 50 max_speed: 1.0 min_speed: 0.3 control: watermark [probe] pin:PE4 x_offset: 0 y_offset: 12 #z_offset: 1.5 speed: 10 samples: 3 samples_result: median sample_retract_dist: 10 samples_tolerance: 0.05 samples_tolerance_retries: 3 [bed_mesh] speed: 20 horizontal_move_z: 10 mesh_min: 20,20 mesh_max: 100,100 probe_count: 5,5 algorithm: bicubic fade_start: 1 fade_end: 10 fade_target: 0 |
2人表示很赞