<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- generator="FeedCreator 1.7.2-ppt (info@mypapit.net)" -->
<rss version="2.0">
    <channel>
        <title>Thingiverse - johnnyr's Favorite Things</title>
        <description><![CDATA[Keep up to date on all the things that johnnyr thinks are cool.]]></description>
        <link>http://www.thingiverse.com/johnnyr/likes</link>
        <lastBuildDate>Fri, 10 Feb 2012 15:53:31 +0100</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt (info@mypapit.net)</generator>
        <language>en-us</language>
        <copyright>Copyright 2012, Thingiverse.com</copyright>
        <item>
            <title>MOTORIZED screwless heart gears!</title>
            <link>http://www.thingiverse.com/thing:16442</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:16442"><img src="http://thingiverse-production.s3.amazonaws.com/renders/8e/0f/c7/b6/46/IMAG0064_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>Just modified the bottom gear of the screwless heart gears to fit my old kysan DC extruder motor (which turns very slowly on 5V USB XD)<br />
<br />
<a href="http://www.youtube.com/watch?v=YefD_BvxgzY" target="_blank" rel="nofollow">youtube.com/watch?v=YefD_BvxgzY</a>
</div>]]></description>
            <author>Zh4x0r</author>
            <pubDate>Tue, 24 Jan 2012 07:03:43 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:16442</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/ca/e4/d3/fe/6f/motorbase.stl" length="1605867" type="application/sla"/>
        </item>
        <item>
            <title>RepRap Wallace</title>
            <link>http://www.thingiverse.com/thing:14208</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:14208"><img src="http://thingiverse-production.s3.amazonaws.com/renders/7d/b3/ec/0b/e3/IMG_0956_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>This is a parametric Reprap printer based loosely on the Printrbot design. It is designed for NEMA14 motors, 6mm rods, and LM6UU bearings, though the hardware can be changed by modifying the parameters in the scad file.<br />
<br />
The printrbot variant is now on github: <a href="https://github.com/whosawhatsis/RepRap-Wallace" target="_blank" rel="nofollow">github.com/whosawhatsis/RepRap-Wallace</a><br />
<br />
There is a video of an axis test using Marlin on youtube: <a href="http://www.youtube.com/watch?v=0QrEmGlZT0w&context=C3f40eeaADOEgsToPDskJ7qwV6fvNjtb93Wcpz_SHy" target="_blank" rel="nofollow">youtube.com/watch?v=0QrEmGlZT0w&context=C3f40eeaADOEgsToPDskJ7qwV6fvNjtb93W cpz_SHy</a><br />
<br />
More documentation, pics, and video on the Reprap Wiki page: <a href="http://reprap.org/wiki/Wallace" target="_blank" rel="nofollow">reprap.org/wiki/Wallace</a>
</div>]]></description>
            <author>whosawhatsis</author>
            <pubDate>Fri, 02 Dec 2011 23:08:18 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:14208</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/a8/23/b2/ef/8c/base.stl" length="168083" type="application/sla"/>
        </item>
        <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/f8/84/5c/2d/d2/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, H, T2.5, T5, T10, AT5, HTD (3mm, 5mm, 8mm) and GT2 (2mm, 3mm 5mm).<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 />
Not printed yet... I'm away for the weekend! I'll upload some photos when I do, on Monday.
</div>]]></description>
            <author>droftarts</author>
            <pubDate>Sat, 28 Jan 2012 15:24:41 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:16627</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/4e/57/50/b6/b1/Pulley_T-MXL-XL-HTD-GT2_N-tooth.scad" length="18638" type="application/octet-stream"/>
        </item>
        <item>
            <title>yoda lite 100 mm tall</title>
            <link>http://www.thingiverse.com/thing:16309</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:16309"><img src="http://thingiverse-production.s3.amazonaws.com/renders/30/ea/ca/2e/66/Yoda-100mm-image-1_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>posted for Sound for Slic3r bug check with:<br />
<a href="https://gist.github.com/1653024" target="_blank" rel="nofollow">gist.github.com/1653024</a>
</div>]]></description>
            <author>jmil</author>
            <pubDate>Sat, 21 Jan 2012 15:11:36 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:16309</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/48/00/08/b1/25/Yoda-Lite_Medium.stl" length="2492284" type="application/sla"/>
        </item>
        <item>
            <title>Electro Wire Stripper</title>
            <link>http://www.thingiverse.com/thing:16332</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:16332"><img src="http://thingiverse-production.s3.amazonaws.com/renders/ba/fc/32/da/dd/6738489991_dcced1bcbd_b_preview_large.jpg" alt="Photo" class="render" style="width: 240px; height: 180px" /></a><br/>Photo</div><div>This is one of the best wire strippers I have ever used. If setup correctly, it can be very precise and give feedback telling when the blades have cut deep enough. <br />
