X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=k8lgPfUFphEkbZdeI2t/6RfoYEbv3ih22p+1VbPiUgo=; b=dT/vwKj5UvKs/pPPgpstXF6MVC79GT0L+WbhNQrj9xDBbpLEBd8cu0SK2h1I3OPGNT IaGgSI5S5/XnmKeiy/vY+B/6KGu9dlz6eKxJoaoEP0CnynDqOzcyiZ8U+MemMV9t6/PC T298KTQFRWrW2e4wue/Vk85rOJxKSLN+JB5ATBT7ozEInoUPJmh7Z3qDRvy5M2rjat2B Bf21PtKbjTIPPyWbpxVoavYGdUUTWzFMVgV5KwBHeiif3aw+S6ApMUVEt5/7gJuDc+13 wrs+TWlAt1OjXcp/KwdhOJAKw7haqkP5fEWP7uF2aNXrdJYyJu39yxGDSYdBhj4kav7O bTxw== MIME-Version: 1.0 In-Reply-To: <20120716231937.1992.qmail@stuge.se> References: <1342432792-29260-1-git-send-email-Russ DOT Dill AT asu DOT edu> <20120716114231 DOT 11471 DOT qmail AT stuge DOT se> <20120716231937 DOT 1992 DOT qmail AT stuge DOT se> Date: Mon, 16 Jul 2012 17:30:47 -0700 Message-ID: Subject: Re: [geda-user] Merge layers during print From: Russell Dill To: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQn0pbk1NyvRTG2r6VgoTpUnopAuXp5bQLHSoXsJFSizlmOWfo7IjTD7HbweEyWsRbcLiVYN 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, Jul 16, 2012 at 4:19 PM, Peter Stuge wrote: > Russell Dill wrote: >> > Sorry, I don't understand. >> > >> > On which layer is PCB::skip-print set? >> > On which layer is PCB::merge set to "componentmask"? >> > >> > Is there another use case than what you describe? For what you >> > describe I would strongly prefer that there is only a single >> > PCB::subtract-from attribute which would be set on the layer >> > with only the polygon, and it would be set to "componentmask". >> >> 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. > > Why is both skip-print and merge needed? > > >> 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. > > Ok, PCB::merge makes perfect sense, but not skip-print.. > > > Would a merged layer also be printed separately without skip-print? Otherwise, the layer would be printed merged with the specified layer as well as on its own. Not the worst thing. The skip-print attribute was the easiest way to make that not happen. Its also useful in other ways too, for instance, my notes layer where I have FIXME's and what-not.