<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>The New Hobbyist</title>
	
	<link>http://thenewhobbyist.com</link>
	<description>DIY Projects, Arduino, Makerbot and more!</description>
	<lastBuildDate>Mon, 06 May 2013 14:21:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/TheNewHobbyist" /><feedburner:info uri="thenewhobbyist" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>How I do it: OpenSCAD</title>
		<link>http://feedproxy.google.com/~r/TheNewHobbyist/~3/1qaoiWnFCW4/</link>
		<comments>http://thenewhobbyist.com/2013/05/how-i-do-it-openscad/#comments</comments>
		<pubDate>Mon, 06 May 2013 14:21:01 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[makerbot]]></category>
		<category><![CDATA[openscad]]></category>

		<guid isPermaLink="false">http://thenewhobbyist.com/?p=1380</guid>
		<description><![CDATA[As I said in my previous post on SketchUp, I really enjoy reading about how other users setup and use their software. I usually find a plugin or setting that I never knew existed which helps me work more efficiently. I don&#8217;t know if my OpenSCAD setup has anything in it that&#8217;s out of the [...]]]></description>
				<content:encoded><![CDATA[<p><img alt="OpenSCAD Header" src="http://thenewhobbyist.com/wp-content/uploads/2013/04/openscad_header.jpg" /></p>
<p>As I said in my previous post on <a href="http://thenewhobbyist.com/2013/04/how-i-do-it-sketchup/">SketchUp</a>, I really enjoy reading about how other users setup and use their software. I usually find a plugin or setting that I never knew existed which helps me work more efficiently. I don&#8217;t know if my OpenSCAD setup has anything in it that&#8217;s out of the ordinary, but maybe something I use will help someone else out.</p>
<p><strong>My Text Editor:</strong></p>
<p>I just recently started using <a href="http://www.sublimetext.com/">Sublime Text 2</a> as my primary editor and I&#8217;ve got to say it&#8217;s really a great addition to my work flow. Not only does it have a clean look and all the features you would expect from a modern editor, but it also has some pretty crazy stuff like a built in package manager! With just a few keystrokes you can search to see if you have syntax highlighting for a particular language installed, pull up the package manager, and install it. All in a matter of seconds. It&#8217;s pretty awesome.</p>
<p><img class="aligncenter size-full wp-image-1437" alt="Sublime Text 2 Package Manager" src="http://thenewhobbyist.com/wp-content/uploads/2013/04/Screen-Shot-2013-04-22-at-10.32.31-PM1.png" width="599" height="445" /></p>
<p>One of the nice things about this editor is that it&#8217;s cross platform. Last I checked it works on Windows, Mac, and Linux, there are also portable binaries for Windows (pretty handy for on the go coding). It&#8217;s always nice to be able to work in a program you&#8217;re familiar with regardless of platform, since I often switch between my Windows desktop and Mac laptop this is a big plus for me.</p>
<p>If you&#8217;re new to the editor, I&#8217;d recommend watching <a href="https://tutsplus.com/course/improve-workflow-in-sublime-text-2/">this excellent Sublime Text 2 tutorial series</a> by the genius programmer and trainer <a href="https://tutsplus.com/author/jeffreyway/">Jeffrey Way</a>. The tutorial starts at the basics and goes all the way through to advanced and complex workflows. I learned a lot from this series and would recommend it to anyone looking to pickup some new skills.</p>
<p>To augment the editor I&#8217;m using a modified version of Tony Buser&#8217;s <a href="http://www.thingiverse.com/thing:67566">&#8220;OpenSCAD Customizer Textmate/Sublime 2 Bundle&#8221;</a> that includes code snippets for the Makerbot Customizer app. This adds syntax highlighting and code snippets for the OpenSCAD language which are not included by default in Sublime Text. All the credit goes to <a href="http://tonybuser.com/">Tony</a> on this one, he did a great job setting up the original package, I just added a few things that have changed since he wrote it.</p>
<p>Something that may be useful to other users is this page on setting up your own &#8220;<a href="http://sublimetext.info/docs/en/reference/build_systems.html">Build Systems</a>&#8221; in Sublime. I&#8217;ve used it to make it so when I press <strong>Command+B</strong> in Sublime my current OpenSCAD document (.scad) opens in OpenSCAD.app. This can be pretty handy if I don&#8217;t already have the program running.</p>
<p>My Sublime installation is pretty barebones, but my plugin list is as follows:</p>
<p><a href="http://wbond.net/sublime_packages/package_control">Sublime Package Control</a> &#8211; This is one of the only plugins you need to install manually for Sublime. Instructions are provided in the link and Jeffery Way&#8217;s tutorial above.</p>
<p><a href="http://www.thingiverse.com/thing:67566">OpenSCAD Customizer Textmate/Sublime 2 Bundle</a> &#8211; My updated verision of Tony Buser&#8217;s great OpenSCAD syntax highlighting and code snippet bundle. More instructions are available in the link, this one needs to be installed manually too.</p>
<p><a href="http://weslly.github.io/ColorPicker/">Color Picker</a> &#8211; Easy to use color selector for Sublime. This can be installed via Package Control.</p>
<p><a href="https://github.com/titoBouzout/SideBarEnhancements">Sidebar Enhancements</a> &#8211; Adds a lot of functionality to the sidebar in Sublime. This can be installed via Package Control.</p>
<p><a href="https://github.com/borysf/Sublimerge">Sublimerge</a> &#8211; Pretty nice graphical diff/merge interface for Sublime. This also works with GIT and SVN though I haven&#8217;t tried it myself. This can be installed via Package Control.</p>
<p><a href="https://github.com/daylerees/colour-schemes">Daylerees Color Schemes</a> &#8211; This set of themes includes the one I&#8217;ve used in the screenshots above &#8220;Earthsong&#8221;. I&#8217;m a big fan. This can be installed via Package Control.</p>
<p><strong>My OpenSCAD:</strong></p>
<p>I haven&#8217;t done too much to customize my OpenSCAD program. The most useful feature I use is the &#8220;Automatic Reload and Compile&#8221; option found in the &#8220;Design&#8221; menu. As the name would suggest this automatically re-renders the model every time I hit save in my text editor.</p>
<p><img class="aligncenter size-full wp-image-1389" alt="Screen Shot 2013-04-22 at 10.29.51 PM" src="http://thenewhobbyist.com/wp-content/uploads/2013/04/Screen-Shot-2013-04-22-at-10.29.51-PM.png" width="264" height="169" /></p>
<p>Because I&#8217;m using an external editor I&#8217;ve also disabled the built in editor. This is pretty much a no brainer if you&#8217;re using any editor other than OpenSCAD, it also give you a little more room to view your model on screen.</p>
<p><a href="http://thenewhobbyist.com/wp-content/uploads/2013/04/Screen-Shot-2013-04-22-at-10.51.19-PM.png"><img class="aligncenter size-medium wp-image-1397" alt="Screen Shot 2013-04-22 at 10.51.19 PM" src="http://thenewhobbyist.com/wp-content/uploads/2013/04/Screen-Shot-2013-04-22-at-10.51.19-PM-300x255.png" width="300" height="255" /></a></p>
<p>The other setting I&#8217;ve tweaked in OpenSCAD is upping the limit for rendered elements. I&#8217;ve run into an error message that caused my model not to render on screen a couple of times (I&#8217;m not sure if this was caused by poor modeling or just a really complex model), however upping the limit of rendered elements solved the issue (maybe it will help someone else). This setting is in the &#8220;Preferences &gt; Advanced&#8221; menu.</p>
<p>The only thing I haven&#8217;t covered in this post and my post about my <a href="http://thenewhobbyist.com/2013/04/how-i-do-it-sketchup/">SketchUp plugins</a> is how I keep it all in sync across multiple computers. Stay tuned for that post, I use Dropbox and a couple tricks to keep everything synced and playing nice. If there is anything I didn&#8217;t cover in this post that you&#8217;re curious about leave me a comment and I&#8217;ll do my best to fill you in.</p>
<img src="http://feeds.feedburner.com/~r/TheNewHobbyist/~4/1qaoiWnFCW4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thenewhobbyist.com/2013/05/how-i-do-it-openscad/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://thenewhobbyist.com/2013/05/how-i-do-it-openscad/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-i-do-it-openscad</feedburner:origLink></item>
		<item>
		<title>How I do it: SketchUp</title>
		<link>http://feedproxy.google.com/~r/TheNewHobbyist/~3/Y3Xxz4JrEKs/</link>
		<comments>http://thenewhobbyist.com/2013/04/how-i-do-it-sketchup/#comments</comments>
		<pubDate>Mon, 22 Apr 2013 15:01:18 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[makerbot]]></category>
		<category><![CDATA[sketchup]]></category>

		<guid isPermaLink="false">http://thenewhobbyist.com/?p=1332</guid>
		<description><![CDATA[I always enjoy reading about other&#8217;s worksflows and learning new ways to optimize my usage of software. So I thought I&#8217;d write a series of &#8220;How I do it&#8221; posts to show those of you just getting started (or those looking to pickup additional tips) how I work. Below is a list of all the [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://thenewhobbyist.com/wp-content/uploads/2013/04/sketchup_header.jpg"></p>
<p>I always enjoy reading about other&#8217;s worksflows and learning new ways to optimize my usage of software. So I thought I&#8217;d write a series of &#8220;How I do it&#8221; posts to show those of you just getting started (or those looking to pickup additional tips) how I work. </p>
<p>Below is a list of all the plugins I currently use in SketchUp. I held out on plugins for awhile thinking they were unnecessary bloat for Sketchup, when I added them in I found I had been missing out on some really useful features. Here&#8217;s what I&#8217;m using at the moment.</p>
<p><a href="https://github.com/SketchUp/sketchup-stl" class="">STL Export</a> &#8211; Easily my most used SketchUp plugin. This lets you export your models as STLs files (as well as several other types) for 3D printing. </p>
<p><a href="http://sketchuptips.blogspot.com/2010/03/sketchup-stl-importer-redo.html" class="">STL Import</a> &#8211; as you can probably imagine this plugin lets you import STL files. Pretty useful for altering existing designs from Thingiverse. After importing I recommend running Cleanup3 listed below to make the imported file more manageable.  </p>
<p><a href="http://sketchucation.com/forums/viewtopic.php?t=22920">Cleanup3</a> &#8211; This plugin cleans up orphaned and unnecessary lines. It&#8217;s really useful for creating a solid in SketchUp. Sometimes you don&#8217;t even realize there are lines causing problems. This plug in will remove those for you. It&#8217;s also really useful when importing STL files into SketchUp. They import with a lots of extra information that makes it difficult and slow to work with in SketchUp. Running the cleanup script leaves you with a much cleaner model to work with.</p>
<p><a href="http://sketchucation.com/forums/viewtopic.php?f=323&amp;t=18992&amp;sid=9f86be79d773eb6e8811e0ceab6d510f" class="">UV Toolkit</a> &#8211; Not one I use all the time but very helpful for texture mapping unusually shaped objects. </p>
<p><a href="http://www.cad-addict.com/2008/08/sketchup-plugins-weld.html" class="">Weld</a> &#8211; Turns a series of line segments into a curve. Useful when trying to re-use a group of curved line segments.</p>
<p><a href="http://rhin.crai.archi.fr/rld/plugin_details.php?id=793" class="">FIX SOLID</a> &#8211; This plugin attempts to find problems with and fix your solid models. I would say I have a 50/50 success rate with this tool, but the times it does work it saves me a lot of time.</p>
<p><a href="http://sketchucation.com/forums/viewtopic.php?t=17948" class="">FredoScale</a> &#8211; Very useful additional scaling tools. Check out the linked page for more details as there are a lot of options. Pretty handy.</p>
<p style=""><a href="http://sketchucation.com/forums/viewtopic.php?f=323&amp;t=20485#p171721" class="" style="">RoundCorner</a> makes it really easy to make nice rounded corners on your objects. It&#8217;s really easy to use and results are usually pretty good.&nbsp;</p>
<p><a href="http://sketchucation.com/forums/viewtopic.php?t=6708" class="">Joint Push/Pull</a> &#8211; Useful plugin for extruding curves in a way not possible using the built in SketchUp tools.</p>
<p><a href="http://sketchucation.com/forums/viewtopic.php?f=323&amp;t=30503" class="">TT_Lib2</a> &#8211; Many of the above tools will require the plugin library TT_Lib2 this provides additional plugins the libraries needed to run.&nbsp;</p>
<p style=""><a href="http://sketchucation.com/forums/viewtopic.php?f=323&amp;t=17947&amp;sid=1add582405ecf1741ccda69a74b4c550" class="" style="">LibFredo6</a> is another library reqiured for some of the listed plugins (including RoundCorner and FredoScale).&nbsp;It also includes an update engine that checks every 2 weeks to see if there are updates to your installed plugins, handy!</p>
<p><a href="http://www.drawmetal.com/curvemaker">Curve Maker</a> &#8211; This plugin assists with drawing curves, either interactivly or by specifying dimensions.</p>
<p><a href="http://www.drawmetal.com/tapermaker" class="">Taper Maker</a> &#8211; This is handy for drawing taped shapes using iregular shapes and paths.</p>
<p><a href="http://www.drawmetal.com/stockmaker" class="">Stock maker</a> &#8211; Useful for estimating material usage for non-3D printing exports.</p>
<p><a href="http://www.sketchup.com/product/gsup.html" class="">SketchUp Pro&#8217;s Solid Tools</a> &#8211; The built in solid tools for SketchUp are very nice and while not a substitute for a real solid modeler like SolidWords do a pretty good job. The tools are part of SketchUp Pro so they can be a little pricey, there is also a $50 a year subscription copy of SketchUp Pro for students that, if you&#8217;re eligable can save you some money.</p>
<p><a href="http://www.suplugins.com/" class="">SU Podium</a> &#8211; My favorite (and fast) rendering engine for Sketchup. Not free ($198.00) but is available at a lowered price for students. This plugin pulls models directly from SketchUp into it&#8217;s rendering program. Very speedy and very nice results are possible. </p>
<p>An additional resource I find pretty handy is the <a href="http://sketchucation.com/" class="" style="">Sketchucation Forum</a>, lots of discussion and new plugins are available there. There is also a <a href="https://productforums.google.com/forum/#!forum/sketchup" class="">Google Group for SketchUp</a> that doesn&#8217;t see as much traffic as Sketchucation but can still be handy.</p>
<p>So that covers my plugins for SketchUp, like I said I went a long time without using them but they are SUPER handy. If there is anything else you&#8217;d like to know, leave me a comment below.</p>
<p style=""> Edit:&nbsp;thomthom from the Sketchucation forums and overall plugin writing genius has pointed out that the update engine I mentioned is actually part of LebFredo6. I&#8217;ve corrected the error above, checkout more of thomthom&#8217;s work here: <a href="http://sketchucation.com/forums/viewtopic.php?f=323&amp;t=28782#thomthom" class="" style="">Plugins by thomthom</a>.&nbsp;</p>
<img src="http://feeds.feedburner.com/~r/TheNewHobbyist/~4/Y3Xxz4JrEKs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thenewhobbyist.com/2013/04/how-i-do-it-sketchup/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<feedburner:origLink>http://thenewhobbyist.com/2013/04/how-i-do-it-sketchup/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-i-do-it-sketchup</feedburner:origLink></item>
		<item>
		<title>Card Case Customizer</title>
		<link>http://feedproxy.google.com/~r/TheNewHobbyist/~3/KuTsXERtBX8/</link>
		<comments>http://thenewhobbyist.com/2013/04/card-case-customizer/#comments</comments>
		<pubDate>Mon, 01 Apr 2013 18:00:05 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[makerbot]]></category>
		<category><![CDATA[openscad]]></category>

		<guid isPermaLink="false">http://thenewhobbyist.com/?p=1341</guid>
		<description><![CDATA[I&#8217;ve been really enjoying learning OpenSCAD for the past few months. In fact I wish I hadn&#8217;t put it off as long as I did, because once you get going it&#8217;s a pretty straight forward but powerful language to learn. Since I&#8217;ve always thought that it&#8217;s impossible to learn a language without an application I&#8217;ve [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://thenewhobbyist.com/wp-content/uploads/2013/04/CCC_V32_display_large.jpg"></p>
<p>I&#8217;ve been really enjoying learning OpenSCAD for the past few months. In fact I wish I hadn&#8217;t put it off as long as I did, because once you get going it&#8217;s a pretty straight forward but powerful language to learn. </p>
<p>Since I&#8217;ve always thought that it&#8217;s impossible to learn a language without an application I&#8217;ve decided to re-model all the 3D objects that I carry with me daily as OpenSCAD Customizer compatible models. The first of which is the business card holder that <a href="http://www.thingiverse.com/thing:1052">phooky</a> designed. </p>
<p>I printed out this business card case back in May of 2011 and it&#8217;s been looking and working great ever since. Because it&#8217;s held up so nicely I didn&#8217;t make many changes to the base design of the box. Instead I added customizable features to it that enhance the form without harming the function. Included in this model is the ability to change the number of cards the container will hold, as well as the type of cards (business or collectable). I also added the ability to emboss custom text on the front or an image using Benjamin&#8217;s great &#8220;<a href="http://www.thingiverse.com/thing:55821">Stencil-o-Matic</a>&#8220;. </p>
<p><img src="http://thenewhobbyist.com/wp-content/uploads/2013/04/CCC_group_display_large.jpg"></p>
<p><strong><font size=4>Here&#8217;s a link to my <a href="http://www.thingiverse.com/thing:66327">Card Case Customizer on Thingiverse</a></font></strong></p>
<p>Now that I&#8217;ve finished the boxes I think I&#8217;ll move on to making my <a href="http://www.thingiverse.com/thing:24976">Coin-Op Money Clip</a> more Customizer friendly. I&#8217;ll also be posting my current OpenSCAD editor setup and plugins in the near future. Stay tuned.</p>
<img src="http://feeds.feedburner.com/~r/TheNewHobbyist/~4/KuTsXERtBX8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thenewhobbyist.com/2013/04/card-case-customizer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://thenewhobbyist.com/2013/04/card-case-customizer/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=card-case-customizer</feedburner:origLink></item>
		<item>
		<title>Upcoming adventures with Dualstrusion!</title>
		<link>http://feedproxy.google.com/~r/TheNewHobbyist/~3/pyQAE2GsSgQ/</link>
		<comments>http://thenewhobbyist.com/2013/03/upcoming-adventures-with-dualstrusion/#comments</comments>
		<pubDate>Tue, 12 Mar 2013 19:25:11 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[makerbot]]></category>
		<category><![CDATA[openscad]]></category>

		<guid isPermaLink="false">http://thenewhobbyist.com/?p=1317</guid>
		<description><![CDATA[WALLY &#8211; Wall Plate Customizer won the Thingiverse Customizer Challenge in the &#8220;Useful&#8221; category! Thanks to everyone that liked, customized, commented and gave me feedback on the design. My prize was a Makerbot Replicator 2X which I hope to be receiving shortly and posting about my adventures with Dualstrusion! Watch this space for more details!]]></description>
				<content:encoded><![CDATA[<p><img src="http://thenewhobbyist.com/wp-content/uploads/2013/03/Untitled-6.png"/></p>
<p><a href="http://www.thingiverse.com/thing:47956">WALLY &#8211; Wall Plate Customizer</a> won the <a href="http://www.makerbot.com/blog/2013/03/10/makerbot-customizer-challenge-winners/">Thingiverse Customizer Challenge</a> in the &#8220;Useful&#8221; category! Thanks to everyone that liked, customized, commented and gave me feedback on the design. My prize was a <a href="http://store.makerbot.com/replicator2x.html">Makerbot Replicator 2X</a> which I hope to be receiving shortly and posting about my adventures with Dualstrusion! </p>
<p><img src="http://thenewhobbyist.com/wp-content/uploads/2013/03/rep2x.jpg"/></p>
<p>Watch this space for more details!</p>
<img src="http://feeds.feedburner.com/~r/TheNewHobbyist/~4/pyQAE2GsSgQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thenewhobbyist.com/2013/03/upcoming-adventures-with-dualstrusion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thenewhobbyist.com/2013/03/upcoming-adventures-with-dualstrusion/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=upcoming-adventures-with-dualstrusion</feedburner:origLink></item>
		<item>
		<title>Designing with parameters</title>
		<link>http://feedproxy.google.com/~r/TheNewHobbyist/~3/6I4NVlNfVGU/</link>
		<comments>http://thenewhobbyist.com/2013/02/designing-with-parameters/#comments</comments>
		<pubDate>Thu, 07 Feb 2013 17:05:28 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[makerbot]]></category>
		<category><![CDATA[openscad]]></category>

		<guid isPermaLink="false">http://thenewhobbyist.com/?p=1287</guid>
		<description><![CDATA[OpenSCAD is a program that generates 3D models with code rather than traditional 3D modeling methods. I&#8217;ve heard people talk about it&#8217;s virtues since I picked up my Makerbot but it always seemed like far too much work for something that I could crank out in SketchUp in 20 minutes. The main selling point of [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://thenewhobbyist.com/wp-content/uploads/2013/02/collection_small.png" alt="" /></p>
<p><a href="http://www.openscad.org/">OpenSCAD</a> is a program that generates 3D models with code rather than traditional 3D modeling methods. I&#8217;ve heard people talk about it&#8217;s virtues since I picked up my Makerbot but it always seemed like far too much work for something that I could crank out in SketchUp in 20 minutes. The main selling point of OpenSCAD is the fact that you can create parametrically designed models. That is to say, you can change parameters in your code and a new 3D model will pop out of OpenScad, no redesigning required. While I could understand the benefits of this method of design I never found a use for it and never got around to learning it.</p>
<p><img src="http://thenewhobbyist.com/wp-content/uploads/2013/02/openscad_code.png" alt="" /></p>
<p>Recently <a href="http://thingiverse.com">Makerbot&#8217;s Thingiverse</a> launched their <a href="http://www.thingiverse.com/apps/customizer">Customizer application</a>. This web app lets you make changes to these OpenSCAD parameters as easily as picking a value from a drop-down box. Essentially giving anyone capable of using a web form the ability to design a model to fit their needs. This is around the time I thought that I had better get around to learning to use OpenScad.</p>
<p><img src="http://thenewhobbyist.com/wp-content/uploads/2013/02/customizer_WALLY.png" alt="" /></p>
<p>So here it is, my first model designed in OpenSCAD. I found something that would really benefit from being a parametrically designed model: Wall Plates. I&#8217;ve created a OpenSCAD model that allows you to pick from a list of 18 types of connector/outlet style which then generates a 3D model correctly oriented and modeled to be immediately 3D printed.</p>
<p>I took measurements available online and from manufacturers to get the openings as close to standard as possible. In theory you could hop on Thingiverse, create a model, print it, and have a totally customized wall plate in under and hour.</p>
<p>So what options did I include in this file? Well I&#8217;ve allowed the user to pick any width from 1 to 5 &#8220;plates&#8221; wide. These were measured off the standard electrical box sizes and should match screw holes in your existing boxes. The list of available plug and outlet styles is listed below:</p>
<p>1. Blank Port<br />
2. Toggle Switch (Takes up entire plate)<br />
3. Duplex Outlet (Takes up entire plate)<br />
4. Rocker/Designer Plate (Takes up entire plate)<br />
5. Keystone Jack<br />
6. VGA Port<br />
7. HDMI Port<br />
8. DVI-I Port<br />
9. Displayport<br />
10. Cat5e/Cat6 Port<br />
11. USB-A Port<br />
12. USB-B Port<br />
13. Firewire IEEE 1394 Port<br />
14. DB-09 Port<br />
15. PS2 Port<br />
16. F-Type/Coaxial Port<br />
17. S-Video Port<br />
18. Stereo Headphone Jack</p>
<p>With the exception of #2-4 all of the plug types are modular and be placed on the top, bottom, or centered on a generated wall plate. All of the ports (excluding the outlets and keystone jacks) are designed to accommodate <a href="http://datapro.net/catalog/panel-mount-cables.html">DataPro.net&#8217;s panel-mount cables</a>. While I hold no particular alliance to the site they did provide very useful diagrams for their cables. Additionally I based the keystone jack off of &#8220;<a href="http://www.thingiverse.com/thing:6647">Mounting plate for keystone jack</a>&#8221; designed by <a href="http://www.thingiverse.com/jsadusk/designs">Joe Sadusk</a>. I imagine tweaks may need to be made to make all of these connectors fit perfectly but I think my original set of designs should be pretty close to the real thing.</p>
<p>I asked a Mathlete friend of mine if he could calculate the possible number of plug and plate combinations and well, the number is big, real big. He estimates that you can generate a total of 850,789,801,599 possible permutations. Making this possibly one the most customizable object currently on Thingiverse. If you&#8217;d like to check his math here&#8217;s some <a href="http://thenewhobbyist.com/wall_plates.txt">nerdy details</a>.</p>
<p>Customized wall plates are nothing new, but ordering them online takes time and can be costly depending on your required configuration.</p>

<a href='http://thenewhobbyist.com/2013/02/designing-with-parameters/plate_1/' title='plate_1'><img data-attachment-id="1298" data-orig-file="http://thenewhobbyist.com/wp-content/uploads/2013/02/plate_1.png" data-orig-size="1000,562" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="plate_1" data-image-description="" data-medium-file="http://thenewhobbyist.com/wp-content/uploads/2013/02/plate_1-300x168.png" data-large-file="http://thenewhobbyist.com/wp-content/uploads/2013/02/plate_1.png" width="150" height="150" src="http://thenewhobbyist.com/wp-content/uploads/2013/02/plate_1-150x150.png" class="attachment-thumbnail" alt="A collection of generated wall plates" /></a>
<a href='http://thenewhobbyist.com/2013/02/designing-with-parameters/plate2/' title='plate2'><img data-attachment-id="1299" data-orig-file="http://thenewhobbyist.com/wp-content/uploads/2013/02/plate2.png" data-orig-size="1000,562" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="plate2" data-image-description="" data-medium-file="http://thenewhobbyist.com/wp-content/uploads/2013/02/plate2-300x168.png" data-large-file="http://thenewhobbyist.com/wp-content/uploads/2013/02/plate2.png" width="150" height="150" src="http://thenewhobbyist.com/wp-content/uploads/2013/02/plate2-150x150.png" class="attachment-thumbnail" alt="Plate on the wall" /></a>
<a href='http://thenewhobbyist.com/2013/02/designing-with-parameters/plate3/' title='plate3'><img data-attachment-id="1300" data-orig-file="http://thenewhobbyist.com/wp-content/uploads/2013/02/plate3.png" data-orig-size="1000,704" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="plate3" data-image-description="" data-medium-file="http://thenewhobbyist.com/wp-content/uploads/2013/02/plate3-300x211.png" data-large-file="http://thenewhobbyist.com/wp-content/uploads/2013/02/plate3.png" width="150" height="150" src="http://thenewhobbyist.com/wp-content/uploads/2013/02/plate3-150x150.png" class="attachment-thumbnail" alt="Render, close up" /></a>

<p>&nbsp;</p>
<p>You can checkout my plate generator on <a href="http://www.thingiverse.com/thing:47956">Makerbot&#8217;s Thingiverse here</a>. Just click &#8220;Open in Customizer&#8221; to start making your own customized wall plate!</p>
<img src="http://feeds.feedburner.com/~r/TheNewHobbyist/~4/6I4NVlNfVGU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thenewhobbyist.com/2013/02/designing-with-parameters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thenewhobbyist.com/2013/02/designing-with-parameters/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=designing-with-parameters</feedburner:origLink></item>
		<item>
		<title>Doctor WHOokies – Holiday Baking with Makerbot</title>
		<link>http://feedproxy.google.com/~r/TheNewHobbyist/~3/q00h_98_4Tk/</link>
		<comments>http://thenewhobbyist.com/2013/01/doctor-whookies-holiday-baking-with-makerbot/#comments</comments>
		<pubDate>Wed, 02 Jan 2013 21:31:55 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[cooking]]></category>
		<category><![CDATA[makerbot]]></category>

		<guid isPermaLink="false">http://thenewhobbyist.com/?p=1175</guid>
		<description><![CDATA[Finding the perfect shape for cookies has never been easier than it is with Makerbot. After printing a copy of an amazing TARDIS cookie cutter for a friend I thought I&#8217;d try my hand at fancy decorative baking, not my usual project but I think it turned out well. I followed the receipe from Nigella [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://thenewhobbyist.com/wp-content/uploads/2013/01/TARDIS_header.jpg" alt="" /></p>
<p>Finding the perfect shape for cookies has never been easier than it is with Makerbot. After printing a copy of an amazing <a href="http://www.thingiverse.com/thing:14533">TARDIS cookie cutter</a> for a friend I thought I&#8217;d try my hand at fancy decorative baking, not my usual project but I think it turned out well.</p>
<p>I followed the receipe from <a href="http://www.culinate.com/books/collections/all_books/how_to_be_a_domestic_goddess/butter_cut-out_cookies">Nigella Lawson</a> with some minor changes. Here&#8217;s my version:</p>
<p><strong>Cookies</strong></p>
<ul>
¾	 cup (1½ sticks) unsalted butter, softened<br />
¾	 cup sugar<br />
2	large eggs<br />
1	 tsp. <a href="http://thenewhobbyist.com/2011/01/my-vanilla-has-been-extracted/">Uncle Chris&#8217; Fancy Vanillin Extract</a><br />
2⅔	 cups AP flour, plus more if needed<br />
1	 tsp. baking powder<br />
1	 tsp. salt<br />
1	<a href="http://www.thingiverse.com/thing:14533">3D printed TARDIS cookie cutter</a><br />
2	baking sheets, lined with parchment paper<br />
1	<a href="http://www.amazon.com/AmeriColor-Junior-Soft-Paste-Color/dp/B002L3RV9M/ref=sr_1_9?ie=UTF8&#038;qid=1356115594&#038;sr=8-9&#038;keywords=paste+food+coloring">bottle blue gel paste food coloring</a></ul>
<p>&nbsp;</p>
<p><strong>Frosting</strong></p>
<ul>
2	 Tbsp. hot water<br />
1	 cup confectioner’s sugar</ul>
<p>&nbsp;<br />
1. Cream the butter and sugar until it&#8217;s fluffy. Add a small amount of food coloring (start with less than you think you&#8217;ll need, coloring strength can vary and while you can always add-to you can&#8217;t take-out), mix thoroughly adding more food coloring if necessary to achieve desired color. Mix in eggs &#038; vanilla extract.<br />
2. Combine flour, salt and baking soda in a large bowl, then stir into wet mix.<br />
3. Split dough into 2 flat discs and chill in the fridge for at least an hour.<br />
4. Pre-heat oven to 350<br />
5. Lightly flour work surface and rolling pin. Roll 1 disc of dough to 1/4&#8243; thick and cut with cookie cutters.<br />
6. Bake 8-12 minutes<br />
7. When cookies are fully cooled, mix hot water and confectioners sugar in a bowl. Apply with a piping bag or a zip-top bag with the corner cut off. </p>

<a href='http://thenewhobbyist.com/2013/01/doctor-whookies-holiday-baking-with-makerbot/dsc_3869/' title='DSC_3869'><img data-attachment-id="1245" data-orig-file="http://thenewhobbyist.com/wp-content/uploads/2013/01/DSC_3869.jpg" data-orig-size="1000,665" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.3&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;NIKON D50&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1356032405&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;28&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0.05&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="DSC_3869" data-image-description="" data-medium-file="http://thenewhobbyist.com/wp-content/uploads/2013/01/DSC_3869-300x199.jpg" data-large-file="http://thenewhobbyist.com/wp-content/uploads/2013/01/DSC_3869.jpg" width="150" height="150" src="http://thenewhobbyist.com/wp-content/uploads/2013/01/DSC_3869-150x150.jpg" class="attachment-thumbnail" alt="Gathering the ingredients" /></a>
<a href='http://thenewhobbyist.com/2013/01/doctor-whookies-holiday-baking-with-makerbot/dsc_3904/' title='DSC_3904'><img data-attachment-id="1246" data-orig-file="http://thenewhobbyist.com/wp-content/uploads/2013/01/DSC_3904.jpg" data-orig-size="1000,665" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.3&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;NIKON D50&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1356034358&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;31&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0.04&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="DSC_3904" data-image-description="" data-medium-file="http://thenewhobbyist.com/wp-content/uploads/2013/01/DSC_3904-300x199.jpg" data-large-file="http://thenewhobbyist.com/wp-content/uploads/2013/01/DSC_3904.jpg" width="150" height="150" src="http://thenewhobbyist.com/wp-content/uploads/2013/01/DSC_3904-150x150.jpg" class="attachment-thumbnail" alt="Adding sugar and butter" /></a>
<a href='http://thenewhobbyist.com/2013/01/doctor-whookies-holiday-baking-with-makerbot/dsc_3940/' title='DSC_3940'><img data-attachment-id="1247" data-orig-file="http://thenewhobbyist.com/wp-content/uploads/2013/01/DSC_3940.jpg" data-orig-size="1000,665" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.3&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;NIKON D50&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1356034590&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;28&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0.0333333333333&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="DSC_3940" data-image-description="" data-medium-file="http://thenewhobbyist.com/wp-content/uploads/2013/01/DSC_3940-300x199.jpg" data-large-file="http://thenewhobbyist.com/wp-content/uploads/2013/01/DSC_3940.jpg" width="150" height="150" src="http://thenewhobbyist.com/wp-content/uploads/2013/01/DSC_3940-150x150.jpg" class="attachment-thumbnail" alt="Creamed butter with blue food coloring" /></a>
<a href='http://thenewhobbyist.com/2013/01/doctor-whookies-holiday-baking-with-makerbot/dsc_3951/' title='DSC_3951'><img data-attachment-id="1248" data-orig-file="http://thenewhobbyist.com/wp-content/uploads/2013/01/DSC_3951.jpg" data-orig-size="1000,665" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.3&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;NIKON D50&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1356035187&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;28&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0.0166666666667&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="DSC_3951" data-image-description="" data-medium-file="http://thenewhobbyist.com/wp-content/uploads/2013/01/DSC_3951-300x199.jpg" data-large-file="http://thenewhobbyist.com/wp-content/uploads/2013/01/DSC_3951.jpg" width="150" height="150" src="http://thenewhobbyist.com/wp-content/uploads/2013/01/DSC_3951-150x150.jpg" class="attachment-thumbnail" alt="Adding the dry ingredients" /></a>
<a href='http://thenewhobbyist.com/2013/01/doctor-whookies-holiday-baking-with-makerbot/dsc_3983/' title='DSC_3983'><img data-attachment-id="1249" data-orig-file="http://thenewhobbyist.com/wp-content/uploads/2013/01/DSC_3983.jpg" data-orig-size="1000,665" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;NIKON D50&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1356036540&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;35&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0.0769230769231&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="DSC_3983" data-image-description="" data-medium-file="http://thenewhobbyist.com/wp-content/uploads/2013/01/DSC_3983-300x199.jpg" data-large-file="http://thenewhobbyist.com/wp-content/uploads/2013/01/DSC_3983.jpg" width="150" height="150" src="http://thenewhobbyist.com/wp-content/uploads/2013/01/DSC_3983-150x150.jpg" class="attachment-thumbnail" alt="Icing ingredients" /></a>
<a href='http://thenewhobbyist.com/2013/01/doctor-whookies-holiday-baking-with-makerbot/dsc_4007/' title='DSC_4007'><img data-attachment-id="1250" data-orig-file="http://thenewhobbyist.com/wp-content/uploads/2013/01/DSC_4007.jpg" data-orig-size="1000,665" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.3&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;NIKON D50&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1356045154&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;28&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0.05&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="DSC_4007" data-image-description="" data-medium-file="http://thenewhobbyist.com/wp-content/uploads/2013/01/DSC_4007-300x199.jpg" data-large-file="http://thenewhobbyist.com/wp-content/uploads/2013/01/DSC_4007.jpg" width="150" height="150" src="http://thenewhobbyist.com/wp-content/uploads/2013/01/DSC_4007-150x150.jpg" class="attachment-thumbnail" alt="Pressing the pattern into the cut cookie" /></a>
<a href='http://thenewhobbyist.com/2013/01/doctor-whookies-holiday-baking-with-makerbot/dsc_4019/' title='DSC_4019'><img data-attachment-id="1251" data-orig-file="http://thenewhobbyist.com/wp-content/uploads/2013/01/DSC_4019.jpg" data-orig-size="1000,665" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;NIKON D50&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1356046542&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;28&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0.0166666666667&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="DSC_4019" data-image-description="" data-medium-file="http://thenewhobbyist.com/wp-content/uploads/2013/01/DSC_4019-300x199.jpg" data-large-file="http://thenewhobbyist.com/wp-content/uploads/2013/01/DSC_4019.jpg" width="150" height="150" src="http://thenewhobbyist.com/wp-content/uploads/2013/01/DSC_4019-150x150.jpg" class="attachment-thumbnail" alt="A tray of cookies ready for the oven" /></a>
<a href='http://thenewhobbyist.com/2013/01/doctor-whookies-holiday-baking-with-makerbot/dsc_4056/' title='DSC_4056'><img data-attachment-id="1252" data-orig-file="http://thenewhobbyist.com/wp-content/uploads/2013/01/DSC_4056.jpg" data-orig-size="1000,665" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.3&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;NIKON D50&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1356052963&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;28&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0.0333333333333&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="DSC_4056" data-image-description="" data-medium-file="http://thenewhobbyist.com/wp-content/uploads/2013/01/DSC_4056-300x199.jpg" data-large-file="http://thenewhobbyist.com/wp-content/uploads/2013/01/DSC_4056.jpg" width="150" height="150" src="http://thenewhobbyist.com/wp-content/uploads/2013/01/DSC_4056-150x150.jpg" class="attachment-thumbnail" alt="Baked and iced cookies" /></a>
<a href='http://thenewhobbyist.com/2013/01/doctor-whookies-holiday-baking-with-makerbot/dsc_4076/' title='DSC_4076'><img data-attachment-id="1253" data-orig-file="http://thenewhobbyist.com/wp-content/uploads/2013/01/DSC_4076.jpg" data-orig-size="1000,665" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.3&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;NIKON D50&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1356053924&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;28&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0.0333333333333&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="DSC_4076" data-image-description="" data-medium-file="http://thenewhobbyist.com/wp-content/uploads/2013/01/DSC_4076-300x199.jpg" data-large-file="http://thenewhobbyist.com/wp-content/uploads/2013/01/DSC_4076.jpg" width="150" height="150" src="http://thenewhobbyist.com/wp-content/uploads/2013/01/DSC_4076-150x150.jpg" class="attachment-thumbnail" alt="TARDIS cookie glamour shot" /></a>

<img src="http://feeds.feedburner.com/~r/TheNewHobbyist/~4/q00h_98_4Tk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thenewhobbyist.com/2013/01/doctor-whookies-holiday-baking-with-makerbot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thenewhobbyist.com/2013/01/doctor-whookies-holiday-baking-with-makerbot/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=doctor-whookies-holiday-baking-with-makerbot</feedburner:origLink></item>
		<item>
		<title>Signing 3D Prints</title>
		<link>http://feedproxy.google.com/~r/TheNewHobbyist/~3/N3xKafbEwIA/</link>
		<comments>http://thenewhobbyist.com/2012/12/signing-3d-prints/#comments</comments>
		<pubDate>Fri, 28 Dec 2012 20:33:36 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[makerbot]]></category>

		<guid isPermaLink="false">http://thenewhobbyist.com/?p=1132</guid>
		<description><![CDATA[            ]]></description>
				<content:encoded><![CDATA[<p><img src="http://thenewhobbyist.com/wp-content/uploads/2012/12/IMG_0002-HEADER.jpeg" alt="" /></p>
<p>Usually once someone has a copy your STL for 3D printing it&#8217;s pretty difficult to keep your name attached to it, but I think I&#8217;ve found a way to fix that. I&#8217;ve been kicking around the idea of physically marking my digital designs but hadn&#8217;t until recently found a practical way to do it.</p>
<p>I had looked into subtracting a logo or initials on the bottom of my prints but leaving an outline in the first few layers. Unfortunately this wasn&#8217;t always practical depending on your intended application for the part. So I took the idea of &#8220;stamping&#8221; a design into the bottom of the part and moved it up and into the center of my print.</p>
<p><img src="http://thenewhobbyist.com/wp-content/uploads/2012/12/snowblower_inside_sm.jpg" alt="" /></p>
<p>Taking my username&#8217;s initials I sized the letters to fit within the structure of the print. The letters are 1.0mm in height which at my current layer height of 0.3 mm prints 3 layers of initials in the print before covering the top and continuing the print. Pictured in the header image of this post is a finished print that includes my initials inside. You really can&#8217;t see any evidence of my initials on the completed print so it doesn&#8217;t really modify the intended appearance of the peice. However if you&#8217;re printing the part yourself you will see my print &#8220;sign&#8221; itself with my initals about 25% into the print.</p>
<p>While this &#8220;digital/physical signature&#8221; isn&#8217;t impossible to remove I think it&#8217;s a good way for anyone from artists, engineers, and hobbyists to make their mark on their 3D designs. It&#8217;s pretty cool to watch this being printed as you can see in the video below. It&#8217;s almost like a secret message from the model&#8217;s creator. I think it would be pretty cool to see logos or initials &#8220;sign themselves&#8221; in the middle of more prints that I grab off the internet. It&#8217;s a good way to connect the cool object you&#8217;re printing with the cool person that designed it and you really don&#8217;t need to do anything to see it, it tells you who made it while it&#8217;s printing!</p>
<p><iframe width="640" height="480" src="http://www.youtube.com/embed/zv_OQN2H590" frameborder="0" allowfullscreen></iframe></p>
<p>&nbsp;</p>
<p>[thingiverse thing=39497]</p>
<img src="http://feeds.feedburner.com/~r/TheNewHobbyist/~4/N3xKafbEwIA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thenewhobbyist.com/2012/12/signing-3d-prints/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://thenewhobbyist.com/2012/12/signing-3d-prints/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=signing-3d-prints</feedburner:origLink></item>
		<item>
		<title>Creative Wrapping 2012</title>
		<link>http://feedproxy.google.com/~r/TheNewHobbyist/~3/vM2DmagOy7U/</link>
		<comments>http://thenewhobbyist.com/2012/12/creative-wrapping-2012/#comments</comments>
		<pubDate>Fri, 21 Dec 2012 17:53:26 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[holiday]]></category>

		<guid isPermaLink="false">http://thenewhobbyist.com/?p=1152</guid>
		<description><![CDATA[Every year for Christmas I like to go a little out of the ordinary with my gift wrapping. The last year I used 3D printed name tags for the gifts, and the year before cut out typographic themed tags. This year I didn&#8217;t have quite as much time to gather materials or design name tags [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://thenewhobbyist.com/wp-content/uploads/2012/12/2013wrapping_header.jpg" alt="" /></p>
<p>Every year for Christmas I like to go a little out of the ordinary with my gift wrapping. The last year I used <a href="http://thenewhobbyist.com/2011/12/creative-wrapping-2011/">3D printed name tags</a> for the gifts, and the year before <a href="http://thenewhobbyist.com/2010/12/creative-wrapping/">cut out typographic themed tags</a>. This year I didn&#8217;t have quite as much time to gather materials or design name tags but I think they still turned out pretty cool.</p>
<p>I picked up a couple sets of &#8220;<a href="http://www.amazon.com/Abroad-Thickers-Alphabet-Stickers-Everywhere-Map/dp/B008B8PGSY">Thickers Alphabet Stickers</a>&#8221; in the &#8220;Everywhere Map&#8221; design from the scrapbooking section of my local craft store (a section I never dared venture into before). They look similar to my typographic letters from two years ago because they&#8217;re made to look like the letters are cut out of an old map. The stickers were around $4 for 4 of each letter plus numbers and punctuation. </p>
<p>While this wasn&#8217;t exactly &#8220;handmade&#8221;, it got the job done quickly and fairly cheaply. </p>

<a href='http://thenewhobbyist.com/2012/12/creative-wrapping-2012/dsc_4163/' title='DSC_4163'><img data-attachment-id="1157" data-orig-file="http://thenewhobbyist.com/wp-content/uploads/2012/12/DSC_4163.jpg" data-orig-size="1000,665" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.3&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;NIKON D50&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1356087495&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;28&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="DSC_4163" data-image-description="" data-medium-file="http://thenewhobbyist.com/wp-content/uploads/2012/12/DSC_4163-300x199.jpg" data-large-file="http://thenewhobbyist.com/wp-content/uploads/2012/12/DSC_4163.jpg" width="150" height="150" src="http://thenewhobbyist.com/wp-content/uploads/2012/12/DSC_4163-150x150.jpg" class="attachment-thumbnail" alt="Wrapped, waiting for letters" /></a>
<a href='http://thenewhobbyist.com/2012/12/creative-wrapping-2012/dsc_4164/' title='DSC_4164'><img data-attachment-id="1158" data-orig-file="http://thenewhobbyist.com/wp-content/uploads/2012/12/DSC_4164.jpg" data-orig-size="1000,665" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;NIKON D50&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1356087507&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;28&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.0166666666667&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="DSC_4164" data-image-description="" data-medium-file="http://thenewhobbyist.com/wp-content/uploads/2012/12/DSC_4164-300x199.jpg" data-large-file="http://thenewhobbyist.com/wp-content/uploads/2012/12/DSC_4164.jpg" width="150" height="150" src="http://thenewhobbyist.com/wp-content/uploads/2012/12/DSC_4164-150x150.jpg" class="attachment-thumbnail" alt="Full sheets of stickers" /></a>
<a href='http://thenewhobbyist.com/2012/12/creative-wrapping-2012/dsc_4178-copy/' title='DSC_4178 copy'><img data-attachment-id="1159" data-orig-file="http://thenewhobbyist.com/wp-content/uploads/2012/12/DSC_4178-copy.jpg" data-orig-size="1000,665" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;5.6&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;NIKON D50&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1356087543&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;75&quot;,&quot;iso&quot;:&quot;800&quot;,&quot;shutter_speed&quot;:&quot;0.0166666666667&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="DSC_4178 copy" data-image-description="" data-medium-file="http://thenewhobbyist.com/wp-content/uploads/2012/12/DSC_4178-copy-300x199.jpg" data-large-file="http://thenewhobbyist.com/wp-content/uploads/2012/12/DSC_4178-copy.jpg" width="150" height="150" src="http://thenewhobbyist.com/wp-content/uploads/2012/12/DSC_4178-copy-150x150.jpg" class="attachment-thumbnail" alt="Map detail on stickers" /></a>

<img src="http://feeds.feedburner.com/~r/TheNewHobbyist/~4/vM2DmagOy7U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thenewhobbyist.com/2012/12/creative-wrapping-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thenewhobbyist.com/2012/12/creative-wrapping-2012/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=creative-wrapping-2012</feedburner:origLink></item>
		<item>
		<title>If you’ve got it, print it</title>
		<link>http://feedproxy.google.com/~r/TheNewHobbyist/~3/xqnoXNRj2Xg/</link>
		<comments>http://thenewhobbyist.com/2012/11/if-youve-got-it-print-it/#comments</comments>
		<pubDate>Thu, 08 Nov 2012 19:10:02 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[makerbot]]></category>

		<guid isPermaLink="false">http://thenewhobbyist.com/?p=1112</guid>
		<description><![CDATA[            ]]></description>
				<content:encoded><![CDATA[<p><img src="http://thenewhobbyist.com/wp-content/uploads/2012/11/DSC_3827_header.jpg" alt="" /></p>
<p>I hadn&#8217;t intended the SketchUp model I made for my previous post <a href="http://thenewhobbyist.com/2012/11/making-a-wedding-wooden-beer-totes/">&#8220;Wooden Beer Totes&#8221;</a> to be used for 3D printing. I was using it as a way to figure out how much wood to buy at the hardware store. But once I have my hands on a 3D model it&#8217;s usually hard to keep me from attempting to print it. </p>
<p>I took the original reference model and updated it so it was a printable solid. I also made a few changes to accommodate the overhangs in the original model. </p>
<p>After scaling it to fit my Thing-o-Matic&#8217;s build platform I found that it was the perfect size to hold tiny Tabasco bottles! Now it&#8217;s adorable AND useful.</p>
<p>
<a href='http://thenewhobbyist.com/2012/11/if-youve-got-it-print-it/dsc_3832-2/' title='DSC_3832 2'><img data-attachment-id="1121" data-orig-file="http://thenewhobbyist.com/wp-content/uploads/2012/11/DSC_3832-2.jpg" data-orig-size="1000,665" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.3&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;NIKON D50&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1352381915&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;28&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.02&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="DSC_3832 2" data-image-description="" data-medium-file="http://thenewhobbyist.com/wp-content/uploads/2012/11/DSC_3832-2-300x199.jpg" data-large-file="http://thenewhobbyist.com/wp-content/uploads/2012/11/DSC_3832-2.jpg" width="150" height="150" src="http://thenewhobbyist.com/wp-content/uploads/2012/11/DSC_3832-2-150x150.jpg" class="attachment-thumbnail" alt="DSC_3832 2" /></a>
<a href='http://thenewhobbyist.com/2012/11/if-youve-got-it-print-it/dsc_3837/' title='DSC_3837'><img data-attachment-id="1122" data-orig-file="http://thenewhobbyist.com/wp-content/uploads/2012/11/DSC_3837.jpg" data-orig-size="1000,665" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;NIKON D50&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1352381939&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;28&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.02&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="DSC_3837" data-image-description="" data-medium-file="http://thenewhobbyist.com/wp-content/uploads/2012/11/DSC_3837-300x199.jpg" data-large-file="http://thenewhobbyist.com/wp-content/uploads/2012/11/DSC_3837.jpg" width="150" height="150" src="http://thenewhobbyist.com/wp-content/uploads/2012/11/DSC_3837-150x150.jpg" class="attachment-thumbnail" alt="DSC_3837" /></a>
<a href='http://thenewhobbyist.com/2012/11/if-youve-got-it-print-it/dsc_3834/' title='DSC_3834'><img data-attachment-id="1123" data-orig-file="http://thenewhobbyist.com/wp-content/uploads/2012/11/DSC_3834.jpg" data-orig-size="1000,665" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;NIKON D50&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1352381923&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;28&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.02&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="DSC_3834" data-image-description="" data-medium-file="http://thenewhobbyist.com/wp-content/uploads/2012/11/DSC_3834-300x199.jpg" data-large-file="http://thenewhobbyist.com/wp-content/uploads/2012/11/DSC_3834.jpg" width="150" height="150" src="http://thenewhobbyist.com/wp-content/uploads/2012/11/DSC_3834-150x150.jpg" class="attachment-thumbnail" alt="DSC_3834" /></a>
 </p>
<p>[thingiverse thing=34067]</p>
<img src="http://feeds.feedburner.com/~r/TheNewHobbyist/~4/xqnoXNRj2Xg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thenewhobbyist.com/2012/11/if-youve-got-it-print-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thenewhobbyist.com/2012/11/if-youve-got-it-print-it/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=if-youve-got-it-print-it</feedburner:origLink></item>
		<item>
		<title>Making a Wedding: Wooden Beer Totes</title>
		<link>http://feedproxy.google.com/~r/TheNewHobbyist/~3/X_slcuc-fws/</link>
		<comments>http://thenewhobbyist.com/2012/11/making-a-wedding-wooden-beer-totes/#comments</comments>
		<pubDate>Mon, 05 Nov 2012 17:16:26 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[sketchup]]></category>
		<category><![CDATA[wedding]]></category>
		<category><![CDATA[woodworking]]></category>

		<guid isPermaLink="false">http://thenewhobbyist.com/?p=1014</guid>
		<description><![CDATA[            ]]></description>
				<content:encoded><![CDATA[<p><img src="http://thenewhobbyist.com/wp-content/uploads/2012/11/DSC_3808-2.jpg" alt=""></p>
<p>A quick google search shows that the most popular groomsmen gifts are usually one of the following: flasks, wallets, beer glasses, and watches. All engraved with their initials of course. I thought I&#8217;d do something a little different for my groomsmen.</p>
<p>I found this great post on the DIY section of Reddit from the user <a href="http://www.reddit.com/user/BitterLikeAHop">BitterLikeAHop</a>. He made what was essentially a <a href="http://www.reddit.com/r/DIY/comments/10xlgm/i_made_wood_six_pack_holders_as_groomsman_gifts/" class="">wooden six-pack holder</a>. Thankfully he also included all the required measurements and details so it wasn&#8217;t very hard to recreate on my own. So I called up my Dad, the master woodworker and started laying out plans to make these boxes in bulk.</p>
<p>My first stop was Google SketchUp to render the parts needed in 3D. This helped me figure out how much of which kinds of wood I would need to buy at the hardware store. Modeling only took about 10 minutes and kept me from spending money on wood I wouldn&#8217;t be using. Worth the extra time to me.</p>
<p><img src="http://thenewhobbyist.com/wp-content/uploads/2012/10/Screen-Shot-2012-10-29-at-2.27.28-PM.png"></p>
<p>Here&#8217;s the parts list for making one (1) beer tote:</p>
<ol>
One (1) Piece of 1/2&#8243; poplar dowel, 10&#8243; long<br />
One (1) 32&#8243; of 1&#8243;x6&#8243; pine board, 32&#8243; long<br />
One (1) 1/4&#8243; plywood, 3&#8242;x3&#8242; (I used a handy board)<br />
Wood stain<br />
<a href="http://www.amazon.com/gp/product/B008LYT86O/ref=oh_details_o05_s00_i00">Wall mounted bottle opener</a></ol>
<p>&nbsp;<br />
Obviously you can switch out any of the types of wood used for something that strikes your fancy.</p>
<p>Cutting and construction was fairly straight forward. We cut all the wood to the listed sizes in the diagram above (and in the included SketchUp file on Thingiverse). After giving them all a good sanding we setup a jig on the router to route out the interior pieces of the boxes so they would slide together and keep the beers separated. The holes were cut in the side panels with a drill press and then we got on to staining. I only used one coat of stain on these boxes and was happy with the results, your milage may vary.</p>
<p>After letting the stained wood panels dry overnight it was construction time. Where ever possible the boxes were held in place first with wood glue and then nailed with a pneumatic nail gun. After all the parts were glued and nailed we attached the bottle opener to the side with wood screws. I wish I had more to write about this project but once you start moving it&#8217;s pretty straight forward and just comes together.</p>
<p>I think the boxes turned out great, they look nice and are surprisingly sturdy (though this is likely because my Dad knew what he was doing). If you&#8217;re looking for a non-traditional groomsmen gift this was a pretty fun project and almost certainly not something your friends have already been gifted.</p>
<p>
<a href='http://thenewhobbyist.com/2012/11/making-a-wedding-wooden-beer-totes/dsc_3461/' title='DSC_3461'><img data-attachment-id="1036" data-orig-file="http://thenewhobbyist.com/wp-content/uploads/2012/10/DSC_3461.jpg" data-orig-size="1000,665" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;NIKON D50&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1349618307&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;52&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.0333333333333&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="DSC_3461" data-image-description="" data-medium-file="http://thenewhobbyist.com/wp-content/uploads/2012/10/DSC_3461-300x199.jpg" data-large-file="http://thenewhobbyist.com/wp-content/uploads/2012/10/DSC_3461.jpg" width="150" height="150" src="http://thenewhobbyist.com/wp-content/uploads/2012/10/DSC_3461-150x150.jpg" class="attachment-thumbnail" alt="Cutting bottom and side peices" /></a>
<a href='http://thenewhobbyist.com/2012/11/making-a-wedding-wooden-beer-totes/dsc_3468/' title='DSC_3468'><img data-attachment-id="1037" data-orig-file="http://thenewhobbyist.com/wp-content/uploads/2012/10/DSC_3468.jpg" data-orig-size="1000,665" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;NIKON D50&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1349618633&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;35&quot;,&quot;iso&quot;:&quot;640&quot;,&quot;shutter_speed&quot;:&quot;0.0333333333333&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="DSC_3468" data-image-description="" data-medium-file="http://thenewhobbyist.com/wp-content/uploads/2012/10/DSC_3468-300x199.jpg" data-large-file="http://thenewhobbyist.com/wp-content/uploads/2012/10/DSC_3468.jpg" width="150" height="150" src="http://thenewhobbyist.com/wp-content/uploads/2012/10/DSC_3468-150x150.jpg" class="attachment-thumbnail" alt="Sanding bottoms" /></a>
<a href='http://thenewhobbyist.com/2012/11/making-a-wedding-wooden-beer-totes/dsc_3473/' title='DSC_3473'><img data-attachment-id="1038" data-orig-file="http://thenewhobbyist.com/wp-content/uploads/2012/10/DSC_3473.jpg" data-orig-size="1000,665" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;NIKON D50&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1349618937&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;38&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.02&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="DSC_3473" data-image-description="" data-medium-file="http://thenewhobbyist.com/wp-content/uploads/2012/10/DSC_3473-300x199.jpg" data-large-file="http://thenewhobbyist.com/wp-content/uploads/2012/10/DSC_3473.jpg" width="150" height="150" src="http://thenewhobbyist.com/wp-content/uploads/2012/10/DSC_3473-150x150.jpg" class="attachment-thumbnail" alt="Measuring side panels" /></a>
<a href='http://thenewhobbyist.com/2012/11/making-a-wedding-wooden-beer-totes/dsc_3510/' title='DSC_3510'><img data-attachment-id="1039" data-orig-file="http://thenewhobbyist.com/wp-content/uploads/2012/10/DSC_3510.jpg" data-orig-size="1000,665" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;NIKON D50&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1349622682&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;52&quot;,&quot;iso&quot;:&quot;500&quot;,&quot;shutter_speed&quot;:&quot;0.0333333333333&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="DSC_3510" data-image-description="" data-medium-file="http://thenewhobbyist.com/wp-content/uploads/2012/10/DSC_3510-300x199.jpg" data-large-file="http://thenewhobbyist.com/wp-content/uploads/2012/10/DSC_3510.jpg" width="150" height="150" src="http://thenewhobbyist.com/wp-content/uploads/2012/10/DSC_3510-150x150.jpg" class="attachment-thumbnail" alt="Cutting internal supports" /></a>
<a href='http://thenewhobbyist.com/2012/11/making-a-wedding-wooden-beer-totes/dsc_3520/' title='DSC_3520'><img data-attachment-id="1040" data-orig-file="http://thenewhobbyist.com/wp-content/uploads/2012/10/DSC_3520.jpg" data-orig-size="1000,665" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.3&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;NIKON D50&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1349623688&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;28&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.0166666666667&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="DSC_3520" data-image-description="" data-medium-file="http://thenewhobbyist.com/wp-content/uploads/2012/10/DSC_3520-300x199.jpg" data-large-file="http://thenewhobbyist.com/wp-content/uploads/2012/10/DSC_3520.jpg" width="150" height="150" src="http://thenewhobbyist.com/wp-content/uploads/2012/10/DSC_3520-150x150.jpg" class="attachment-thumbnail" alt="Router setup with a jig for consistant cuts" /></a>
<a href='http://thenewhobbyist.com/2012/11/making-a-wedding-wooden-beer-totes/dsc_3525/' title='DSC_3525'><img data-attachment-id="1041" data-orig-file="http://thenewhobbyist.com/wp-content/uploads/2012/10/DSC_3525.jpg" data-orig-size="1000,665" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;NIKON D50&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1349624243&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;28&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.0125&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="DSC_3525" data-image-description="" data-medium-file="http://thenewhobbyist.com/wp-content/uploads/2012/10/DSC_3525-300x199.jpg" data-large-file="http://thenewhobbyist.com/wp-content/uploads/2012/10/DSC_3525.jpg" width="150" height="150" src="http://thenewhobbyist.com/wp-content/uploads/2012/10/DSC_3525-150x150.jpg" class="attachment-thumbnail" alt="All the cut parts" /></a>
<a href='http://thenewhobbyist.com/2012/11/making-a-wedding-wooden-beer-totes/dsc_3561/' title='DSC_3561'><img data-attachment-id="1042" data-orig-file="http://thenewhobbyist.com/wp-content/uploads/2012/10/DSC_3561.jpg" data-orig-size="1000,665" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;NIKON D50&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1349624857&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;56&quot;,&quot;iso&quot;:&quot;800&quot;,&quot;shutter_speed&quot;:&quot;0.02&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="DSC_3561" data-image-description="&lt;p&gt;Drilling holes for the handles &lt;/p&gt;
" data-medium-file="http://thenewhobbyist.com/wp-content/uploads/2012/10/DSC_3561-300x199.jpg" data-large-file="http://thenewhobbyist.com/wp-content/uploads/2012/10/DSC_3561.jpg" width="150" height="150" src="http://thenewhobbyist.com/wp-content/uploads/2012/10/DSC_3561-150x150.jpg" class="attachment-thumbnail" alt="Drilling holes for dowels" /></a>
<a href='http://thenewhobbyist.com/2012/11/making-a-wedding-wooden-beer-totes/dsc_3583/' title='DSC_3583'><img data-attachment-id="1043" data-orig-file="http://thenewhobbyist.com/wp-content/uploads/2012/10/DSC_3583.jpg" data-orig-size="1000,665" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.3&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;NIKON D50&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1349630599&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;28&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.025&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="DSC_3583" data-image-description="" data-medium-file="http://thenewhobbyist.com/wp-content/uploads/2012/10/DSC_3583-300x199.jpg" data-large-file="http://thenewhobbyist.com/wp-content/uploads/2012/10/DSC_3583.jpg" width="150" height="150" src="http://thenewhobbyist.com/wp-content/uploads/2012/10/DSC_3583-150x150.jpg" class="attachment-thumbnail" alt="After a coat of stain" /></a>
<a href='http://thenewhobbyist.com/2012/11/making-a-wedding-wooden-beer-totes/img_5796/' title='IMG_5796'><img data-attachment-id="1044" data-orig-file="http://thenewhobbyist.com/wp-content/uploads/2012/10/IMG_5796.jpg" data-orig-size="1000,750" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.4&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 4S&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1350226762&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;4.28&quot;,&quot;iso&quot;:&quot;320&quot;,&quot;shutter_speed&quot;:&quot;0.05&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMG_5796" data-image-description="" data-medium-file="http://thenewhobbyist.com/wp-content/uploads/2012/10/IMG_5796-300x225.jpg" data-large-file="http://thenewhobbyist.com/wp-content/uploads/2012/10/IMG_5796.jpg" width="150" height="150" src="http://thenewhobbyist.com/wp-content/uploads/2012/10/IMG_5796-150x150.jpg" class="attachment-thumbnail" alt="Mounting bottle openers" /></a>
&nbsp;</p>
<p>[thingiverse thing=33826]</p>
<img src="http://feeds.feedburner.com/~r/TheNewHobbyist/~4/X_slcuc-fws" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thenewhobbyist.com/2012/11/making-a-wedding-wooden-beer-totes/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		<feedburner:origLink>http://thenewhobbyist.com/2012/11/making-a-wedding-wooden-beer-totes/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=making-a-wedding-wooden-beer-totes</feedburner:origLink></item>
	</channel>
</rss>
