-
Notifications
You must be signed in to change notification settings - Fork 79
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
Can I get some help, Non of the KiCad files being made on export. #133
Comments
At this point I'm thinking the best approach until they fix this would be to figure out how to export each layer into a dxf, and then import it back into kicad. I'm thinking this may be abandonware given the number of issues vs pull requests over the last year. That said you might try inkscape 1.0 since that seems to be the only version I've seen it works with. |
Same problem with 1.0, 1.0.1, 1.0.2, 1.1 and 1.1.1 The frustrating part is I had it working yesterday on 1.1 (should have just left it alone). I Will look into the .dxf option, I do all the artwork in illustrator so getting dfx is not a problem, but bringing it into KiCad is going to take some reading. |
So you can import DXF graphics into any layer into kicad_pcb. Though I believe solder mask has to be inverted (in other words the positive area is where the solder mask is removed) If I were going to do it, I would make a custom footprint with the copper, solder mask, and silkscreen dxf layers, then import the edge-cut layer directly into kicad_pcb. You can make a registration mark on all layers to make it easy to line up, like a small "X" somewhere. |
How about drill holes, will KiCad be OK with them as dfx or will it just see them as small pockets to rout out? |
For drills I would make a series of marks for the center holes directly in
maybe the silkscreen layer, and then just manually add them in the
footprint editor.
For routed holes I would use the edge cut layer.
…On Mon, Nov 1, 2021, 8:02 PM Brook Morton ***@***.***> wrote:
If I were going to do it, I would make a custom footprint with the copper,
solder mask, and silkscreen dxf layers, then import the edge-cut layer
directly into kicad_pcb.
How about drill holes, will KiCad be OK with them as dfx or will it just
see them as small pockets to rout out?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#133 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAL67I3YYFFF5XXEUA3CAULUJ5BD5ANCNFSM5HFIT74Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Well I have a little progress the extension seems to be making all the layers to be imported: Found if I tried to run the bitmap2component.exe in the latest release it errors out with: so followed this thread: And tried with that version of bitmap2component.exe I don't get the error massage above. But still only get the artwork files made, not the KiCad ones. Just still not making the .kicad_pcb, .pro or Pcbnew files |
I was looking at svg2mod from here: https://github.com/svg2mod/svg2mod I'm going to try that this evening. It would be similar in that certain layers need to be named the same way, but the last release was back in april. |
Recognise that name from them helping people on here, looks like they decided to do it themselves! Please let me know how you get on, just been trying with dfx files, but ran into the issue that not all the copper traces I make are even weight (I trace a lot of old 1960's PCBS that were hand-drawn). Would love to hear how you get on with it! |
For what its worth.....Got it running! Anyone who runs into the same issue Select the Export As: Project option. I also added drayde's files that mean you can have non plated through holes if you add a layer named "Drill-NP" manually (that is going to save me hours of clicking!) Thank you drayde, if you see this! https://github.com/drayde/svg2shenzhen/tree/master/inkscape Also, just confirmed, working on the latest Inkscape V1.1.1 |
I think svg2mod is easier. It's not perfect, but it seems quite a bit easier to use. |
SO, I had it working then updated to Inkscape to 1.1.1 and everything broke. I uninstalled and reinstalled inkscape 1.1, but now its not exporting to KiKad.
I moved the svg2shenzhen files (0.2.18.7) into the User extensions folder. I used the example PCB file viruspcb linked in the tutorial. use the export function with open KiCad, KiCad doesn't open and in the selected folder there are no KiCad files.
Edit to add:
This is the Debug code I get
The text was updated successfully, but these errors were encountered: