<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>What do you do with it?</title>
        <description> Hi Everyone,
  I had a coworker who is clued out about 3D printing ask &quot;so what does one do with a 3D printer?  What do you print?&quot;

Well, I know what I do, but it struck me as a pretty good question.  So, I&#039;d like to pose it to the community here.  How would you answer


&quot;whadaya do with a 3D printer?&quot;


Looking forward to hearing


- a -</description>
        <link>https://reprap.org/forum/read.php?1,388016,388016#msg-388016</link>
        <lastBuildDate>Tue, 21 Jul 2026 06:36:14 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?1,388016,390858#msg-390858</guid>
            <title>Re: What do you do with it?</title>
            <link>https://reprap.org/forum/read.php?1,388016,390858#msg-390858</link>
            <description><![CDATA[ Simple. Tell your co-worker what you are doing in 3D printing. Also, tell that 3D printing is replicating an object according to your imagination.]]></description>
            <dc:creator>valimai</dc:creator>
            <category>General</category>
            <pubDate>Mon, 04 Aug 2014 03:09:53 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,388016,390825#msg-390825</guid>
            <title>Re: What do you do with it?</title>
            <link>https://reprap.org/forum/read.php?1,388016,390825#msg-390825</link>
            <description><![CDATA[ Fixed my lawnmower:<br />
<br />
<div id="div_dd20b1b0b429ddc9588b0eef2532f5ae"
     class="mod_embed_images_extended"
     style="width:541px">

  

    
      
    

    <div id="imagediv_dd20b1b0b429ddc9588b0eef2532f5ae" class="mod_embed_images_image"
         style="width:541px; height:400px">

    

    <a href="http://www.shapeoko.com/wiki/images/thumb/3/31/WFA-reel_lawnmower_plastic_bracket.jpg/640px-WFA-reel_lawnmower_plastic_bracket.jpg">
        <img src="/forum/thumbcache/2e0/ac2/c90/815/ac2/749/b13/3b9/d16/5c9/8f_800x400.png"
             width="541"
             height="400"
             id="image_dd20b1b0b429ddc9588b0eef2532f5ae"
             alt="640px-WFA-reel_lawnmower_plastic_bracket.jpg"
             title="640px-WFA-reel_lawnmower_plastic_bracket.jpg"/>
    </a>

    

    </div>

    <div class="mod_embed_images_info " id="info_dd20b1b0b429ddc9588b0eef2532f5ae"
      style="display:block">
      <a id="link_dd20b1b0b429ddc9588b0eef2532f5ae" href="http://www.shapeoko.com/wiki/images/thumb/3/31/WFA-reel_lawnmower_plastic_bracket.jpg/640px-WFA-reel_lawnmower_plastic_bracket.jpg">640px-WFA-reel_lawnmower_plastic_bracket.jpg</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('dd20b1b0b429ddc9588b0eef2532f5ae', '/forum/thumbcache/2e0/ac2/c90/815/ac2/749/b13/3b9/d16/5c9/8f_800x400.png', 'http://www.shapeoko.com/wiki/images/thumb/3/31/WFA-reel_lawnmower_plastic_bracket.jpg/640px-WFA-reel_lawnmower_plastic_bracket.jpg', 'https://reprap.org/forum/addon.php?1,module=embed_images,check_scaling=1,url=http%3A%2F%2Fwww.shapeoko.com%2Fwiki%2Fimages%2Fthumb%2F3%2F31%2FWFA-reel_lawnmower_plastic_bracket.jpg%2F640px-WFA-reel_lawnmower_plastic_bracket.jpg', '', 390825, 800, 400, 'Loading image ...', false);
</script>
<br />
<br />
<div id="div_ad406145e6fb7eb741457b83593a60bf"
     class="mod_embed_images_extended"
     style="width:400px">

  

    
      
    

    <div id="imagediv_ad406145e6fb7eb741457b83593a60bf" class="mod_embed_images_image"
         style="width:400px; height:400px">

    

    <a href="http://www.shapeoko.com/projects/images/picture_1_114.jpg">
        <img src="/forum/thumbcache/2f2/84a/d85/b2b/fc5/ee5/593/347/752/8ad/50_800x400.png"
             width="400"
             height="400"
             id="image_ad406145e6fb7eb741457b83593a60bf"
             alt="picture_1_114.jpg"
             title="picture_1_114.jpg"/>
    </a>

    

    </div>

    <div class="mod_embed_images_info " id="info_ad406145e6fb7eb741457b83593a60bf"
      style="display:block">
      <a id="link_ad406145e6fb7eb741457b83593a60bf" href="http://www.shapeoko.com/projects/images/picture_1_114.jpg">picture_1_114.jpg</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('ad406145e6fb7eb741457b83593a60bf', '/forum/thumbcache/2f2/84a/d85/b2b/fc5/ee5/593/347/752/8ad/50_800x400.png', 'http://www.shapeoko.com/projects/images/picture_1_114.jpg', 'https://reprap.org/forum/addon.php?1,module=embed_images,check_scaling=1,url=http%3A%2F%2Fwww.shapeoko.com%2Fprojects%2Fimages%2Fpicture_1_114.jpg', '', 390825, 800, 400, 'Loading image ...', false);
</script>
<br />
<br />
Simple to measure and code up in OpenSCAD:<br />
<br />
<pre class="bbcode">
    difference()
    {
    union()
    {
    cube([75,18,9]);
    translate([0,9,0])
       cylinder(h=14,r=11);
    translate([6,5,6.5])
       rotate([0,30,0])
       cube(8.25);
    }
    translate([0,9,4])
       cylinder(h=11,r=7);
    translate([65,9,-1])
       cylinder(h=12,r=4.5);
    translate([60.5,4.5,4.5])
    cube([9,9,9]);
    };</pre>
<br />
Further details here: [<a href="http://www.shapeoko.com/forum/viewtopic.php?f=19&amp;t=3943" target="_blank"  rel="nofollow">www.shapeoko.com</a>]<br/>]]></description>
            <dc:creator>WillAdams</dc:creator>
            <category>General</category>
            <pubDate>Sun, 03 Aug 2014 22:47:52 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,388016,390582#msg-390582</guid>
            <title>Re: What do you do with it?</title>
            <link>https://reprap.org/forum/read.php?1,388016,390582#msg-390582</link>
            <description><![CDATA[ I've been wrestling with my Mendel (MakerFarm model from last year) and FINALLY got it to print...  MY concept?  As stated above; if you can imagine something, you can design it and prototype it in a day.  A LOT easier than sending it out to be injection molded and come back to you wrong...<br />
<br />
List of things I have to print:<br />
i3 parts (I'm thinking bigger bed...)<br />
fan adapters<br />
motorcycle hand grips (I heard a podcast from 3d printing today the Whittney guy was talking about electro-forming, I'd love to give that a go!)<br />
robotic parts (I've always fancied robots and robotics, now I have the capability to design ANYTHING I want and make it.  My cnc machine can make parts but only in 2 / 2.5D......)<br />
<br />
I'm sure the list will grow as the coffee kicks in....]]></description>
            <dc:creator>MoserLabs</dc:creator>
            <category>General</category>
            <pubDate>Sun, 03 Aug 2014 08:48:46 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,388016,389821#msg-389821</guid>
            <title>Re: What do you do with it?</title>
            <link>https://reprap.org/forum/read.php?1,388016,389821#msg-389821</link>
            <description><![CDATA[ I make machines for the engraving and jewelry industry and I use my printer for making jigs, and even parts like stand offs and lamp holders. The parts I make are ones I can't buy off the shelf anywhere.<br />
<br />
Now I also make some items (specialty tools) that I sell as well and my first printer paid for itself in 2 years just off of that alone.<br />
<br />
I am always designing and making things for friends and family as well, both decorative and needed parts. I just can't imagine not having a 3D printer anymore, it would be like going back to dial up internet.]]></description>
            <dc:creator>tmorris9</dc:creator>
            <category>General</category>
            <pubDate>Thu, 31 Jul 2014 19:43:40 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,388016,389801#msg-389801</guid>
            <title>Re: What do you do with it?</title>
            <link>https://reprap.org/forum/read.php?1,388016,389801#msg-389801</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>MrDoctorDIV</strong><br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>thejollygrimreaper</strong><br />
at the moment printing all sorts of parts for my newly built corexy, <br />
<br />
did this yesterday at a 0.075mm layer height:</div></blockquote>
<br />
Dang, Jolly. Calm down. Any better and I'll have to sue you for infringing on my dreams of quality.</div></blockquote>
<br />
i did a 0.05mm layer height cube and the infill still didn't fall apart , it came out ok except for the top layer, i'm getting into the fine ridiculous area of tuning now]]></description>
            <dc:creator>thejollygrimreaper</dc:creator>
            <category>General</category>
            <pubDate>Thu, 31 Jul 2014 17:50:36 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,388016,389798#msg-389798</guid>
            <title>Re: What do you do with it?</title>
            <link>https://reprap.org/forum/read.php?1,388016,389798#msg-389798</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>DonaldJ</strong><br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>thejollygrimreaper</strong><br />
<br />
did this yesterday at a 0.075mm layer height:</div></blockquote>
<br />
Nice layers,  but looking at the skirt loops (those *are* the skirt, right?) it looks like you are using a fat nozzle.  What size is it?<br />
<br />
Did you stop the job, or is that a real horrible top layer?  Apologies if it was intentional...</div></blockquote>
<br />
it was on a 0.4mm nozzle ,  the first actual layer that gets printed is done at 0.2mm otherwise i'd have a terrible time getting the first layer right due to the glass being uneven,<br />
<br />
the top layer is just where i haven't increased the number of top layers,  i'm going to do it again on another object but it's getting to the point where slic3r has to be told the nozzle size in greater resolution that just "0.4" i'll try dropping itto 0.375 and such<br />
<br />
bear in mine this filament im using as well is also the cheapest chinese stuff i can get my hands on, if i used something with a little more i would probably get a better result again]]></description>
            <dc:creator>thejollygrimreaper</dc:creator>
            <category>General</category>
            <pubDate>Thu, 31 Jul 2014 17:44:24 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,388016,389777#msg-389777</guid>
            <title>Re: What do you do with it?</title>
            <link>https://reprap.org/forum/read.php?1,388016,389777#msg-389777</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>thejollygrimreaper</strong><br />
<br />
did this yesterday at a 0.075mm layer height:</div></blockquote>
<br />
Nice layers,  but looking at the skirt loops (those *are* the skirt, right?) it looks like you are using a fat nozzle.  What size is it?<br />
<br />
Did you stop the job, or is that a real horrible top layer?  Apologies if it was intentional...]]></description>
            <dc:creator>DonaldJ</dc:creator>
            <category>General</category>
            <pubDate>Thu, 31 Jul 2014 16:44:12 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,388016,389681#msg-389681</guid>
            <title>Re: What do you do with it?</title>
            <link>https://reprap.org/forum/read.php?1,388016,389681#msg-389681</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>thejollygrimreaper</strong><br />
at the moment printing all sorts of parts for my newly built corexy, <br />
<br />
did this yesterday at a 0.075mm layer height:</div></blockquote>
<br />
Dang, Jolly. Calm down. Any better and I'll have to sue you for infringing on my dreams of quality.]]></description>
            <dc:creator>MrDoctorDIV</dc:creator>
            <category>General</category>
            <pubDate>Thu, 31 Jul 2014 12:31:15 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,388016,389466#msg-389466</guid>
            <title>Re: What do you do with it?</title>
            <link>https://reprap.org/forum/read.php?1,388016,389466#msg-389466</link>
            <description><![CDATA[ at the moment printing all sorts of parts for my newly built corexy, <br />
<br />
did this yesterday at a 0.075mm layer height:<br />
<br />
<div id="div_ac0f43588807ad6242cf2b0de7ce590b"
     class="mod_embed_images"
     >

  

    
      
    

    <div id="imagediv_ac0f43588807ad6242cf2b0de7ce590b" class="mod_embed_images_image"
         >

    
      

      

      

      

      

      

      <noscript>
      <div>
    

    <a href="https://dl.dropboxusercontent.com/u/76417200/0075layers.jpg">
        <img src="https://reprap.org/forum/addon.php?1,module=embed_images,url=https%3A%2F%2Fdl.dropboxusercontent.com%2Fu%2F76417200%2F0075layers.jpg"
             
             
             id="image_ac0f43588807ad6242cf2b0de7ce590b"
             alt="0075layers.jpg"
             title="0075layers.jpg"/>
    </a>

    
      </div>
      </noscript>
    

    </div>

    <div class="mod_embed_images_info " id="info_ac0f43588807ad6242cf2b0de7ce590b"
      >
      <a id="link_ac0f43588807ad6242cf2b0de7ce590b" href="https://dl.dropboxusercontent.com/u/76417200/0075layers.jpg">0075layers.jpg</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('ac0f43588807ad6242cf2b0de7ce590b', 'https://reprap.org/forum/addon.php?1,module=embed_images,url=https%3A%2F%2Fdl.dropboxusercontent.com%2Fu%2F76417200%2F0075layers.jpg', 'https://dl.dropboxusercontent.com/u/76417200/0075layers.jpg', 'https://reprap.org/forum/addon.php?1,module=embed_images,check_scaling=1,url=https%3A%2F%2Fdl.dropboxusercontent.com%2Fu%2F76417200%2F0075layers.jpg', '', 389466, 800, 400, 'Loading image ...', false);
</script>
<br/>]]></description>
            <dc:creator>thejollygrimreaper</dc:creator>
            <category>General</category>
            <pubDate>Wed, 30 Jul 2014 21:39:47 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,388016,389455#msg-389455</guid>
            <title>Re: What do you do with it?</title>
            <link>https://reprap.org/forum/read.php?1,388016,389455#msg-389455</link>
            <description><![CDATA[ I 3D scan my family and friends faces, print them out using my 3D printer and give it to them as a gift]]></description>
            <dc:creator>bardiaesm</dc:creator>
            <category>General</category>
            <pubDate>Wed, 30 Jul 2014 20:31:42 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,388016,389427#msg-389427</guid>
            <title>Re: What do you do with it?</title>
            <link>https://reprap.org/forum/read.php?1,388016,389427#msg-389427</link>
            <description><![CDATA[ prototyping/making a plug so that I can make a fiberglass mold, so that I can make a carbon fiber part for my composites business.]]></description>
            <dc:creator>Wildcard</dc:creator>
            <category>General</category>
            <pubDate>Wed, 30 Jul 2014 18:21:46 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,388016,389365#msg-389365</guid>
            <title>Re: What do you do with it?</title>
            <link>https://reprap.org/forum/read.php?1,388016,389365#msg-389365</link>
            <description><![CDATA[ Random crap on Thingiverse?<br />
<br />
Hey!  I try to make my crap on Thingiverse as specific as possible!]]></description>
            <dc:creator>DonaldJ</dc:creator>
            <category>General</category>
            <pubDate>Wed, 30 Jul 2014 15:39:00 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,388016,389220#msg-389220</guid>
            <title>Re: What do you do with it?</title>
            <link>https://reprap.org/forum/read.php?1,388016,389220#msg-389220</link>
            <description><![CDATA[ Awesome example Regpye!<br />
<br />
This is how I see a printer, not just to print random crap from Thingiverse, but to produce objects that don't serve as an end-product immediately, but rather as a part used in a process of creating something else.<br />
<br />
And exactly as you say, making modelcraft parts like canopy's, or a tool to create a miniature ship-hull, 3D-printed parts can serve you very well :)]]></description>
            <dc:creator>Ohmarinus</dc:creator>
            <category>General</category>
            <pubDate>Wed, 30 Jul 2014 09:41:20 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,388016,389016#msg-389016</guid>
            <title>Re: What do you do with it?</title>
            <link>https://reprap.org/forum/read.php?1,388016,389016#msg-389016</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Ohmarinus</strong><br />
Create functional objects, functional designs, applied arts, fixing stuff, improving my surroundings, and sometimes, rarely, I design a statuette for a friend or a logo for a friends' party.<br />
<br />
I once printed out VIP coins for a party, these would give entrance to a select group of people to a party, there were 50 coins of which I could fit 13 on one print so four prints later I had all the coins needed :)<br />
<br />
Right now I'm designing a connector for a dome I'm building. This will be an example for a mold, I will make a mold with it and cast the eventual item in this mold with molten aluminium :)<br />
<br />
Pffff what else? Three printers are designed/printed by me so far ;)</div></blockquote>
<br />
Oh! I forgot that I use mine also for making patterns for vacuum forming, in my case, formers for vacuum forming my hotend postal packaging.<br />
Very easy to do and produces a quality product very fast.<br />
<br />
Here is how I did it.<br />
<br />
Printed out the shapes needed first.<br />
Then placed on the vacuum box.<br />
<div id="div_8d38f6547915b67f1f6e8feaa8cb85e4"
     class="mod_embed_images"
     >

  

    
      
    

    <div id="imagediv_8d38f6547915b67f1f6e8feaa8cb85e4" class="mod_embed_images_image"
         >

    
      

      

      

      

      

      

      <noscript>
      <div>
    

    <a href="http://regpye.com.au/examples/vacuum1.jpg">
        <img src="https://reprap.org/forum/addon.php?1,module=embed_images,url=http%3A%2F%2Fregpye.com.au%2Fexamples%2Fvacuum1.jpg"
             
             
             id="image_8d38f6547915b67f1f6e8feaa8cb85e4"
             alt="vacuum1.jpg"
             title="vacuum1.jpg"/>
    </a>

    
      </div>
      </noscript>
    

    </div>

    <div class="mod_embed_images_info " id="info_8d38f6547915b67f1f6e8feaa8cb85e4"
      >
      <a id="link_8d38f6547915b67f1f6e8feaa8cb85e4" href="http://regpye.com.au/examples/vacuum1.jpg">vacuum1.jpg</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('8d38f6547915b67f1f6e8feaa8cb85e4', 'https://reprap.org/forum/addon.php?1,module=embed_images,url=http%3A%2F%2Fregpye.com.au%2Fexamples%2Fvacuum1.jpg', 'http://regpye.com.au/examples/vacuum1.jpg', 'https://reprap.org/forum/addon.php?1,module=embed_images,check_scaling=1,url=http%3A%2F%2Fregpye.com.au%2Fexamples%2Fvacuum1.jpg', '', 389016, 800, 400, 'Loading image ...', false);