<br />
Use:<br />
Sight down the blades.<br />
Align the blades with where the wire should be stripped. <br />
Move the wire into the blades having the blades cut into the insulation. <br />
When the blades cut through the insulation and contact the wire the LED will light.<br />
Spin the wire or the tool to cut the insulation completely around the wire.<br />
Remove the wire from the tool and pull off the insulation.
</div>]]></description>
            <author>bjbsquared</author>
            <pubDate>Sun, 22 Jan 2012 03:11:02 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:16332</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/db/7a/d1/ee/d6/WireStripper1.stl" length="352770" type="application/sla"/>
        </item>
        <item>
            <title>multiple filament bowden extruder drive</title>
            <link>http://www.thingiverse.com/thing:16429</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:16429"><img src="http://thingiverse-production.s3.amazonaws.com/renders/70/73/18/d5/fd/multi03_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>this is a proof of concept in the use of driving more than 2 filaments (3 here) using 2 motors. one motor drives the filament while the other drives a cam that pushes the filament into the drive shaft. <br />
i am currently preparing to test this, but wanted to get it out there. current issues are that is does not have good access to the drive mechanism for cleaning or feeding filament and that much of it was designed to be machined instead of printed. the side plates are to big for a cupcake, but i ws able to print a few of the pieces on one. it may also not be compatible with other motors until there is a redesign, as the motors are integral to its strength.<br />
if anyone has improvements, let me know.<br />
EDIT: added an IGES assembly file(let me know when you find its broken, and how to fix it) and SW2005 part and assembly files. also added an exploded image<br />
EDIT: lookes like this has been worked on a bit already by wildseyed <a href="http://www.thingiverse.com/thing:10783" target="_blank" rel="nofollow">thingiverse.com/thing:10783</a> . not sure if i should list it as derivative.<br />
Finally got more than 1 hot end functional at a time, so to check out the filament drive in action see <a href="http://youtu.be/CVaYHlLkvWM" target="_blank" rel="nofollow">youtu.be/CVaYHlLkvWM</a><br />
and <a href="http://youtu.be/yqAGEqaoPg4" target="_blank" rel="nofollow">youtu.be/yqAGEqaoPg4</a><br />
<br />
<br />
it works! all 3 filaments running:<br />
<a href="http://youtu.be/po8KyagUsY4" target="_blank" rel="nofollow">youtu.be/po8KyagUsY4</a>  <br />
<a href="http://youtu.be/-X-azhcsqdM" target="_blank" rel="nofollow">youtu.be/-X-azhcsqdM</a>  
</div>]]></description>
            <author>fritzgutten</author>
            <pubDate>Tue, 24 Jan 2012 00:14:37 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:16429</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/c3/de/fb/0e/4a/multidrive01_-_platemotorsideleft-1.STL" length="175984" type="application/sla"/>
        </item>
        <item>
            <title>Working 3D printed Helicopter Blades</title>
            <link>http://www.thingiverse.com/thing:16356</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:16356"><img src="http://thingiverse-production.s3.amazonaws.com/renders/34/3a/98/ce/39/IMG_20120122_000958_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>Helicopters are complex machines. They require high quality parts that are strong, lightweight, and accurate. Those are terms typically not associated with parts made on home 3D printers.<br />
<br />
But could they be?<br />
<br />
We all know home machines are getting better, but could you actually print a working helicopter on a home 3D printer? The obvious place to start is the blades. They must be thin, light, smooth, and strong. If you can't print blades, you can't make a helicopter. So can you?<br />
<br />
Well, spoiler alert: you can. But do they actually work? Or do they fly apart when they spin up, or generate too much turbulence to actually fly?<br />
See for yourself:<br />
<a href="http://www.youtube.com/watch?v=qXlUSWrVzys" target="_blank" rel="nofollow">youtube.com/watch?v=qXlUSWrVzys</a><br />
<br />
Printed on my Ultimaker 3D printer, using Netfabb "Ultra" (0.08mm) profile, 100% infill, 100% speed, no raft. Takes about 26 minutes per blade.<br />
<br />
The helicopter is the "JXD 340", or sometimes the "Drift King" because unlike most cheap helis, it can fly sideways. Its a pretty awesome toy for $30, and much better than most cheap helis I have seen. Personally, I recommend it. Have a link:<br />
<a href="http://www.amazon.com/Indoor-Infrared-Control-Helicopter-Gyroscope/dp/B004OGBNJ8/" target="_blank" rel="nofollow">amazon.com/Indoor-Infrared-Control-Helicopter-Gyroscope/dp/B004OGBNJ8/</a><br />
And no thats not an affiliate link, I just think those toys are sweet.<br />
<br />
SAFETY NOTE: I recommend PLA because it sticks well and works well with small layer heights. HOWEVER, PLA is brittle, and when these blades break, they tend to shear off and send a sharp piece flying. The pieces are light and it may not be an issue, but you have been warned. If you're about to crash, cut throttle power so the blades stop spinning and the amount of energy put into them is reduced. They've survived plenty of nicks on things, but if you crash under power they will break. Ultimately though, I am not responsible. Print at your own risk.
</div>]]></description>
            <author>tlalexander</author>
            <pubDate>Sun, 22 Jan 2012 09:22:11 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:16356</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/24/24/9a/a5/56/Small_heli_blade_A.STL" length="79284" 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/f1/f4/ce/03/92/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 />
The extruder is at <a href="http://www.thingiverse.com/thing:16143" target="_blank" rel="nofollow">thingiverse.com/thing:16143</a><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 />
New pdf exploded printer drawing below.  1/27/12<br />
<br />
Check out the animated assembly at the bottom of the downloads.  A few things are out of sequence and it's low res, but may be useful.
</div>]]></description>
            <author>dkennell</author>
            <pubDate>Mon, 16 Jan 2012 23: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>Simple Spool Holder for Ultimachine 5lb Spools</title>
            <link>http://www.thingiverse.com/thing:15558</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:15558"><img src="http://thingiverse-production.s3.amazonaws.com/renders/f3/21/99/4c/47/Photo_on_2012-01-06_at_22.04_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>I was using a bearing hub and a piece of threaded rod to hold a spool, but as my collection of PLA grew, it was too much weight for the threaded rod and starting to use up all my 608 bearings.<br />
<br />
The PLA Spools from Ultimachine are 1.5" in diameter.  My local Home Depot sells 10' long sticks of conduit for $12 and they cut it for free.  (I went with 3', 3', 4').  The conduit fits nicely in the spools and they spin fine.  There is a bit of friction which isn't a bad thing IMO, so the spools don't unwind too much accidentally.<br />
<br />
I have some slat-wall brackets that seem to work well, keeping the spools at a distance from the wall without letting them fall off the wall.<br />
<br />
*** NOTE:  The measurements of the conduit at Home Depot is listed by inner diameter.  1.5" Conduit is too big - 1.25" Conduit fits well ***
</div>]]></description>
            <author>tbone_atl</author>
            <pubDate>Sat, 07 Jan 2012 05:23:52 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:15558</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/d6/c3/2b/08/17/Dummy_File.stl" length="25934" type="application/sla"/>
        </item>
        <item>
            <title>Heat Friendly Pulley</title>
            <link>http://www.thingiverse.com/thing:15566</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:15566"><img src="http://thingiverse-production.s3.amazonaws.com/renders/8b/68/9f/f2/31/IMAG0201_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>Mashed up <br />
<a href="http://www.thingiverse.com/thing:7218" target="_blank" rel="nofollow">thingiverse.com/thing:7218</a><br />
and <br />
<a href="http://www.thingiverse.com/thing:5213" target="_blank" rel="nofollow">thingiverse.com/thing:5213</a><br />
<br />
<br />

</div>]]></description>
            <author>Tesla893</author>
            <pubDate>Sat, 07 Jan 2012 08:27:24 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:15566</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/9f/6a/d4/a8/70/heatfriendlypulleycapped_fixed.stl" length="123684" type="application/sla"/>
        </item>
        <item>
            <title>Afterthought Mendel Foot</title>
            <link>http://www.thingiverse.com/thing:14112</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:14112"><img src="http://thingiverse-production.s3.amazonaws.com/renders/c3/de/07/67/8b/Photo_on_2011-11-29_at_21.04_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>After 2 years of having my Sells Mendel up on wood blocks, I finally took a minute to create some feet for it.  I wanted to create something that could snap in place without any more hardware.<br />
