Skip to content

Commit

Permalink
chore(voron): switch extruder to galileo
Browse files Browse the repository at this point in the history
  • Loading branch information
truelecter committed Nov 25, 2023
1 parent 59300c4 commit 6602e4e
Showing 1 changed file with 13 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,19 @@ accel_chip: adxl345

[extruder]
step_pin: ebb: PD0
dir_pin: !ebb: PD1
dir_pin: ebb: PD1
enable_pin: !ebb: PD2
rotation_distance: 22.67694
gear_ratio: 50:10
microsteps: 32

# CW2
# rotation_distance: 22.67694
# gear_ratio: 50:10
# microsteps: 32

# Galileo 2
rotation_distance: 47.088
gear_ratio: 9:1
microsteps: 16

nozzle_diameter: 0.400
filament_diameter: 1.750
heater_pin: ebb: PB13
Expand Down Expand Up @@ -51,7 +59,7 @@ pid_Kd: 55.602

[tmc2209 extruder]
uart_pin: ebb:PA15
run_current: 0.650
run_current: 0.600
stealthchop_threshold: 0

[fan]
Expand Down

0 comments on commit 6602e4e

Please sign in to comment.