</script>
<br />
Heated up the plastic sheet in a small electric oven until the plastic became very soft.<br />
<div id="div_db05ff0f5c04de04e742a2902589d81f"
     class="mod_embed_images"
     >

  

    
      
    

    <div id="imagediv_db05ff0f5c04de04e742a2902589d81f" class="mod_embed_images_image"
         >

    
      

      

      

      

      

      

      <noscript>
      <div>
    

    <a href="http://regpye.com.au/examples/vacuum2.jpg">
        <img src="https://reprap.org/forum/addon.php?1,module=embed_images,url=http%3A%2F%2Fregpye.com.au%2Fexamples%2Fvacuum2.jpg"
             
             
             id="image_db05ff0f5c04de04e742a2902589d81f"
             alt="vacuum2.jpg"
             title="vacuum2.jpg"/>
    </a>

    
      </div>
      </noscript>
    

    </div>

    <div class="mod_embed_images_info " id="info_db05ff0f5c04de04e742a2902589d81f"
      >
      <a id="link_db05ff0f5c04de04e742a2902589d81f" href="http://regpye.com.au/examples/vacuum2.jpg">vacuum2.jpg</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('db05ff0f5c04de04e742a2902589d81f', 'https://reprap.org/forum/addon.php?1,module=embed_images,url=http%3A%2F%2Fregpye.com.au%2Fexamples%2Fvacuum2.jpg', 'http://regpye.com.au/examples/vacuum2.jpg', 'https://reprap.org/forum/addon.php?1,module=embed_images,check_scaling=1,url=http%3A%2F%2Fregpye.com.au%2Fexamples%2Fvacuum2.jpg', '', 389016, 800, 400, 'Loading image ...', false);