<br />
I considered replacing the vertices w/ the modern one piece designs, but that thought lasted about 3 seconds before I realized how much effort that really is.
</div>]]></description>
            <author>tbone_atl</author>
            <pubDate>Wed, 30 Nov 2011 02:10:49 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:14112</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/75/dc/eb/cc/29/foot.stl" length="38062" type="application/sla"/>
        </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/8b/33/78/76/f0/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 22: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>Arduino (RAMPS) mount for Prusa / Mendel with accessories holes</title>
            <link>http://www.thingiverse.com/thing:14742</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:14742"><img src="http://thingiverse-production.s3.amazonaws.com/renders/63/a6/56/03/c5/IMG_1610_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>I didn't find any Arduino MEGA 2560 (& RAMPS) mounting for the bars of a Prusa Mendel that I liked so....I made my own. I've been trying to get rid of all the wood on my Prusa Mendel (Makergear) and this was the last piece to replace. Hope someone finds the useful.<br />
<br />
Features:<br />
<br />
Simple design, but somewhat pretty<br />
Has a side with holes (7mm apart) that can be used for accessories or to zip tie cables.<br />
Can be installed anywhere, bar clamps are only on one side.<br />
Somewhat parametric, you can change some stuff in the openSCAD.
</div>]]></description>
            <author>MakerCubed</author>
            <pubDate>Sun, 18 Dec 2011 02:29:17 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:14742</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/4f/64/23/47/b6/Arduino_Mendel_Mount.stl" length="541834" type="application/sla"/>
        </item>
        <item>
            <title>RepRap X-ends for Misumi leadscrews and Igus bushings</title>
            <link>http://www.thingiverse.com/thing:14494</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:14494"><img src="http://thingiverse-production.s3.amazonaws.com/renders/74/48/7d/36/df/X-idler_igus_leadscrew_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>Real leadscrews are a great upgrade for RepRap printers because threaded rods can be bent, come with burrs, and really aren't designed for the kind of motion that they're used for. This Thing is a pair of X-ends that hold leadscrew nuts.  I've also redesigned the bearing column to simplify the design and properly support press-fit Igus bushings (which you can get at <a href="http://techpaladin.com" target="_blank" rel="nofollow">techpaladin.com</a>), since they were really designed to fit into holes. If you find the holes too small to fit your bushings, you may need to ream or dremel them a bit.<br />
<br />
The leadscrews and nuts that these X-ends are designed for can be ordered from Misumi.<br />
<br />
Leadscrew nuts: Misumi part number MTSKR8.<br />
Leadscrews: Misumi part number MTSR8-[length in millimeters]<br />
<br />
Prusa mendels require two units of MTSR8-200.<br />
MendelMax printers require two units of MTSR8-350 (360 if using the optional thrust bearing)<br />
<br />
I've uploaded the .scad files that I modified to make these parts. They may have additional dependencies, but you should be able to grab those from Josef Prusa's github at <a href="https://github.com/prusajr/PrusaMendel/tree/master/source" target="_blank" rel="nofollow">github.com/prusajr/PrusaMendel/tree/master/source</a><br />
<br />
If you use Igus bushings, you may be interested in my Igus bushing-compatible Y-carriage bushing holders:<br />
<a href="http://thingiverse.com/thing:14593" target="_blank" rel="nofollow">thingiverse.com/thing:14593</a><br />
<br />
…And X-carriage:<br />
<a href="http://www.thingiverse.com/thing:14530" target="_blank" rel="nofollow">thingiverse.com/thing:14530</a><br />
<br />
<br />
<b>Update 01/02/12:</b> Re-uploaded files with more correct hole diameters and shallower pressure pads in the X rod tunnels to make push-fit assembly less likely to crack the parts.<br />

</div>]]></description>
            <author>Pointedstick</author>
            <pubDate>Sun, 11 Dec 2011 05:35:13 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:14494</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/55/4c/f1/b7/c4/X-end-motor_leadscrew-igus.stl" length="558765" type="application/sla"/>
        </item>
        <item>
            <title>QuadCopter Frame Parts</title>
            <link>http://www.thingiverse.com/thing:14309</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:14309"><img src="http://thingiverse-production.s3.amazonaws.com/renders/57/bc/28/aa/ef/IMG_0147_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>Created for QuadCopter build class at HackerSpace Charlotte<br />
