<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- generator="FeedCreator 1.7.2-ppt (info@mypapit.net)" -->
<rss version="2.0">
    <channel>
        <title>Thingiverse - Cynar's Favorite Things</title>
        <description><![CDATA[Keep up to date on all the things that Cynar thinks are cool.]]></description>
        <link>http://www.thingiverse.com/Cynar/favorites</link>
        <lastBuildDate>Mon, 20 May 2013 00:49:39 +0100</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt (info@mypapit.net)</generator>
        <language>en-us</language>
        <copyright>Copyright 2013, Thingiverse.com</copyright>
        <item>
            <title>Parametric pulley - lots of tooth profiles</title>
            <link>http://www.thingiverse.com/thing:16627</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:16627"><img src="http://thingiverse-production.s3.amazonaws.com/renders/45/e4/4f/48/cf/Pulleys_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>This thing will create a range of metric and imperial tooth profile pulleys, with any number of teeth, specified in the Openscad file.<br />
Tooth profiles currently supported are MXL, 40DP, XL, L, T2.5, T5, T10, AT5, HTD (3mm, 5mm, 8mm) and GT2 (2mm, 3mm 5mm).<br />
NOTE: error in script regarding L and H pulleys spotted by OSTycoon (see comments) - the script says H, but actually it is L profile. <br />
There are a range of editable parameters for editing the fit of the tooth (to account for printer variation), the pulley base, captive nut(s) slot for the set screw, motor shaft diameter, pulley height and belt retainers.<br />
The attached stls are reference pulleys, mostly around the size used on repraps.<br />
<br />
Details<br />
After creating the parametric pulley <a href="http://www.thingiverse.com/thing:11256" target="_blank" rel="nofollow">thingiverse.com/thing:11256</a> I realised this way of modelling them was only going to work for square-toothed pulleys, and a way of producing pulleys for belts with better characteristics for linear motion was required. I found dxf drawings of the relevant tooth profiles here <a href="http://oem.cadregister.com/asp/PPOW_Entry.asp?company=915217&elementID=07807803/METRIC/URETH/WV0025/F" target="_blank" rel="nofollow">oem.cadregister.com/asp/PPOW_Entry.asp?company=915217&elementID=07807803/METRIC/URETH/WV0025/F</a> and modelled pulley diameter from data here <a href="http://www.sdp-si.com/D265/HTML/D265T016.html" target="_blank" rel="nofollow">sdp-si.com/D265/HTML/D265T016.html</a><br />
There were a couple of possible approaches to importing the data, I chose to simplify the bezier curve dxf data in Inkscape, producing vertices with a resolution of around 0.05-0.1mm for each tooth. Another advantage is the the pulleys have the tooth ramp for smooth entry and exit of the belt tooth into the pulley. I'm not really sure 3D printers can take full advantage of this yet, but quality is improving all the time!<br />
If other tooth profiles are required, or you model any, please pass them on to me and I will include them.<br />
<br />
22 March 2012 - Updated for issue spotted by mfinn - see comments
</div>]]></description>
            <author>droftarts</author>
            <pubDate>Sat, 28 Jan 2012 10:24:41 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:16627</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/07/04/aa/8f/57/Pulley_T-MXL-XL-HTD-GT2_Outside_Diameter.xls" length="805376" type="application/octet-stream"/>
        </item>
        <item>
            <title>Wade goes Fishing</title>
            <link>http://www.thingiverse.com/thing:5268</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:5268"><img src="http://thingiverse-production.s3.amazonaws.com/renders/a5/94/d9/18/de/wade_goes_Fishing_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>Herringbone Gears for Wade 9/47<br />
<br />
Derivate of <a href="http://www.thingiverse.com/thing:4964" target="_blank" rel="nofollow">thingiverse.com/thing:4964</a>
</div>]]></description>
            <author>Stoffel15</author>
            <pubDate>Thu, 23 Dec 2010 10:03:52 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:5268</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/d5/aa/86/cf/ac/Wade_gear_47_fish.stl" length="371884" type="application/sla"/>
        </item>
        <item>
            <title>OpenJsCad: like OpenSCAD, but using JavaScript</title>
            <link>http://www.thingiverse.com/thing:16272</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:16272"><img src="http://thingiverse-production.s3.amazonaws.com/renders/c9/d7/12/02/5b/openjscad_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>Not sure how to announce this other than by uploading a 'thing'. So here is one.<br />