</script>
<br />
Turned on the vacuum cleaner and sucked the air out of the box as I placed the soft plastic over the shapes and pressed down hard for a few seconds.<br />
The results after trimming with scissors.<br />
<div id="div_276fb318a5510721332037b1d1a95112"
     class="mod_embed_images"
     >

  

    
      
    

    <div id="imagediv_276fb318a5510721332037b1d1a95112" class="mod_embed_images_image"
         >

    
      

      

      

      

      

      

      <noscript>
      <div>
    

    <a href="http://regpye.com.au/examples/vacuum3.jpg">
        <img src="https://reprap.org/forum/addon.php?1,module=embed_images,url=http%3A%2F%2Fregpye.com.au%2Fexamples%2Fvacuum3.jpg"
             
             
             id="image_276fb318a5510721332037b1d1a95112"
             alt="vacuum3.jpg"
             title="vacuum3.jpg"/>
    </a>

    
      </div>
      </noscript>
    

    </div>

    <div class="mod_embed_images_info " id="info_276fb318a5510721332037b1d1a95112"
      >
      <a id="link_276fb318a5510721332037b1d1a95112" href="http://regpye.com.au/examples/vacuum3.jpg">vacuum3.jpg</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('276fb318a5510721332037b1d1a95112', 'https://reprap.org/forum/addon.php?1,module=embed_images,url=http%3A%2F%2Fregpye.com.au%2Fexamples%2Fvacuum3.jpg', 'http://regpye.com.au/examples/vacuum3.jpg', 'https://reprap.org/forum/addon.php?1,module=embed_images,check_scaling=1,url=http%3A%2F%2Fregpye.com.au%2Fexamples%2Fvacuum3.jpg', '', 389016, 800, 400, 'Loading image ...', false);
</script>
<br />
<br />
These could be a model aircraft canopy, a body for a slot car, or just about anything that needs to be made quickly and good.<br/>]]></description>
            <dc:creator>regpye</dc:creator>
            <category>General</category>
            <pubDate>Tue, 29 Jul 2014 19:23:16 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,388016,388940#msg-388940</guid>
            <title>Re: What do you do with it?</title>
            <link>https://reprap.org/forum/read.php?1,388016,388940#msg-388940</link>
            <description><![CDATA[ Create functional objects, functional designs, applied arts, fixing stuff, improving my surroundings, and sometimes, rarely, I design a statuette for a friend or a logo for a friends' party.<br />
<br />
I once printed out VIP coins for a party, these would give entrance to a select group of people to a party, there were 50 coins of which I could fit 13 on one print so four prints later I had all the coins needed :)<br />
<br />
Right now I'm designing a connector for a dome I'm building. This will be an example for a mold, I will make a mold with it and cast the eventual item in this mold with molten aluminium :)<br />
<br />
Pffff what else? Three printers are designed/printed by me so far ;)]]></description>
            <dc:creator>Ohmarinus</dc:creator>
            <category>General</category>
            <pubDate>Tue, 29 Jul 2014 15:36:30 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,388016,388804#msg-388804</guid>
            <title>Re: What do you do with it?</title>
            <link>https://reprap.org/forum/read.php?1,388016,388804#msg-388804</link>
            <description><![CDATA[ I don't know what I would do without a 3D printer now, I use it for so many things.<br />
Designed and made MANY different printer with the first ones, and they just keep coming, all a bit different because there are so many new ideas to try out.<br />
Designing new types of machine too now, like a laser printer, small tools, brackets and items for the workshop, car parts, accessories for all my gadgets, the list goes on and on....<br />
As for things around the home, it is endless. Got into the habit now of thinking about something that I can make with the printer, there seems to be something new to make several times a day.<br />
<br />
Strange, I had a neighbor ask me exactly the same question, "What can you use it for?"  I was dumbfounded, there are so many things it can do.<br />
Same person was very negative when I was building my very first machine, "It will never work!, you are wasting your time!" But now he is telling everyone all about 3D printers and how wonderful they are.<br />
Guess we all got a win out of that one.,]]></description>
            <dc:creator>regpye</dc:creator>
            <category>General</category>
            <pubDate>Tue, 29 Jul 2014 11:06:52 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,388016,388730#msg-388730</guid>
            <title>Re: What do you do with it?</title>
            <link>https://reprap.org/forum/read.php?1,388016,388730#msg-388730</link>
            <description><![CDATA[ Instead of assembling from small pieces lego-like in hardware, you now assemble in software and print the finished result.]]></description>
            <dc:creator>Traumflug</dc:creator>
            <category>General</category>
            <pubDate>Tue, 29 Jul 2014 05:37:15 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,388016,388721#msg-388721</guid>
            <title>Re: What do you do with it?</title>
            <link>https://reprap.org/forum/read.php?1,388016,388721#msg-388721</link>
            <description><![CDATA[ I manage and maintain all the injection molding articles in my company (More than 200.000 pieces a year come in)<br />
And also design new ones now and then.<br />
<br />
So I do allot of rapid prototyping.  Sometimes my printer is on 24/7 for a whole month in a row.]]></description>
            <dc:creator>Crewmember</dc:creator>
            <category>General</category>
            <pubDate>Tue, 29 Jul 2014 04:41:55 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,388016,388407#msg-388407</guid>
            <title>Re: What do you do with it?</title>
            <link>https://reprap.org/forum/read.php?1,388016,388407#msg-388407</link>
            <description><![CDATA[ [<a href="http://forums.reprap.org/read.php?1,349803,349981" target="_blank"  rel="nofollow">forums.reprap.org</a>]]]></description>
            <dc:creator>ajayre</dc:creator>
            <category>General</category>
            <pubDate>Mon, 28 Jul 2014 09:09:34 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,388016,388370#msg-388370</guid>
            <title>Re: What do you do with it?</title>
            <link>https://reprap.org/forum/read.php?1,388016,388370#msg-388370</link>
            <description><![CDATA[ Kids have lots of little things scattered around shelves; like owls, dragons, pen holders, cybermen, usb cable tidies (very handy!).  <br />
I've fixed a few domestic appliances like fans, fridges, shower heads. I printed a dyson-to-dyson adapter so we could use the old tools with the new model.<br />
A set of rather cool transparent shelf brackets.  Cthulu christmas tree decorations and some snowflakes. Soap dishes, a few of those, and they all fit perfectly because they're designed that way :)<br />
A gutter/downpipe filter to catch leaves and crud before they clog up the water but.<br />
A flexible nylon thingy that sits in the shower and stops stuff falling down the plug hole.<br />
In the garden we have; two sets of 3d printed bird table supports plus some feeding perches, a 'washing line post cover', some hooks in the shed and six super sized hidges for the gates on front of the compost box.<br />
I've make project boxes to house electronic gizmos. A full sized helmet for a Borderlands cosplay.  Errm... some vased and assorted utensil holders.<br />
<br />
Rob]]></description>
            <dc:creator>pocketmoon</dc:creator>
            <category>General</category>
            <pubDate>Mon, 28 Jul 2014 07:23:35 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,388016,388293#msg-388293</guid>
            <title>Re: What do you do with it?</title>
            <link>https://reprap.org/forum/read.php?1,388016,388293#msg-388293</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>AjaxOfTheRockies</strong><br />
