<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[SoliForum - 3D Printing Community — Ultimate Spool]]></title>
	<link rel="self" href="https://www.soliforum.com/feed/atom/topic/3131/" />
	<updated>2013-07-12T02:03:13Z</updated>
	<generator>PunBB</generator>
	<id>https://www.soliforum.com/topic/3131/ultimate-spool/</id>
		<entry>
			<title type="html"><![CDATA[Re: Ultimate Spool]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/29612/#p29612" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>RavensCrest wrote:</cite><blockquote><p>he wants to print it in one piece.. so it will prevent overhang and needs of support</p></blockquote></div><p>ah I see... btw I think &quot;he&quot; is a she....</p>]]></content>
			<author>
				<name><![CDATA[reesy]]></name>
				<uri>https://www.soliforum.com/user/1822/</uri>
			</author>
			<updated>2013-07-12T02:03:13Z</updated>
			<id>https://www.soliforum.com/post/29612/#p29612</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Ultimate Spool]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/29571/#p29571" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>2n2r5 wrote:</cite><blockquote><p>Jesse,</p><p>Nice work so far. I started work on another parametric spool hub yesterday. I included my script. Feel free to use all, some or none of it. Forgive the mess, I kinda threw it together quickly without thinking of others reading it.</p><p>A couple features that I was shooting for:</p><p>Entirely printable (including center hub)<br />Interlocking connection in center of hub<br />Ability to change inside and out side of hub seperately<br />Tapper ability for both inside and outside of hub<br />low amount of plastic used<br />filament holes to hold during spooling then to tie loose end</p></blockquote></div><p>This looks good.&nbsp; I think I might grab this and tinker wit it sometime.&nbsp; What about making the joins symmetrical so that the 2 halves are actually identical?&nbsp; That way if something breaks, etc you can interchange.</p>]]></content>
			<author>
				<name><![CDATA[CraigRK]]></name>
				<uri>https://www.soliforum.com/user/1188/</uri>
			</author>
			<updated>2013-07-11T17:41:03Z</updated>
			<id>https://www.soliforum.com/post/29571/#p29571</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Ultimate Spool]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/29568/#p29568" />
			<content type="html"><![CDATA[<p>(s)he wants to print it in one piece.. so it will prevent overhang and needs of support</p>]]></content>
			<author>
				<name><![CDATA[RavensCrest]]></name>
				<uri>https://www.soliforum.com/user/651/</uri>
			</author>
			<updated>2013-07-11T16:56:16Z</updated>
			<id>https://www.soliforum.com/post/29568/#p29568</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Ultimate Spool]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/29555/#p29555" />
			<content type="html"><![CDATA[<p>Jesse, out of interest whats the reason for the sloped sides in your spool?</p>]]></content>
			<author>
				<name><![CDATA[reesy]]></name>
				<uri>https://www.soliforum.com/user/1822/</uri>
			</author>
			<updated>2013-07-11T10:54:24Z</updated>
			<id>https://www.soliforum.com/post/29555/#p29555</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Ultimate Spool]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/29549/#p29549" />
			<content type="html"><![CDATA[<p>Jesse,</p><p>Nice work so far. I started work on another parametric spool hub yesterday. I included my script. Feel free to use all, some or none of it. Forgive the mess, I kinda threw it together quickly without thinking of others reading it.</p><p>A couple features that I was shooting for:</p><p>Entirely printable (including center hub)<br />Interlocking connection in center of hub<br />Ability to change inside and out side of hub seperately<br />Tapper ability for both inside and outside of hub<br />low amount of plastic used<br />filament holes to hold during spooling then to tie loose end</p><p>I know you would like them to be one piece, but maybe you can use something here?</p>]]></content>
			<author>
				<name><![CDATA[2n2r5]]></name>
				<uri>https://www.soliforum.com/user/1906/</uri>
			</author>
			<updated>2013-07-11T01:38:31Z</updated>
			<id>https://www.soliforum.com/post/29549/#p29549</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Ultimate Spool]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/29547/#p29547" />
			<content type="html"><![CDATA[<p>I&#039;m designing a spool that can be printed in one piece.</p><p>Here&#039;s a prototype, scaled to approximately the size of a cupcake.&nbsp; </p><p>PLA at 0.4 mm layers and 33% infill.</p><p><a href="http://imgur.com/JWOBRp5"><span class="postimg"><img src="http://i.imgur.com/JWOBRp5l.jpg" alt="http://i.imgur.com/JWOBRp5l.jpg" /></span></a><br /><a href="http://imgur.com/SgkETA2"><span class="postimg"><img src="http://i.imgur.com/SgkETA2l.jpg" alt="http://i.imgur.com/SgkETA2l.jpg" /></span></a></p><p>There&#039;s plenty of room to remove material.&nbsp; I haven&#039;t started with that yet.</p><br /><p><span class="bbu">OpenSCAD code</span><br /></p><div class="codebox"><pre><code>difference(){
    cylinder(r1=10,r2=5,h=5,$fn=50);
    cylinder(r=2,h=10,$fn=50);
}

translate([0,0,10])
difference(){
    cylinder(r1=5,r2=10,h=5,$fn=50);
    cylinder(r=2,h=10,$fn=50);
}


translate([0,0,3])
difference(){
    cylinder(r=5,h=10,$fn=50);
    cylinder(r=2,h=10,$fn=50);
}</code></pre></div><p>The angles are nearly 30, 60, 90.</p>]]></content>
			<author>
				<name><![CDATA[jesse]]></name>
				<uri>https://www.soliforum.com/user/1984/</uri>
			</author>
			<updated>2013-07-11T00:23:41Z</updated>
			<id>https://www.soliforum.com/post/29547/#p29547</id>
		</entry>
</feed>