<br />
Enthousiastic about OpenSCAD but somewhat frustrated by the limitations of its language, I've worked on an alternative using Javascript. It's free, completely open source, still seriously under construction, based on Evan Wallace's CSG.js library and can be used from within the Chrome browser.<br />
<br />
Launch your Chrome browser and go to: <a href="http://joostn.github.com/OpenJsCad/" target="_blank" rel="nofollow">joostn.github.com/OpenJsCad/</a><br />
<br />
The benefits over openSCAD are mainly in the language itself: you can use dynamic arrays for example, and solids can be stored in variables.<br />
<br />
UPDATE: I've added a parser for local files as well. Create your own .jscad files, go to <br />
<a href="http://joostn.github.com/OpenJsCad/processfile.html" target="_blank" rel="nofollow">joostn.github.com/OpenJsCad/processfile.html</a> to parse them into an STL file.<br />
<br />
UPDATE 2: Here's my first real thing designed with OpenJsCad:<br />
<a href="http://www.thingiverse.com/thing:16329" target="_blank" rel="nofollow">thingiverse.com/thing:16329</a><br />
<br />
UPDATE 3: Now with interactive parameter editing! Check out:<br />
<a href="http://joostn.github.com/OpenJsCad/gearsdemo.html" target="_blank" rel="nofollow">joostn.github.com/OpenJsCad/gearsdemo.html</a><br />
<br />
Syntax has been changed slightly! Solids must now be constructed in, and returned from, the main() function. Previously this was done in global scope of the script.
</div>]]></description>
            <author>joostn</author>
            <pubDate>Fri, 20 Jan 2012 10:40:56 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:16272</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/20/44/8e/85/17/1.stl" length="420879" type="application/sla"/>
        </item>
        <item>
            <title>Aluminum Mendel</title>
            <link>http://www.thingiverse.com/thing:16076</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:16076"><img src="http://thingiverse-production.s3.amazonaws.com/renders/70/a9/80/07/b9/side_iso_1_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>This MendelMax inspired printer is compact, lightweight, and totally self contained.  Nothing protrudes beyond the frame.  Z axis motors are mounted low, and thrust bearings carry the weight.  Note that the z axis uses the aluminum extrusion for a guide, saving space and expense. The linear bearings and belt and pulley upgrades give high quality prints.  All dimensions are chosen so that you can use 4 smooth rods and 2 threaded rods, plus all other parts from you mendel.<br />
All parts are easy to print without support. The 60 W onboard power supply runs the motors and extruder heater.  The heated bed used a 120 vac and a solid state relay.  The extruder is very accessible. The heatsinks on the extruder are optional, but help keep thing cool when printing ABS. <br />
<br />
See BOM and exploded veiw of X axis below<br />
<br />
I added a pdf of an exploded frame drawing 1/19/12<br />
<br />
Wire clips and T-slot cover for Misumi extrusions are at <a href="http://www.thingiverse.com/thing:16344" target="_blank" rel="nofollow">thingiverse.com/thing:16344</a><br />
<br />
Below is a zipped archive of all the Inventor source files.<br />
<br />
Full BOM added per several requests.<br />
<br />
.stp files added.<br />
<br />
See video of this printer at <a href="http://youtu.be/JysNv3Hi67k" target="_blank" rel="nofollow">youtu.be/JysNv3Hi67k</a>
</div>]]></description>
            <author>dkennell</author>
            <pubDate>Mon, 16 Jan 2012 18:44:56 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:16076</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/99/ee/49/fb/64/end_cap.stl" length="66584" type="application/sla"/>
        </item>
        <item>
            <title>Synchromesh Cable (3.81mm pitch) Drive Pulley</title>
            <link>http://www.thingiverse.com/thing:16088</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:16088"><img src="http://thingiverse-production.s3.amazonaws.com/renders/e7/5a/6c/77/5e/IMG_0199_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>UPDATE: I have added the OpenSCAD source used to generate this pulley, plus the idler for a 608Z bearing.<br />
<br />
Here is a printable Synchromesh drive pulley for 3.81mm pitch cable with a simple interference fit and 15 grooves.  I'm using this on my printers with results just as good a the purchased commercial pulleys.  Here's a video:<br />
<br />
<a href="http://youtu.be/woZara2NKUc" target="_blank" rel="nofollow">youtu.be/woZara2NKUc</a><br />
<br />
If you're not familiar with Synchromesh Cable see my other thing:<br />
<br />
<a href="http://www.thingiverse.com/thing:15923" target="_blank" rel="nofollow">thingiverse.com/thing:15923</a><br />
<br />
In the future I plan to release a version with a set screw or clamp etc.  So far this hasn't slipped for me and I've been printing non-stop for several hours with it.<br />
<br />

</div>]]></description>
            <author>granz</author>
            <pubDate>Mon, 16 Jan 2012 21:12:06 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:16088</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/ce/a7/73/f4/79/SynchromeshPulley.stl" length="249938" type="application/sla"/>
        </item>
        <item>
            <title>Synchromesh Cable Idler Pulley for 608 bearings</title>
            <link>http://www.thingiverse.com/thing:15923</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:15923"><img src="http://thingiverse-production.s3.amazonaws.com/renders/b9/fe/a4/dc/55/IMG_0188_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>This is an idler pulley for using Synchromesh Cable from SDP/SI ( <a href="https://sdp-si.com/eStore/PartDetail.asp?Opener=Group&PartID=84751&GroupID=768" target="_blank" rel="nofollow">sdp-si.com/eStore/PartDetail.asp?Opener=Group&PartID=84751&GroupID=768</a> ) in place of belts for linear motion on RepRap style printers.  You can see a video of my Prusa printing with these cables here:<br />
<br />
<a href="http://youtu.be/0GMzYMI6rf8" target="_blank" rel="nofollow">youtu.be/0GMzYMI6rf8</a><br />
<br />
Using this cable and non-printed pulleys gives zero backlash for me and is a nice upgrade from T5 or XL belts.  It's also fairly cheap and very lightweight.
</div>]]></description>
            <author>granz</author>
            <pubDate>Sat, 14 Jan 2012 15:44:37 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:15923</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/94/90/fa/ee/ec/SynchromeshIdler.stl" length="1150146" type=""/>
        </item>
        <item>
            <title>Moineau stepper extruder</title>
            <link>http://www.thingiverse.com/thing:15538</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:15538"><img src="http://thingiverse-production.s3.amazonaws.com/renders/db/c8/ba/34/08/6648304591_5ecd0838da_b_preview_large.jpg" alt="20120106-0473.jpg" class="render" style="width: 240px; height: 180px" /></a><br/>20120106-0473.jpg</div><div>Paste extruder based on the Moineau pump principle.<br />
