-
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
Trouble exporting to KiCad #115
Comments
I also encountered this, resolved it by upgrading from Inkscape 0.91 to 1.01 |
I am encountering this issue too, and already using inkscape 1.0.1. Using the latest checkout of svg2shenzen (commit hash 42378e5 ) |
Well... that was easy. I am using the source distribution, so Or, easier, download the binary distribution as specified in the README |
I did all the process of copying and pasting three files on Inkscape. After restarting Inkscape, under Extensions drop down menu, I am getting svg2shenzen 0.2.18.7 option. But under this option 1.Prepare document 2.Export to kicad remains disabled. Only About option is active and on clicking on it, an About window opens up. I am using Inkscape verion 1.0.1(1.0.1+r74). Please help me out. |
I am having an issue with exporting to kicad as well. I am using 2.18.7 and inkscape 1.0.2. When I hit Apply, nothing happens. No Kicad project or module is made. |
Can you share your file? |
Absolutely! I appreciate you reaching out to help. I found a mistake I made
so tomorrow I will try it again and if it works I will let you know and
update my github comment to what I did wrong. If it still doesn't work I
will send my files to have you look at it.
Thanks,
Jon
…On Mon, Jan 25, 2021, 12:18 AM Harshad Italiya ***@***.***> wrote:
I am having an issue with exporting to kicad as well. I am using 2.18.7
and inkscape 1.0.2. When I hit Apply, nothing happens. No Kicad project or
module is made.
Can you share your file?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#115 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHVGUXBNUTBOUVWZ7VMCZPDS3T5JLANCNFSM4UIYYKJA>
.
|
Export to KiCad does not work. There is no file in the registered folder D:\KiCad. I'm using Windows, inkscape v1.0.2 and svg2shenzhen 0.2.18.7. I have activated "Debug", but cannot find a debug report file. Christian |
I'm encountering the following error using windows, inkscape v1.0.1, svg2shenzhen 0.2.18.7
Traceback (most recent call last):
File "export.py", line 750, in
_main()
File "export.py", line 746, in _main
e.run()
File "C:\Program Files\Inkscape\share\inkscape\extensions\inkex\base.py", line 140, in run
self.save_raw(self.effect())
File "export.py", line 323, in effect
self.processExportLayer()
File "export.py", line 497, in processExportLayer
with open(kicad_file, 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\David\AppData\Local\Temp\ink_ext_XXXXXX.pretty\F.Cu_g840.kicad_mod'
The text was updated successfully, but these errors were encountered: