Stormwind_mobile has quit [Remote host closed the connection]
Stormwind_mobile has joined #glasgow
Stormwind_mobile has quit [Ping timeout: 272 seconds]
Stormwind_mobile has joined #glasgow
grazfather has left #glasgow ["WeeChat 1.4"]
bvernoux has joined #glasgow
hinerk has joined #glasgow
hinerk has quit [Remote host closed the connection]
<esden>
whitequark:
<esden>
whitequark: one thing led to another ... and after you asked me to upstream footprint improvements, I ended up spending several days learning about the (arguabely messy) generator script situation of kicad and adding tssop footprints to KiCad... that covers one footprint of glasgow... two more to go ... :) https://github.com/KiCad/kicad-footprints/pull/2090
<esden>
I think the MSOP stuff will go faster as I know the process now. SOT-23 requires me to write new generator scripts I think so that will be "fun"...
<whitequark>
whoa, thank you!
<esden>
(I don't really want to just create manual footprints for kicad it feels like it is just a temporary patch until kicad changes something in the libraries or needs some upgrade... that is why I put all the effort into the scripts instead...
<esden>
)
<bvernoux>
esden, very nice yes script is the best
<bvernoux>
esden, it will be nice to have that for lot of stuff in KiCad as the provided library delivered is so huge especially for all types of headers ..
<esden>
whitequark: hehe I am glad you appreciate it. The effort came with a bunch of cussing. :D But it is an investment worth while. Maybe I can eventually start helping them to clean up the script situation.
<bvernoux>
something more clever will be to generate on fly needed components to avoid this 1GB lib to download
<esden>
yeah there are plans for some more clever footprints in future KiCad versions.
<bvernoux>
so scripts is clearly the way to do it ;)
<esden>
but it will be part of the footprint parameters itself. That is what I heard...
<esden>
for now you need external scripts but the machine readable footprint data I have put in there will hopefully be useful down the road. :)