<br />
The pump geometry is based on <a href="http://www.thingiverse.com/thing:7958" target="_blank" rel="nofollow">thingiverse.com/thing:7958</a><br />
<br />
<i>Should</i> work as a plug-in replacement for a hot plastic extruder in a 3D printer. However, I have NOT used this to actually print anything. I'm just publishing it in case someone else wants to try it out. (I think it's ready for printing a very small pizza without toppings, but beyond that I cannot say.)<br />
<br />
Almost everything is parametrized and adjustable from the SCAD file. However, the resulting design should be evaluated to see if it is still sane after adjustment, since not all of the features are automatically calculated. Particularly the flange and driveshaft diameters must be adjusted by hand to match the other measurements.<br />
<br />
See it in action: <a href="http://youtu.be/OHQiKuQvuEU" target="_blank" rel="nofollow">youtu.be/OHQiKuQvuEU</a><br />
<br />
Note: obviously it is impossible to build an object from material that flows on it's own - the object would not hold it's shape. So in practice the material has to either be pulled into the extruder by a negative pressure (impossible with PLA printed pump parts) or pushed into the extruder by a positive pressure. In either case the motor axle has to be sealed, or it would either relieve the negative pressure or allow the material to flow up and out from the inlet block.
</div>]]></description>
            <author>ttsalo</author>
            <pubDate>Fri, 06 Jan 2012 14:25:21 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:15538</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/b5/bf/8c/ab/eb/MoineauStepper.scad" length="8209" type="application/octet-stream"/>
        </item>
        <item>
            <title>Vacuum pick and place head for 3-axis machine v0.0</title>
            <link>http://www.thingiverse.com/thing:4070</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:4070"><img src="http://thingiverse-production.s3.amazonaws.com/renders/69/6c/f0/d8/b3/tn_pnphead-front_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>This is a vacuum pick-and-place head design for automated electronic assembly. It features a stepper-driven rotary head with Luer-Lock port for interchangeable needles, and a feature for attachment of an "eyeball" style Webcam for optical placement (you can modify to support your own favorite camera). Vacuum is provided to the head via flex (fishpump) tubing.
</div>]]></description>
            <author>Drmn4ea</author>
            <pubDate>Sun, 12 Sep 2010 03:16:42 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:4070</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/8c/44/2e/ec/26/head-bot.cb" length="8242" type="application/octet-stream"/>
        </item>
        <item>
            <title>3D Printable Replacement Parts for Plastruder MK5/MK6 Support</title>
            <link>http://www.thingiverse.com/thing:14320</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:14320"><img src="http://thingiverse-rerender.s3.amazonaws.com/renders/8a/83/dc/f2/17/replacement_rainbow_bridge_V1.1_A_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>Most of my acrylic parts have been slightly cracked but stable for a long time. However since I got an MK6 Stepper and have begun ratcheting up the speeds these cracks seem to have grown... One acrylic extruder plate broke the other day (thankfully the MK6 upgrade kit came with a spare). So here are some quickly generated drop-in replacement printable .STL part files for the "Rainbow bridge" that supports the MK5/6 extruder. A more printer compatible support design could be made but the convenience of drop in replacement parts should not be over looked!<br />
<br />
Oh, note that the largest part comes in 2 halves that lock together like jigsaw pieces. I would recommend gluing or acetoning these together.<br />
<br />
Also, the narrow slots beneath the nut holes are for M3 washers as otherwise I feel the nut will get pulled into the plastic if you over tighten it.<br />
<br />
To completely replace your Rainbow bridge you will need:<br />
2x replacement_rainbow_bridge_V1.1_A.stl<br />
2x replacement_rainbow_bridge_V1.1_B.stl<br />
2x replacement_rainbow_bridge_V1.1_cross_brace.stl<br />
1x replacement_rainbow_bridge_V1.1_left_foot<br />
1x replacement_rainbow_bridge_V1.1_right_foot<br />
1x replacement_rainbow_bridge_V1.1_top
</div>]]></description>
            <author>M_G</author>
            <pubDate>Mon, 05 Dec 2011 15:53:24 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:14320</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/3b/22/de/74/b8/replacement_rainbow_bridge_V1.1_2004.dwg" length="339921" type="image/vnd.dwg"/>
        </item>
        <item>
            <title>North90's Compact and Easy to build hot-end V2</title>
            <link>http://www.thingiverse.com/thing:14708</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:14708"><img src="http://thingiverse-production.s3.amazonaws.com/renders/99/36/c8/20/7c/north9o_he_v2_finished_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>A compact Hot-end that can be build without high-tech tools and materials.<br />
And you don't need great engineering skills either ;)<br />
The total length can be as small as 30mm (between top mount and nozzle)!
</div>]]></description>
            <author>north90ty</author>
            <pubDate>Sat, 17 Dec 2011 00:31:50 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:14708</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/b4/f9/ec/48/09/north90ty_hot_end_v2.stl" length="84098" type="application/sla"/>
        </item>
        <item>
            <title>Big Z</title>
            <link>http://www.thingiverse.com/thing:14610</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:14610"><img src="http://thingiverse-production.s3.amazonaws.com/renders/d2/95/ac/5b/6b/IMG_4066_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>This is an extended Z axis for a Makerbot Cupcake using LM8UU linear bearings and 8mm rods.  It currently prints to a smidge under 200mm.  The idea was to design this around a stiff spine for support using as few parts as possible.<br />
