Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sherpa mini extruder with moons motor #382

Closed
EricZimmerman opened this issue Dec 7, 2023 · 2 comments · Fixed by #385
Closed

Sherpa mini extruder with moons motor #382

EricZimmerman opened this issue Dec 7, 2023 · 2 comments · Fixed by #385
Labels
done Issue is done but not merged on main enhancement New feature or request

Comments

@EricZimmerman
Copy link
Collaborator

EricZimmerman commented Dec 7, 2023

Describe the feature or hardware support you'd like

Sherpa mini extruder with moons motor

my working config below (rapido v1 hot end)

Additional context or information


[extruder]
step_pin: can0:E_STEP
dir_pin: !can0:E_DIR
enable_pin: !can0:E_ENABLE

# New Config Value = Old Config Value * (Actual Extruded Amount/Target Extruded Amount)
rotation_distance: 22.4748405
gear_ratio: 50:8 #50:17               #BMG Gear Ratio
microsteps: 32
full_steps_per_rotation: 200

nozzle_diameter: 0.400
filament_diameter: 1.75
max_extrude_only_distance: 110
heater_pin: can0:E_HEATER
sensor_type: ATC Semitec 104NT-4-R025H42G
sensor_pin: can0:E_TEMPERATURE
min_temp: 0
max_temp: 290
max_power: 1.0
min_extrude_temp: 172
control = pid

max_extrude_only_distance: 1400.0
max_extrude_only_velocity: 75.0
max_extrude_only_accel: 1500

pwm_cycle_time: 0.01612

pid_Kp=26.658 
pid_Ki=2.913 
pid_Kd=60.980

[tmc2209 extruder]
#uart_pin: E_TMCUART
uart_pin: can0:E_UART
interpolate: false
run_current: 0.31 # can go up to 0.35 if needed
sense_resistor: 0.110
stealthchop_threshold: 0
@EricZimmerman EricZimmerman added enhancement New feature or request triage This is a new issue to be sorted (automatic label) labels Dec 7, 2023
@Surion79 Surion79 linked a pull request Dec 7, 2023 that will close this issue
@Surion79 Surion79 added done Issue is done but not merged on main and removed triage This is a new issue to be sorted (automatic label) labels Dec 7, 2023
@Surion79
Copy link
Collaborator

Surion79 commented Dec 7, 2023

Thanks for the request, Eric. I added a PR with the changes. is the rotation_distance the default value for the sherpa mini or is it already custom tuned?

@EricZimmerman
Copy link
Collaborator Author

EricZimmerman commented Dec 7, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
done Issue is done but not merged on main enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants