Re: [Kicad-developers] Flash/Pad support

2013-06-04 Thread Lorenzo Marcantonio
On Tue, Jun 04, 2013 at 10:28:28PM +0200, Tomasz Wlostowski wrote: > Too bad that Altium is also a PCB program, which happens to support > grouping objects. Imagine moving a big BGA chip with vias/fanout > traces and decoupling caps without groups. Good point. As I said someone would have found a

Re: [Kicad-developers] Flash/Pad support

2013-06-04 Thread Dick Hollenbeck
On 06/04/2013 04:01 PM, Dick Hollenbeck wrote: > On 06/04/2013 03:32 PM, Adam Wolf wrote: >> Align and distribute support in Kicad would be useful, and one of the >> features I want the most--however, when I looked at the code to work >> on it, it did not seem like something I could do. It would b

Re: [Kicad-developers] Flash/Pad support

2013-06-04 Thread Dick Hollenbeck
On 06/04/2013 03:32 PM, Adam Wolf wrote: > Align and distribute support in Kicad would be useful, and one of the > features I want the most--however, when I looked at the code to work > on it, it did not seem like something I could do. It would be > interesting to see what the dev team thinks, and

Re: [Kicad-developers] Flash/Pad support

2013-06-04 Thread Adam Wolf
Align and distribute support in Kicad would be useful, and one of the features I want the most--however, when I looked at the code to work on it, it did not seem like something I could do. It would be interesting to see what the dev team thinks, and if they have thoughts on what they'd approve and

Re: [Kicad-developers] Flash/Pad support

2013-06-04 Thread Tomasz Wlostowski
On 06/04/2013 10:15 PM, Lorenzo Marcantonio wrote: Generic grouping of objects is another common component of graphics programs. Too bad that pcbnew is a *pcb* program. Lorenzo, Too bad that Altium is also a PCB program, which happens to support grouping objects. Imagine moving a big BGA c

Re: [Kicad-developers] Flash/Pad support

2013-06-04 Thread Tomasz Wlostowski
On 06/04/2013 09:44 PM, NHays Terrace wrote: If pcbnew had direct support for rectangle flash objects outside of modules, the mapping would be simple. Hi Nate, IMHO, adding new types of copper objects may be tricky - aside from just drawing, you need to take care of DRC, hit testing, dragging

Re: [Kicad-developers] Flash/Pad support

2013-06-04 Thread Lorenzo Marcantonio
On Tue, Jun 04, 2013 at 12:44:08PM -0700, NHays Terrace wrote: > Alternatively, the exporter could build a zone for each flash. A little heavy but could work. However the exporter would have to rebuild the netlist, I don't know if it can do it. More likely it could build a virtual module containi

[Kicad-developers] Flash/Pad support

2013-06-04 Thread NHays Terrace
I've previously posted a bug where GerbView export to .brd mishandles smt pads. Specifically, rectangle aperture flashes get turned into round vias. After browsing the repos, I think there are a couple solutions. If pcbnew had direct support for rectangle flash objects outside of modules, the