<br />
Although this works great, it is a work in progress and I plan to replace the threaded rod from the original Z axis with an Acme rod sometime in the next few weeks.  Even my least wobbly threaded rod is so wobbly that it still has an effect!<br />

</div>]]></description>
            <author>Zydac</author>
            <pubDate>Wed, 14 Dec 2011 16:31:00 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:14610</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/0f/a3/98/9f/6d/ZTop.stl" length="710569" type="application/sla"/>
        </item>
        <item>
            <title>Belt Splitter</title>
            <link>http://www.thingiverse.com/thing:14622</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:14622"><img src="http://thingiverse-production.s3.amazonaws.com/renders/ee/09/16/9e/df/2011-12-14_16.23.57_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>This tool splits your 10mm wide belts into two 5mm belts.
</div>]]></description>
            <author>rhinogren</author>
            <pubDate>Wed, 14 Dec 2011 19:49:39 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:14622</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/1e/dd/bc/15/2d/belt_splitter_block.scad" length="4884" type="application/octet-stream"/>
        </item>
        <item>
            <title>a flightcase for a prusa</title>
            <link>http://www.thingiverse.com/thing:14514</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:14514"><img src="http://thingiverse-production.s3.amazonaws.com/renders/37/84/a9/fc/50/DSC_0666_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>i wanted something to put my printer in so i build it a flightcase<br />
things i wanted:<br />
- it had to look cool, so no square box<br />
- it had to be able to print, both open and closed<br />
- L shaped, so i could add a spool holder<br />
- windows to see it print<br />
- less than 1/2 sheet wood (flightcase wood is very expensive, and most vendors will sell you a 4ft by 4ft sheet)<br />
<br />
all in all, flightcases aren't cheap, and mine came out at 180€ with everything<br />
there are 2 good flightcase suppliers (adam hall and penn) about 98% of all flightcases i see at my job are from one or the other<br />
on this one i used adam hall material, so i'll provide you a part list from them<br />

</div>]]></description>
            <author>crankbmx</author>
            <pubDate>Sun, 11 Dec 2011 17:08:20 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:14514</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/2b/10/35/0b/cd/flightcase.skp" length="7747078" type="application/octet-stream"/>
        </item>
        <item>
            <title>Steampunk Octopus By Dizingof</title>
            <link>http://www.thingiverse.com/thing:14441</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:14441"><img src="http://thingiverse-production.s3.amazonaws.com/renders/ab/1b/48/ff/23/octopus2_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>With the greater spread of high detail DIY 3d printers, here is a model to be printed with as thin layer height as possible to get high quality , high poly sculpture.<br />
<br />
(actual pics are a 3d print in Stainless steel)<br />
<br />
<b>My downloadable design files:</b><br />
<a href="http://www.ponoko.com/showroom/Dizingof" target="_blank" rel="nofollow">ponoko.com/showroom/Dizingof</a><br />

</div>]]></description>
            <author>Dizingof</author>
            <pubDate>Fri, 09 Dec 2011 04:58:05 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:14441</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/ec/d3/ce/87/21/Steampunk_Octopus.stl" length="16706184" type="application/sla"/>
        </item>
        <item>
            <title>Vogal the Dragon</title>
            <link>http://www.thingiverse.com/thing:14151</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:14151"><img src="http://thingiverse-rerender.s3.amazonaws.com/renders/ba/74/dd/a5/07/vogal_assembled_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>So I got into doing Renaissance acting this year and got to thinking, what would it be like if you had a real life dragon?  Here is as far as I've gotten so far with that thought, the eventual plan is to make this dragon attonomous, but at the moment he is controlled with duel sliding joysticks that control the height and rotation of his head, how wide his wings are spread and the angle of the wings (I'll add in controls for the tail later).  The joysticks will eventually be replaced with IR sensors and an accelerometer, but I'm still working on those baby steps.<br />
<br />
The model does use a derivative of the dragon head: <a href="http://www.thingiverse.com/thing:1466" target="_blank" rel="nofollow">thingiverse.com/thing:1466</a><br />
<br />
Any help with the programming would be greatly appreciated.
</div>]]></description>
            <author>TheRat</author>
            <pubDate>Wed, 30 Nov 2011 23:34:48 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:14151</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/10/5b/b4/3e/e0/vogal_assembled.stl" length="9006284" type="application/sla"/>
        </item>
        <item>
            <title>Cupcake Fume Hood</title>
            <link>http://www.thingiverse.com/thing:14087</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:14087"><img src="http://thingiverse-production.s3.amazonaws.com/renders/3b/59/82/91/e9/6097464637_6282ea9eaf_b_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>This set of parts adds a fume hood to your Cupcake CNC that's meant to be used along with the Cupcake "oven" covers:<br />
<a href="http://www.thingiverse.com/thing:13937" target="_blank" rel="nofollow">thingiverse.com/thing:13937</a><br />
<br />
There are holes for the filament feed, Z-rod access (for both left and right handed user), and a 3" port that you can hook up to the air handling solution of your choice (maybe this? <a href="http://www.thingiverse.com/thing:7152" target="_blank" rel="nofollow">thingiverse.com/thing:7152</a>).  It sets on the top bolts of the Cupcake for easy installation an removal.<br />
<br />
More pics here:<br />
<a href="http://flickr.com/photos/builttospec/6103855648/in/photostream" target="_blank" rel="nofollow">flickr.com/photos/builttospec/6103855648/in/photostream</a>
</div>]]></description>
            <author>builttospec</author>
            <pubDate>Mon, 28 Nov 2011 22:47:31 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:14087</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/bc/42/ca/69/ab/cupcake-fume-hood-060-PETG.dxf" length="166769" type="image/vnd.dxf"/>
        </item>
        <item>
            <title>RC Airplane Bomb Drop</title>
            <link>http://www.thingiverse.com/thing:14190</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:14190"><img src="http://thingiverse-production.s3.amazonaws.com/renders/ec/1d/28/55/5b/C360_2011-12-01-22-28-37_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>  The local RC airplane club that I belong to wanted a way to attach a bomb to an airplane and drop it on a target. We will use these as part of a compatition at our fun flys. 