<br />
"whadaya <u>do</u> with a 3D printer?"<br />
</div></blockquote>
<br />
Printer parts, of course (mostly fan mounts and small modification parts). Custom designed toys &amp; novelties.  Digital microscope tripod mount.  Artsy-Fartsy vases.  Spindle mount for ShapeOko CNC.  Small tool &amp; parts organizers.  PVC pipe construction system.  Connectors for aluminum extrusions.  Whatever...<br />
<br />
Next up: custom airboxes for motorcycle intake system.]]></description>
            <dc:creator>DonaldJ</dc:creator>
            <category>General</category>
            <pubDate>Sun, 27 Jul 2014 23:55:59 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,388016,388152#msg-388152</guid>
            <title>Re: What do you do with it?</title>
            <link>https://reprap.org/forum/read.php?1,388016,388152#msg-388152</link>
            <description><![CDATA[ I have printed mostly printer parts so far. :(<br />
<br />
Last weekend, the plastic mounting tabs that hold the hood onto my garden tractor broke.  Five minutes in Sketchup designed a sturdy replacement, and the hood is now firmly attached again.<br />
<br />
A year ago, I replaced every CFL light bulb in my house with Cree 60W-equivalent LED bulbs.  They need air circulation for cooling, and do not last long in a sealed housing.  My kitchen ceiling fan has a spherical glass globe, which I have not been able to put back on.  Somebody else already solved the problem, and posted the files on Thingiverse:<br />
<br />
<a href="http://www.thingiverse.com/thing:49533" target="_blank"  rel="nofollow">http://www.thingiverse.com/thing:49533</a><br />
<br />
Next time that I have white ABS loaded into the printer, this is on my list of things to print.<br />
<br />
A batch of cable organizer clips just finished printing, so I've got work to do..... :)]]></description>
            <dc:creator>vreihen</dc:creator>
            <category>General</category>
            <pubDate>Sun, 27 Jul 2014 12:12:24 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,388016,388024#msg-388024</guid>
            <title>Re: What do you do with it?</title>
            <link>https://reprap.org/forum/read.php?1,388016,388024#msg-388024</link>
            <description><![CDATA[ As the above stated.<br />
What do you do with your hands? A 3D printer isn't built for a specific purpose, just a specific process [or a few for those who go that far]. A simple carve tool in the hands of a woodworker can do many things. Build houses, make sculptures, make household items, etc. A 3D printer makes 3D plastic objects and there are so many things you can do with that that listing them will be a never ending process.<br />
Beyond all that; I use mine for hobby/business. People need something [NES chassis modding, shower head, bracelet, decor, laptop repair, license plate, business card holder, etc] that they can't get elsewhere or can only get overpriced, they come to me and I make it for them.]]></description>
            <dc:creator>MrDoctorDIV</dc:creator>
            <category>General</category>
            <pubDate>Sat, 26 Jul 2014 21:20:06 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,388016,388020#msg-388020</guid>
            <title>Re: What do you do with it?</title>
            <link>https://reprap.org/forum/read.php?1,388016,388020#msg-388020</link>
            <description><![CDATA[ Dream it, Design it, Print it...]]></description>
            <dc:creator>madmike8</dc:creator>
            <category>General</category>
            <pubDate>Sat, 26 Jul 2014 21:10:36 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,388016,388016#msg-388016</guid>
            <title>What do you do with it?</title>
            <link>https://reprap.org/forum/read.php?1,388016,388016#msg-388016</link>
            <description><![CDATA[ Hi Everyone,<br />
  I had a coworker who is clued out about 3D printing ask "so what does one do with a 3D printer?  What do you print?"<br />
<br />
Well, I know what I do, but it struck me as a pretty good question.  So, I'd like to pose it to the community here.  How would you answer<br />
<br />
<br />
"whadaya <u>do</u> with a 3D printer?"<br />
<br />
<br />
Looking forward to hearing<br />
<br />
<br />
- a -]]></description>
            <dc:creator>AjaxOfTheRockies</dc:creator>
            <category>General</category>
            <pubDate>Sat, 26 Jul 2014 21:07:44 -0400</pubDate>
        </item>
    </channel>
</rss>
