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:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type:x-gm-message-state; bh=3cqdpAB4Kmwv2GBxPpGeQD4WZkHEnjK28ckqIvcbE9A=; b=iHd/akEQJzshU78a0FdLvIBh0UxsHWR5hI+72tCdU6/QguM8QsvbTgZsEWMrNXkcwg QURyZ7GwrhWkmpWtuWYSjNXknV98q4VMZ9aVAFPZiwido9mQImibicWeeliAUccwhrK9 /7/zFlmD3nkcQRhqc2tBrkKqKBfMInJwxxm3xJ7+M1qKu81d4f5vP96q5VwAy1JQFZUt kKsfFOnZQFI+B3bfXEPaiYlgNpLQbBa5t1rz8jNmVpyWfkxTO8AheMP2qOTi72LRBgRx Yl9gU9Hbq/yNTG2zqXCAPB8sgs74pGNom9VMKoqGyKB0U/+Y4+rNAAu8bjigQlqTJ47Q i2tg== MIME-Version: 1.0 X-Received: by 10.180.185.44 with SMTP id ez12mr20431799wic.33.1362510338317; Tue, 05 Mar 2013 11:05:38 -0800 (PST) In-Reply-To: References: <51350C42 DOT 2070801 AT estechnical DOT co DOT uk> Date: Tue, 5 Mar 2013 11:05:38 -0800 Message-ID: Subject: Re: [geda-user] Stencil tooling holes From: Russell Dill To: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQnN+PCXlXBsxF6jIiPBUylav9losO9MSnnWoUNcYHx2zv21qWj8pTXDHyXcWgYE74A42N3U 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 Oh, one more thing, if you have lone openings in you paste stencil, they can be mistaken for paste on a fiducial, which some board houses will remove through an automatic or manual process (not sure which). Be sure to specify when ordering a stencil to please not mess with my stencil. On Tue, Mar 5, 2013 at 9:05 AM, Russell Dill wrote: > On Mon, Mar 4, 2013 at 1:04 PM, Ed Simmons wrote: >> Hi all, >> >> Please could someone offer some advice for placing tooling holes into my >> design (these are off the edges of the board itself and will only be used >> for stencil layers) >> >> How would you go about this? Is this something I should make a custom >> footprint for? >> >> Thanks in advance - best regards, >> Ed > > I have a couple of patches that makes it really easy to draw on any > layer. In the case of tooling holes for a stencil, I place an unplated > drill, in the tooling hole location, and then add a zero length trace > of the appropriate size in the same location. I also use this to make > arbitrary soldermask windows and adding text to the fab drawing > "Exposed copper OK", "1.40mm 20 degree bevel", etc. I could be used > for bridging 0 ohm resistor footprints as well. > > Layer(10 "toppaste") > ( > Attribute("PCB::skip-drc" "1") > Attribute("PCB::skip-print" "1") > Attribute("PCB::merge" "toppaste") > [snip] > )