</div>]]></description>
            <author>foxdewayne</author>
            <pubDate>Thu, 01 Dec 2011 23:54:10 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:14190</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/fd/72/00/97/30/bomb_bracket.skp" length="48824" type="application/octet-stream"/>
        </item>
        <item>
            <title>Battleshots</title>
            <link>http://www.thingiverse.com/thing:13846</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:13846"><img src="http://thingiverse-production.s3.amazonaws.com/renders/01/a0/31/2b/ec/003_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>Just in time for Holiday Season – an ideal Christmas Gift for the university students in your life!<br />
<br />
Game play:<br />
...<br />
Player 1:	B4<br />
Player 2:	Hit! (Glug, glug, glug) ... C7<br />
Player 1:	Miss! ... B5<br />
Player 2:	Hit – you sank my Destroyer! (Glug, glug, glug) ... D4<br />
...<br />
(Well, I’m sure you get the gist by now.)<br />
<br />
These designs were made for a friend who was sent an e-mail of a drinking game which has been doing the rounds lately:   <a href="http://www.motifake.com/image/demotivational-poster/1011/battleshots-fun-games-demotivational-poster-1289595810.jpg" target="_blank" rel="nofollow">motifake.com/image/demotivational-poster/1011/battleshots-fun-games-demotivational-poster-1289595810.jpg</a> <br />
<br />
The ship designs were created in Alibre Personal, for a cheap plastic disposable shot glass (28 mm base diameter; 41 mm top diameter; 41 mm high; to be played on a 48 mm x 48 mm grid). The models are parametric, so can be easily edited for different governing dimensions; but sorry, I am not clever enough to do this sort of modelling as parametric models on OpenSCAD. For alternative sized glasses, if you don’t have access to Alibre, you could just scale the STL files, or model something similar yourself using OpenSCAD, or other CAD software of your choice.<br />
<br />
The models are hollow shells without a bottom (to save material), and should be able to print OK without internal support, as long as you have “bridging” working OK. <br />
<br />
[Edit: On reflection, I think you will probably need external support for the Aircraft Carrier models, because of the overhanging "flight deck".]<br />
<br />
Note that the 4-shotglass Battleship (212.3 mm long) and the 5-shotglass Aircraft Carrier (264.5 mm long) are too big to be printed on my Prusa Mendel, but I have included them for anyone who has a bigger print bed (or wants to scale them down for a smaller shotglass). The 4-shotglass Battleship will however fit when printed at 45-degree orientation (159.2 mm x 159.2 mm). The 4-shotglass Small Aircraft Carrier is there because – well, every Navy has to have at least ONE aircraft carrier (to be the flagship!)
</div>]]></description>
            <author>julianh72</author>
            <pubDate>Tue, 22 Nov 2011 03:07:23 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:13846</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/75/a6/50/bb/51/Parametric_BattleShot_Destroyer.stl" length="89184" type="application/sla"/>
        </item>
        <item>
            <title>Cat Carrier</title>
            <link>http://www.thingiverse.com/thing:13919</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:13919"><img src="http://thingiverse-production.s3.amazonaws.com/renders/05/cb/31/fb/bf/Cat_carrier_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>Feeling frivolous today. I decided to have some fun with my 3d printer. Printed in kitten size.<br />
The zip file is Solidworks files.
</div>]]></description>
            <author>ronthomp</author>
            <pubDate>Wed, 23 Nov 2011 17:41:03 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:13919</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/19/1a/b0/b3/16/Cat_carrier.zip" length="678350" type="application/zip"/>
        </item>
        <item>
            <title>3G 5D Shield</title>
            <link>http://www.thingiverse.com/thing:11837</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:11837"><img src="http://thingiverse-production.s3.amazonaws.com/renders/97/2f/cc/29/d9/6310933495_5a4666f67c_b_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>Making those old red Gen3 motherboards more like a Gen4 motherboard.<br />
