Re: [Kicad-developers] Dealing with multifunction pins (Symbol)

2018-02-04 Thread Simon Richter
Hi Augusto, On 30.01.2018 16:01, Augusto Fraga Giachero wrote: > I've been designing schematics with some stm32 parts using the standard > Kicad libraries, and a lot of these microcontrollers has 10+ functions > multiplexed in each I/O pin. In the standard library the symbols > displays all possi

Re: [Kicad-developers] GUI garbage...?

2018-02-04 Thread Nick Østergaard
It is mostly a blocker because multiple versions of wxpython can not coexist easily. Den 3. feb. 2018 6.31 PM skrev "Marco Ciampa" : > On Sat, Feb 03, 2018 at 03:26:10PM +0100, Clemens Koller wrote: > > Okay... > > > > Reason found: > > wxpython 3.0.2.0-7 on Arch Linux was updated on 2018-01-28 (

Re: [Kicad-developers] Dealing with multifunction pins (Symbol)

2018-02-04 Thread Kevin Cozens
On 2018-02-04 05:53 AM, Simon Richter wrote: On 30.01.2018 16:01, Augusto Fraga Giachero wrote: I've been designing schematics with some stm32 parts using the standard Kicad libraries, and a lot of these microcontrollers has 10+ functions multiplexed in each I/O pin. [snip] That is one of the

Re: [Kicad-developers] Dealing with multifunction pins (Symbol)

2018-02-04 Thread Ouabache Designworks
On Sun, Feb 4, 2018 at 7:29 AM, Kevin Cozens wrote: > On 2018-02-04 05:53 AM, Simon Richter wrote: > >> On 30.01.2018 16:01, Augusto Fraga Giachero wrote: >> >> I've been designing schematics with some stm32 parts using the standard >>> Kicad libraries, and a lot of these microcontrollers has 10+

Re: [Kicad-developers] KiCad talk at FOSDEM

2018-02-04 Thread Wayne Stambaugh
I just reviewed and approved it so it will get trans-coded to high quality and uploaded to the FOSDEM videos section as soon as it is complete. I'm not sure how long this will take so it may be a day or so. If I left your favorite feature out, it was not on purpose. With only 20 minutes, I w

Re: [Kicad-developers] KiCad talk at FOSDEM

2018-02-04 Thread Piotr Esden-Tempski
Thank you Wayne! The video seems to have been transcoded already and I can see it on the event page: https://archive.fosdem.org/2017/schedule/event/kicad_status/ Now I am off to watch your talk! :D Cheers, Piotr > On Feb 4, 2018,

[Kicad-developers] Driving the pcbnew UI from python

2018-02-04 Thread Tom Cook
Hello, I'm developing a small Python application for tracking component inventory & to help when assembling boards. I'd like to be able to display a portion of the board layout with a particular component centred. This could either be in my application window or in a separate window, I'm not too

Re: [Kicad-developers] KiCad talk at FOSDEM

2018-02-04 Thread Nick Østergaard
Hold on. That looks like the one from last year. Den 4. feb. 2018 9.05 PM skrev "Piotr Esden-Tempski" : > Thank you Wayne! The video seems to have been transcoded already and I can > see it on the event page: https://archive.fosdem. > org/2017/schedule/event/kicad_status/ > > Now I am off to watc

Re: [Kicad-developers] KiCad talk at FOSDEM

2018-02-04 Thread Marco Ciampa
On Sun, Feb 04, 2018 at 02:45:04PM -0500, Wayne Stambaugh wrote: > I just reviewed and approved it so it will get trans-coded to high quality > and uploaded to the FOSDEM videos section as soon as it is complete. I'm > not sure how long this will take so it may be a day or so. If I left your > fa

Re: [Kicad-developers] KiCad talk at FOSDEM

2018-02-04 Thread Piotr Esden-Tempski
haha! it is! Well I guess I rewatch the talk from last year first to get ready for the one from this year… to try to reverse the confusion I might have caused this is the link again to the archive where the video should appear eventually: https://video.fosdem.org/2018/K.4.201/

[Kicad-developers] [PATCH] Respect item polarity when redrawing cached gerber view items

2018-02-04 Thread Jon Evans
Fixes https://bugs.launchpad.net/kicad/+bug/1746825 -Jon From 2e03f0640f4ddabac8959b39b68af319b1e2b12d Mon Sep 17 00:00:00 2001 From: Jon Evans Date: Sun, 4 Feb 2018 15:38:53 -0500 Subject: [PATCH] Respect item polarity when redrawing cached gerber view items Fixes: lp:1746825 * https://bugs.lau

Re: [Kicad-developers] Zone fill hangup?

2018-02-04 Thread Nick Østergaard
I just did test cdad023 by compiling myself, but I don't get any issue with the filling here. This is on archlinux. 2018-02-04 3:40 GMT+01:00 Steven A. Falco : > On 02/03/2018 08:40 PM, Steven A. Falco wrote: > > On 02/03/2018 07:04 PM, Tomasz Wlostowski wrote: > >> On 03/02/18 18:40, Steven A.

[Kicad-developers] [PATCH] Change mechanism for updating gerbview toolbar width

2018-02-04 Thread Jon Evans
Hi all, If you are experiencing intermittent crashes in GerbView recently, this patch may fix it. Unfortunately I can't reproduce the crash in this bug report, but I have changed the code related to the stack trace to something that seems better to me, and perhaps it will also fix this crash htt

[Kicad-developers] [PATCH] Allow low-cost reordering of view layers (for Gerber X2 sorting)

2018-02-04 Thread Jon Evans
As JP has noted, the "sort layers by X2 attributes" feature is really slow in GAL mode when you are looking at a complicated set of Gerber files. This is because there was previously no way to swap around data between layer IDs without removing and re-adding that data. The attached patch implemen

Re: [Kicad-developers] kicad back annotation tool

2018-02-04 Thread Andy Peters
> On Jan 13, 2018, at 7:16 PM, Dan Weatherill wrote: > > Dear all, > apologies first for the (unrelated to 5.0 stable) spam. > > I have been working for a while on a back-annotation tool for kicad. It is > finally in a shape where I feel it's worth letting others look at it and > getting some

Re: [Kicad-developers] kicad back annotation tool

2018-02-04 Thread Andy Peters
> On Jan 15, 2018, at 4:17 PM, Dan Weatherill wrote: > > This was just intended as a tidy-up of the existing script/GUI I have been > using myself for a while. There are at least two other attempts, the one that > Andy refers to, and also KRen > (https://forum.kicad.info/t/i-wrote-a-program-

Re: [Kicad-developers] Zone fill hangup?

2018-02-04 Thread Steven A. Falco
On 02/04/2018 03:46 PM, Nick Østergaard wrote: > I just did test cdad023 by compiling myself, but I don't get any issue with > the filling here. > > This is on archlinux. > > 2018-02-04 3:40 GMT+01:00 Steven A. Falco >: > > On 02/03/2018 08:40 PM, Steven A. Fa

[Kicad-developers] [PATCH] Add a menu item to save a project under a new name.

2018-02-04 Thread Russell Oliver
Copies project files into a new directory with the project name replaced in each file name if preset. Uses the same set of extensions as the archive project feature to filter the files. 0001-Add-a-menu-item-to-save-a-project-under-a-new-name.patch Description: Binary data

Re: [Kicad-developers] KiCad talk at FOSDEM

2018-02-04 Thread Seth Hillbrand
Well done Wayne. Excellent talk and congrats on the DigiKey donation! 2018-02-04 12:13 GMT-08:00 Piotr Esden-Tempski : > haha! it is! Well I guess I rewatch the talk from last year first to get > ready for the one from this year… to try to reverse the confusion I might > have caused this is t

Re: [Kicad-developers] KiCad talk at FOSDEM

2018-02-04 Thread Andrey Kuznetsov
The talk is now up! Note to Wayne, You need to present KiCad's new features 3 times and explain each feature in detail, ie no rushing. You also need to teach 3 groups of people at different times how to use KiCad. I think you'll find a lot more "Note to self" improvements tat you stumbled into

Re: [Kicad-developers] [PATCH] Respect item polarity when redrawing cached gerber view items

2018-02-04 Thread jp charras
Le 04/02/2018 à 21:39, Jon Evans a écrit : > Fixes https://bugs.launchpad.net/kicad/+bug/1746825 > > -Jon > I committed your patch. Thanks. -- Jean-Pierre CHARRAS ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-develop

Re: [Kicad-developers] KiCad talk at FOSDEM

2018-02-04 Thread Kevin Cozens
On 2018-02-05 01:24 AM, Andrey Kuznetsov wrote: The talk is now up! Thanks for the heads up. I watched the video talk. As I have been using git master for quite a while now I knew about most of the new features mentioned. I didn't know about the node highlighting until I heard Wayne mention