Re: [Kicad-developers] Array tool patches

2016-04-02 Thread jp charras
Le 22/03/2016 10:01, John Beard a écrit : > Hi all, > > Thank to JP for fixing the bug due to mistaken and misguided handling of > the ratsnest in the array tool in pcbnew! > > These patches tidy up a bit more of that tool: > > * Disable re-numbering (the bit that was broken) controls in

Re: [Kicad-developers] Array tool patches

2016-03-22 Thread Chris Pavlina
Personally, I'd rather patch 1 actually _hid_ the pad numbering options rather than just greying them out - I found it a bit confusing at first, I instinctively started trying to figure out how to un-grey them before I realized they were pad-specific options... :P On Tue, Mar 22, 2016 at

[Kicad-developers] Array tool patches

2016-03-22 Thread John Beard
Hi all, Thank to JP for fixing the bug due to mistaken and misguided handling of the ratsnest in the array tool in pcbnew! These patches tidy up a bit more of that tool: * Disable re-numbering (the bit that was broken) controls in pcbnew. * Centralise code shared between legacy and GAL

Re: [Kicad-developers] Array tool patches

2015-07-16 Thread Adam Wolf
Thanks! On Jul 15, 2015 5:06 PM, John Beard john.j.be...@gmail.com wrote: Hi, Please find attached a patchset for the array tool. These patches add a couple of new features: * You can specify a step between array items (so you can do U1, U3, U5, etc) * You can specify a circular

[Kicad-developers] Array tool patches

2015-07-15 Thread John Beard
Hi, Please find attached a patchset for the array tool. These patches add a couple of new features: * You can specify a step between array items (so you can do U1, U3, U5, etc) * You can specify a circular array's centre as relative to the first item, as opposed to only absolutely. The