<br />
You can buy one in the MakerBot Store! <a href="http://store.makerbot.com/3g-5d-shield-for-cupcake.html" target="_blank" rel="nofollow">store.makerbot.com/3g-5d-shield-for-cupcake.html</a><br />
<br />
This is a shield for the Gen3 Motherboard that allows connecting a fourth stepper (for controlling a stepper-extruder) directly to the motherboard. This is my "sorry guys" for coming up with the firmware changes and that ugly cable hack that was used to connect the Gen3 EC to an external stepper.<br />
<br />
Note: I fixed a glitch in the RPM variants of the Machines.xml files. Sorry about that.<br />
<br />
Below you can download a file "3G_5D_Profiles.zip" that contains three profiles: <br />
<br />
A skeinforge 40 profile, called "3G 5D (Dimension) Example v2," that is the same profile I use with both Gen3+Shield and Gen4 motherboards. Note that this profile is NOT for use the RPM variants of the machines files. <br />
<br />
Two skeinforge 35 profiles, called "3G 5D Shield (RPM) 1.75mm ABS MK7" and "3G 5D Shield (RPM) 1.75mm PLA MK7," that can be really be used with any stepper-driven extruder. These are for use with the RPM variants of the machine files.<br />
<br />
<b>Update Oct 2nd, 2011</b>: I just updated the hex file with endstop fixes. I also uploaded a new firmware based on 3.0 that will work better with RepG26. You will need to update the EC to 3.0 as well. The stock EC firmware will work. The source for the new 3.0 fimware is here: <a href="https://github.com/giseburt/G3Firmware/tree/3G-5D-Shield-3.0" target="_blank" rel="nofollow">github.com/giseburt/G3Firmware/tree/3G-5D-Shield-3.0</a><br />
<br />
<b>Update Nov 4th, 2011</b>: I've added an E-Stop connector and associated circuitry to make it reset the bot in case of a failure. Because of this I've changed the pricing slightly.<br />
<br />
<b> Update Nov 13th, 2011</b>: I've fixed a glitch in the 5D machines file for use with RepG27.
</div>]]></description>
            <author>tinkerings</author>
            <pubDate>Sat, 24 Sep 2011 16:41:50 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:11837</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/da/8e/b2/b5/3f/MB-rrmbv12-v3.0-3G-5D-Shield.hex" length="73184" type="application/octet-stream"/>
        </item>
        <item>
            <title>Extruder Calibration Tool</title>
            <link>http://www.thingiverse.com/thing:13554</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:13554"><img src="http://thingiverse-production.s3.amazonaws.com/renders/e8/dc/c6/83/5a/IMG_20111111_135452_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>I recently upgraded my extruder and I needed a straw to assist with the calibration. I couldn't find one so I made this, which worked great.
</div>]]></description>
            <author>polymaker</author>
            <pubDate>Sat, 12 Nov 2011 19:35:47 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:13554</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/0f/36/67/49/1b/100mm.stl" length="15648" type="application/sla"/>
        </item>
        <item>
            <title>Android Bluetooth Reprap App</title>
            <link>http://www.thingiverse.com/thing:13506</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:13506"><img src="http://thingiverse-production.s3.amazonaws.com/renders/d6/36/3a/ee/30/shot_000006_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>An early development version of the Bluetooth RepRap control app. Interfaces with a Bluetooth serial module that is connected to the RepRap's rx/tx lines.<br />
<br />
If you want to use it with an alt serial port, You'll need to use my sprinter fork that has alt serial support.  As a bonus, this version of sprinter also supports the high(er) speed file transfer that is built in to the app.<br />
<br />
This SHOULD also be compatible with makerbots as long as you're willing to mod the electronics.<br />
<br />
Bluetooth module i used: <a href="http://sparkfun.com/products/10269" target="_blank" rel="nofollow">sparkfun.com/products/10269</a><br />
Custom Sprinter Firmware: <a href="https://github.com/pipakin/Sprinter" target="_blank" rel="nofollow">github.com/pipakin/Sprinter</a><br />
Code is available here: <a href="http://github.com/pipakin/Android-Bluetooth-Reprap" target="_blank" rel="nofollow">github.com/pipakin/Android-Bluetooth-Reprap</a><br />
Market Link: <a href="https://market.android.com/details?id=com.hermit.btreprap" target="_blank" rel="nofollow">market.android.com/details?id=com.hermit.btreprap</a><br />
Market Link (free): <a href="https://market.android.com/details?id=com.hermit.btreprap.free" target="_blank" rel="nofollow">market.android.com/details?id=com.hermit.btreprap.free</a><br />
<br />
Supports:<br />
Axis movement and homing<br />
Temperature control (temperature status NYI)<br />
SD card listing<br />
Printing from SD Card<br />
Pushing files to the RepRap SD card<br />
Printing directly from the android phone<br />
High(er) speed file transfer with custom Sprinter firmware<br />
<br />
TODO:<br />
Installation manual for Bluetooth module<br />
Inquiry scan to show unpaired devices<br />
<br />
Known Issues:<br />
If Bluetooth isn't enabled, it can sometimes cause a force close.<br />
If the Bluetooth signal isn't good enough the app might get stuck on initialization.<br />
If the phone goes to sleep the Bluetooth connection doesn't re-initialize properly (for now the program won't let the phone sleep)<br />
You need to pair with your bluetooth device BEFORE running the program.  The program only queries for already bonded devices.<br />
<br />
UPDATE:<br />
After a conversation with Kliment, I think it should be fine to attach it to the primary serial port, as long as both the bluetooth module and the usb aren't trying to send at the same time.<br />
<br />
CHANGELOG:<br />
<br />
0.2.0<br />
* Added upload option to send files to the RepRap<br />
* Added bed temperature support
</div>]]></description>
            <author>pipakin</author>
            <pubDate>Fri, 11 Nov 2011 11:24:50 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:13506</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/db/37/02/ca/76/Android-Bluetooth-Reprap-4bd94f9.zip" length="35698" type="application/zip"/>
        </item>
        <item>
            <title>Printable Handcuffs v1.0 - Combined</title>
            <link>http://www.thingiverse.com/thing:13440</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:13440"><img src="http://thingiverse-production.s3.amazonaws.com/renders/d1/12/b7/48/16/cuffs_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>This file contains all parts needed to create one set of cuffs. Beware that it took me over 3 hours to generate gcode for this file with Skeinforge. 