<br />
<br />
Controller -   AeroQuad Mini<br />
Receiver    -  Hobby King TR6A v2 <br />
Motor        -  hexTronik 20gram Brushless Outrunner 2300kv<br />
ESC           -  Turnigy PLUSH 6A<br />
Battery      -  Sky Lipo 1300mA 2 cell<br />
<br />
<br />
Version 2 of Chopper_Vertex uploaded<br />
Version 2 of Chopper_Hub uploaded
</div>]]></description>
            <author>alf3</author>
            <pubDate>Mon, 05 Dec 2011 20:20:29 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:14309</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/07/11/f6/d4/8d/Chopper_Vertex_01.scad" length="398" type="application/octet-stream"/>
        </item>
        <item>
            <title>Sliding Lid RAMPS 1.4 box</title>
            <link>http://www.thingiverse.com/thing:13979</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:13979"><img src="http://thingiverse-production.s3.amazonaws.com/renders/aa/5b/cc/5a/4b/RAMPS14_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>I know, the last thing we need is another RAMPS box... but I wanted to put up the updated Sliding Lid Project Box, and demonstrate the new screw hole option.<br />
<br />
I also thought it would be good to show an actual use of the parametric box.<br />
<br />
The original box did not print the actual holes for screws, just screw blocks you could drill into. That was because I felt that printed holes were hard to get accurate, and this could lead to plastic cracking stresses. Now holes are printed as a star shaped hole, a bit like some masonry mounts. These will accept a lot of different screws and not stress out. There are now two parameters to separately specify the screw hole, and the hole in the lid.<br />
<br />
I have made and assembled the RAMPS 1.4 box, but haven't had it in operation, so I can't be sure there is enough ventilation.
</div>]]></description>
            <author>jman</author>
            <pubDate>Wed, 30 Nov 2011 11:58:12 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:13979</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/75/d9/f3/12/32/RAMPS14Box.stl" length="268700" type="application/sla"/>
        </item>
        <item>
            <title>Ronthomp Mendel (2)</title>
            <link>http://www.thingiverse.com/thing:14111</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:14111"><img src="http://thingiverse-production.s3.amazonaws.com/renders/0a/93/21/75/82/IMG_1067_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>This is a rename of the Prusa Mendel 2012. So many people suggested this, I caved.<br />
This is a progress update, showing more assembly and some newer parts.<br />
The Z axis motor mount has a modification for more clearance. <br />
The X ends are derivative of Aleph Objects Clamp X-ends,<br />
<a href="http://www.thingiverse.com/thing:13228" target="_blank" rel="nofollow">thingiverse.com/thing:13228</a>
</div>]]></description>
            <author>ronthomp</author>
            <pubDate>Wed, 30 Nov 2011 02:14:21 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:14111</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/af/66/02/53/b9/Mod1_bottom_Z_motor_mount.SLDPRT" length="534528" type="application/octet-stream"/>
        </item>
        <item>
            <title>Imperial Star Destroyer</title>
            <link>http://www.thingiverse.com/thing:12572</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:12572"><img src="http://thingiverse-production.s3.amazonaws.com/renders/a0/21/55/b0/21/looking_down_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>Dun dun dun DUN DA DUN dun da dun…<br />
<br />
Now you can have your very own Imperial Star Destroyer! This is a very long and challenging print; it took me about six hours with 0.2 mm layer height, 30 mm/sec perimeters and 50 mm/sec infill. Try it in silver PLA for that authentic Imperial feel!
</div>]]></description>
            <author>Pointedstick</author>
            <pubDate>Sun, 16 Oct 2011 05:56:03 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:12572</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/44/e5/95/6d/21/Star_Destroyer_plate.stl" length="1367217" type="application/sla"/>
        </item>
        <item>
            <title>Ant Poison Well With Lid</title>
            <link>http://www.thingiverse.com/thing:13061</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:13061"><img src="http://thingiverse-production.s3.amazonaws.com/renders/12/f7/20/58/5d/2011-10-29_23.48.02_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>This prints as a set of two parts: A well shaped a bit like a volcano with a filling crater at the top, little tunnels to let ants into the crater, and a lid with a centring stem to keep the rain out. The aim was to have something stable I can put ant poison out in without worrying about what our stupid cats will do.<br />
