-
Notifications
You must be signed in to change notification settings - Fork 1
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
Cja/update resistor capacitor symbols #165
Conversation
This makes it easier to customize the resistor symbols when using the `modify-components` feature in JITX.
@jwatson0 - I've added a new dependency to JSL's https://github.com/JITx-Inc/jsl/actions/runs/10839998507/job/30081487228?pr=165#step:5:690 Is this expected ? |
The JSL Makefile doesn't currenty do anything with slm. It just calls jstanza on the tests. Should we integrate the tests into an slm project?
|
We moved away from that approach because running the static binary build takes forever. The That is why it is in the Re |
Oh, right, I remember now. I also think we need a |
Agreed - that might be a more flexible model. |
I have an idea for how to work around it - I need to debug it on another computer but let me see if I can get it work |
I don't have `make` on Windows so I had to push something and fix it on OS-X.
OK - @jwatson0 - it doesn't work because the docker container does not seem to have |
Closed in favor of #167 |
This makes some improvements to the resistor and capacitor symbol generator code.
I've also fixed a bug in the polarized capacitor rendering:
Broken:
Now Fixed