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
Remove the necessity of specify EDA (kicad, CSV, ...), also remove this option list from the GUI (or make a list of the opened files, instead the actual combox, to allow that each file interpreter). Each eda/eda_*.py already have a description with ['file']['extension'] and ['file']['content'] regular expression match.
Maybe is a good idea to use the Python Script on KiCad for read this, inheriting on our class (that will define file extension and content for match).
The code workflow should be:
Open the file;
Check if KiCad, CSV or Altium module match;
Read all the fieds;
Close the file;
Just them remove the undesired fields and merge fields. This will allow a better flux control process and also show NOT-POPULATED parts in some list, if desidered.
The --eda should be keep to force the open method.
The text was updated successfully, but these errors were encountered:
Remove the necessity of specify EDA (kicad, CSV, ...), also remove this option list from the GUI (or make a list of the opened files, instead the actual combox, to allow that each file interpreter). Each
eda/eda_*.py
already have a description with['file']['extension']
and['file']['content']
regular expression match.Maybe is a good idea to use the Python Script on KiCad for read this, inheriting on our class (that will define file extension and content for match).
The code workflow should be:
The
--eda
should be keep to force the open method.The text was updated successfully, but these errors were encountered: