X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Subject: Re: [geda-user] how to use "clearance" and mask in pcb footprint From: Stefan Salewski To: geda-user AT delorie DOT com In-Reply-To: <20120725143418.5f735b1d@svelte> References: <5010D52B DOT 8030800 AT plastitar DOT com> <20120725143418 DOT 5f735b1d AT svelte> Content-Type: text/plain; charset="us-ascii" Date: Thu, 26 Jul 2012 14:16:27 +0200 Message-ID: <1343304987.2509.11.camel@AMD64X2.fritz.box> Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 2012-07-25 at 14:34 -0700, Colin D Bennett wrote: > [...] > It's a cumbersome and annoying, but you just have to get used to > it. The problem is that we usually want to specify footprint specs > in different terms than pcb requires them, like we want to say "gap > from copper to solder mask" or "gap between pad and polygon". It > would be so nice to have cleanly described footprints, rather than > relying on layers of footprint generator scripts and stuff, or > tedious manual calculations. I guess the current footprint file format is very closely related to the gerber format. If you do not like it, why do you not invent a new one? You can integrate all the missing details like keepouts, nets, 3D-Models... You may investigate KiCad or other tools for inspiration. And of course you can code a tool for footprint design and validation -- that can exist separate from pcb program, so you are not restricted to C language and GTK/Lesstif. All what we need then is an import function to pcb, that should be not too difficult to implement for the features which pcb program can already support.