-
Notifications
You must be signed in to change notification settings - Fork 92
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
IC Circuit Rework #1020
base: master-ceu
Are you sure you want to change the base?
IC Circuit Rework #1020
Conversation
.inputs(ore('componentTransistor') * 4) | ||
.inputs(ore('componentDiode') * 2) | ||
.inputs(metaitem('board.phenolic')) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
idea here:
we can have a board recipe and a potting recipe:
https://en.wikipedia.org/wiki/Potting_(electronics)
for higher yield
.inputs(ore('plateAluminium') * 8) | ||
.circuitMeta(7) | ||
.fluidInputs(fluid('silicone_oil') * 72) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
retain the soldering alloy in this recipe
Pushes back IC technology to HV and replaces the current IC circuits with power regulation. Resolves #926 and #925.