X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Injected-Via-Gmane: http://gmane.org/ To: geda-user AT delorie DOT com From: Kai-Martin Knaak Subject: Re: [geda-user] Stencil tooling holes Date: Wed, 06 Mar 2013 04:29:01 +0100 Organization: Institut =?UTF-8?B?ZsO8cg==?= Quantenoptik Lines: 23 Message-ID: References: <51350C42 DOT 2070801 AT estechnical DOT co DOT uk> <20130305054647 DOT 0167672a AT akka> <5135CB72 DOT 50701 AT estechnical DOT co DOT uk> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet AT ger DOT gmane DOT org X-Gmane-NNTP-Posting-Host: bibo.iqo.uni-hannover.de User-Agent: KNode/4.4.11 Reply-To: geda-user AT delorie DOT com Ed Simmons wrote: > Looking at these in PCB, it's not obvious how to view the opening of the > stencil layer, is this possible? I'd export gerbers and view the *_toppaste.gbr and *_bottompaste.gbr with the utility gerbv. This is for viewing only. A different approach would be to directly look at the footprints with a text editor. There are lines like this: Pad[0.0000 0.0000 0.0000 0.0000 39.37mil 39.37mil 2.0000mm "1" "1" "nopaste"] Note, the flag "nopaste". This means, there is no hole in the stencil for this particular pad. For some reason, I seem to have set this flag deliberately on all pads of my fiducials. If you want to have a hole in the stencil, just remove this keyword. This leaves an empty flagstring string "" in this case. Alternatively, you can unset the flags via the command line utility of the GUI. But I find the text editor more intuitive in this case. Hope, this helps. ---<)kaimartin(>---