X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:date:message-id:x-mailer; bh=RCmPYyqpinTeqK2HR5Mb2CfMma9w4AE5VboyEEPOdX8=; b=TDDiCB322M9IeNWdGhF5a31vJpqQZCGjSDhYgcxdEl0RwQ9pvAoYnAJpY6X62bv/f5 1//ouNnNiZgBlpkRu0kpqd2sio/U41WG+5a6+SqzgseF0Eeq5fSAI+k518sCg09JrFXu +E/sYq9AIW/Q61twzoEJ4jRZ9plRHKH44o0JKWLyscu5AbtvlXyBej+ARYpD7msAHVbW y9eqh3tlvLEE3iRteqhIduBBq5senpchmS7lvq2AYKnI+X+V1zS3+Gq/kfsWolkBu1xQ 3Tx/WYe47eI5p8zJwBs+dG8YsX55Pfj3BAv5VkdBJ+o1Brs2x04nTZs0cCQanSKOpY6p Eo0g== Sender: Russ Dill From: Russ Dill To: geda-user AT delorie DOT com Subject: [geda-user] Merge layers during print Date: Mon, 16 Jul 2012 02:59:50 -0700 Message-Id: <1342432792-29260-1-git-send-email-Russ.Dill@asu.edu> X-Mailer: git-send-email 1.7.10.4 Reply-To: geda-user AT delorie DOT com 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.