-
Notifications
You must be signed in to change notification settings - Fork 13
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
add square pcb plated hole #105
Conversation
@imrishabh18 please review this PR |
@techmannih i think it's ambiguous if the hole is square or the plating is square, circuit json should be unambiguous so we need to clarify I'm not sure what @imrishabh18 was thinking about here, but it seems like we need to describe "square plating with circular hole"? Is that right @imrishabh18 ? I would recommend picking a nice name for "shape", then also adding "hole_shape" and |
Yeah, my fault I should have added the picture in the issue. I was talking about the square plate and circular hole |
this is the first time that we have an ambiguous situation w/ the shape property, I'd recommend the shape name to be it sounds like overkill but in it will be worth it when the specification is unambiguous! |
…hape for explicit shape clarity
1ebc045
to
3064f3a
Compare
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.
reread my comments carefully, you didn't address them (not even close- you missed almost all of them?)
Oh my bad, sorry @seveibar , please review now |
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.
a square always has the same width/height, so it doesn't make sense to define a width and height unless we're doing a redudant definition, but we typically don't do this for rects (we usually just call it a rect and give it a width and height)
@seveibar done |
related to tscircuit/core#429