-
Notifications
You must be signed in to change notification settings - Fork 12
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
JITX-5813/revert-esir-changes #436
Conversation
JITX-5813 Add 3D models to "Create component"
When the user clicks "Create component":
When a user exports to Kicad, they should be able to see the 3d models rendered. |
utils/parts.stanza
Outdated
@@ -1003,7 +1010,7 @@ defn to-jitx (lp: LandPatternCode, jitx-pads-by-pcb-pad-name: HashTable<String, | |||
|
|||
do(to-jitx, layers(lp)) | |||
do(to-jitx, geometries(lp)) | |||
do(to-jitx, model3ds(lp)) | |||
do(to-jitx{model3d(_)}, model3ds(lp)) |
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.
I actually added function composition to lang-utils
4 months ago to allow for do(to-jitx * model3d, model3ds(lp))
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.
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.
You got me
Changes
parts-db-collection="test-pat"
Note