<br />
The shape I settled on is a broad, flat cone for stability and to lower aerodynamic drag - it's vaguely reminiscent of the tornado ground cameras. The central well is a 45 degree cone to discourage sloshing and to make it more likely that your RepRap will produce a watertight object!
</div>]]></description>
            <author>vik</author>
            <pubDate>Sun, 30 Oct 2011 07:22:22 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:13061</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/a5/71/7c/d8/9e/ant_trap.stl" length="288813" type="application/sla"/>
        </item>
        <item>
            <title>Grayscale Dualstrusion Poster</title>
            <link>http://www.thingiverse.com/thing:12405</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:12405"><img src="http://thingiverse-production.s3.amazonaws.com/renders/bc/61/24/86/d2/6232824439_80505be82a_o_preview_large.jpg" alt="Grayscale Dualstrusion Poster" class="render" style="width: 240px; height: 180px" /></a><br/>Grayscale Dualstrusion Poster</div><div>Kneel before Zo... I mean, hey look what you can do with experimental dual extruders on a MakerBot - grayscale vector art.  This is an attempt to show how by designing your model so that you vary the number of layers between two colors, you can do some simple color mixing.
</div>]]></description>
            <author>tbuser</author>
            <pubDate>Tue, 11 Oct 2011 02:51:10 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:12405</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/c8/c3/02/05/cd/MAKE.scad" length="3289" type="application/octet-stream"/>
        </item>
        <item>
            <title>ReplicatorG for Reprap</title>
            <link>http://www.thingiverse.com/thing:12781</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:12781"><img src="http://thingiverse-production.s3.amazonaws.com/renders/ad/e0/b3/04/64/Reprap_ReplicatorG_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>This is a new reprap.xml file for ReplicatorG that allows you to use your reprap or other Sprinter-based firmware machine with ReplicatorG. This version supports extruder control from the control panel. If there is a machine that you would like to have a driver for I will update the .xml file with a driver to suit your needs.<br />
<br />
<b>Tested Electronics</b><br />
1. RAMPS<br />
2. Sanguinololu<br />
<br />
<b>Tested Firmwares</b><br />
1. Sprinter<br />
2. Marlin
</div>]]></description>
            <author>ccotter247</author>
            <pubDate>Sat, 22 Oct 2011 04:36:01 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:12781</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/73/77/41/b5/61/reprap.xml" length="9470" type="application/octet-stream"/>
        </item>
        <item>
            <title>Printable VELCRO</title>
            <link>http://www.thingiverse.com/thing:12798</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:12798"><img src="http://thingiverse-production.s3.amazonaws.com/renders/fd/a6/d6/4a/f9/WP_000274_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>This is the first iteration (third internal) of my attempt to make printable Velcro. It is pretty nice to hang things, probably this small piece will resist much more than a kilogram of weight (hanging weight) and it is very easy to remove.<br />
<br />
3d printing revolution is just starting, I don't say this is a flawless piece but I really consider it is a very good example about a very sweet future about us modifying our brains from "search-buy-adapt" (frustration included) to "think-design-print" (self-pride included :D ).<br />
<br />
Quick demo video: <a href="http://www.youtube.com/watch?v=BtLSMI3xVDY" target="_blank" rel="nofollow">youtube.com/watch?v=BtLSMI3xVDY</a><br />
Quick demo #2 (perpendicular): <a href="http://www.youtube.com/watch?v=eLehgIfjmpA" target="_blank" rel="nofollow">youtube.com/watch?v=eLehgIfjmpA</a><br />
<br />
This was an object that did not exist in our 3d printing world, so I like to think this is an "upgrade" from real world to a better virtual&teleportable world ;)
</div>]]></description>
            <author>eried</author>
            <pubDate>Sat, 22 Oct 2011 17:50:08 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:12798</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/1e/ee/8b/f2/b8/velcro_v1.stl" length="14422841" type="application/sla"/>
        </item>
        <item>
            <title>Jack in the box</title>
            <link>http://www.thingiverse.com/thing:12808</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:12808"><img src="http://thingiverse-production.s3.amazonaws.com/renders/69/0a/e3/df/86/CIMG0767_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>Designed to be 100% printable.<br />
