<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[SoliForum - 3D Printing Community — OpenSCAD -- LOVE IT!]]></title>
	<link rel="self" href="https://www.soliforum.com/feed/atom/topic/216/" />
	<updated>2012-10-18T14:54:54Z</updated>
	<generator>PunBB</generator>
	<id>https://www.soliforum.com/topic/216/openscad-love-it/</id>
		<entry>
			<title type="html"><![CDATA[Re: OpenSCAD -- LOVE IT!]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/2569/#p2569" />
			<content type="html"><![CDATA[<p>I&#039;m a big fan as well - especially for &quot;plating&quot; situations.</p>]]></content>
			<author>
				<name><![CDATA[solijohn]]></name>
				<uri>https://www.soliforum.com/user/7/</uri>
			</author>
			<updated>2012-10-18T14:54:54Z</updated>
			<id>https://www.soliforum.com/post/2569/#p2569</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: OpenSCAD -- LOVE IT!]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/1810/#p1810" />
			<content type="html"><![CDATA[<p>I like it, knocked up a quick battery box that I did previously with google sketchup..</p><div class="codebox"><pre><code>difference()
{
    minkowski()
        {
        translate([0,0,10]) cube([40,12,90], center=true);
        sphere(3);
        }
 
    translate ([10,4,-34]) cylinder(h=68, r=9);
    translate ([-10,4,-34]) cylinder(h=68, r=9);

    translate ([1,5,-34]) cube([18,6,68]);
     translate ([-19,5,-34]) cube([18,6,68]);

     translate ([-18,-8,36]) cube([36,18,18]);

    translate ([-20,8,-46]) cube([40,1,100]);

}</code></pre></div><p>it could do with me using variables of course but its a start.<br />i think I find this more intuitive in a way than struggling with a GUI and having to enter values manually anyway.</p>]]></content>
			<author>
				<name><![CDATA[Stoney]]></name>
				<uri>https://www.soliforum.com/user/30/</uri>
			</author>
			<updated>2012-10-01T15:22:32Z</updated>
			<id>https://www.soliforum.com/post/1810/#p1810</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[OpenSCAD -- LOVE IT!]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/1548/#p1548" />
			<content type="html"><![CDATA[<p>Hey All,</p><p>I bought my SD2 mainly for one purpose, to make parts for a line of a new style of clock.&nbsp; (more on that as the progress... progresses)&nbsp; Most of all, I am making short cylinders, with 60 holes for LEDS.</p><p>I started off - as recommended with Google SU8.&nbsp; it&#039;s awesome indeed, yet not quite right for me.&nbsp; While I could set up macros to do A LOT of repetitive tasks,&nbsp; like making 60 holes in a cylinder, anytime I wanted to make a change in size of the LEDs or the cylinders&#039; , I&#039;d have to do a lot of editing, rather than a simple scaling command to change what I want and ignore what I don&#039;t.</p><p>I saw many things on thingiverse.com that were &quot;parametric&quot; -sounds like something i could use- and noticed most had one thing in common, SCAD files...</p><p>So I downloaded and installed it. Did about 15 minutes of reading and playing with some examples, and starting designing in earnest.&nbsp; Once I got it, I GOT IT!&nbsp; </p><p>You define the parts that make up your shape with commands and formulas.&nbsp; Then you can join (union) or subtract (difference) shapes just by listing them after the &quot;parent&quot; shape.&nbsp; </p><p>45 minutes later, I had not just my cylinder, 60 holes and all, but I also built it parametric, so I can change the diameter, height, or thickness of the cylinder, and the holes snap into place, or I can change the size of the holes, without affecting anything else, all by changing a variable or 2.</p><p>From starting the download to a first completed, workable, parametric part, in under an hour, shows just how easy SCAD is to use.&nbsp; If you have any programming prowess whatsoever, you will take to this like a duck to water.</p><p>I know it&#039;s not for all design work, but it does do a few things, easily, that many of the visual-based programs can&#039;t do, or are a pain in the butt to do.</p><p>check it out:&nbsp; openscad.org</p>]]></content>
			<author>
				<name><![CDATA[GoolGaul]]></name>
				<uri>https://www.soliforum.com/user/66/</uri>
			</author>
			<updated>2012-09-24T13:37:06Z</updated>
			<id>https://www.soliforum.com/post/1548/#p1548</id>
		</entry>
</feed>
