X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <20120716114231.11471.qmail@stuge.se> Date: Mon, 16 Jul 2012 13:42:31 +0200 From: Peter Stuge To: geda-user AT delorie DOT com Subject: Re: [geda-user] Merge layers during print Mail-Followup-To: geda-user AT delorie DOT com References: <1342432792-29260-1-git-send-email-Russ DOT Dill AT asu DOT edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1342432792-29260-1-git-send-email-Russ.Dill@asu.edu> 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 Russ Dill wrote: > This small patch series adds a couple of attributes in order to allow > layers to be merged with special named layers during print. The first > is just a 'PCB::skip-print' attribute that can be used to prevent > a layer from being printed on its own. The second is a 'PCB::merge' > attribute. It can be set to a print layer name like 'fab', or 'toppaste'. > > So if you want to open up the solder mask on the component side, just set > the PCB::skip-print attribute, and then set PCB::merge to componentmask. > Draw a polygon where you want soldermask cleared, and done. Same with adding > notes and annotations to the fab drawing, or extra windows in the stencil. 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". //Peter