Skip to main content

Extruder Reference Related

  • This document includes some extruder reference configurations
  • For reference only, please adjust according to actual use
  • If there are errors, PRs are welcome

Reference Configurations

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 8t 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

Xuanwu Hotend Reference Configuration

[extruder]
## In M1 position
### Vz-HextrudORT
step_pin:SHT36:gpio7 #Step
dir_pin:!SHT36:gpio6 #Direction
enable_pin: !SHT36:gpio14 #Enable
full_steps_per_rotation: 200 #Motor steps per rotation
rotation_distance: 23.24 #Extruder rotation distance 23.5
gear_ratio: 30:10 # Gear ratio (Galileo gear ratio 7.5:1, comment out this line; BMG is 50:17, output shaft in front, input shaft in rear)
microsteps: 16 # Motor microstep setting, higher microsteps yield higher quality but increase MCU load
nozzle_diameter: 0.6 #Nozzle diameter
filament_diameter: 1.750 #Filament diameter
heater_pin:SHT36:gpio23 #Heater port
sensor_type: PT1000 #Hotend sensor type Generic 3950 PT1000 NTC 100K MGB18-104F39050L32
sensor_pin: SHT36:gpio27 #Hotend sensor port
###
control:watermark
min_temp: 0 #Minimum temperature
max_temp: 400 #Maximum temperature
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 #Minimum extrusion temperature
pressure_advance: 0.04 #Pressure advance
pressure_advance_smooth_time: 0.03
max_extrude_cross_section:9999
  • If you use two heater ports to control the heater cartridge, refer to the configuration below
  • [multi_pin extrude_heater] sets the heating pins
  • Change heater_pin: to heater_pin:multi_pin:extrude_heater
[multi_pin extrude_heater]
pins:PA1,PA2

[extruder]
heater_pin:multi_pin:extrude_heater #Heater port
Loading...