</div>]]></description>
            <author>raggie</author>
            <pubDate>Wed, 09 Nov 2011 02:14:58 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:13440</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/cf/67/46/da/0c/combined_cuffs.stl" length="9543084" type="application/sla"/>
        </item>
        <item>
            <title> Nanode  Version 5 (London Hackspace Version)</title>
            <link>http://www.thingiverse.com/thing:7497</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:7497"><img src="http://thingiverse-production.s3.amazonaws.com/renders/64/bd/9c/32/ee/Nanode5_runs_blink_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>Nanode - A Network Application Node.<br />
<br />
Nanode is like an Arduino but with ethernet/web connectivity.<br />
<br />
It also supports easy to use wireless and wired networks.  <br />
<br />
It has been developed as a low cost tool to allow simple sensor networks to be developed. <br />
<br />
It's the perfect platform for smart sensors, home automation, monitoring and control.<br />
<br />
It's through hole construction and the use of socketed DIP ICs makes it easy to build for the home constructor.<br />
<br />
It's been competetively priced so that it costs about the same as an Arduino (roughly $30 US, or £18).<br />
<br />
Without the ethernet parts it's sub $20 and can be used as a low cost Arduino "work-alike". It's compatible with most Arduino shields.<br />
<br />
It has some key advantages over the basic Arduino:<br />
<br />
1. Built in ethernet controller<br />
2. Unique MAC address ID<br />
3. Supports external EEPROM/FRAM/SRAM/Flash device for increased data storage<br />
4. Supports a simple wireless transceiver shield from Jee Labs.<br />
5. Supports a local multi-drop serial bus for wired networks of Master/Slaves<br />
6. Breadboard friendly I/O connectors bring all I/O out on a 0.1" pitch<br />
<br />
<br />
<br />
<br />
This is the productionised version of the Nanode for the London Hackspace. <br />
<br />
It's very much updated and includes a whole lot of new features.<br />
<br />
1.  SPI serial memory either SRAM, FRAM or EE for storing data and web pages,<br />
<br />
2. Microchip MAC chip so that it has a unique MAC address.<br />
<br />
3. Wireless Connectivity - plug a Jee Labs RFM12B module straight in to give a bi-directional wireless link.<br />
<br />
4.Moves the reset switch to where you can get at it - side actuated<br />
<br />
5. Moves the LED to where you can see it.<br />
<br />
6.Improved connector for local power/comms bus with 4 pin screw terminal block. Makes for simple interconnection with 4 way telephone cable.<br />
<br />
7. Adds the London Hackspace Logo, Pachube Logo and Arbour Wood Ltd details.<br />
<br />
8. Adds Auto-reset (from FTDI cable).<br />
<br />
9. Adds Virtual USB Vusb (Like Metaboard) for programming <a href="http://www.obdev.at/products/vusb/index.html" target="_blank" rel="nofollow">obdev.at/products/vusb/index.html</a><br />
 <a href="http://metalab.at/wiki/Metaboard" target="_blank" rel="nofollow">metalab.at/wiki/Metaboard</a><br />
 
</div>]]></description>
            <author>Monsonite</author>
            <pubDate>Fri, 01 Apr 2011 13:33:56 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:7497</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/48/15/4e/0c/51/Introducing_Nanode_Pachube_Intnl.pptx" length="977399" type="application/octet-stream"/>
        </item>
        <item>
            <title>PNG23D</title>
            <link>http://www.thingiverse.com/thing:13355</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:13355"><img src="http://thingiverse-production.s3.amazonaws.com/renders/26/2b/28/2d/5b/6320206820_17123b2a27_b_preview_large.jpg" alt="png23D logo" class="render" style="width: 240px; height: 180px" /></a><br/>png23D logo</div><div>A tool to convert PNG images into 3D models. It currently exports models in STL and OpenSCAD formats and has a variety of parameters to control the output. <br />
<br />
It has several <a href="http://kyllikki.github.com/png23d/examples.html" target="_blank" rel="nofollow">kyllikki.github.com/png23d/examples.html</a> examples and good <a href="http://kyllikki.github.com/png23d/" target="_blank" rel="nofollow">kyllikki.github.com/png23d/</a> documentation.<br />
<br />
The Images and files I have provided here are from the tools examples and are just scratching the surface of what can be achieved.<br />

</div>]]></description>
            <author>kyllikki</author>
            <pubDate>Sun, 06 Nov 2011 16:44:46 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:13355</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/16/74/c3/c9/cb/debian-logo.stl" length="300184" type="application/sla"/>
        </item>
        <item>
            <title>Screwless Heart Gears</title>
            <link>http://www.thingiverse.com/thing:12208</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:12208"><img src="http://thingiverse-production.s3.amazonaws.com/renders/0d/49/8d/6c/71/heart1_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>At last, here is the much-requested 100% printable heart gears.  No more ugly bolt holes!  This was designed along the same lines as the screwless cube gears: <a href="http://www.thingiverse.com/thing:10483" target="_blank" rel="nofollow">thingiverse.com/thing:10483</a>, and in fact uses the exact same center block (though the pins are slightly shorter).  <br />
<br />
UPDATE: If you lack a 3D printer, you can now buy these from CarryTheWhat at <a href="http://www.etsy.com/shop/CarryTheWhat" target="_blank" rel="nofollow">etsy.com/shop/CarryTheWhat</a>.<br />
<br />
The size has been increased a bit from the previous version to accommodate the printed pins, so it now measures 100mm across when assembled.  Since everything is now printable, it should be easy to scale this design up or down as you see fit.  At this size it took me ~6 hours of printing time on my TOM.  
</div>]]></description>
            <author>emmett</author>
            <pubDate>Wed, 05 Oct 2011 09:44:59 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:12208</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/27/c2/92/81/84/heartgear1357.stl" length="2345287" type="application/sla"/>
        </item>
        <item>
            <title>Motorized Cube Gears</title>
            <link>http://www.thingiverse.com/thing:11253</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:11253"><img src="http://thingiverse-production.s3.amazonaws.com/renders/81/02/b3/58/0d/Photo_Sep_05_12_50_21_PM_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>A motorized version of Emmetts' Cube Gears. <br />