<br />
This is marked as a work in progress because:<br />
It has not been tested with ABS.<br />
The Elastic based spring is untested.<br />
When I printed the one pictured I found some small clearance issues. All of those issues have been fixed.<br />
<br />
<b>Video</b> <a href="http://www.youtube.com/watch?v=qOLgTgvXPc8" target="_blank" rel="nofollow">youtube.com/watch?v=qOLgTgvXPc8</a><br />
<br />
The box measures 100mm x 100mm x 100mm<br />
<br />
<b>The Spring</b><br />
<a href="http://www.youtube.com/watch?v=GhlY8ZkFTvE" target="_blank" rel="nofollow">youtube.com/watch?v=GhlY8ZkFTvE</a><br />
The spring shown in the video is "Spring_1.stl" it is printed in PLA with infill turned OFF.<br />
<br />
I have also included a few different versions that should work in ABS. They do not work in PLA because they end up breaking when printed thicker than one filament wide.<br />
<br />
"Spring_2.stl" is thin walled as to be able to printed with infill turned ON. <br />
<br />
"Spring_2.1.stl is similar to Spring_2.stl but skeinforge should do a better job slicing it. <br />
<br />
"Spring_2.2.stl is my final attempt to get skeinforge to print this in one continuous thread as opposed to jumping around all over the place.<br />
<br />
<b>Vitamin Springs (alternate to printed spring)</b><br />
If the printable spring seem like to much of a risk you can use one of the following.<br />
<br />
Elastic band powered spring. Requires 4 elastic bands.<br />
Included in plates marked "Elastic" as well as in the individual files<br />
<br />
Or a metal 50mm (2") outside diameter spring with a length of 80mm (3.25")<br />
<br />
<b>File organization</b><br />
100x100_ABS.zip Includes printing plates for a 100x100mm build surface with "Spring_2.2.stl" as the spring. (three plates)<br />
<br />
100x100_Elastic.zip Includes printing plates for a 100x100mm build surface with "Elastic powered spring" as the spring. (three plates)<br />
<br />
200x200_ABS_plate.stl Includes all the parts and "Spring_2.2.stl" as the spring on one plate.<br />
<br />
200x200_Elastic_plate.stl Includes all the parts and "Elastic powered spring" as the spring on one plate.<br />
<br />
200x200_PLA.zip Includes 1 plate containing all the parts except the spring. And "Spring_1.stl" which needs to be printed separately with Infill turned off.<br />
<br />
Individual_parts.zip includes all the parts separately.<br />
 <br />
<b>How it works</b><br />
The crank handle is connected to a five to one gear reduction that moves a cam to release the lid and let "Jack" pop up after one to five turns of the handle.<br />
<br />
<b>Jack</b><br />
I have not included a Jester for the box as most people will want to choose something personal to them.
</div>]]></description>
            <author>Sublime</author>
            <pubDate>Sun, 23 Oct 2011 03:38:55 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:12808</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/43/ea/b3/4d/3e/100x100_ABS.zip" length="231567" type="application/zip"/>
        </item>
        <item>
            <title>Turbine/Impeller for Shark 18v Cordless</title>
            <link>http://www.thingiverse.com/thing:12845</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:12845"><img src="http://thingiverse-production.s3.amazonaws.com/renders/51/4a/41/b6/40/vacuum_installed_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>Added a toroidal radial taper to the design, so that it would fit our little hand-held vacuum.  Basically, it's taller in the middle than on the edges.<br />
<br />
The scad is configured to print part of a hand-held vacuum, replacing an injection-molded part that blew apart under use.  Also added variables to make the center hollow, which seems to improve suction, and of course sized it up for the vac in question, a Shark 18v Cordless.
</div>]]></description>
            <author>paenian</author>
            <pubDate>Sun, 23 Oct 2011 20:31:26 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:12845</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/d9/1c/21/62/80/turbine.scad" length="4862" type="application/octet-stream"/>
        </item>
        <item>
            <title>Chainmail</title>
            <link>http://www.thingiverse.com/thing:8724</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:8724"><img src="http://thingiverse-production.s3.amazonaws.com/renders/e1/1c/68/19/94/DSCF5837_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>Printed Parametric Chainmail<br />
<br />
I've been wanting to try this for a while.  This is a sheet of interlocking rings, printed in place.  The rings are basically square, with cut off corners.  Two sets of diagonals cross each other at different heights, with four posts at the corners.  Well, it makes sense when you see the pictures!<br />
<br />
This is the first thing I've designed in OpenSCAD, so the code is probably pretty sloppy.  The major parameters that can be changed are the layer thickness and line width, along with ring size and number.<br />
<br />
I searched for "chainmail" on Thingiverse and the only result was a post by Vik on the Interlocking Rings thing: "Next, chainmail. Right?" So I hope you like this, Vik!<br />
<br />

</div>]]></description>
            <author>Zomboe</author>
            <pubDate>Mon, 23 May 2011 07:46:48 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:8724</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/d4/db/f9/9f/90/Chainmail_1x1.stl" length="33389" type="application/sla"/>
        </item>
        <item>
            <title>Twisted Bottle Whistle </title>
            <link>http://www.thingiverse.com/thing:12319</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:12319"><img src="http://thingiverse-production.s3.amazonaws.com/renders/ff/a3/ef/cf/e6/Twisted_Bottle_Whistle_v3_1_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>Two of my favorite Items in 1 Print. Best of both worlds!<br />
