X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Sun, 26 Jun 2016 11:18:43 +0200 (CEST) X-X-Sender: igor2 AT igor2priv To: geda-user AT delorie DOT com X-Debug: to=geda-user AT delorie DOT com from="gedau AT igor2 DOT repo DOT hu" From: gedau AT igor2 DOT repo DOT hu Subject: [geda-user] GROUNDPLANEFRAME and MASKFRAME Message-ID: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Reply-To: geda-user AT delorie DOT com Hi all, in pcb-rnd I'm trying to move items from globalconst.h to user configuration. I bumped into the two settings mentioned in the subject and I can't figure what they really mean. I found some discussion in the mailing list archives and some references in the changelog, but no place that explains what exactly we use these for. Can anyone enlighten me? Also, why is it called GROUNDPLANEFRAME and not only PLANEFRAME (or even POLYFRAME)? The code doesn't seem to care if it's dealing with a gnd plane or not. It's especially interesting how the .y file adds 2*MASKFRAME to the thickness of vias on load, while WriteViaData() doesn't subtract the same value on save. If I do load-save cycles on a pcb file, why don't I see via sizes climbing up? TIA, Igor2