X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Mon, 16 Jul 2012 10:41:04 -0700 From: Colin D Bennett To: geda-user AT delorie DOT com Subject: Re: [geda-user] Merge layers during print Message-ID: <20120716104104.080c96cf@svelte> In-Reply-To: References: <1342432792-29260-1-git-send-email-Russ DOT Dill AT asu DOT edu> <20120716114231 DOT 11471 DOT qmail AT stuge DOT se> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator297.hostgator.com X-AntiAbuse: Original Domain - delorie.com X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - gibibit.com X-BWhitelist: no X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: (svelte) [65.61.115.34]:49641 X-Source-Auth: colin AT gibibit DOT com X-Email-Count: 1 X-Source-Cap: c2t5bGVuO3NreWxlbjtnYXRvcjI5Ny5ob3N0Z2F0b3IuY29t 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 Mon, 16 Jul 2012 09:44:20 -0700 Russell Dill wrote: > So in my case I want a couple of holes in the paste stencil to > line up with a couple of unplated drills. So I make a new layer, > set skip-print to 1, and set merge to toppaste, then add a couple > of zero length traces that line up with the drill holes. So the 'merge' feature is acting in a 'negative' way? Since the toppaste layer is where paste DOES go, you are drawing on the new layer and then SUBTRACTING this layer from the toppaste layer? On the other hand, your 'fab-notes' example suggests an additive method of merging. I didn't read all the code, but how is this achieved? I think it would make the most sense to set the PCB::merge::mode=add or PCB::merge::mode=subtract to define this? Or perhaps I am misunderstanding this. > I have another layer called fab-notes where I have graphics and > notes, such as an arrow with text, "exposed copper ok", or "gold > plated fingers", etc. PCB::merge is set to fab on this layer. Awesome. Regards, Colin