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 15:43:50 -0700 From: Colin D Bennett To: geda-user AT delorie DOT com Subject: Re: [geda-user] Merge layers during print Message-ID: <20120716154350.73f9084f@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> <20120716104104 DOT 080c96cf AT svelte> 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]:2400 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 11:21:56 -0700 Russell Dill wrote: > On Mon, Jul 16, 2012 at 10:41 AM, Colin D Bennett > wrote: > > 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? > > The feature doesn't care, it depends on what the meaning of the > layer is. Both mask and paste are "negative" layers depending on > how you think about them. Drawing on the paste layer gives you > holes in the stencil, but thinking about it from a paste > perspective, gives you positive paste. OK, that's confusing since the exported gerber for 'paste' is drawn in positive, where 'paste' is displayed. It would be awesome if there was a way to merge both additive and subtractive edits with a layer. Maybe that's too much work, perhaps it's the 90/10 rule and your implementation already covers 90% of uses. Regards, Colin