You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am considering extending the tool to include DXF round trip translations along side SVG, as the formats and conversions are similar. Would you be interested in having it added to your repo if I go down that path? If I fork, both efforts may have less overall support.
The text was updated successfully, but these errors were encountered:
Currently, the bulk of this plugin is in only two Python files, with a total of about 2100 lines. I'd avoid doing too much work on the main branch, because I just keep adding edge-cases, and it's a mess.
I'm starting to chip away on the refactor branch. It'll be a while before it can even run, but the via file is roughly how all of the components will work. DXF, or any other format, should be straightforward to add.
I know how that goes. I'm in the middle of a refactor on one of my repos. I like this tool, but ended up going to a straight generation of the kicad file. My use case was a bit different and found full programmatic generation more robust as I'm using geometries that are quite annoying to scale or stretch any other way. I was originally planning to create files in a program with more dimensional control than kicad like QCAD/LibreCAD, but ended up creating a super simple geometry engine that just creates a kicad file directly.
I am considering extending the tool to include DXF round trip translations along side SVG, as the formats and conversions are similar. Would you be interested in having it added to your repo if I go down that path? If I fork, both efforts may have less overall support.
The text was updated successfully, but these errors were encountered: