Re: [Kicad-developers] Filling Zones with the Kicad 5 python API

2018-08-08 Thread Frank Severinsen
Hi James V5 checks the zones by default when plotting, so this issue should hopefully be reduced by itself :) Sendt fra min Samsung Galaxy-smartphone. Oprindelig besked Fra: James Neal Dato: 08/08/2018 20.29 (GMT+01:00) Til: kicad-developers@lists.launchpad.net Emne:

Re: [Kicad-developers] Filling Zones with the Kicad 5 python API

2018-08-08 Thread Frank Severinsen
And now I remember you use KiCad files instead of gerbers Sendt fra min Samsung Galaxy-smartphone. Oprindelig besked Fra: James Neal Dato: 08/08/2018 20.29 (GMT+01:00) Til: kicad-developers@lists.launchpad.net Emne: [Kicad-developers] Filling Zones with the Kicad 5 python API

Re: [Kicad-developers] Cost of different courtyard elements for the closed outline and DRC algorithms

2019-01-01 Thread Frank Severinsen
JP it seems your email only went to Seth and not the mail list___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help :

Re: [Kicad-developers] Cost of different courtyard elements for the closed outline and DRC algorithms

2019-01-01 Thread Frank Severinsen
Hi JohnRené added 2 links in the bottom. One of them is a complex shape for a mosfet, with roundings. Which ends up in a lot of 90 deg arcs. The other discussion is mainly when the courtyard is a spline, which has been discretized into arcs. Hence also the question if weird angles are slower. 

Re: [Kicad-developers] Cost of different courtyard elements for the closed outline and DRC algorithms

2019-01-01 Thread Frank Severinsen
@JohnRegarding the basic parts, René has scripted most of them including the most common packages. Adding the rounded courtyard to all resistors, caps, QFN's etc could be done quite easily and have the same amount of maintenance. That's why we wanted some dev input before going crazy with it.Any

Re: [Kicad-developers] Cost of different courtyard elements for the closed outline and DRC algorithms

2019-01-01 Thread Frank Severinsen
Hi JohnThat would be great! Ill be happy to help on the library side. Do you know what would be needed in the pcb file to make the test valid? Would 5000-1 0402 caps (or a more complicated part) lined up neatly be fine? Should they intersect to trigger the fault? Should it be different

Re: [Kicad-developers] [RFC] wxPhoenix support

2018-11-22 Thread Frank Severinsen
Hi guys If I understand it correctly, Python support should now be working again in nightly on newer linux distros. at least in 18.10 it's doesnt seem like python or phoenix is enabled. Is this on purpose? If it should be ready to go it would be nice to have more testers. Den 23. oktober 2018

Re: [Kicad-developers] FOSDEM KiCad dinner.

2019-01-07 Thread Frank Severinsen
Hi WayneI would like to attend again this year. ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help :

Re: [Kicad-developers] [PATCH] Option to not render 3D models for footprints

2019-03-14 Thread Frank Severinsen
Relateret bug report is here:bugs.launchpad.net/kicad/+bug/1766323The model preview does not remove it from the 3d view. Only in the footprint editor ___ Mailing list: https://launchpad.net/~kicad-developers Post to :

Re: [Kicad-developers] 5.1.0-rc1

2019-02-11 Thread Frank Severinsen
Thank you JS Could you also enable GTK3, Phoenix etc for Nightly builds? Kindest regards Frank Severinsen Den 11. februar 2019 kl. 17.11.51 +01.00, skrev Jean-Samuel Reynaud : > Dear All, > > PPA for KiCad 5.1 is now ready. > When it's possible (for example on Ubuntu Bionic) G

Re: [Kicad-developers] FOSDEM KiCad dinner.

2019-01-25 Thread Frank Severinsen
Hi Wayne Added you to the group Den 26. januar 2019 kl. 01.31.46 +01.00, skrev Wayne Stambaugh : > Frank, > > My phone number is 1-757-880-5981. > > Cheers, > > Wayne > > On 1/25/19 7:15 PM, Frank Severinsen wrote: > > > To the ones coming to Fosdem in

Re: [Kicad-developers] [PATCH] Crash Reporter

2019-05-29 Thread Frank Severinsen
Hi Wayne Im guessing this one Den 29. maj 2019 kl. 15.00.19 +02.00, skrev Wayne Stambaugh : > Tom, > > On 5/28/2019 12:13 PM, Tomasz Wlostowski wrote: > > > On 27/05/2019 17:39, Seth Hillbrand wrote: > > > > > On

Re: [Kicad-developers] 6.0 Zone filling differences

2019-06-21 Thread Frank Severinsen
hi Jeff This actually also solves this: Den 21. juni 2019 kl. 00.49.55 +02.00, skrev Jeff Young : > On the master branch in my repo > () I have pushed the new zone > algorithm, new solder mask shape

[Kicad-developers] Via stitching

2019-05-20 Thread Frank Severinsen
kindest regards Frank Severinsen From 4870ecae05c55f192aa14df3cd88864ff8dd10fa Mon Sep 17 00:00:00 2001 From: Frank Severinsen Date: Tue, 21 May 2019 00:28:03 +0200 Subject: [PATCH] Added Minimum hole to hole distance checking in via placing MIME-Version: 1.0 Content-Type: multipart

Re: [Kicad-developers] Via stitching

2019-05-20 Thread Frank Severinsen
Oops one of the bug links should be: <https://bugs.launchpad.net/kicad/+bug/1731763> Den 21. maj 2019 kl. 00.48.55 +02.00, skrev Frank Severinsen : > Hi Guys > > I'm currently attempting to add a smarter way of doing via stitching/fill. > My plan is to make a new zone sty

Re: [Kicad-developers] There seems to be an serious issue with netlist handling in KiCad 5.1.1

2019-04-21 Thread Frank Severinsen
Hi ThomasI have experienced this as wellIsn't it this issue?https://bugs.launchpad.net/kicad/+bug/1824764Kindest regards Frank Severinsen 21. apr. 2019 11.08 skrev Thomas Pointhuber :Hi,   I made a KiCad beginner workshop yesterday (with about 45 people), and at least two of the participants

Re: [Kicad-developers] 5.1.1 issue

2019-04-21 Thread Frank Severinsen
a non-dev-lead +1 ;) As a small side note there is a discussion on the forum to get a V5.1 branch "nightly" going. This would hopefully help avoiding bugfix enduced bugs

Re: [Kicad-developers] 5.1.3 release

2019-08-05 Thread Frank Severinsen
Hi Eeli Jeff disabled it during this fix: It's reenabled in nightlies, but I'm not sure if the router improvements are too big to put in V5.1 branch Den 5. august 2019 kl. 15.42.16 +02.00, skrev Eeli Kaikkonen : > > > > ma 5. elok. 2019 klo