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

Question: Max current #213

Open
Zeanon opened this issue Nov 6, 2024 · 1 comment
Open

Question: Max current #213

Zeanon opened this issue Nov 6, 2024 · 1 comment

Comments

@Zeanon
Copy link

Zeanon commented Nov 6, 2024

Is the max current in the database max peak current or max run current?
Cause if it's supposed to be max peak current. some steppers need to be adjusted (LDO2504 for example are rated for 2.5A run_current. so about 3.5A max peak)

@LabunskyA
Copy link

LabunskyA commented Jan 3, 2025

From the motor_constants.py:

# I is nominal rated current, Amps
...
self.I = config.getfloat('max_current', minval=0.)

So, max_current should be set to 'nominal rated current'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants