easyeda2kicad
easyeda2kicad copied to clipboard
Convert EasyEDA designs to KiCad EDA
I'm in Ubuntu 20.04 jcabdi@jc-dell:~/Downloads/easyeda2kicad-0.6.3/easyeda2kicad$ easyeda2kicad Traceback (most recent call last): File "/home/jcabdi/.local/bin/easyeda2kicad", line 5, in from easyeda2kicad.__main__ import main File "/home/jcabdi/.local/lib/python3.8/site-packages/easyeda2kicad/__main__.py", line 12, in from easyeda2kicad.easyeda.easyeda_importer import ( File...
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...
See the example below. It's an oval pad with a slot hole. In EasyEDA both the slot and pad are wide and short. In KiCAD after the conversion, the hole...
It would be great it we could input a LCSC part number on the web page and convert the kmod etc. Bonus points for allowing the exporting of v5 versions...
Just installed this package and tried to convert a board, and got this error: ``` /home/rob/tmp/node_modules/easyeda2kicad/dist/board.js:572 var shapes = flatten(input.shape.map(function (shape) { return convertShape(shape, conversionState); })); ^ TypeError: Cannot read...
Tried to import component C110699 with easyeda2kicad, the correct footprint is SOD-523 but the generated footprint is not correct see screenshot, top is the correct footprint the bottom one is...
Running easyeda2kicad v1.9.5: Reading file SCH_New Project_2022-12-12.json... Parsing content... Detected EasyEDA version 6.5.23 Detected EasyEDA schematic file. Error: Schematic conversion is unsupported at time, see https://github.com/wokwi/easyeda2kicad/issues/2 for details.
Dear Wokwi, first, thank you for your valuable tool for conversion from EasyEda to KiCad format. The conversion itself was successful, just 2 types of warning messages appeared: 1) Warning:...
in my example symbol "HXTYPE-C16PLCH10.0" was imported in wrong way for some reason its added this way  like the last bracket wasn't removed?? it happens sometimes. If I fix...