[Kicad-developers] [PATCH] fix slot export in IDF

2015-07-04 Thread Cirilo Bernardo
This patch fixes the problems reported by Maurice: a. slot orientation incorrect (problem in export_idf.cpp) b. slot width incorrect (problem due to bad logic in idf_parser.cpp) - Cirilo === modified file 'pcbnew/exporters/export_idf.cpp' --- pcbnew/exporters/export_idf.cpp 2015-05-15 12:49:11 +00

Re: [Kicad-developers] [PATCH] fix slot export in IDF

2015-07-04 Thread jp charras
Le 04/07/2015 13:20, Cirilo Bernardo a écrit : > This patch fixes the problems reported by Maurice: > a. slot orientation incorrect (problem in export_idf.cpp) > b. slot width incorrect (problem due to bad logic in idf_parser.cpp) > > - Cirilo > Thanks. But looks like the patch is not built agai

Re: [Kicad-developers] [PATCH] fix slot export in IDF

2015-07-04 Thread Cirilo Bernardo
Sorry Jean-Pierre, my mistake. This "B" version was made against rev 5881 and should work. - Cirilo On Sat, Jul 4, 2015 at 10:24 PM, jp charras wrote: > Le 04/07/2015 13:20, Cirilo Bernardo a écrit : > > This patch fixes the problems reported by Maurice: > > a. slot orientation incorrect (prob

Re: [Kicad-developers] [PATCH] fix slot export in IDF

2015-07-04 Thread jp charras
Le 04/07/2015 15:05, Cirilo Bernardo a écrit : > Sorry Jean-Pierre, my mistake. This "B" version was made against rev 5881 > and should work. > > - Cirilo > > > On Sat, Jul 4, 2015 at 10:24 PM, jp charras wrote: > >> Le 04/07/2015 13:20, Cirilo Bernardo a écrit : >>> This patch fixes the probl

Re: [Kicad-developers] [PATCH] fix slot export in IDF

2015-07-04 Thread easyw
Hi Cirilo, I tested the patch and it does the right job!!! Thank you again Maurice PS I'm adding to the kicad-stepup script the ability to skip some model (e.g. small resistor and small components) so the user can decide what to export for the mechanical 3D ... e.g. boards and main connectors ..