and growing again! thx @hackscribble
PR #43
3D new library for Mechanical CAD exporting and enclosure design
Hey People
I’ve attached a script to add all footprints within a folder to a board file, not sure if this is the right place to add it but it’s at least pretty useful for testing 3D models
how to use it for linux:
cd to folder with the script
python pretty_to_kicadpcb.py /outputpath/outputname /librarypath/libraryname.pretty/
example:
python pretty_to_kicadpcb.py /home/shack/Diode_testing /home/shack/GIT/Diodes_SMD.pretty/
afterwards you can use the spread option to spread all the footprints
Maui had a similar script but was .bat based
pretty_to_kicadpcb.py (3.4 KB)
Hey people
does anybody know what datasheet was used for D_0603, D_0805 and D1206 footprints?
Im having trouble finding some reference material for these footprints in order to make some new models
the ones I found so far:
this one:
and another kind:
http://datasheets.avx.com/schottky.pdf
any suggestions?
looks good except its 0.60mm long according to the datasheet (unless im reading it wrong)
did some checking, the footprints are from here http://datasheets.avx.com/schottky.pdf
not the models I was hoping to do -.-’
I could probably add an optional pinmark to the concave resistor script to make these models
added support for concave pins on QFN packages, this should hopefully be sufficient for these models
http://datasheets.avx.com/schottky.pdf
Ill add all the parameters tomorrow
anybody feels like making the 3 missing footprints?
With those new concave pins … would you be willing to make the 3D symbols for LCC-packages?
I can then make the footprints …
Best,
JAN
Sure thing, but I think I’ll add the different pintypes to the molded QFN generator and use that one instead
hey Peeps
added a few extra things to my place-all-components-within-a-library-to-a-board scipt
pretty_to_kicadpcb.py (3.7 KB)
the input folder needs to end with .pretty
it will add the library name to each component so you can use the “update footprints” option in PCBnew
if this is useable for other purposes it might make sense to add to the kicad-library-utils repo? (@SchrodingersGat)
Hey everybody I got in touch with Freecad main librarian and he agreed to relicense all his models to be compatible with the KiCad library. Also he is going to discuss with the rest of their team regarding relicensing the complete FreeCAD-library.
I have started to pick out which models are useful for us and are aligning and scaling them This one of from FreeCAD-library (I changed the length of the button to make the 3 variations) A PR to our lib has been made
Also a PR has been made for the new scripted radial capacitor models
Nice to see that also FC library will have the same license for 3D models! Thx @Shack for your great work!
Maurice
Hey guys the last part of the Capacitors_THT library has now been ported to CQ and a PR has been made for the offical libs. in case some are not aware a new 3D model repo has been made which is gonna replace the old one. The new repo only accepts correctly scaled WRL/STEP pairs, and with the proper material properties for WRL. This means we have the biggest baddest library out there for both realistic renderings and mechanical integration! how awesome is that.
amongst other these libraries has already been fully ported to the new library:
- Resistors_SMD (single and arrays)
- Capacitors_SMD
- Capacitors_Tantalum_SMD
- Capacitors_THT
- Displays
- Housings_BGA
- Housings_DFN_QFN
- Housings_DIP
- Housings_QFP
- Housings_SOIC
- Housings_SON
- Housings_SSOP
- Pin_Headers
- TO_SOT_Packages_SMD
please note these one were only the ones FULLY ported, alot more models have been made (almost 2000)
Thank you everyone for this great accomplishment!
and a huge thanks to @maui for the generator framework and Stepup tool, which made this change possible