-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
Resistor color issues (various) #141
Comments
hello, i'll assign myself to this, as I've created the resistor color code feature.
Regarding grabbing tolerance from the resistor value, I agree. I think at the time I figured some might put the tolerance value as part of the resistor value. What I probably will do is check for a tolerance/tol field, and if that doesn't exist check the value field. |
So I have a preliminary version of the 5-band implementation working. It selects a 5 band if the tolerance is <=2%, otherwise it sticks with a 4 band It uses the If you want, feel free to try this feature on my branch for this: https://github.com/Electro707/PcbDraw/tree/feature_res_bands |
I'm trying to make my 3D resistor models generator with PcbDraw components, I'm using the following test case:
resistor_tht.zip
I found various issues:
I also disagree with the idea of having the tolerance inside the resistor value. I think the code should get it from a field named tol and/or tolerance
After various patches I got the following:
I'm trying to make it convergent with the following:
The text was updated successfully, but these errors were encountered: