Skip to content
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

Plotkicadsh fails with missing components #66

Closed
leoheck opened this issue Mar 13, 2022 · 4 comments
Closed

Plotkicadsh fails with missing components #66

leoheck opened this issue Mar 13, 2022 · 4 comments

Comments

@leoheck
Copy link
Contributor

leoheck commented Mar 13, 2022

Plotkicadsh fails with missing components.

The same behavior added to plotgitsch could be added to plotkicasch to ignore missing components.

➜  assoc-board git:(main) ✗ plotkicadsch -h           
plotkicadsch: unknown option '-h'.
plotkicadsch prints Kicad sch files to svg
  -l specify component library
  -f sch file to process
  -o full path of output directory
  -help  Display this list of options
  --help  Display this list of options

➜  assoc-board git:(main) ✗ plotkicadsch -f board.sch   
Fatal error: exception Kicadsch__Kicadlib.MakePainter(P).Component_Not_Found("power:+3V3")
@jnavila
Copy link
Owner

jnavila commented Mar 13, 2022

For plotkicadsch, you must always specify the library.

@leoheck
Copy link
Contributor Author

leoheck commented Mar 13, 2022

Hm, then this will be a problem for me.

I hacked eeschema sources to be able to convert the new .kicad_sch file to the legacy .sch. Now I would like to check what plot*sch can do for me to generate the svg. So, in this case, I don't have this lib.

Here is where I share this fork of eeschema, if you are interested.
https://forum.kicad.info/t/solved-convert-the-new-kicad-sch-to-the-old-sch/34334/36?u=leoheck

@jnavila
Copy link
Owner

jnavila commented Mar 13, 2022

If I understand, with the reverted format, you can only output the sch files but not the lib files. The problem with this is that the .sch files (unlike .kicad_sch files) do not contain the component descriptions.

@leoheck
Copy link
Contributor Author

leoheck commented Mar 13, 2022 via email

@leoheck leoheck closed this as completed Apr 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants