<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Capolight Electronics Projects.</title>
	<atom:link href="http://capolight.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://capolight.wordpress.com</link>
	<description>A collection of Reprap and power LED projects</description>
	<lastBuildDate>Thu, 14 Mar 2013 05:46:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='capolight.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/c329d1eb8c1e4c53434e0ab32133c239?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Capolight Electronics Projects.</title>
		<link>http://capolight.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://capolight.wordpress.com/osd.xml" title="Capolight Electronics Projects." />
	<atom:link rel='hub' href='http://capolight.wordpress.com/?pushpress=hub'/>
		<item>
		<title>One step conversion of an image to gcode for Makerbot Unicorn and Reprap style 3D Printers</title>
		<link>http://capolight.wordpress.com/2012/04/30/converting_images_to_gcode/</link>
		<comments>http://capolight.wordpress.com/2012/04/30/converting_images_to_gcode/#comments</comments>
		<pubDate>Sun, 29 Apr 2012 15:10:08 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[A Reprap Project]]></category>
		<category><![CDATA[g-code]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[makerbot]]></category>
		<category><![CDATA[pen plotter]]></category>
		<category><![CDATA[plotteriser]]></category>
		<category><![CDATA[reprap]]></category>
		<category><![CDATA[scribbles]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[unicorn]]></category>
		<category><![CDATA[walkthrough]]></category>

		<guid isPermaLink="false">http://capolight.wordpress.com/?p=1676</guid>
		<description><![CDATA[How to take an image like this: and in one step generate the gcodes required to do this: All credit for cad.py goes to the original creator Neil Gershenfeld of  MIT Center for Bits and Atoms and David Carr of Make Your Bot who optimised the &#8230; <a href="http://capolight.wordpress.com/2012/04/30/converting_images_to_gcode/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=capolight.wordpress.com&#038;blog=9778860&#038;post=1676&#038;subd=capolight&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>How to take an image like this:</strong></p>
<p><a href="http://capolight.files.wordpress.com/2012/04/nasaselfrepl.png"><img class="aligncenter size-full wp-image-1687" title="nasaselfrepl" src="http://capolight.files.wordpress.com/2012/04/nasaselfrepl.png?w=640&#038;h=388" alt="" width="640" height="388" /></a></p>
<p><strong>and in one step generate the gcodes required to do this:</strong></p>
<p><a href="http://capolight.files.wordpress.com/2012/04/img_20120428_195655-1.jpg"><img class="aligncenter size-full wp-image-1688" title="IMG_20120428_195655-1" src="http://capolight.files.wordpress.com/2012/04/img_20120428_195655-1.jpg?w=640&#038;h=456" alt="" width="640" height="456" /></a></p>
<h5><em><strong><em>All credit for cad.py goes to the original creator Neil Gershenfeld of  <a href="http://cba.mit.edu/">MIT Center for Bits and Atoms</a> and David Carr of <a href="http://makeyourbot.blogspot.com.au/">Make Your Bot</a> who optimised the code that is in use here.</em></strong></em></h5>
<p>By attaching a pen to a 3D printer it is easy to turn it into a basic <a href="http://en.wikipedia.org/wiki/Plotter">pen plotter</a>. However producing the <a href="http://reprap.org/wiki/G-code#M106:_Fan_On">G-codes</a> require to drive your 3D printer as a pen plotter can be anything but easy. This short guide seeks to change that. There are currently a number of ways of producing plotting paths from images. A selection includes:</p>
<ul>
<li>The five step <a href="http://wiki.makerbot.com/unicorn-tutorial-01">Unicorn Tutorial</a></li>
<li>The <a href="http://wiki.makerbot.com/scribbles">Scribbles Method</a></li>
<li>Using the <a href="http://reprap.org/wiki/Plotting#Using_the_RepRap_Host_Software">Reprap host software</a></li>
<li>Using <a href="http://makeyourbot.org/cad-py">cad.py</a> (A python script with GUI)</li>
</ul>
<div><span style="font-size:medium;"> Of these options I believe cad.py is by far the simplest as once it is setup you can convert an image directly to gcode in one go with one program and with out the need to use a command prompt. The following is how to install and use cad.py.</span></div>
<div></div>
<h1 style="text-align:center;">Program Installation</h1>
<p>Download the following software for your respective OS. <strong>Note that python 2.6 must be used for cad.py to work. </strong>Either un-install newer versions or dirct cad.py to work with python2.6 only.</p>
<ul>
<li>1. python-2.6.5.msi (<a href="http://www.python.org/download/releases/2.6.6/">Python 2.6 Website</a>)</li>
<li>2. numpy-1.6.1-win32-superpack-python2.6.exe  (<a href="http://sourceforge.net/projects/numpy/">Numerical Python</a>)</li>
<li>3. PIL-1.1.7.win32-py2.6.exe (<a href="http://www.pythonware.com/products/pil/">Python Imaging Library</a>)</li>
<li>4. scipy-0.10.1-win32-superpack-python2.6.exe (<a href="http://sourceforge.net/projects/scipy/files/">Scientific Library for Python</a>)</li>
<li>5. Cad.py and some test images (<a href="http://sourceforge.net/projects/cadpy/files/">SourcForge</a>)</li>
</ul>
<h1 style="text-align:center;">Generating the gcodes.</h1>
<p>Run the Cad.py that suits your hardware. I have included three types all with the same interface but each outputs slightly different gcodes.</p>
<ul>
<li><strong>(Cad.py) Plotting with Z axis movement.py</strong> -&gt; For use with a three axis Cartesian bot such as a reprap, Makerbot etc. where the pen is lifted off the page due to the movement of the Z (vertical) axis.</li>
<li><strong>(Cad.py) <strong>Plotting </strong>with solenoid or laser.py</strong> -&gt;For use with a 2 axis bot where the pen is lifted of the page by an action such as a solenoid or a cutting action like a laser is required. (Use fan port for solenoid as it is switched on off with gcode M106 and M107. Commands need to be switched for use with a laser, see &#8220;Optimisation&#8221; below.)</li>
<li><strong>(Cad.py) <strong>Plotting </strong>with Makerbot Unicorn.py -&gt;</strong> For use with Makerbot Unicorn system which uses a servo to lift the pen off the page.</li>
</ul>
<div><em><span style="font-size:medium;"><span style="line-height:24px;">If you see a command prompt for a split second and then nothing when you run one of the above then recheck you have all the correct programs installed and the correct version of python (2.6!).</span></span></em></div>
<p>When the program begins do the following to test your setup:</p>
<ol>
<li>Select the test image.png file by clicking the &#8220;Input File&#8221; button and navigating to the &#8220;Test Images&#8221; folder.</li>
<li>Set &#8220;in. per unit&#8221;: 25.4</li>
<li>Click &#8220;Cam&#8221; button</li>
<li>Click &#8220;Output Format&#8221; and select file type: &#8220;.gcodes&#8221;</li>
<li>Set the following values:
<ol>
<li>maximum vector: 0.75</li>
<li>tool diameter: 0.03</li>
<li>tool overlap: 0.1</li>
<li>contours: 1</li>
</ol>
</li>
<li>Click &#8220;contour&#8221; and wait for the paths to be generated. They appear as red lines over the image at its edges.</li>
<li>Click the save butting and the file will be output to the input directory.</li>
</ol>
<p>Thats it, your done. Now load up your desired host, run the gcode and watch your bot draw. Here is a timelaps of my plotter at work.</p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='640' height='390' src='http://www.youtube.com/embed/vhRJGyLVwS4?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span>
<h1 style="text-align:center;">Optimisation</h1>
<p>Now that you hopefully have the basics out of the way you may want to know a little more detail. It appears that cad.py takes a black and white image, performs edge detection on the black areas and then calculates tool paths based on that. When choosing your image I recommend you keep its size under 1000pixels or else the rendering time will be come very long (hours+). For best effect use images with clear distinctions between white and black. Although other image formats such as .jpg do work they dont appear to give the same results as png images. Therefore I recommend you convert .jpg to .png and make sure the image is in black and white with high saturation using your desired image software such as <a href="http://www.irfanview.com/">irfanview</a>. When the plotting is started the image will be plotted in the positive dictions from where ever the pen is when printing begins. Therefore you can print many images on the same page by moving the pen to a new position between prints.</p>
<p>Furthermore you can copy and past past multiple gcode files into one as long as you add the new starting position at the end of each file. As mentioned above you have a number of variables to play with in Cad.py. To the best of my knowledge this is their functions:</p>
<ul>
<li><strong>Window sizes</strong> &#8211; Changes the size of the display window of cad.py. A larger window can make it easier to see when you have the settings right.</li>
<li><strong>X Width and Y Width - </strong>The size of the image when printed. Roughly equates to the size of the image printed in cm when a .png file is used. Best to do a &#8216;dry run&#8217; with out a pen first to check the size of your image then adjust accordingly.</li>
<li><strong>Zmin and Zmax</strong> &#8211; The distance the pen is lifted using the z axis (Works for (Cad.py) Plotting with Z axis movement.py  only)</li>
<li><strong>Intensity min/max</strong> &#8211; Change these to change the level of darkness that cad.py interpreted as an edge in an image. Often a low &#8220;Intensity Max&#8221; value will help the edge detection pickup less distinct areas.</li>
<li><strong>Inches per unit</strong> &#8211; At 24.5 roughly 1cmx1cm image should plot an 1cmx1cm image. Change the value to change the size of your image.</li>
<li><strong>Maximum vector fit error</strong> &#8211; How closely the edge detection fits to the image. Very small values (eg &lt;0.2) take longer to process and can lead to jagged edges. Very high values (eg &gt;1) can lead to corner cutting.</li>
<li><strong>Tool Diameter</strong> &#8211; The most important parameter. The size of the pen end. Lower values mean more detail but longer processing time. To big a value (eg 0.05) and you will not see the detail. Too small (0.001) and you will get artefacts in the edge detection seen as small boxes and dots.</li>
<li><strong>Tool overlap</strong> &#8211; How close two plotted paths are next to each other when more than one contour is used (see below)</li>
<li><span style="color:#000000;"><strong>Contours</strong></span> - The number of layers of infill that will be plotted in dark areas. Set to 1 only the outline will be plotted while -1 will give a complete infill.</li>
<li><strong>Feed rate, spindle speed and tools &#8211; </strong>all not used.</li>
</ul>
<p>If you wish to go even further then use a text editor to modify the python script its self (eg (Cad.py) Plotting with Z axis movement.py). Remember to back up the original before making changes.</p>
<ul>
<li><strong>Movement speed</strong> &#8211; Open with text editor, Use Replace All (Crtl + H for notepad) to replace &#8220;F2000&#8243; with your desired feed rate (eg F1500) and for the x/y axis or replace all &#8220;F300&#8243; for z axis. Then save the file. Gcode generated will now use that speed.</li>
<li><strong>Reverse solenoid direction</strong> &#8211; Replace all &#8220;M106 S255 (Pen Up)&#8221; with &#8220;M106 (Pen Down)&#8221; and vice versa to change the solenoid direction or for using a laser. Currently the solenoid is off when the pen is down.</li>
<li><strong>Change unicorn serve travel distance</strong> &#8211; Change the S value (eg S50 to S60) in the &#8220;M300 S50 (Pen Up)&#8221;  and &#8220;M300 S40 (Pen Down)&#8221; commands to change the servo travel distance.</li>
<li><strong>Change delay time after pen up and down</strong> &#8211; Replace all &#8220;G4 P120&#8243; commands with your desired delay time in miliseconds. Eg P120 (120 miliseconds) to P150 (150 miliseconds.</li>
</ul>
<div><span style="font-size:medium;"><span style="line-height:24px;">I have only tested the output gcodes with the <a href="http://reprap.org/wiki/Repetier-Firmware">repetier firmware</a> and <a href="http://reprap.org/wiki/Repetier-Host">host</a> and using a solenoid as the pen lift method.</span></span></div>
<p>Finally as cad.py was originally designed to create tool paths for milling there is nothing to stop you from attaching an engraver, laser or similar and engraving your favourite pattern or quote on something interesting.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/capolight.wordpress.com/1676/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/capolight.wordpress.com/1676/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=capolight.wordpress.com&#038;blog=9778860&#038;post=1676&#038;subd=capolight&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://capolight.wordpress.com/2012/04/30/converting_images_to_gcode/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/43f85b3e74cb1748921db1778543ff8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">capoau</media:title>
		</media:content>

		<media:content url="http://capolight.files.wordpress.com/2012/04/nasaselfrepl.png" medium="image">
			<media:title type="html">nasaselfrepl</media:title>
		</media:content>

		<media:content url="http://capolight.files.wordpress.com/2012/04/img_20120428_195655-1.jpg" medium="image">
			<media:title type="html">IMG_20120428_195655-1</media:title>
		</media:content>
	</item>
		<item>
		<title>DIY Dual H-Bridge to control a Pen Plotter</title>
		<link>http://capolight.wordpress.com/2012/04/16/diy-dual-h-bridge-to-control-a-pen-plotter/</link>
		<comments>http://capolight.wordpress.com/2012/04/16/diy-dual-h-bridge-to-control-a-pen-plotter/#comments</comments>
		<pubDate>Sun, 15 Apr 2012 14:55:39 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[A Reprap Project]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[dc motor control]]></category>
		<category><![CDATA[h bridge]]></category>
		<category><![CDATA[pen plotter]]></category>

		<guid isPermaLink="false">http://capolight.wordpress.com/?p=1662</guid>
		<description><![CDATA[In my previous post I pulled apart an old pen plotter revealing it to be controlled by two brushed DC motors.  In order to power each DC motor a H-bridge was required but I had none on hand. However it turns out a H &#8230; <a href="http://capolight.wordpress.com/2012/04/16/diy-dual-h-bridge-to-control-a-pen-plotter/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=capolight.wordpress.com&#038;blog=9778860&#038;post=1662&#038;subd=capolight&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>In my previous post I pulled apart an old pen plotter revealing it to be controlled by two brushed DC motors.  In order to power each DC motor a <a href="http://en.wikipedia.org/wiki/H_bridge">H-bridge</a> was required but I had none on hand. However it turns out a H bridge can be constructed from a few transistors as can be seen in <a href="http://www.mcmanis.com/chuck/robotics/tutorial/h-bridge/bjt-circuit.html">this useful guide</a>.</p>
<p>What I came up with uses a Darlington array (ULN2003) to serve as the NPN transistors for both H-Bridges while 2N3906 transistors are used for the PNP side. These PNP transistors are switched using PN5856 NPN transistors so that the positive voltage output of the Arduino can be used. Its powered by 12V DC running at around 150mA (300mA stall current).</p>
<p><a href="http://capolight.files.wordpress.com/2012/04/img_20120415_130938.jpg"><img class="aligncenter size-full wp-image-1666" title="IMG_20120415_130938" src="http://capolight.files.wordpress.com/2012/04/img_20120415_130938.jpg?w=640&#038;h=363" alt="" width="640" height="363" /></a></p>
<p>Throw in a few LED&#8217;s so that its clear when each direction is activated and the pen plotter now has bidirectional control for the x and y axis. Video of it in action below:</p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='640' height='390' src='http://www.youtube.com/embed/MnUpKfQE8hQ?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span>
<p>Please note this design was only thrown together to make use of what I had on hand and there are far more effective ways of building an H-bridge.</p>
<p>In the video you can see the two 5kOhm potentiometers. When connected to the ADC on the Arduino they give a full scale range of 726 (256 to 982). With the largest travel distance being 260mm for the x axis this gives an upper resolution limit of approximately 0.36mm. It seems likely that mechanical limitations would limit the resolution to a value far greater than this technical upper limit.</p>
<p>By writing a sketch to record each pot&#8217;s value and then pulse the motors until this value is reached it is quite simple to instruct the pen plotter to move to a position and then hold there.</p>
<p><span style="font-size:small;"><span style="line-height:19px;">To take this one step further I added </span></span>two external potentiometers and used them to turn the pen plotter into an overly complicated <a href="http://en.wikipedia.org/wiki/Etch_A_Sketch">Etch A Sketch</a>.</p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='640' height='390' src='http://www.youtube.com/embed/uuUADLlKw5E?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span>
<p>You can find a copy of the sketch used to control the plotter <a href="https://docs.google.com/open?id=0BzZ213vBQVkTY1lxVVhhSTJTWk0">here.</a></p>
<p>I might have a go some time at using the Arduino maths library to get the pen plotter to draw some interesting shapes.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/capolight.wordpress.com/1662/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/capolight.wordpress.com/1662/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=capolight.wordpress.com&#038;blog=9778860&#038;post=1662&#038;subd=capolight&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://capolight.wordpress.com/2012/04/16/diy-dual-h-bridge-to-control-a-pen-plotter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/43f85b3e74cb1748921db1778543ff8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">capoau</media:title>
		</media:content>

		<media:content url="http://capolight.files.wordpress.com/2012/04/img_20120415_130938.jpg" medium="image">
			<media:title type="html">IMG_20120415_130938</media:title>
		</media:content>
	</item>
		<item>
		<title>Old-school Scientific Pen Plotter Teardown</title>
		<link>http://capolight.wordpress.com/2012/04/14/old-school-scientific-pen-plotter-teardown/</link>
		<comments>http://capolight.wordpress.com/2012/04/14/old-school-scientific-pen-plotter-teardown/#comments</comments>
		<pubDate>Sat, 14 Apr 2012 04:16:11 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[A Reprap Project]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[hystersis]]></category>
		<category><![CDATA[pen plotter]]></category>
		<category><![CDATA[teardown]]></category>
		<category><![CDATA[thin gage wire]]></category>
		<category><![CDATA[x axis]]></category>
		<category><![CDATA[y axis]]></category>

		<guid isPermaLink="false">http://capolight.wordpress.com/?p=1645</guid>
		<description><![CDATA[I recently acquired an old Rikadenki pen plotter from a lab I work in and have decided to pull it apart to investigate how it works. It turns out to be quite unlike any of the Cartesian bots currently used by the DIY community. The pen &#8230; <a href="http://capolight.wordpress.com/2012/04/14/old-school-scientific-pen-plotter-teardown/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=capolight.wordpress.com&#038;blog=9778860&#038;post=1645&#038;subd=capolight&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I recently acquired an old Rikadenki <a href="http://www.google.com.au/url?sa=t&amp;rct=j&amp;q=&amp;esrc=s&amp;source=web&amp;cd=1&amp;ved=0CHkQFjAA&amp;url=http%3A%2F%2Fen.wikipedia.org%2Fwiki%2FPlotter&amp;ei=GdmIT8X4NarImAXj1cHCCQ&amp;usg=AFQjCNHQOMIJPNjOT4Q_2vqJ-BcFfcFETw&amp;sig2=0IYeU6rK6G3a2tEDi5ZvGg">pen plotter</a> from a lab I work in and have decided to pull it apart to investigate how it works. It turns out to be quite unlike any of the Cartesian bots currently used by the DIY community.</p>
<p style="text-align:left;">The pen plotter was originally used to plot <a href="http://hyperphysics.phy-astr.gsu.edu/hbase/solids/hyst.html">magnetic hysteresis loops</a> of magnetic materials onto paper using a pen fixed in a holder. A voltage from a scientific instrument was fed to each axis with the size and polarity of the voltage dictating the position of the pen.</p>
<p style="text-align:center;"><a href="https://capolight.files.wordpress.com/2012/04/imag0065-copy.jpg"><img class="aligncenter size-full wp-image-1648" title="IMAG0065 copy" src="https://capolight.files.wordpress.com/2012/04/imag0065-copy.jpg?w=640&#038;h=383" alt="" width="640" height="383" /></a></p>
<p style="text-align:center;"><strong><span style="text-decoration:underline;">Note that all images can be enlarged by clicking on them. </span></strong></p>
<p style="text-align:left;">In the image above you can see the pen plotter with its x and y axis. The pen is fixed in the holder attached to the y axis and can move vertically only. The entire Y axis assembly can then move horizontally to form the x axis.</p>
<p style="text-align:left;">With the pen plotter turned over and its base removed the internal electronics can be seen.</p>
<p style="text-align:left;"><a href="https://capolight.files.wordpress.com/2012/04/imag0072.jpg"><img class="aligncenter size-full wp-image-1649" title="IMAG0072" src="https://capolight.files.wordpress.com/2012/04/imag0072.jpg?w=640&#038;h=383" alt="" width="640" height="383" /></a></p>
<p style="text-align:left;">It appears to be quite old in its design. As I dont have an electrical engineering background I didnt attempt to repair its existing electronics and so they were removed.</p>
<p style="text-align:left;">With the electronics removed two brushed DC motors and two potentiometers can be seen, one for each axis.</p>
<p style="text-align:left;"><a href="https://capolight.files.wordpress.com/2012/04/imag0075-copy.jpg"><img class="aligncenter size-full wp-image-1650" title="IMAG0075 copy" src="https://capolight.files.wordpress.com/2012/04/imag0075-copy.jpg?w=640&#038;h=383" alt="" width="640" height="383" /></a></p>
<p style="text-align:left;">A thin gauge wire is used to move each axis. The potentiometers are also connected to the motors and geared such that a full movement of an axis from one end to another results in 1 full rotation of the potentiometer. It appears the potentiometers were used as position feedback. Each axis slides on a stainless steel shaft with out the use of bearings.</p>
<p style="text-align:left;">Looking side on these gear reductions can be seen more clearly.</p>
<p style="text-align:left;"><a href="https://capolight.files.wordpress.com/2012/04/imag0068-copy.jpg"><img class="aligncenter size-full wp-image-1651" title="IMAG0068 copy" src="https://capolight.files.wordpress.com/2012/04/imag0068-copy.jpg?w=640&#038;h=383" alt="" width="640" height="383" /></a></p>
<p style="text-align:left;">Note the wire is guided by rotating spindles (seen in the bottom left) and spools around the drive wheel to ensure it doesnt slip. Springs are used to maintain tension on the wire where they are fixed to the centre of some of the hubs.</p>
<p style="text-align:left;">The path of each of the thin gauge wires, one for each axis, is hard to see in these images so I have tried to draw it schematically in sketchup. Note that the actual path in the pen plotter differs, but the idea is the same. This is the x axis.</p>
<p style="text-align:left;"><a href="https://capolight.files.wordpress.com/2012/04/xaxis.jpg"><img class="aligncenter size-full wp-image-1652" title="Xaxis" src="https://capolight.files.wordpress.com/2012/04/xaxis.jpg?w=640&#038;h=463" alt="" width="640" height="463" /></a></p>
<p style="text-align:left;">When the motor turns it pulls the wire through a series of rotating guides to form a continues loop. The whole y axis assembly (the vertical grey rectangle in the image) is attached to the wires at the red points and is then moved left or right depending on the direction of the wire.</p>
<p style="text-align:left;">Below is the Y Axis.</p>
<p style="text-align:left;"><a href="https://capolight.files.wordpress.com/2012/04/y-axis-copy.jpg"><img class="aligncenter size-full wp-image-1654" title="Y axis copy" src="https://capolight.files.wordpress.com/2012/04/y-axis-copy.jpg?w=640&#038;h=486" alt="" width="640" height="486" /></a></p>
<p style="text-align:left;">When the y axis motor turns it pulls on the y axis carriage from the top of the image while also letting out wire for the carriage at the bottom of the image. This causes the y axis to move up, or down if the motor direction is reversed. If the X axis moves the whole y axis moves to the left or to the right. However, the y axis carriage does not move in the vertical direction as the y axis motor is stationary and so wire is pulled in and let out from the right side of the image where its fixed.</p>
<p style="text-align:left;">Here is one last higher quality photo with more parts removed.</p>
<p style="text-align:left;"><a href="https://capolight.files.wordpress.com/2012/04/img_20120414_123356.jpg"><img class="aligncenter size-full wp-image-1655" title="IMG_20120414_123356" src="https://capolight.files.wordpress.com/2012/04/img_20120414_123356.jpg?w=640&#038;h=480" alt="" width="640" height="480" /></a></p>
<p style="text-align:left;">Needless to say the movement of the x and yaxis is a lot more complex than a typical DIY belt driven 3D printer. However this complexity does have its advantages. For example, I imagine wire bought in bulk could be far cheaper than timing belts. Also DC motors a lot easier to find/buy than stepper motors. Perhaps of most interest though is the ultra low weight of the x and y assembly which could allow for very fast direction changes.</p>
<p style="text-align:left;">The next step is to put a H bridge together with an arduino and see if this pen plotter can be brought back to life.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/capolight.wordpress.com/1645/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/capolight.wordpress.com/1645/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=capolight.wordpress.com&#038;blog=9778860&#038;post=1645&#038;subd=capolight&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://capolight.wordpress.com/2012/04/14/old-school-scientific-pen-plotter-teardown/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/43f85b3e74cb1748921db1778543ff8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">capoau</media:title>
		</media:content>

		<media:content url="https://capolight.files.wordpress.com/2012/04/imag0065-copy.jpg" medium="image">
			<media:title type="html">IMAG0065 copy</media:title>
		</media:content>

		<media:content url="https://capolight.files.wordpress.com/2012/04/imag0072.jpg" medium="image">
			<media:title type="html">IMAG0072</media:title>
		</media:content>

		<media:content url="https://capolight.files.wordpress.com/2012/04/imag0075-copy.jpg" medium="image">
			<media:title type="html">IMAG0075 copy</media:title>
		</media:content>

		<media:content url="https://capolight.files.wordpress.com/2012/04/imag0068-copy.jpg" medium="image">
			<media:title type="html">IMAG0068 copy</media:title>
		</media:content>

		<media:content url="https://capolight.files.wordpress.com/2012/04/xaxis.jpg" medium="image">
			<media:title type="html">Xaxis</media:title>
		</media:content>

		<media:content url="https://capolight.files.wordpress.com/2012/04/y-axis-copy.jpg" medium="image">
			<media:title type="html">Y axis copy</media:title>
		</media:content>

		<media:content url="https://capolight.files.wordpress.com/2012/04/img_20120414_123356.jpg" medium="image">
			<media:title type="html">IMG_20120414_123356</media:title>
		</media:content>
	</item>
		<item>
		<title>Playing around with a heated chamber design.</title>
		<link>http://capolight.wordpress.com/2011/12/31/playing-around-with-a-heated-chamber-design/</link>
		<comments>http://capolight.wordpress.com/2011/12/31/playing-around-with-a-heated-chamber-design/#comments</comments>
		<pubDate>Sat, 31 Dec 2011 04:26:16 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[A Reprap Project]]></category>
		<category><![CDATA[3d orubter]]></category>
		<category><![CDATA[3d warehouse]]></category>
		<category><![CDATA[ball bearings]]></category>
		<category><![CDATA[extruder]]></category>
		<category><![CDATA[heated build chamber]]></category>
		<category><![CDATA[heated print bed]]></category>
		<category><![CDATA[mendel]]></category>
		<category><![CDATA[ptfe]]></category>
		<category><![CDATA[RAMPS]]></category>
		<category><![CDATA[reprap]]></category>
		<category><![CDATA[sleeve bearings]]></category>
		<category><![CDATA[ultimaker]]></category>

		<guid isPermaLink="false">http://capolight.wordpress.com/?p=1601</guid>
		<description><![CDATA[For quite some time I have lusted after a 3D printer with the following specifications: A 20x20x15cm build area A heating print bed A heated build chamber (ambient to 100C) to possibly eliminate warping. A respectable print resolution and speed &#8230; <a href="http://capolight.wordpress.com/2011/12/31/playing-around-with-a-heated-chamber-design/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=capolight.wordpress.com&#038;blog=9778860&#038;post=1601&#038;subd=capolight&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>For quite some time I have lusted after a 3D printer with the following specifications:</p>
<ul>
<li>A 20x20x15cm build area</li>
<li>A heating print bed</li>
<li>A heated build chamber (ambient to 100C) to possibly eliminate warping.</li>
<li>A respectable print resolution and speed</li>
</ul>
<p>Over 12 months ago I made my first serious attempt at satisfying these by <a href="http://capolight.wordpress.com/2010/12/14/constructing-the-gunstrap/">designing and half building a rep-strap</a> based on the mantis <a href="http://makeyourbot.org/mantis9-1">CNC design</a>. However serious limitations in the design and a lack of free time have resulted in the &#8216;gunstrap&#8217; collecting dust for over 12 months.  Among others, the problems with the gunstrap were:</p>
<ul>
<li>High rolling resistance due to metal on metal sleeve baring</li>
<li>Slow speed due to needing to physically move the heavy print bed and print head. assembly.</li>
<li>Poor resolution due to the design of the Z and Y axis.</li>
<li>Extruder stepper located within the build chamber.</li>
</ul>
<p><span style="font-size:small;">To overcome each of these limitations I have spent some time designing a replacement in <a href="http://www.google.com.au/url?sa=t&amp;rct=j&amp;q=sketcup&amp;source=web&amp;cd=1&amp;ved=0CEAQFjAA&amp;url=http%3A%2F%2Fsketchup.google.com%2F&amp;ei=-nr-TpvvAe-YiAfd5ICjAQ&amp;usg=AFQjCNFyg79iBasV4G-caPW1KFlHaKqePQ&amp;sig2=_HQwgr5Q6AGWzilpsP8uRw">SketcUp</a>, as seen below.</span></p>
<p><a href="http://capolight.files.wordpress.com/2011/12/closed.jpg"><img class="aligncenter size-full wp-image-1605" title="Closed" src="http://capolight.files.wordpress.com/2011/12/closed.jpg?w=640&#038;h=374" alt="" width="640" height="374" /></a></p>
<p>What you see above is a fully enclosed build chamber that will be constructed from 12mm wood fibre board or similar. The blue transparent section is a double layer glass viewing window that is opened by the handle below it.</p>
<p><a href="http://capolight.files.wordpress.com/2011/12/open.jpg"><img class="aligncenter size-full wp-image-1607" title="open" src="http://capolight.files.wordpress.com/2011/12/open.jpg?w=640&#038;h=409" alt="" width="640" height="409" /></a></p>
<p>When opened, the two axis print head and print bed are accessible. To the right of the window will be a 16 character 2 line LCD display for temperature readouts and the like.</p>
<p>This design features the following:</p>
<ul>
<li>All electrical components and motors (ex end stops) are located outside of the heated build chamber.</li>
<li>Print head weight has been reduced to as little as possible to increase print speed and resolution.</li>
<li>Rolling resistance is lowered through the use of ball bearings.</li>
<li>Scissor lift Z axis for increased stability</li>
</ul>
<p>The scissor lift Z axis will be constructed by modifying a  lab jack similar to the one shown <a href="http://www.labdepotinc.com/Product_Details~id~334~pid~12639.aspx">here</a>. If the wooden shell, which also acts as the main structure of the printer, is removed then the workings become more clear. The modified lab scissor jack coupled to a stepper motor can be seen below (click image to enlarge).</p>
<p><a href="http://capolight.files.wordpress.com/2011/12/lab-jack.jpg"><img class="aligncenter size-full wp-image-1608" title="Lab Jack" src="http://capolight.files.wordpress.com/2011/12/lab-jack.jpg?w=640&#038;h=311" alt="" width="640" height="311" /></a></p>
<p>Looking from the front top down on the two axis print head stage its seen that its composed of stainless steel shafts for guides like a <a href="http://reprap.org/wiki/Mechanical_construction">Mendel</a>, a PTFE sleeve bearing for the print head holder similar to a <a href="http://blog.ultimaker.com/">Ultimaker</a>. Rather than an expensive belt I plan on sourcing some fine braided wire to use as a pulley which I have seen work quite well on older mechanical pen plotters for lab work. I plan on cutting box section aluminium from corner to comer to make L pieces to hold the guide bearings.</p>
<p><a href="http://capolight.files.wordpress.com/2011/12/2axis-view.jpg"><img class="aligncenter size-large wp-image-1609" title="2Axis view" src="http://capolight.files.wordpress.com/2011/12/2axis-view.jpg?w=1024&#038;h=679" alt="" width="1024" height="679" /></a></p>
<p>Feeding filament into a wades extruder on the side of the printer will be a mounted filament spool. The wades extruder will force the filament up a PTFE tube which enters the printer at a hole located at the top of the printer.</p>
<p><a href="http://capolight.files.wordpress.com/2011/12/filament-feeder.jpg"><img class="aligncenter size-full wp-image-1614" title="Filament feeder" src="http://capolight.files.wordpress.com/2011/12/filament-feeder.jpg?w=640&#038;h=529" alt="" width="640" height="529" /></a></p>
<p>Finally, in a side compartment insulated by double thickness paralleling will be the electronics. This includes a <a href="http://reprap.org/wiki/Arduino_Mega_Pololu_Shield">RAMPS </a>based stepper driver system, ATX powersupply and cooling fans.</p>
<p><a href="http://capolight.files.wordpress.com/2011/12/side-compartment.jpg"><img class="aligncenter size-full wp-image-1612" title="side compartment" src="http://capolight.files.wordpress.com/2011/12/side-compartment.jpg?w=640&#038;h=545" alt="" width="640" height="545" /></a></p>
<p>As no low melting point plastic components or electrical equipment is contained within the build chamber I believe the high build chamber environment of 100C should be achievable. The heat will be provided by the heated print bed and print head only and will be actively circulated by a fan at the top of the chamber.</p>
<p>I am plananing on sourcing the bearings from <a href="http://www.smallparts.com.au/store/item/mr84azzseco/bearingsballsinglerowradialeconomy/">smallparts.com.au</a> and modifing them to include a flange. The stepper motors will come from <a href="http://www.robotgear.com.au/Product.aspx/Details/410">robotgear.com.au</a> for around $85 for 4,  including shipping within Australia. I have a month off before starting a PhD in 2012 so hopefully that allows enough time to get this all built and calibrated.</p>
<p>You can find a copy of the 3D model from <a href="http://sketchup.google.com/3dwarehouse/details?mid=79281796bae975956751803240e2d3aa">here</a>. Some parts of the model were sourced from Googles <a href="http://www.google.com.au/url?sa=t&amp;rct=j&amp;q=google%203d%20warehouse&amp;source=web&amp;cd=1&amp;ved=0CCsQFjAA&amp;url=http%3A%2F%2Fsketchup.google.com%2F3dwarehouse%2F&amp;ei=unL-TrP2B4aUiQeDmeRL&amp;usg=AFQjCNHZE3BIcZxZbZvAcImydXCOuJ4KVg&amp;sig2=S_pZ3Gqoidc6g5kdeJRFkw">3D warehouse</a> including the <a href="http://sketchup.google.com/3dwarehouse/details?mid=6ed634c9252f28d4356e349d0d2e0dd1&amp;prevstart=0">Steep Reel</a>, <a href="http://sketchup.google.com/3dwarehouse/details?mid=f1dafb17a0138326dcde1c2753b0a1ec&amp;prevstart=0">bolt</a>, <a href="http://sketchup.google.com/3dwarehouse/details?mid=48b6d4362a257d41a4eddaef757b7df2&amp;prevstart=0">Arduino Mega</a>, <a href="http://sketchup.google.com/3dwarehouse/details?mid=da30e01acaa2154e926096da821aabcd&amp;prevstart=0">character display</a> and <a href="http://sketchup.google.com/3dwarehouse/details?mid=a8b989c8cfaa52a64cd80add2ab1b87f&amp;prevstart=0">ATX powersupply</a>.</p>
<p>I would love to hear what people think of this design and so welcome all comments and criticisms. If you have any suggestions for improvements or alternative ideas please leave a comment!</p>
<p>Happy new year to all!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/capolight.wordpress.com/1601/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/capolight.wordpress.com/1601/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=capolight.wordpress.com&#038;blog=9778860&#038;post=1601&#038;subd=capolight&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://capolight.wordpress.com/2011/12/31/playing-around-with-a-heated-chamber-design/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/43f85b3e74cb1748921db1778543ff8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">capoau</media:title>
		</media:content>

		<media:content url="http://capolight.files.wordpress.com/2011/12/closed.jpg" medium="image">
			<media:title type="html">Closed</media:title>
		</media:content>

		<media:content url="http://capolight.files.wordpress.com/2011/12/open.jpg" medium="image">
			<media:title type="html">open</media:title>
		</media:content>

		<media:content url="http://capolight.files.wordpress.com/2011/12/lab-jack.jpg" medium="image">
			<media:title type="html">Lab Jack</media:title>
		</media:content>

		<media:content url="http://capolight.files.wordpress.com/2011/12/2axis-view.jpg?w=1024" medium="image">
			<media:title type="html">2Axis view</media:title>
		</media:content>

		<media:content url="http://capolight.files.wordpress.com/2011/12/filament-feeder.jpg" medium="image">
			<media:title type="html">Filament feeder</media:title>
		</media:content>

		<media:content url="http://capolight.files.wordpress.com/2011/12/side-compartment.jpg" medium="image">
			<media:title type="html">side compartment</media:title>
		</media:content>
	</item>
		<item>
		<title>MIT: 3-D printing with variable densities</title>
		<link>http://capolight.wordpress.com/2011/10/19/mit-3-d-printing-with-variable-densities/</link>
		<comments>http://capolight.wordpress.com/2011/10/19/mit-3-d-printing-with-variable-densities/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 06:32:30 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Mendel Build]]></category>

		<guid isPermaLink="false">http://capolight.wordpress.com/?p=1589</guid>
		<description><![CDATA[By variable densities this video is referring to the density of the infill, not the density of the material extruded. At least that was my take on it. Hasn&#8217;t the DIY 3D printing scene been doing this for quite some time now with the use &#8230; <a href="http://capolight.wordpress.com/2011/10/19/mit-3-d-printing-with-variable-densities/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=capolight.wordpress.com&#038;blog=9778860&#038;post=1589&#038;subd=capolight&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>By variable densities this video is referring to the density of the infill, not the density of the material extruded. At least that was my take on it.</p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='640' height='390' src='http://www.youtube.com/embed/0nFyuxGEhzY?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span>
<p>Hasn&#8217;t the DIY 3D printing scene been doing this for quite some time now with the use of spars internal structures for solid objects?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/capolight.wordpress.com/1589/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/capolight.wordpress.com/1589/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=capolight.wordpress.com&#038;blog=9778860&#038;post=1589&#038;subd=capolight&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://capolight.wordpress.com/2011/10/19/mit-3-d-printing-with-variable-densities/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/43f85b3e74cb1748921db1778543ff8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">capoau</media:title>
		</media:content>
	</item>
		<item>
		<title>Mike Biddle: We can recycle plastic</title>
		<link>http://capolight.wordpress.com/2011/10/08/mike-biddle-we-can-recycle-plastic/</link>
		<comments>http://capolight.wordpress.com/2011/10/08/mike-biddle-we-can-recycle-plastic/#comments</comments>
		<pubDate>Sat, 08 Oct 2011 04:18:20 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[A Reprap Project]]></category>
		<category><![CDATA[plastic]]></category>
		<category><![CDATA[plastic extrusion]]></category>
		<category><![CDATA[recycling]]></category>
		<category><![CDATA[TED talks]]></category>

		<guid isPermaLink="false">http://capolight.wordpress.com/?p=1582</guid>
		<description><![CDATA[An interesting TED talk.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=capolight.wordpress.com&#038;blog=9778860&#038;post=1582&#038;subd=capolight&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>An interesting TED talk.</p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='640' height='390' src='http://www.youtube.com/embed/RD07GkmM2fc?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/capolight.wordpress.com/1582/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/capolight.wordpress.com/1582/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=capolight.wordpress.com&#038;blog=9778860&#038;post=1582&#038;subd=capolight&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://capolight.wordpress.com/2011/10/08/mike-biddle-we-can-recycle-plastic/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/43f85b3e74cb1748921db1778543ff8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">capoau</media:title>
		</media:content>
	</item>
		<item>
		<title>Printable PCB motor?</title>
		<link>http://capolight.wordpress.com/2011/05/16/printable-pcb-motor/</link>
		<comments>http://capolight.wordpress.com/2011/05/16/printable-pcb-motor/#comments</comments>
		<pubDate>Mon, 16 May 2011 09:44:18 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[A Reprap Project]]></category>
		<category><![CDATA[pcb motor]]></category>
		<category><![CDATA[piezoelectric]]></category>
		<category><![CDATA[reprap]]></category>

		<guid isPermaLink="false">http://capolight.wordpress.com/?p=1567</guid>
		<description><![CDATA[The holy grail of a self replicating 3D printer is the ability to print its own drive train. In the long term this may be possible with some form of multi-metal stintering system that can produce a stator layer by layer. However &#8230; <a href="http://capolight.wordpress.com/2011/05/16/printable-pcb-motor/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=capolight.wordpress.com&#038;blog=9778860&#038;post=1567&#038;subd=capolight&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>The holy grail of a self replicating 3D printer is the ability to print its own drive train. In the long term this may be possible with some form of multi-metal stintering system that can produce a stator layer by layer. However in the near term a more viable DIY option may be to use a piezoelectric &#8221;PCB Motor&#8221;.</p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='640' height='390' src='http://www.youtube.com/embed/L7BgRTW830g?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span>
<p>The printing, routing or embedding of wires to form a circuit board track is now common place and with pick and place of components well on its well this could become feasible sooner than thought.</p>
<p>There was already an <a href="http://reprap.org/wiki/Actuator_Fabrication#Piezoelectric" target="_blank">an entry on the RepRap wiki</a> regarding PCB motors but I cant find any evidence that they have been successfully used.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/capolight.wordpress.com/1567/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/capolight.wordpress.com/1567/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=capolight.wordpress.com&#038;blog=9778860&#038;post=1567&#038;subd=capolight&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://capolight.wordpress.com/2011/05/16/printable-pcb-motor/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/43f85b3e74cb1748921db1778543ff8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">capoau</media:title>
		</media:content>
	</item>
		<item>
		<title>Cryogenic Granular Grinding</title>
		<link>http://capolight.wordpress.com/2011/04/28/cryogenic-granular-grinding/</link>
		<comments>http://capolight.wordpress.com/2011/04/28/cryogenic-granular-grinding/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 01:06:41 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[A Reprap Project]]></category>
		<category><![CDATA[Thinking aloud (Theory)]]></category>
		<category><![CDATA[ABS]]></category>
		<category><![CDATA[cryogenic]]></category>
		<category><![CDATA[granular]]></category>
		<category><![CDATA[grinding]]></category>
		<category><![CDATA[HDPE]]></category>
		<category><![CDATA[PLA]]></category>
		<category><![CDATA[recycling]]></category>
		<category><![CDATA[reprap]]></category>
		<category><![CDATA[stress-strain]]></category>
		<category><![CDATA[tensile test]]></category>

		<guid isPermaLink="false">http://capolight.wordpress.com/?p=1561</guid>
		<description><![CDATA[I recently came across this industrial grade meet grinder. Its located in a laboratory used for, among other things, injection moulding. I&#8217;m told that its used to grind plastic granules down into a fine powder. What is particularly interesting though is &#8230; <a href="http://capolight.wordpress.com/2011/04/28/cryogenic-granular-grinding/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=capolight.wordpress.com&#038;blog=9778860&#038;post=1561&#038;subd=capolight&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I recently came across this industrial grade meet grinder. Its located in a laboratory used for, among other things, injection moulding.</p>
<p><a href="http://capolight.files.wordpress.com/2011/04/imag1295.jpg"><img class="aligncenter size-full wp-image-1562" title="IMAG1295" src="http://capolight.files.wordpress.com/2011/04/imag1295.jpg?w=640&#038;h=383" alt="" width="640" height="383" /></a>I&#8217;m told that its used to grind plastic granules down into a fine powder.<strong> What is particularly interesting though is that this will only work if liquid nitrogen is poured in while it is grinding or else it will quickly become jammed.</strong> It seems the liquid nitrogen cools to the plastic (−196 °C, 77 K , −321 °F) and so reduces its <a href="http://en.wikipedia.org/wiki/Fracture_toughness">fracture toughness</a> and allowing it to be broken into smaller pieces.</p>
<p>So is this a practical approach for those at home wanting to attempting to recycle their own plastic for use with a 3D printing? Obviously not all of us have access to liquid nitrogen or even dry ice, so would a home freezer provide much of an advantage?</p>
<p>I was unable to find any useful information on the deformation properties of HDPE, ABS or PLA at low temperatures in the limited time I have available and so its difficult to tell if a domestic freezer (-20°C?) would be cold enough to make a usable difference.</p>
<p>If anyone wants to put on their science hat and undertake a few home <a href="http://www.google.com.au/search?sourceid=chrome&amp;ie=UTF-8&amp;q=tensile+test">tensile tests</a> on a short lengths of 3mm filament to produce a <a href="http://en.wikipedia.org/wiki/Stress%E2%80%93strain_curve">stress-strain</a> curve at low temperatures and at room temperature it could provide interesting results.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/capolight.wordpress.com/1561/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/capolight.wordpress.com/1561/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=capolight.wordpress.com&#038;blog=9778860&#038;post=1561&#038;subd=capolight&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://capolight.wordpress.com/2011/04/28/cryogenic-granular-grinding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/43f85b3e74cb1748921db1778543ff8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">capoau</media:title>
		</media:content>

		<media:content url="http://capolight.files.wordpress.com/2011/04/imag1295.jpg" medium="image">
			<media:title type="html">IMAG1295</media:title>
		</media:content>
	</item>
		<item>
		<title>Drawing gears in Sketchup.</title>
		<link>http://capolight.wordpress.com/2011/01/22/drawing-gears-in-sketchup/</link>
		<comments>http://capolight.wordpress.com/2011/01/22/drawing-gears-in-sketchup/#comments</comments>
		<pubDate>Sat, 22 Jan 2011 12:32:48 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[3D Design]]></category>
		<category><![CDATA[A Reprap Project]]></category>
		<category><![CDATA[3d design]]></category>
		<category><![CDATA[3d printing]]></category>
		<category><![CDATA[bevel gear]]></category>
		<category><![CDATA[Epicyclic gearing]]></category>
		<category><![CDATA[gears]]></category>
		<category><![CDATA[helical gear]]></category>
		<category><![CDATA[herringbone gear]]></category>
		<category><![CDATA[involute gear]]></category>
		<category><![CDATA[involute gear plugin]]></category>
		<category><![CDATA[makerbot]]></category>
		<category><![CDATA[mendel]]></category>
		<category><![CDATA[number of teeth]]></category>
		<category><![CDATA[pitch radius]]></category>
		<category><![CDATA[planetary gear]]></category>
		<category><![CDATA[pressure angle]]></category>
		<category><![CDATA[reprap]]></category>
		<category><![CDATA[sketchup]]></category>

		<guid isPermaLink="false">http://capolight.wordpress.com/?p=1510</guid>
		<description><![CDATA[The following is a guide for designing gears in sketchup for 3D printing, CNC milling or similar. For a good introduction in general gear design see here. For an introduction to sketchup see the sketchup related links this page. A collection of &#8230; <a href="http://capolight.wordpress.com/2011/01/22/drawing-gears-in-sketchup/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=capolight.wordpress.com&#038;blog=9778860&#038;post=1510&#038;subd=capolight&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>The following is a guide for designing gears in <a href="http://sketchup.google.com/">sketchup</a> for <a href="http://reprap.org/wiki/Main_Page">3D printing</a>, CNC milling or similar. For a good introduction in general gear design <a href="http://www.roymech.co.uk/Useful_Tables/Drive/Gears.html">see here.</a> For an introduction to sketchup see the sketchup related links this <a href="http://capolight.wordpress.com/useful-links/">page</a>.</p>
<p><strong>A collection of the gears seen in this page can be <a href="http://sketchup.google.com/3dwarehouse/details?mid=db529b91ab99d8eb632cf6b863820117">downloaded from the 3d warehouse.</a></strong></p>
<p>To begin with, download the <a href="http://www.ohyeahcad.com/download/">involute gear plugin</a> and copy it to your sketchup plugin directory. <strong>This plug-in was not produced by me and all credit goes to <a href="http://www.cadalog-inc.com/">Cadalog Inc</a> for writing this very useful tool</strong>. Then open sketchup and choose &#8216;Involute Gear&#8217; from the draw menu. From the dialogue box you are presented with three options.</p>
<p><a href="http://capolight.files.wordpress.com/2011/01/dibox.jpg"><img title="dibox" src="http://capolight.files.wordpress.com/2011/01/dibox.jpg?w=640&#038;h=311" alt="" width="640" height="311" /></a></p>
<ul>
<li>
<h4><strong>Number of Teeth. </strong></h4>
</li>
</ul>
<p>The number of teeth on your small gear (pinion gear)  relative to your large gear (gear wheel) will determine the gear ratio. If you desire a gear ratio of 2:1 then your gear wheel will have twice as many teeth as your pinion. However, your gear with more teeth would need need to be twice the size in order to have the same sized teeth.</p>
<p>By choosing an even number of teeth you have a range of different exact gear ratios. For example; 12 and 24 (1:2), 12 and 36 (1:3), 12 and 48 (1:4) ect. However, an even number of teeth will result in the same pair of teeth meeting over and over again. By having an odd number of teeth each tooth will meet a different counterpart on every rotation. This helps to distribute lubricant and reduce ware. For example, <a href="http://reprap.org/wiki/Wade's_Geared_Extruder">Wade&#8217;s geared extruder</a> has 11 teeth on the pinion and 39 teeth on the gear wheel.</p>
<p>Try and select the highest number of teeth possible while still maintaining a printable resolution. Have no less than 12 teeth and try to avoid a gear ratio any higher than 1:6.</p>
<ul>
<li>
<h4><strong>Pressure Angle.</strong></h4>
</li>
</ul>
<p>The pressure angle effects the geometry of the gear teeth. A low pressure angle (14.5) is normally used with high number of teeth (40+) and will give a greater contact area but lead to increased noise and backlash. <a href="http://books.google.com.au/books?id=x2GThADLN-sC&amp;pg=PA49&amp;lpg=PA49&amp;dq=gear+pressure+angle+importance&amp;source=bl&amp;ots=69G0prsv6P&amp;sig=odhNttJ-EkNgzQOnd_py5KALHP8&amp;hl=en&amp;ei=tT06TbK7KIfKvQOK1dHcCg&amp;sa=X&amp;oi=book_result&amp;ct=result&amp;resnum=3&amp;ved=0CCAQ6AEwAjgK#v=onepage&amp;q=gear%20pressure%20angle%20importance&amp;f=false">Source</a>. I would recomend sticking to a pressure angle of 20. What ever pressure angle you choose, make sure it is constant among all gears used together.</p>
<ul>
<li>
<h4><strong>Pitch Radius.</strong></h4>
</li>
</ul>
<p>This is <strong>not </strong>the outermost radius of the gear (the <a href="http://wapedia.mobi/en/List_of_gear_nomenclature?t=46.#71.">root circle</a>). The pitch radius is the distance from the centre of the gear to the &#8216;<a href="http://upload.wikimedia.org/wikipedia/commons/b/b1/Action_path.jpg">pitch point</a>&#8216;, the point of contact between the two gears.</p>
<p>As such, the outermost radius of the gear for a fixed pitch radius will change for different numbers of teeth. However, no matter the number of teeth, the &#8216;pitch point&#8217; will remain constant for all gears.</p>
<p><em>The key point here is that if you want two gears to mesh well, then the pitch radius must be increase or decreased by the same ratio as your number of teeth.</em> For example, lets say you have a small gear with 10 teeth and a pitch radius of 10mm. If you wanted a ratio of 1:3 then your large gear would need 30 teeth and pitch ratio of 30mm.</p>
<p>Once you are comfortable with these settings its quite simple to make <a href="http://www.amsoil.com/news/graphs_images/gear_types_640px.jpg">a range of different gears.</a> When you have finalised your gear design you can <a href="http://capolight.wordpress.com/category/a-reprap-project/3d-design/">export the file as an STL</a>.</p>
<h2 style="text-align:center;">Involute Gear</h2>
<p>To create an<a href="http://en.wikipedia.org/wiki/Involute_gear"> involute gear</a>, use the plugin as described above to first create the gear outline. The gear outline will appear at the point 0,0 so its good idea to mark the centre position before moving it. Add your centre shaft hole and then use the Push/Pull tool (hot key &#8216;P&#8217;)  to make the object 3d.</p>
<p><a href="http://capolight.files.wordpress.com/2011/01/involute-gear.jpg"><img class="aligncenter size-full wp-image-1528" title="involute gear" src="http://capolight.files.wordpress.com/2011/01/involute-gear.jpg?w=640&#038;h=369" alt="" width="640" height="369" /></a></p>
<h2 style="text-align:center;">Helical Gear</h2>
<p style="text-align:left;">Make sure the centre of your gear is still positioned at the point 0.0. To create a helical gear simply follow the same process as for the involute gear but with one extra step.</p>
<p style="text-align:left;">After you have &#8216;pulled&#8217; your gear surface up to make it 3d, select only the top face of the gear and choose the rotate tool (hot key &#8216;Q&#8217;). With the top face still selected position the protractor over at the centre of the gear and right click. If you have an empty space for a shaft in the centre then just hold down shift while hovering the protractor over a horizontal area to lock it in that orientation. Then its just a matter of choosing your desired angle. For a single helical gear the angle used is normally 6,8,10,12,15,20 degrees. Be aware that a greater angle will result in a greater axial load (see below).</p>
<p style="text-align:left;"><a href="http://capolight.files.wordpress.com/2011/01/helical-gear.jpg"><img class="aligncenter size-full wp-image-1527" title="helical gear" src="http://capolight.files.wordpress.com/2011/01/helical-gear.jpg?w=640&#038;h=379" alt="" width="640" height="379" /></a>Why would you use a helical gear? They can reduce backlash, ware and noise as opposed to an involute gear. This is due to the gears meshing slowly over their length rather than all at once. However a single helical gear will result in a axial (in the direction of the shaft) load. This can be overcome by using a double helical (herringbone) gear as seen below.</p>
<h2 style="text-align:center;">Herringbone Gear (double Helical)</h2>
<p style="text-align:left;">To make a herring bone gear follow the same processes as for the helical gear. Due to elimination of axial loading (see below) higher helical angles can be used. Eg 25,30,35,40 degrees. Select the top face of the helical gear and pull it up so that your gear is now double in height. Then use the rotate tool to rotate it back in the opposite direction as the lower half.</p>
<p style="text-align:left;"><a href="http://capolight.files.wordpress.com/2011/01/herringbone-gear.jpg"><img class="aligncenter size-full wp-image-1529" title="herringbone gear" src="http://capolight.files.wordpress.com/2011/01/herringbone-gear.jpg?w=640&#038;h=402" alt="" width="640" height="402" /></a>The advantage of the herringbone gear is that all axial forces are cancelled by the opposing helices. This allows for all the advantages of a helix gear with out any of the disadvantages. A herringbone gear will also self centre. Please note that if two herringbone gears are even slightly miss aligned and then fixed in place then they will damage each other. Its best to first fix one gear in place on its shaft while leaving the other free to move parallel to its own shaft. Then turn the fixed gear&#8217;s shaft and allow the second gear to &#8216;self align&#8217;  before finally fixing the second gear in place on its shaft.</p>
<p>More information about double helix (herringbone) gears can be found <a href="http://en.wikipedia.org/wiki/Herringbone_gear">here</a> and <a href="http://books.google.com.au/books?id=x2GThADLN-sC&amp;pg=PA83&amp;lpg=PA83&amp;dq=herringbone+gear+design&amp;source=bl&amp;ots=69G0mqvyaL&amp;sig=IBRc-411lHXXuNsz0Ls8-jjtYuo&amp;hl=en&amp;ei=zY81Tca-DI3krAf2yaiBCQ&amp;sa=X&amp;oi=book_result&amp;ct=result&amp;resnum=1&amp;ved=0CBkQ6AEwAA#v=onepage&amp;q=herringbone%20gear%20design&amp;f=false">here</a>.</p>
<h2 style="text-align:center;">Straight Bevel Gear</h2>
<p style="text-align:left;">To produce a straight bevel make sure you add the shaft hole after making the bevel or else the shaft the wrong shape. Follow the same steps as for the involute gear then select the top face only. Choose the scale tool (hot key &#8216;S&#8217;) and while holding down Ctrl (to scale into the centre) select an outside corner and reduce the top face in size.  You will notice that as you do this you change the angle of the gear teeth.</p>
<p style="text-align:left;">The angle of the gear teeth is important. You can choose any angle so-long as the matching gear has a corresponding angle that together they make up 45 degrees. For example, if the teeth on one gear are at 10 degrees off the vertical then the second gear will need to have teeth that are 35 degrees off their original position.</p>
<p style="text-align:left;"><a href="http://capolight.files.wordpress.com/2011/01/straight-bevel.jpg"><img class="aligncenter size-full wp-image-1532" title="straight bevel" src="http://capolight.files.wordpress.com/2011/01/straight-bevel.jpg?w=640&#038;h=366" alt="" width="640" height="366" /></a>By producing two bevel gears you can transfer mechanical power over 90 degrees.  Bevel gears can also be used to change gear ratios. The possible combinations of size and shape are endless so its best just to have a play around in sketchup to get used to it.</p>
<h2 style="text-align:center;">Internal and Planetary (Epicyclic) Gears</h2>
<p style="text-align:left;">The involute gear plugin can also be used for creating internal gears and <a href="http://en.wikipedia.org/wiki/Epicyclic_gearing">planetary gears</a>. To create the external gear, first select the circle tool and starting from the origin drag it out to your desired size. This is your external gear.  Next, using the involute gear plugin produce a gear with the exact dimensions you desire for the inward facing teeth of your external gear. This will also appear at the origin. Using the pull tool, make the new gear you just created into a 3D object of any height.</p>
<p style="text-align:left;">The next step is the important one, select the gear &#8216;group&#8217; (one click on the gear instead of two) and then right click and from the menu choose Intersect -&gt; Intersect with model. There will be a short pause. Once done you can delete the gear group entirely and you will be left with your original circle with the outline of the gear &#8216;intersected&#8217; into it. From this you can delete the centre face and pull up the outer face to give you your external gear. This can then be populated with other gears to make a planetary gear system or similar.</p>
<p style="text-align:left;"><a href="http://capolight.files.wordpress.com/2011/01/internal-gear.jpg"><img class="aligncenter size-full wp-image-1534" title="internal gear" src="http://capolight.files.wordpress.com/2011/01/internal-gear.jpg?w=640&#038;h=431" alt="" width="640" height="431" /></a></p>
<p style="text-align:left;">You can find a collecting of all these gears in one model <a href="http://sketchup.google.com/3dwarehouse/details?mid=db529b91ab99d8eb632cf6b863820117">here</a>. If you have any suggestions, comments or corrections then by all means leave a comment.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/capolight.wordpress.com/1510/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/capolight.wordpress.com/1510/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=capolight.wordpress.com&#038;blog=9778860&#038;post=1510&#038;subd=capolight&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://capolight.wordpress.com/2011/01/22/drawing-gears-in-sketchup/feed/</wfw:commentRss>
		<slash:comments>42</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/43f85b3e74cb1748921db1778543ff8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">capoau</media:title>
		</media:content>

		<media:content url="http://capolight.files.wordpress.com/2011/01/dibox.jpg" medium="image">
			<media:title type="html">dibox</media:title>
		</media:content>

		<media:content url="http://capolight.files.wordpress.com/2011/01/involute-gear.jpg" medium="image">
			<media:title type="html">involute gear</media:title>
		</media:content>

		<media:content url="http://capolight.files.wordpress.com/2011/01/helical-gear.jpg" medium="image">
			<media:title type="html">helical gear</media:title>
		</media:content>

		<media:content url="http://capolight.files.wordpress.com/2011/01/herringbone-gear.jpg" medium="image">
			<media:title type="html">herringbone gear</media:title>
		</media:content>

		<media:content url="http://capolight.files.wordpress.com/2011/01/straight-bevel.jpg" medium="image">
			<media:title type="html">straight bevel</media:title>
		</media:content>

		<media:content url="http://capolight.files.wordpress.com/2011/01/internal-gear.jpg" medium="image">
			<media:title type="html">internal gear</media:title>
		</media:content>
	</item>
		<item>
		<title>2011 &#8211; The year of the 3D printer?</title>
		<link>http://capolight.wordpress.com/2010/12/29/analysing-search-statistics-with-google-insight/</link>
		<comments>http://capolight.wordpress.com/2010/12/29/analysing-search-statistics-with-google-insight/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 05:29:34 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Mendel Build]]></category>
		<category><![CDATA[3d printing]]></category>
		<category><![CDATA[3d printing future]]></category>
		<category><![CDATA[brother]]></category>
		<category><![CDATA[cannon]]></category>
		<category><![CDATA[cupcake cnc]]></category>
		<category><![CDATA[desktop 3d printer]]></category>
		<category><![CDATA[epson]]></category>
		<category><![CDATA[google insight]]></category>
		<category><![CDATA[hp]]></category>
		<category><![CDATA[ipinter]]></category>
		<category><![CDATA[makerbot]]></category>
		<category><![CDATA[mendel]]></category>
		<category><![CDATA[popular]]></category>
		<category><![CDATA[rapman]]></category>
		<category><![CDATA[reprap]]></category>
		<category><![CDATA[reprap mendel]]></category>
		<category><![CDATA[solid freeform fabrication]]></category>
		<category><![CDATA[up! personal desktop printer]]></category>

		<guid isPermaLink="false">http://capolight.wordpress.com/?p=1391</guid>
		<description><![CDATA[Just how popular is the desktop 3D printer now as opposed to a year ago? How popular will it be this time next year? There are a few tools available that may help provide quantitative answers to these questions. One such tool is Google &#8230; <a href="http://capolight.wordpress.com/2010/12/29/analysing-search-statistics-with-google-insight/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=capolight.wordpress.com&#038;blog=9778860&#038;post=1391&#038;subd=capolight&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>Just how popular is the desktop 3D printer now as opposed to a year ago?</strong> How popular will it be this time next year? There are a few tools available that may help provide quantitative answers to these questions.</p>
<p>One such tool is <a href="http://www.google.com/insights/search/">Google insight</a>. Google insight is a free tool that&#8217;s used by company&#8217;s to asses the impact of their product marketing by observing how search interest changes with time and location. It can also give some interesting insight into how awareness of desktop 3D printing has changed over the past 12 months.</p>
<p>For example, the number of searches for the term &#8216;<a href="http://www.google.com/insights/search/#q=reprap&amp;cmpt=q">reprap</a>&#8216; has continued its relentless growth over 2010 and shows no signs of abating.</p>
<p><a href="http://www.google.com/insights/search/#q=reprap&amp;cmpt=q"><img class="  alignnone" title="Reprap_search" src="http://capolight.files.wordpress.com/2010/12/reprap_search.jpg?w=640&#038;h=269" alt="" width="640" height="269" /></a></p>
<p>The scale bar on the right (0 to 100) just represents the normalised values. In other words, the date with the most searches so far will have a value of 100 and all other points will be some value from 0 to 100 that&#8217;s relative to that peak value.</p>
<p>Focusing on only the last 12 months, it can be seen that <a href="http://www.google.com/insights/search/#q=reprap&amp;date=1%2F2010%2012m&amp;cmpt=date">3D printing related search terms</a> have continued to experience rapid growth on the preceding 12 months.</p>
<table cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>1.</td>
<td><a href="http://www.google.com/insights/search/#q=%22reprap+mendel%22&amp;date=1/2010+12m&amp;cmpt=date">reprap mendel</a></td>
<td>+400%</td>
</tr>
<tr>
<td>2.</td>
<td><a href="http://www.google.com/insights/search/#q=%22reprap+makerbot%22&amp;date=1/2010+12m&amp;cmpt=date">reprap makerbot</a></td>
<td>+180%</td>
</tr>
<tr>
<td>3.</td>
<td><a href="http://www.google.com/insights/search/#q=%22makerbot%22&amp;date=1/2010+12m&amp;cmpt=date">makerbot</a></td>
<td>+170%</td>
</tr>
<tr>
<td>4.</td>
<td><a href="http://www.google.com/insights/search/#q=%22extruder%22&amp;date=1/2010+12m&amp;cmpt=date">extruder</a></td>
<td>+110%</td>
</tr>
<tr>
<td>5.</td>
<td><a href="http://www.google.com/insights/search/#q=%223d+printer%22&amp;date=1/2010+12m&amp;cmpt=date">3d printer</a></td>
<td>+100%</td>
</tr>
<tr>
<td>6.</td>
<td><a href="http://www.google.com/insights/search/#q=%22reprap+parts%22&amp;date=1/2010+12m&amp;cmpt=date">reprap parts</a></td>
<td>+90%</td>
</tr>
<tr>
<td>7.</td>
<td><a href="http://www.google.com/insights/search/#q=%22cupcake+reprap%22&amp;date=1/2010+12m&amp;cmpt=date">cupcake reprap</a></td>
<td>+70%</td>
</tr>
<tr>
<td>8.</td>
<td><a href="http://www.google.com/insights/search/#q=%22reprap+3d%22&amp;date=1/2010+12m&amp;cmpt=date">reprap 3d</a></td>
<td>+70%</td>
</tr>
<tr>
<td>9.</td>
<td><a href="http://www.google.com/insights/search/#q=%22reprap+3d+printer%22&amp;date=1/2010+12m&amp;cmpt=date">reprap 3d printer</a></td>
<td>+70%</td>
</tr>
<tr>
<td>10.</td>
<td><a href="http://www.google.com/insights/search/#q=%22reprap+printer%22&amp;date=1/2010+12m&amp;cmpt=date">reprap printer</a></td>
<td>+70%</td>
</tr>
</tbody>
</table>
<p>What I find interesting about this table is that &#8216;Reprap&#8217; related search terms are growing much faster than Makerbot related serch terms. This is a little perplexing considering the amount of <a href="http://wiki.makerbot.com/makerbot-in-the-news">media coverage</a> makerbot has had over the last year and the<a href="http://wiki.makerbot.com/lineage"> shear number of cupcake cnc&#8217;s</a> that are out in the wild. Then again, its almost impossible to <a href="http://maps.google.com/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=117099291054388532447.0004409098b1c5b712553">keep track of the number of Mendel&#8217;s in the wild</a> and any media coverage surrounding them.</p>
<p>This is also seen when you search the term &#8216;<a href="http://www.google.com/insights/search/#q=reprap%20-%20makerbot&amp;date=1%2F2010%2012m&amp;cmpt=date">reprap&#8217; while excluding makerbot</a> and serch the term &#8216;<a href="http://www.google.com/insights/search/#q=makerbot%20-%20reprap&amp;date=1%2F2010%2012m&amp;cmpt=date">makerbot&#8217; while excluding reprap</a>. <strong>Keep in mind that this doesn&#8217;t reflect the total number of seaches for each term, but rather suggests that one is growing faster than the other.</strong></p>
<p>Looking again at the search term &#8216;reprap&#8217;, this time by region shows another defining trend.</p>
<p><a href="http://capolight.files.wordpress.com/2010/12/world-search-volume.jpg"><img title="world search volume" src="http://capolight.files.wordpress.com/2010/12/world-search-volume.jpg?w=640&#038;h=398" alt="" width="640" height="398" /></a></p>
<p>As you would expect, only wealthy first world countries are currently seeking out information about Reprap&#8217;s.  Its a little hard to see on this scale, but the Netherlands has shown the biggest increase. Conducting the same search again for the term &#8216;makerbot&#8217; shows a slightly different picture.</p>
<p><a href="http://capolight.files.wordpress.com/2010/12/world-search-volume_makerbot.jpg"><img class="aligncenter size-full wp-image-1421" title="world search volume_makerbot" src="http://capolight.files.wordpress.com/2010/12/world-search-volume_makerbot.jpg?w=640&#038;h=396" alt="" width="640" height="396" /></a>If you look closely at Europe its clear there is less searches for the term &#8216;makerbot&#8217; when compared to the term &#8216;reprap&#8217; above. This may again be due to the mostly US based media coverage of Makerbot.</p>
<p>Something else to consider here is that all this information is gathered from google searches only. As google is far from the dominant web search engine in countries such as China <a href="http://searchengineland.com/chinese-eye-tracking-study-baidu-vs-google-11477">(20% market share as opposed to Baidu&#8217;s 62%</a>) , it hardly provides a clear picture. Also language barriers may play a part. There is a definite <a href="http://blog.sina.com.cn/hkreprapper">reprap presence</a> in China, and even their own home grown <a href="http://pp3dp.com/">Up! Personal 3D printer</a> which isn&#8217;t reflected in the goggle results.</p>
<p>All up one thing is very clear from all this: <strong>Desktop 3D printing is growing at an astonishing rate.</strong></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Looking into the crystal ball I suspect it wont be long until well established fortune 500 company&#8217;s begin to take this emerging domestic 3D printer market seriously. Within a decade we may begin to see sub $1000USD desktop 3D printers from brands such as Epson, HP, Cannon, Brother or even Apple (The iprinter?).</p>
<p>No doubt each company will have a slightly different idea of how things should be done (filament size, plastic type ect) and chaos will ensure until a set of standards can be agreed upon.  Even if this means a Betamax vs VHS style war.. If your under 20, think Blu-ray vs HD DVD.</p>
<p>What worries me the most though isn&#8217;t the hardware standards, but the software standards. If each company tries to limit what you can print on &#8216;their&#8221; machine to only 3d models downloaded from their own market place then this will really hurt creativity. Worse still will be if they word cretin user agreements so that any model you upload instantly belongs to them or if they start to censor 3D models they don&#8217;t agree with. Imagine the horror if you discovered your brand new shop bought printer wouldn&#8217;t let you print a <a href="http://www.thingiverse.com/thing:4895">basic female form</a> because it was deemed unsavoury.</p>
<p>Then again, isn&#8217;t new technology usually first utilised by the adult entertainment industry?.. Thankfully all these things,  for better or worse, are still years away.</p>
<p>For some interesting discussion on the future of 3d printing take a look at the pages  linked below.</p>
<div>
<ul>
<li><span style="font-size:13px;line-height:19px;"><a href="http://www.fastcompany.com/blog/jamais-cascio/open-future/material-issue">The Desktop Manufacturing Revolution</a></span></li>
<li><a href="http://www.ennex.com/~fabbers/publish/200102-Napster.asp">Napster Fabbing</a></li>
<li><a href="http://www.dipity.com/TeamTeamUSA/3D-Printing-in-2010/">2010: The Year in 3D Printing Timeline</a></li>
<li><a href="http://www.dipity.com/TeamTeamUSA/3D-Printing-in-2010/"></a><span style="color:#000000;line-height:23px;"><a href="http://blog.erikdebruijn.nl/archives/145-Self-replicating-devices-the-statistics.html">Self-replicating devices: the statistics</a></span></li>
</ul>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/capolight.wordpress.com/1391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/capolight.wordpress.com/1391/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=capolight.wordpress.com&#038;blog=9778860&#038;post=1391&#038;subd=capolight&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://capolight.wordpress.com/2010/12/29/analysing-search-statistics-with-google-insight/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/43f85b3e74cb1748921db1778543ff8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">capoau</media:title>
		</media:content>

		<media:content url="http://capolight.files.wordpress.com/2010/12/reprap_search.jpg" medium="image">
			<media:title type="html">Reprap_search</media:title>
		</media:content>

		<media:content url="http://capolight.files.wordpress.com/2010/12/world-search-volume.jpg" medium="image">
			<media:title type="html">world search volume</media:title>
		</media:content>

		<media:content url="http://capolight.files.wordpress.com/2010/12/world-search-volume_makerbot.jpg" medium="image">
			<media:title type="html">world search volume_makerbot</media:title>
		</media:content>
	</item>
	</channel>
</rss>
