[Kicad-developers] some property field names are translated in kicad_pcb file

2021-01-27 Thread Johann Wilhelm
Hi! I'm currently doing some parsing of PCB files and stumbled over this: *(footprint "Resistor_SMD:R_0805_2012Metric" (layer "B.Cu")* *...* *(property "Dateiname Blatt" "some path to some schematic file")* *(property "Schaltplanname" "")* *...* * )* I'm not sure if this is on

Re: [Kicad-developers] Dragging 45° trace in pcbnew lets the trace jump around

2021-01-12 Thread Johann Wilhelm
m/kicad/code/kicad/-/issues/7002 > > On Tue, Jan 12, 2021 at 7:45 AM Johann Wilhelm > wrote: > >> Hi there! >> >> I have the feeling, there's something wrong with the dragging of 45° >> traces. >> >> If I drag a 0 (horizontal) or 90 (vertical) trace, ever

[Kicad-developers] Dragging 45° trace in pcbnew lets the trace jump around

2021-01-12 Thread Johann Wilhelm
Hi there! I have the feeling, there's something wrong with the dragging of 45° traces. If I drag a 0 (horizontal) or 90 (vertical) trace, everything moves as expected. The 45° part lets everything jump around... (see attached video) I did not report this earlier since I thought that might be

Re: [Kicad-developers] Placing real components out of a database instead of: "Automatic assignment of footprint with a database"

2020-08-30 Thread Johann Wilhelm
Well, collaboration isn't so trival with a sql database either. I do work on the road. So, I'll have to have some local "cache". Doing changes to a csv and pushing them back via git is easy. And resolving conflicts with diff is easy too. To be honest, there are pros and cons to every approach.

Re: [Kicad-developers] Placing real components out of a database instead of: "Automatic assignment of footprint with a database"

2020-08-29 Thread Johann Wilhelm
on that right now, and there hasn't even been a > conversation started on what that spec would look like. > > Best, > Jon > > On Fri, Aug 28, 2020 at 1:42 PM Johann Wilhelm > wrote: > >> Hi Jon, >> >> Well, you're idea was to define a database or at le

Re: [Kicad-developers] Placing real components out of a database instead of: "Automatic assignment of footprint with a database"

2020-08-28 Thread Johann Wilhelm
part picker > will be able to filter using any of the external data present. > > Best, > Jon > > On Fri, Aug 28, 2020 at 12:56 PM Johann Wilhelm > wrote: > >> Hi everyone! >> >> I'm new here in the mailing list but I'm currently building my own >> electr

Re: [Kicad-developers] Placing real components out of a database instead of: "Automatic assignment of footprint with a database"

2020-08-28 Thread Johann Wilhelm
Hi everyone! I'm new here in the mailing list but I'm currently building my own electronics business around KiCad which I use and love for years now. I spent the last weeks, trying to tie together procurement, PCB design, and fabrication in a single script-set. Just to have it mentioned - before