Budi Prakosa a.k.a Iyok
Budi Prakosa a.k.a Iyok
thanks, i'll post what i found as well, https://www.gabetaubman.com/blog/posts/kicad-custom-footprint/
http://dernulleffekt.de/doku.php?id=paper_pcb_shenzhen_ready:main
can you screenshot me "Export to Kicad" dialog ? On Fri, Sep 11, 2020 at 7:13 PM Julián Caro Linares < [email protected]> wrote: > Hi. > > Sorry, but I'm...
i have similar feature in mask layer, if you make the layer name F.Mask-auto it will copy image from F.Cu
is this tool actually working?
i managed to fix it by replacing original code in plain import like this: ` 'node/add-inlet': function(command) { inlets[command[1]] = nodes[command[0]].inlets[command[3]]; }, 'node/add-outlet': function(command) { outlets[command[1]] = nodes[command[0]].outlets[command[3]]; }, `...
thanks also for RPD. im a big fan of data flow programming, was using JSplumb for another project but RPD is more suitable for the project im working on now
+1 for this
> Since it looks like this project might be dead, I moved to this command line tool: https://github.com/mtl/svg2mod > > it works out of the box with almost all of...
https://github.com/badgeek/svg2shenzhen/issues/144