I built it (Emmett's that is) and was showing it around work. One of my favorite collaborators (Brian C.) and I were discussing motorizing it. I had visions of a tiny motor in the center, and was fussing over battery size, etc. when Brian suggested blowing a hole through one of the big corners and connecting a drive shaft to the center to an external motor. A quick look on Ebay found a motor, and when it came in the mail I started in on the design. I designed the parts in Alibre, sorry, OpenSCAD is a very impressive tool, but I am too CAD oriented). I did import the stl of the gear into Alibre. The zip file has the Alibre files and STEP AP203 exports as well.
</div>]]></description>
            <author>dougc314</author>
            <pubDate>Mon, 05 Sep 2011 17:00:53 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:11253</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/04/fd/07/eb/45/bgear1_motorflange2.stl" length="1109183" type="application/sla"/>
        </item>
        <item>
            <title>Screwless Cube Gears</title>
            <link>http://www.thingiverse.com/thing:10483</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:10483"><img src="http://thingiverse-production.s3.amazonaws.com/renders/21/b2/00/bd/53/Bcube1_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>Thank you, all of you who've made cube gears and posted pictures.  Since tbuser made these lovely pin connectors, <a href="http://www.thingiverse.com/thing:10288" target="_blank" rel="nofollow">thingiverse.com/thing:10288</a>, I figured it was high time to make a fully printable cube gear set.  Now you needn't bother buying any more screws: this one snaps together.<br />
<br />
UPDATE:  For anyone without access to a 3D printer, you can now buy these from caesia on her Etsy store:  <a href="http://www.etsy.com/shop/PlasticFusion" target="_blank" rel="nofollow">etsy.com/shop/PlasticFusion</a><br />
<br />
UPDATE:  New version uses tbuser's new pin connectors V2:  <a href="http://www.thingiverse.com/thing:10541" target="_blank" rel="nofollow">thingiverse.com/thing:10541</a>, is much stronger, and prints right-side-up.  This is practice for making a heart-gear version.<br />
<br />
This design also incorporates a couple of tricks that others may find useful.  The center block has two very narrow slices through it, which cause interior walls to form, which help keep the tops of the holes from sagging during printing.  Likewise, a cylinder is cut out of the interior of the gears, which serves two purposes.  First, it makes a strong internal support for the pin.  Second, it makes for less stringing between parts when you print four gears at once, because Skeinforge makes the head go from the center of one to the center of the other, so that the perimeters wipe off the nozzle.  <br />
<br />
UPDATE:  By popular demand, a new version of the center block has been uploaded (BcenterFlat.stl), which doesn't have any internal slits and is oriented to print on a large face.  This one is significantly easier to print, though the top and bottom holes do end up a touch tighter than the rest.
</div>]]></description>
            <author>emmett</author>
            <pubDate>Mon, 01 Aug 2011 10:03:00 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:10483</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/cb/d6/63/67/ae/center.stl" length="579292" type="application/sla"/>
        </item>
        <item>
            <title>Printable LM8UU-sized PLA bushing</title>
            <link>http://www.thingiverse.com/thing:12238</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:12238"><img src="http://thingiverse-production.s3.amazonaws.com/renders/67/5b/7b/a4/44/100_1817_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>Want to upgrade to LM8UUs in the future? Don't have any now? Don't want to print a heap of new parts when you do?<br />
<br />
Printable LM8UU-sized PLA bushing!<br />
<br />
These are sized to be a little tight fresh off the bed, but due to their design they wear in quickly - about 15 seconds of pushing up and down a smooth rod for me.<br />
<br />
If your printer makes them too tight or too loose, just adjust the ID in the scad file.<br />
<br />
Scad is fully parametric, should be able to make LM10UU or any other size if you wish.
</div>]]></description>
            <author>triffid_hunter</author>
            <pubDate>Thu, 06 Oct 2011 02:24:44 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:12238</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/a2/a3/78/c9/1e/printable-lm8uu_ID7.9.stl" length="149580" type="application/sla"/>
        </item>
        <item>
            <title>Dremel Turbine</title>
            <link>http://www.thingiverse.com/thing:13188</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:13188"><img src="http://thingiverse-production.s3.amazonaws.com/renders/87/d1/cd/8e/fd/Dremel_Turbine_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>Turn your Dremel into a blower or vacuum. It works really well!<br />
<br />
.75" ID output port, 2.15" inlet. Inlet bolt circle is 2.438" in diameter, and is for 6 4-40 bolts. <br />
<br />
Printed on a Fablicator!<br />
<a href="http://www.fablicator.com" target="_blank" rel="nofollow">fablicator.com</a><br />
<br />
EDIT: The Impeller I believe is backwards. It still works very well, though. I'm going to re-print a mirrored version to see if it makes any difference. <br />
<br />
EDIT2: The impeller works about the same despite being right or left handed. go figure. <br />
  <br />
<br />

</div>]]></description>
            <author>Landru</author>
            <pubDate>Wed, 02 Nov 2011 20:00:48 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:13188</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/29/f1/95/96/3b/Impeller.SLDPRT" length="2025984" type="application/octet-stream"/>
        </item>
    </channel>
</rss>
