<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[SoliForum - 3D Printing Community — OpenSCAD -- LOVE IT!]]></title>
		<link>https://www.soliforum.com/topic/216/openscad-love-it/</link>
		<atom:link href="https://www.soliforum.com/feed/rss/topic/216/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in OpenSCAD -- LOVE IT!.]]></description>
		<lastBuildDate>Thu, 18 Oct 2012 14:54:54 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: OpenSCAD -- LOVE IT!]]></title>
			<link>https://www.soliforum.com/post/2569/#p2569</link>
			<description><![CDATA[<p>I&#039;m a big fan as well - especially for &quot;plating&quot; situations.</p>]]></description>
			<author><![CDATA[null@example.com (solijohn)]]></author>
			<pubDate>Thu, 18 Oct 2012 14:54:54 +0000</pubDate>
			<guid>https://www.soliforum.com/post/2569/#p2569</guid>
		</item>
		<item>
			<title><![CDATA[Re: OpenSCAD -- LOVE IT!]]></title>
			<link>https://www.soliforum.com/post/1810/#p1810</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (Stoney)]]></author>
			<pubDate>Mon, 01 Oct 2012 15:22:32 +0000</pubDate>
			<guid>https://www.soliforum.com/post/1810/#p1810</guid>
		</item>
		<item>
			<title><![CDATA[OpenSCAD -- LOVE IT!]]></title>
			<link>https://www.soliforum.com/post/1548/#p1548</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (GoolGaul)]]></author>
			<pubDate>Mon, 24 Sep 2012 13:37:06 +0000</pubDate>
			<guid>https://www.soliforum.com/post/1548/#p1548</guid>
		</item>
	</channel>
</rss>
