<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[SoliForum - 3D Printing Community — OpenSCAD question, unioning two imported stls]]></title>
	<link rel="self" href="https://www.soliforum.com/feed/atom/topic/771/" />
	<updated>2012-12-12T15:26:13Z</updated>
	<generator>PunBB</generator>
	<id>https://www.soliforum.com/topic/771/openscad-question-unioning-two-imported-stls/</id>
		<entry>
			<title type="html"><![CDATA[Re: OpenSCAD question, unioning two imported stls]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/6948/#p6948" />
			<content type="html"><![CDATA[<p>One more question, let&#039;s say I have an imported stl I want to fit to a cylindrical object.&nbsp; Is there a way to bend the stl around a curve?&nbsp; With a cube I could use a for loop to union bunches of small cubes together around the shape.</p>]]></content>
			<author>
				<name><![CDATA[JustSomeGuyTN]]></name>
				<uri>https://www.soliforum.com/user/96/</uri>
			</author>
			<updated>2012-12-12T15:26:13Z</updated>
			<id>https://www.soliforum.com/post/6948/#p6948</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: OpenSCAD question, unioning two imported stls]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/6937/#p6937" />
			<content type="html"><![CDATA[<p>translate (<strong>[</strong> x,y,z <strong>]</strong>)</p><p>the missing brackets might be the cause of your troubles...</p><p>union should also be lower case - or it might be interpreted as a variable.</p><p>Also, if these are objects you&#039;ve made with SCAD, you can also try &#039;include&#039; on the scad files...</p><p>If you get it going, please comment on how</p>]]></content>
			<author>
				<name><![CDATA[GoolGaul]]></name>
				<uri>https://www.soliforum.com/user/66/</uri>
			</author>
			<updated>2012-12-12T14:48:56Z</updated>
			<id>https://www.soliforum.com/post/6937/#p6937</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[OpenSCAD question, unioning two imported stls]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/6932/#p6932" />
			<content type="html"><![CDATA[<p>If I want to union two imported STLS would the syntax be:</p><p>Union()<br />{<br />import(&quot;base.stl&quot;);<br />translate (0,0,10) import(&quot;addon.stl&quot;);<br />}</p><p>I&#039;m very new to OpenSCAD.&nbsp; I&#039;m looking at using it to union some STLs from the app that I got to make 3D engraved STLs from 2D images.&nbsp; I&#039;ve tried in some other apps but they don&#039;t seem to want to work with these stls for some reason.</p>]]></content>
			<author>
				<name><![CDATA[JustSomeGuyTN]]></name>
				<uri>https://www.soliforum.com/user/96/</uri>
			</author>
			<updated>2012-12-12T14:18:36Z</updated>
			<id>https://www.soliforum.com/post/6932/#p6932</id>
		</entry>
</feed>