<br />
1)Twisted Bottle  (http://www.thingiverse.com/thing:12278)<br />
2)Zaggo's Whistle (http://www.thingiverse.com/thing:1046)
</div>]]></description>
            <author>2ROBOTGUY</author>
            <pubDate>Sat, 08 Oct 2011 17:03:47 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:12319</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/28/59/96/84/e8/Twisted_Bottle_Whistle.stl" length="1661584" type="application/sla"/>
        </item>
        <item>
            <title>ultimaker syringe extruder</title>
            <link>http://www.thingiverse.com/thing:12430</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:12430"><img src="http://thingiverse-production.s3.amazonaws.com/renders/30/a0/e5/25/a6/2011-09-24_19.04.39_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>A syringe extruder without any extra hardware. No extra motors, no extra anyhing from the hardware store! oh, yes, you need a washer or what i use now: a hose coupling and of course, you need syringes...<br />
[sorry these are not the best pictures...]<br />
<br />
<a href="http://www.facebook.com/europerminutedesign" target="_blank" rel="nofollow">facebook.com/europerminutedesign</a><br />

</div>]]></description>
            <author>joris</author>
            <pubDate>Tue, 11 Oct 2011 21:37:31 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:12430</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/c9/3f/a8/cf/71/extruder_syringe4_20ml.stl" length="127727" type="application/sla"/>
        </item>
        <item>
            <title>Twisted Bottle </title>
            <link>http://www.thingiverse.com/thing:12278</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:12278"><img src="http://thingiverse-production.s3.amazonaws.com/renders/71/29/c9/59/54/Twisted_Bottle_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>stratasys Demo give away part. If you go to this website:<br />
<a href="http://www.stratasys.com/Flex-Items/Home/Items/Sample-Part-Request.aspx" target="_blank" rel="nofollow">stratasys.com/Flex-Items/Home/Items/Sample-Part-Request.aspx</a><br />
You can get your own free sample. With the sample, you could compare your print to the commercial machine.<br />
<br />
-----------------Update---------------------------<br />
 ***** Solidworks 2011 & Step Files Added ;-) *******<br />
<br />
  
</div>]]></description>
            <author>2ROBOTGUY</author>
            <pubDate>Fri, 07 Oct 2011 14:14:07 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:12278</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/c0/d9/b8/66/86/Twisted_Bottle_mm.stl" length="1662284" type="application/sla"/>
        </item>
        <item>
            <title>Umbrella stay tip</title>
            <link>http://www.thingiverse.com/thing:11934</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:11934"><img src="http://thingiverse-production.s3.amazonaws.com/renders/aa/61/e0/30/98/DSC02761_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>My umbrella broke darn...Ok lets fix it with a 3D print, 
</div>]]></description>
            <author>Stephenwinter</author>
            <pubDate>Mon, 26 Sep 2011 23:42:09 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:11934</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/46/fe/28/f1/e2/UmbrellaTippTest.stl" length="683584" type="application/sla"/>
        </item>
        <item>
            <title>Coin Sorter &amp; Counting/Wrapping Tubes</title>
            <link>http://www.thingiverse.com/thing:11322</link>
            <description><![CDATA[<div style="margin: 5px;"><a href="http://www.thingiverse.com/thing:11322"><img src="http://thingiverse-production.s3.amazonaws.com/renders/ac/70/5b/27/20/coin_sorter__wrapper_preview_large.jpg" alt="" class="render" style="width: 240px; height: 180px" /></a><br/></div><div>For years I emptied my pockets of change into a 5 gallon jug, and collected about 65 pounds worth of coins. I didn’t want to pay the 10% fee to the supermarket coin counters, but the mechanical  sorter/counters I found on the web got terrible reviews on their functioning and durability. Sorting trays are available on the web, for about $10 plus shipping, as are counter/roller tubes, for about $18 plus shipping, but they were also frequently reviewed as unreliable.<br />
<br />
The sorting tray set and counter/rollers here work quickly and reliably.
</div>]]></description>
            <author>HPaul</author>
            <pubDate>Thu, 08 Sep 2011 17:31:25 +0100</pubDate>
            <guid>http://www.thingiverse.com/thing:11322</guid>
            <enclosure url="http://thingiverse-production.s3.amazonaws.com/assets/5c/8c/b6/30/c5/dime_counting_tube.stl" length="46210" type="application/sla"/>
        </item>
    </channel>
</rss>

