-
Notifications
You must be signed in to change notification settings - Fork 119
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
How to panelize circular PCBs #42
Comments
Hi, The panelizer calculates the size of the PCB by looking for dimension lines with the greatest and least X and Y coordinates. A circle is defined by center and radius, so I'm guessing the panelizer won't be able to find the 'edges'. If you want truly circular PCBs, you'll need to order them individually. Paste stenciling and pick-and-place then become a bit of a nightmare... Or, you could add small flats or tabs top, bottom, left and right. The panelizer should be able to detect and use those as the dimensions. The v-scores should then end up in the right place. Size the tabs carefully and you would only have a little material to sand off after reflowing and separating the complete panel. Here's an example. Thanks for the feedback! |
Just for giggles, and only because it is Sunday: Let's say we want a 1" diameter PCB. Delete the circle. Add the flats. Join the end points with an arc. Play about with the arc "curve" until the radius is close to 0.5". (Or calculate it properly....) Copy, rotate and paste the remaining arcs: The moment of truth... Will it panelize? Ta da! |
Thanx! I was doing that but I just felt like I was not in the right path, thanx for confirming |
Hey Beckmx and Paul, I fooled the panelizer tool by adding in some "L" brackets to each corner on the dimension layer. This way the panelizer can pick up on the outer edges of the curved PCB outline. After the panelizer was complete, I did have to go into the panel file and delete my "L"s, which took quite a few clicks, but it worked. I also thought about leaving them in there; I'm guessing most fab houses would just ignore. But they also might get confused, and that could delay your order. Also, depending on the design, sometimes it's nice to add some extra tabs in between each board to add a little extra strength to the panel. It's more of an issue with thinner PCBs, but thought I'd mention it. Cheers! |
Nice! +1 for fooling the panelizer! |
Clever solution that really shows the panelizer who has the bigger brain. =P |
Hello guys I noticed for the panelizer ULP there seems to be an issue when i just use a circle as outline for the board, lines are working no problem, but full closed circles seem that are not able to be panelized.
Thanx for the amazing work :)
The text was updated successfully, but these errors were encountered: