-
Notifications
You must be signed in to change notification settings - Fork 11
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
Unable to curve lines #5
Comments
I think this might be solved in the latest KiCad - maybe only in nightly. Would you consider adding support? |
I just skimmed the new changes in the code, and I don't believe anything is different. Consider curves to be in the same category as arcs - You can't currently route tracks as arcs in KiCad. If that ever changes, then it's likely that curves will also be possible. You can, however, create arcs using the "Place" menu, and assign it to the copper layer. It just won't associate with any particular net. Changing that to a curve in Inkscape's XML editor will work, with same caveat that it won't associate with any nets. |
When I convert straight line segments to curves then reimport to KiCad, they continue to appear there as lines with the same endpoints instead of curves. Is there a specific way to create a curved board outline or trace?
The text was updated successfully, but these errors were encountered: