X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Authority-Analysis: v=2.0 cv=OMylLFmB c=1 sm=0 a=6jktZp3dcHAl1vye2O6wCg==:17 a=jl9P3j1e7_0A:10 a=M_ffKnrP7SkA:10 a=lm-0iwS9s3gA:10 a=6WB07kdHjWAA:10 a=IkcTkHD0fZMA:10 a=wR-FlJDvAAAA:8 a=4AtYHsxDAAAA:8 a=tCwsW06DldE1FpRoczcA:9 a=zTRO06EWzCny7YeUCFgA:7 a=QEXdDO2ut3YA:10 a=K57bUlgJyIwA:10 a=6jktZp3dcHAl1vye2O6wCg==:117 X-Cloudmark-Score: 0 X-Originating-IP: 70.113.67.117 Message-ID: <4FB654C2.7060101@ecosensory.com> Date: Fri, 18 May 2012 08:55:14 -0500 From: John Griessen User-Agent: Mozilla/5.0 (X11; Linux i686; rv:8.0) Gecko/20120216 Icedove/8.0 MIME-Version: 1.0 To: geda-user AT delorie DOT com Subject: Re: [geda-user] pscads.py: OpenSCAD like PCB footprint generator References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com On 05/18/2012 06:14 AM, Russell Dill wrote: > small snippet: > > silk(w=silk_w)& ( > square(courtyard, center=True) | > > translate([-courtyard[0] / D(2), -pitch * (n[1] - 1) / D(2)])& > left(silk_w * D(2))& > line([0, pitch * D(2)], center=True) > ) This looks good, and a great idea. Have you followed the SCL STEP output developments? They come from OpenSCAD and python-occ, and have changed their name to stepcode.org starting soon. Being able to plan and do circuit layouts in the same terms as you design 3D objects would be truly fine. Line up of 3D enclosure and a circuit that folds to fit it would be easy-easy then, and next, transferring a prototype in circuit material to become integral with a 3D printed housing instead of separate Thanks Russ, John