-
Notifications
You must be signed in to change notification settings - Fork 39
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
Does able to convert schematic file also? #2
Comments
Thanks for your feedback! Schematic is not currently supported, only the board layout. If there is enough demand, I may add it in the future |
it will be awesome if both schema and pcb can export. |
Awesome indeed so I vote 👍 for this one also. |
@urish Is there a plan for this one also? It would be helpful in case of big schematics as it gets tedious to be re-created by hand in KiCAD. Indeed PCB conversion is more important at this point but I think this one will be also in the future IMHO. I can help with testing of course but not on the development side 'cause I'm not a good programmer 😄. Thanks. |
@mtiutiu not sure yet - I'm checking with some friend who may want to look into it |
@karinchechik started working on this |
For the time being, the code only handles the conversions of wires in schematics. The command for converting the schematics is the same as PCB, and the program automatically detects the file type and performs the conversion accordingly:
Components, junctions, texts, etc. are not supported yet. Also multi-page schematics are not supported (only the first page will be converted). |
The latest release (1.6.0) also add supports for Junctions and No Connect flags in schematics. |
Thank you @urish. You made an incredibly useful thing. Just out of curiosity is what would it take for you to be motivated enough to want to have it convert the easyEDA schematic? If that isn't a valid question in 2021 is there another way to perform this task with possibly another tool that didn't exist in Feb 2020. A lots's happened since then. |
Grate tool. I am waiting for the schematic conversion to finish. Then it will be a complete tool. |
I would like to also express my interest for supporting schematic conversion. |
I would like to also express my interest in supporting schematic conversion. |
Yes, please. I know this is an old thread but if you could add schematic conversion you would save me weeks, of time.. |
Unfortunately, I do not have the bandwidth to add this feature. |
here is a python version: https://github.com/uPesy/easyeda2kicad.py |
@yangjuncode thanks for sharing! Cool to see that your version also supports 3d module conversion. |
Guys this is getting better and better. I hope to see soon a final version that does it all. Congratulations to everybody. |
Schematic conversion would be very useful. |
Is there a hope that the schematic conversion will be implemented? |
Really need this. The only reason I'm even using KiCAD is because EasyEDA completely borked the PCB created from my schematic, so I need to restart with the schematic in better software. |
One more vote for EasyEDA schematic conversion support. Thanks! |
Thank you. It's quite a excellent tool. That can convert easyeda pcb file to kicad, include netlist.
Is there any way to covert PCB file to schematic file? Or directly convert schematic from easyeda?
The text was updated successfully, but these errors were encountered: