挤出机参考相关
- 本文档收录部分挤出机参考配置
- 仅供参考,实际使用请根据实际情况调试
- 如有错误,欢迎提交PR
参考配置
Stealthburner-Clockwork2
rotation_distance: 21.84
gear_ratio:50:10
microsteps:16
Voron-Afterburner-Clockwork
rotation_distance: 21.84
gear_ratio:50:17
microsteps:16
Galileo2
rotation_distance: 47.088
gear_ratio: 9:1
microsteps: 16
BMG && BMG Wind
rotation_distance: 25.1200
gear_ratio:50:17
microsteps:16
full_steps_per_rotation: 200
Nf sunrise
microsteps:16
rotation_distance: 4.46
max_extrude_only_distance: 120.0
max_extrude_only_velocity: 80.0
max_extrude_only_accel: 800.0
Orbiter 2 && Orbiter 2.5
microsteps: 32
full_steps_per_rotation: 200
rotation_distance: 4.637
nozzle_diameter: x.xx #define nozzle diameter
filament_diameter: 1.750
max_extrude_only_distance: 500
max_extrude_only_velocity: 120
pressure_advance: 0.025 #to be calibrated
pressure_advance_smooth_time: 0.03 #to be calibrated
LDO Smart Orbiter 3.0
microsteps: 16
full_steps_per_rotation:200
rotation_distance:4.69
max_extrude_only_distance:500
max_extrude_only_velocity:120
pressure_advance:0.015
pressure_advance_smooth_time:0.03
max_extrude_cross_section:10
Hextrudort Low && Hextrudort Low PLUS
- Standard version (with smaller gears)
rotation_distance: 22 #Tune it with a 200mm extrusion test
#gear_ratio: 50:10 #for standard 10t motor
gear_ratio: 50:8 #for standard 8t motor
pressure_advance: 0.025 #between 0.015 to 0.035 depending on your hotend. Tuning necessary
pressure_advance_smooth_time: 0.03 - PLUS version (with Bigger gears)
rotation_distance: 35.8 #Tune it with a 200mm extrusion test
#gear_ratio: 60:10 #for standard 10t motor
gear_ratio: 60:8 #for standard 80t motor
pressure_advance: 0.025 #between 0.015 to 0.05 depending on your hotend. Tuning necessary
pressure_advance_smooth_time: 0.03
Sherpa MINI
gear_ratio: 5:1
microsteps: 16
rotation_distance: 22.388
max_extrude_only_distance: 100.0
max_extrude_cross_section: 50.0
MK8
microsteps: 16
rotation_distance: 34.406
max_extrude_only_distance: 100.0
玄武热端参考配置
[extruder]
## In M1 position
### Vz-HextrudORT
step_pin:SHT36:gpio7 #脉冲
dir_pin:!SHT36:gpio6 #方向
enable_pin: !SHT36:gpio14 #使能
full_steps_per_rotation: 200 #电机每圈脉冲数
rotation_distance: 23.24 #挤出机旋转一圈挤出的长度23.5
gear_ratio: 30:10 # 减速比(伽利略齿比7.5:1 并且这行注释掉;BMG为50:17,输出轴在前,输入轴在后)
microsteps: 16 # 电机细分设置,细分越高,质量越高,但主控负荷越大
nozzle_diameter: 0.6 #喷嘴直径
filament_diameter: 1.750 #耗材线径
heater_pin:SHT36:gpio23 #加热端口
sensor_type: PT1000 #热头传感器型号Generic 3950 PT1000 NTC 100K MGB18-104F39050L32
sensor_pin: SHT36:gpio27 #热头传感器端口
###
control:watermark
min_temp: 0 #最低温度
max_temp: 400 #最高温度
max_extrude_only_distance: 1000.0
max_extrude_cross_section: 500
max_extrude_only_velocity: 200
max_extrude_only_accel: 10000
min_extrude_temp: 0 #可挤出最高温度
pressure_advance: 0.04 #压力提前
pressure_advance_smooth_time: 0.03
max_extrude_cross_section:9999
- 如果您使用两个加热口控制加热棒可以参考下方配置
[multi_pin extrude_heater]是设置加热的引脚- 将
heater_pin:改成heater_pin:multi_pin:extrude_heater即可
[multi_pin extrude_heater]
pins:PA1,PA2
[extruder]
heater_pin:multi_pin:extrude_heater #加热端口
Loading...