Re: [Kicad-developers] New Pcbnew file format.

2012-04-12 Thread Dick Hollenbeck
On 04/11/2012 06:41 PM, Dan Chianucci wrote: This new format looks great, I have a few comments/questions 1) in some spots like module pads there is (net nutNum netName) and in other spots like track segments it only has (net netNum). 2)What do the edge tags represent in the

Re: [Kicad-developers] New Pcbnew file format.

2012-04-12 Thread Dick Hollenbeck
On 04/11/2012 07:14 AM, Solonen Vesa wrote: Some salt on the popcorn? Regarding net classes handling... Flexible automatic design rules would need differential net classes that means different rules for a net depending on surrounding nets. As an example I'll explain the problem of a

Re: [Kicad-developers] KICAD_PLUGIN for libraries/components (pcbnew)

2012-04-12 Thread Miguel Angel Ajo Pelayo
2012/4/12 Dick Hollenbeck d...@softplc.com The changes to PLUGIN should be additional functions for MODULEs. I like what we have for BOARDs now. Ok, I thought about this idea at first, but tried to make it too abstract ;), it's simpler this way. The new work entails abstracting the

Re: [Kicad-developers] New Pcbnew file format.

2012-04-12 Thread Wayne Stambaugh
On 4/12/2012 9:05 AM, Dick Hollenbeck wrote: On 04/11/2012 06:41 PM, Dan Chianucci wrote: This new format looks great, I have a few comments/questions 1) in some spots like module pads there is (net nutNum netName) and in other spots like track segments it only has (net netNum).

Re: [Kicad-developers] New Pcbnew file format.

2012-04-12 Thread Cirilo Bernardo
- Original Message - From: Wayne Stambaugh stambau...@verizon.net To: kicad-developers@lists.launchpad.net Cc: Sent: Friday, April 13, 2012 4:53 AM Subject: Re: [Kicad-developers] New Pcbnew file format. [snip]       4) What are the two (at) tags in module_text for? why not only 1    

Re: [Kicad-developers] New Pcbnew file format.

2012-04-12 Thread Dick Hollenbeck
On 04/12/2012 01:53 PM, Wayne Stambaugh wrote: On 4/12/2012 9:05 AM, Dick Hollenbeck wrote: On 04/11/2012 06:41 PM, Dan Chianucci wrote: This new format looks great, I have a few comments/questions 1) in some spots like module pads there is (net nutNum netName) and in other spots like

Re: [Kicad-developers] New Pcbnew file format.

2012-04-12 Thread Dan Chianucci
class EDGE_MODULE is derived from DRAWSEGMENT and comes in types S_SEGMENT, S_CIRCLE, S_ARC, S_POLYGON. So it is basically a graphical line, circle, arc, or polygon. Basically a graphic, so that word is one candidate.  It is not confined to the module's edge, but is often used to

Re: [Kicad-developers] New Pcbnew file format.

2012-04-12 Thread Cirilo Bernardo
- Original Message - From: Dan Chianucci trump211...@gmail.com To: Dick Hollenbeck d...@softplc.com Cc: kicad-developers@lists.launchpad.net Sent: Friday, April 13, 2012 9:58 AM Subject: Re: [Kicad-developers] New Pcbnew file format. [snip] To Cirilo: I agree with what you are