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

Parts from KiCad #1

Open
macbre opened this issue May 3, 2020 · 2 comments
Open

Parts from KiCad #1

macbre opened this issue May 3, 2020 · 2 comments

Comments

@macbre
Copy link
Member

macbre commented May 3, 2020

parts-04
parts-03
parts-02
parts-01

https://gitlab.com/kicad/libraries/kicad-symbols

@macbre
Copy link
Member Author

macbre commented Nov 7, 2024

macbre@debian:~$ sudo apt install kicad-symbols kicad-doc-pl kicad

macbre@debian:~$ kicad-cli -v
8.0.6
macbre@debian:/usr/share/kicad/symbols$ grep 'symbol "DS18B20"' Sensor_Temperature.kicad_sym 
	(symbol "DS18B20"

macbre@debian:/usr/share/kicad/symbols$ time kicad-cli sym export svg --output /tmp --black-and-white --symbol DS18B20 Sensor_Temperature.kicad_sym 
Rysuję symbol 'DS18B20' na '/tmp/ds18b20.svg'

real	0m0,247s
user	0m0,179s
sys	0m0,064s
  <desc>Image generated by Eeschema-SVG </desc>
$ magick -density 300 -size 150x150 /tmp/ds18b20.svg /tmp/ds18b20.png

ds18b20

Fritzing

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

1 participant