-
-
Notifications
You must be signed in to change notification settings - Fork 201
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
Regression in internal edge cuts, panelize rounds edges #695
Comments
You haven't provided the panelization settings. If KiKit processes the file as is, there is no change in the contour outline. I expect you to use If you use |
Ah sorry, I seem to be using:
Was there a recent change so this started to apply to internal edges too? I haven't changed my kikit settings, but there were some kicad minor upgrades since I lasted tested it on this kind of footprint. |
The dogbones in your file are formed by arcs with a radius of 0.5mm. They cannot be milled with an end mill with a radius of 1mm - the mill doesn't fit. Therefore, KiKit's current behavior is correct. If it used to behave differently, it was a bug. |
Makes sense, thanks! |
Prerequisites
KiKit version
kikit, version 1.5.1
KiCAD version
8.0.2
Operating system
Ubuntu
Description
panelize seems to go from this:
to this:
It used to work OK a couple of months ago when I opened #663.
Steps to Reproduce
https://gist.github.com/idank/e0e9a3a2352c16619a921e15b458fc7a
The text was updated successfully, but these errors were encountered: