Version 1.10.0 - KiCad integration #452
jbtronics
announced in
Announcements
Replies: 2 comments 3 replies
-
Thank you for checking if the correct console user is used in update 1.10.1! |
Beta Was this translation helpful? Give feedback.
0 replies
-
I expected to be able to define the reference-prefix at category-level in Part-DB, but i notice that only a reference prefix on part-level shows up in KiCad. Otherwise every part gets the prefix U in KiCad. Is this a Part-DB issue or a KiCad issue? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Part-DB 1.10.0
If you like Part-DB, please consider donating to help further development. See the sponsor button on the homepage.
KiCad integration
Part-DB now supports the experimental HTTP library feature in the KiCad nightly builds (KiCad 7.99). It allows to define metadata like the KiCad footprints and symbols on Part-DB parts and use Part-DB as libray inside KiCad.
See here for more information.
If you want to try it out, install the latest KiCad nightly build and create the following file with the name
partdb_demo.kicad_httplib
with the following content and add it as library inside KiCad. This will load parts from the Part-DB demo instance:For performance reasons this was disabled on the demo instance. Please try it on your own Part-DB instance.
Full changelog below:
Database schema changed: You need to run
php bin/console doctrine:migrations:migrate
after upgrade!New features
Bugfixes
Miscellaneous
Full Changelog: v1.9.1...v1.10.0
This discussion was created from the release Version 1.10.0.
Beta Was this translation helpful? Give feedback.
All reactions