<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.extremist.software/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gpvillamil</id>
	<title>Noisebridge - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.extremist.software/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gpvillamil"/>
	<link rel="alternate" type="text/html" href="https://wiki.extremist.software/wiki/Special:Contributions/Gpvillamil"/>
	<updated>2026-04-09T10:09:48Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.13</generator>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=3D_Anatomical_Models&amp;diff=26270</id>
		<title>3D Anatomical Models</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=3D_Anatomical_Models&amp;diff=26270"/>
		<updated>2012-06-26T21:54:12Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Instructibles posted [http://www.instructables.com/id/Edible-Chocolate-Brain-from-MRI-Scan/ a great article] on 3d printing brains and head models from MRI scans. We are playing with some ideas for similar projects we could do at noisebridge. Discussion of this project is on the [https://www.noisebridge.net/mailman/listinfo/neuro neuro mailing list] if you want to get involved.&lt;br /&gt;
&lt;br /&gt;
==Datasets==&lt;br /&gt;
In order to do this, we&#039;ll need some DICOMs ([http://nifti.nimh.nih.gov/ nifti] is also ok). T1 MRIs of heads are great, but we could use other anatomical scans as well.&lt;br /&gt;
&lt;br /&gt;
*T1 MRI of my head, DICOM and nifti formats. Will get files sharable. -- [[User:Hurtstotouchfire|Hurtstotouchfire]] 00:16, 30 May 2012 (UTC)&lt;br /&gt;
*T1 MRI of Chris&#039;s head, DICOM format. Will ask him if we can share this publicly. --[[User:Hurtstotouchfire|Hurtstotouchfire]] 00:16, 30 May 2012 (UTC)&lt;br /&gt;
*Liz said she has T1 MR head DICOMs as well and might be up for sharing them. --[[User:Hurtstotouchfire|Hurtstotouchfire]] 00:16, 30 May 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Image segmentation==&lt;br /&gt;
The instructibles tutorial describes in [http://www.instructables.com/id/Edible-Chocolate-Brain-from-MRI-Scan/step2/DICOM-Data-Model-Export/ step two] how to &amp;quot;select only the brain&amp;quot; with tissue thresholding using InVesalius. The slightly more sophisticated approach would be to use 3d image segmentation algorithms like [http://www.fmrib.ox.ac.uk/fsl/bet2/index.html FSL&#039;s BET] or [http://groups.csail.mit.edu/vision/medical-vision/SkullStripping/SkullStripping.html the watershed algorithm] (the videos are awesome), which is nicely implemented in [http://neuro.debian.net/pkgs/bioimagesuite.html#pkg-bioimagesuite BioImage Suite] and less nicely implemented in [http://neuro.debian.net/pkgs/freesurfer.html#pkg-freesurfer Freesurfer]. &lt;br /&gt;
&lt;br /&gt;
The approach described in the Instructibles article is a crude implementation of the watershed algorithm, which is a very elegant image segmentation algorithm. I am personally still fond of FSL&#039;s BET algorithm, which is substantially less elegant, but has [https://picasaweb.google.com/lh/photo/uzKNkaBtZYXOYpO-10w8gdMTjNZETYmyPJy0liipFm0?feat=directlink awesome errors].&lt;br /&gt;
&lt;br /&gt;
==3D Printing==&lt;br /&gt;
What formats can we easily feed to a makerbot, laser-cutter, or CNC mill? -- [[User:Hurtstotouchfire|Hurtstotouchfire]] 00:02, 30 May 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
File Formats:&lt;br /&gt;
*[http://en.wikipedia.org/wiki/Wavefront_.obj_file .obj] - &amp;quot;The OBJ file format is a simple data-format that represents 3D geometry alone — namely, the position of each vertex, the UV position of each texture coordinate vertex, normals, and the faces that make each polygon defined as a list of vertices, and texture vertices. Vertices are stored in a counter-clockwise order by default, making explicit declaration of normals unnecessary.&amp;quot;&lt;br /&gt;
*[http://en.wikipedia.org/wiki/STL_(file_format) .stl] - &amp;quot;STL files describe only the surface geometry of a three dimensional object without any representation of color, texture or other common CAD model attributes... An STL file describes a raw unstructured triangulated surface by the unit normal and vertices (ordered by the right-hand rule) of the triangles using a three-dimensional Cartesian coordinate system.&amp;quot;&lt;br /&gt;
*[http://en.wikipedia.org/wiki/PLY_(file_format) .pyl] - &amp;quot;The format was principally designed to store three dimensional data from 3D scanners. It supports a relatively simple description of a single object as a list of nominally flat polygons. A variety of properties can be stored including: color and transparency, surface normals, texture coordinates and data confidence values. The format permits one to have different properties for the front and back of a polygon.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
*[http://neuro.debian.net/pkgs/invesalius.html InVesalius]&lt;br /&gt;
**exports to [http://en.wikipedia.org/wiki/STL_(file_format) STL]&lt;br /&gt;
**packaged by the nice guys at Debian who are trying to get more medical software packaged for linux. I met them at a conference once, they are well-meaning zealots. --[[User:Hurtstotouchfire|Hurtstotouchfire]] 00:02, 30 May 2012 (UTC)&lt;br /&gt;
*[http://www.fmrib.ox.ac.uk/fsl/ FSL]&lt;br /&gt;
**Also [http://neuro.debian.net/pkgs/fsl.html packaged by neuro-debian].&lt;br /&gt;
*[http://www.osirix-viewer.com/ Osirix]&lt;br /&gt;
** Semi-opensource and free (the 64-bit functions are proprietary and for pay - not needed)&lt;br /&gt;
** Exports to STL (very well)&lt;br /&gt;
&lt;br /&gt;
[[Category:Neuro]]&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=21380</id>
		<title>Makerbot</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=21380"/>
		<updated>2011-11-04T20:44:53Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: /* The Makerbots are working (2011- 04 -01) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= The Makerbots are still working (2011-11-04) =&lt;br /&gt;
&lt;br /&gt;
Most of the Makerbots are working.&lt;br /&gt;
&lt;br /&gt;
There are three filament spools in operation now, with red, black and white ABS. Just pull out a bit of filament, guide it into the extruder of your chosen Makerbot (making sure to avoid any sharp turns), feed it through (with the nozzle heated), and print!&lt;br /&gt;
&lt;br /&gt;
Nutjob (the Noisebridge bot) has had a number of major upgrades performed on it, including heated build platform and Mk 5 extruder. It is now working well. The standard ReplicatorG software and profiles (choose Cupcake with Heated Build Platform) will work fine with it.  &lt;br /&gt;
&lt;br /&gt;
Go ahead and use it, the instructions here and on the Makerbot site are appropriate, with one caveat: there is a bug in the Makerbot profiles that will leave the heated build platform and steppers on, which is a fire hazard.&lt;br /&gt;
&lt;br /&gt;
Before printing, install ReplicatorG, run it, press Generate G-Code, select the profile you will use, press Locate, and find the file called end.gcode, and if it does not contain the M109, M104 and M18 codes, edit it to look like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
(end of the file, cooldown routines)&lt;br /&gt;
M104 S0&lt;br /&gt;
M109 S0&lt;br /&gt;
G91&lt;br /&gt;
G1 Z10&lt;br /&gt;
M18 (turn off steppers.)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will turn off everything, leaving the Makerbot in a safe state.&lt;br /&gt;
&lt;br /&gt;
White Rabbit (Gian Pablo&#039;s bot) has had its XY stage replaced with a printed one, and Z axis guide rods installed. It should work fine with the default profiles for a Cupcake with a Heated Build Platform (but do make the change described above). It works very well.&lt;br /&gt;
&lt;br /&gt;
Scotch (Miloh&#039;s bot) has a Mk 5 extruder made with Noisebridge&#039;s own laser cutter. It is the thing made out of green acrylic. Check in with Miloh before using it, it is still being debugged and enhanced. Scotch is not working now, it is waiting for a new extruder nozzle.&lt;br /&gt;
&lt;br /&gt;
Another bot in the space is Andrew Rutter&#039;s Super Cupcake. This one is heavily modified and should under no circumstances be used without consulting Andrew.&lt;br /&gt;
&lt;br /&gt;
Tip &#039;O The Day:&lt;br /&gt;
&lt;br /&gt;
For smaller parts, make a Skeinforge profile where you change the Fill/Extra Shells setting to 0 (no extra shells) and the Fill/Infill Densiety to 1.0. This yields extremely strong and dimensionally accurate parts.&lt;br /&gt;
&lt;br /&gt;
=How to Use the Makerbot=&lt;br /&gt;
if it breaks, we can fix it. don&#039;t be afraid of the makerbot! I&#039;ve crashed it hundreds of times and only permanently broke something once.&lt;br /&gt;
&lt;br /&gt;
====install some software first====&lt;br /&gt;
&lt;br /&gt;
* Install Java (if you don&#039;t already have it) - http://www.java.com/en/download/index.jsp&lt;br /&gt;
&lt;br /&gt;
* Install Python (if you don&#039;t already have it). http://www.python.org/download/ &lt;br /&gt;
&lt;br /&gt;
* Optionally, install PsyCo, it will make things run much faster.  http://psyco.sourceforge.net/download.html&lt;br /&gt;
&lt;br /&gt;
* get yourself a copy of replicatorg: http://replicat.org/download&lt;br /&gt;
&lt;br /&gt;
ReplicatorG now includes various versions of the Skeinforge slicing utility, so no need to download and install separately.&lt;br /&gt;
&lt;br /&gt;
ReplicatorG 0024 has a serious bug in some of the profiles for the Cupcake CNC Makerbot, it will not generate the instructions that turn off heated build platform and stepper motors. This is a potential fire hazard, as the steppers and the build platform can get very hot. Do this:&lt;br /&gt;
&lt;br /&gt;
Find the file(s) called end.gcode, and if they do not contain the M109, M104 and M18 codes, edit them to look like this (you can just add them to the end - it doesn&#039;t hurt if they are repeated):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
(end of the file, cooldown routines)&lt;br /&gt;
M104 S0 (extruder to temperature 0)&lt;br /&gt;
M109 S0 (heated build platform to temperature 0)&lt;br /&gt;
G91&lt;br /&gt;
G1 Z10&lt;br /&gt;
M18 (turn off steppers.)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will turn off everything, leaving the Makerbot in a safe state.&lt;br /&gt;
&lt;br /&gt;
You are done.&lt;br /&gt;
&lt;br /&gt;
====using the software====&lt;br /&gt;
&lt;br /&gt;
* Start ReplicatorG.&lt;br /&gt;
&lt;br /&gt;
* Open an STL file. You should see a 3D image of your model.&lt;br /&gt;
&lt;br /&gt;
* Press the &#039;generate GCode&#039; button on the right. &lt;br /&gt;
&lt;br /&gt;
* You will be asked to choose a profile. Currently you are looking at Cupcake CNC Mk4, but very soon you will want Cupcake CNC Mk5 with Heated Build Platform.&lt;br /&gt;
&lt;br /&gt;
* It will take a while to build the GCode for the model. Go talk to visitors to the space and tell them not to sleep here.&lt;br /&gt;
&lt;br /&gt;
* Refer to the detailed instructions on the Makerbot site for more up-to-date tips and instructions (they change often):  http://wiki.makerbot.com/how-to-print&lt;br /&gt;
&lt;br /&gt;
====fire the makerbot====&lt;br /&gt;
&lt;br /&gt;
Instructions have been updated to reflect the (coming) new and improved Makerbot.&lt;br /&gt;
&lt;br /&gt;
* turn on the makerbot PSU, it&#039;s a switch in the back&lt;br /&gt;
* plug in the makerbot usb cable&lt;br /&gt;
* run replicatorg (./replicatorg)&lt;br /&gt;
* (firmware should be updated)&lt;br /&gt;
* the first time you run it, machine-&amp;gt;driver-&amp;gt;cupcake CNC with heated build platform&lt;br /&gt;
* also machine-&amp;gt;serial port, choose whatever serial port is being emulated via USB &lt;br /&gt;
* load filament&lt;br /&gt;
** loosen the extruder thumbscrew&lt;br /&gt;
** insert filament into the extruder, basically to the level of the motor axle (NOT all the way down into the nozzle - you do this so that you can more easily tell if the motor is working)&lt;br /&gt;
** tighten the extruder thumbscrew, just a little bit more than finger tight, enough to get a good grip between the drive gear and the filament - you can adjust this while printing, if the filament starts slipping&lt;br /&gt;
* click on the 4 arrows symbol (control panel)&lt;br /&gt;
** lay a small piece of paper on the platform&lt;br /&gt;
** remove any crud from the nozzle with bent nose pliers (hidden under the EFF hat)&lt;br /&gt;
** move X, Y to the center of the platform (you can do this by pressing Disable steppers, then moving it by hand)&lt;br /&gt;
** jog down in Z first in 10mm increments, then 1mm increments, until there is maximum drag force on the paper&lt;br /&gt;
** jog up in 0.1mm increments until the drag lessens&lt;br /&gt;
** click &amp;quot;set zero&amp;quot;&lt;br /&gt;
** at the bottom of the control panel there are some settings, set them in this order&lt;br /&gt;
*** Motor Speed (PWM): 255&lt;br /&gt;
*** Target Temperature: 220&lt;br /&gt;
*** Heated Build Platform: 120&lt;br /&gt;
*** Motor Control: Stop&lt;br /&gt;
** wait until the temperature is above 200 then try a test extrusion &lt;br /&gt;
*** move Z axis up 20mm or so&lt;br /&gt;
***click Motor Control: forward&lt;br /&gt;
*** wait for the filament to enter the extruder, and start coming out the nozzle&lt;br /&gt;
*** make sure the extruder motor is turning, there is a dot drawn on the axle with sharpie&lt;br /&gt;
*** if you accidentally start the motor before it&#039;s hot, you can fix it by slightly unscrewing the extruder thumbscrew and adjusting the filament&lt;br /&gt;
* the build platform should be plenty hot now&lt;br /&gt;
** there might be an IR thermometer in a little duct tape pouch thingy&lt;br /&gt;
** it should be around 120-130C for best results&lt;br /&gt;
* remove ooze from the nozzle with pliers&lt;br /&gt;
* zero the Z axis (ie. move it down until it near touches the platform)&lt;br /&gt;
* file-&amp;gt;open the .gcode file you created earlier with skeinforge&lt;br /&gt;
* click &#039;build&#039; (the solid kidney bean)&lt;br /&gt;
* if the first layer doesn&#039;t stick at all or peels loose immediately, adjust the z axis down by turning the pulley on top of the makerbot&lt;br /&gt;
* if the first layer starts getting fugly during the infill, with crap building up on the nozzle, adjust the z axis up a few steps until it looks perfectly flat with no &amp;quot;fuzz&amp;quot;&lt;br /&gt;
***note to self: get some pics and video of first layer too high, first layer too low, and verify zeroing procedure&lt;br /&gt;
* now since it probably screwed up somehow, hit stop and remove the grossness with the plastic scraper and/or pliers&lt;br /&gt;
* it should still be zeroed, and hopefully at the correct height adjustment now, so just click &#039;build&#039; again&lt;br /&gt;
* if you can&#039;t get it to stick at all, the platform is probably at the wrong temperature.&lt;br /&gt;
** wait five minutes for it to warm up completely&lt;br /&gt;
[[File:Nophead_pulleys_side.jpg|right|thumbnail|alt=two sample pieces, side view|your part should look like this or better. I still hadn&#039;t tweaked the feedrate perfectly for colored plastic, hence the blobbiness.]]&lt;br /&gt;
&lt;br /&gt;
* ok now presumably you&#039;re done printing and nothing went wrong. &lt;br /&gt;
** jog Z+ 20mm to give yourself some room&lt;br /&gt;
** wait for the piece to cool down, 3 to 5 minutes should be enough&lt;br /&gt;
** now just peel it off with your hand&lt;br /&gt;
** if you let the piece cool all the way down, maybe 10-15 minutes, it will just &amp;quot;pop&amp;quot; off the build platform by itself&lt;br /&gt;
*** be careful, the part may still be soft and can deform&lt;br /&gt;
*** don&#039;t use a knife if at all possible, it will mess up the Kapton coating on the platform - just wait for it to cool&lt;br /&gt;
*** it&#039;s easier if you remove the build platform - it&#039;s held on with magnets&lt;br /&gt;
&lt;br /&gt;
==== tweaking skeinforge ====&lt;br /&gt;
[[File:Nophead_pulleys_top.jpg|right|thumbnail|alt=two sample pieces, top view|note the incomplete infill on the right; this was due to improper perimeter width settings. note the square teeth on the left; this is because &amp;quot;stretch&amp;quot; is turned on. this is a good thing.]]&lt;br /&gt;
there are about 300 different &amp;quot;craft&amp;quot; settings in skeinforge, and they all interrelate in confusing ways. here&#039;s a quick overview of the important ones:&lt;br /&gt;
*carve-&amp;gt;layer height: should be about 0.8*nozzle hole diameter, ship default is 0.4&lt;br /&gt;
*carve-&amp;gt;width over height: should be about 1.45, if threads in flat parts show gap make this value smaller&lt;br /&gt;
*speed-&amp;gt;flow rate: 255&lt;br /&gt;
*speed-&amp;gt;feed rate: start around 35mm/s&lt;br /&gt;
*fill-&amp;gt;infill solidity: 0.25 is adequate and not too slow. higher for stronger parts&lt;br /&gt;
*fill-&amp;gt;infill pattern: controls whether you get hashbrowns or honeycombs&lt;br /&gt;
*comb keeps it from driving through empty spaces and making stringies&lt;br /&gt;
*raft prints a waffle grid thingy to keep the corners held down - will be disabled for heated build platform&lt;br /&gt;
*raftless - don&#039;t use it, instead turn off the raft checkbox when generating GCode in RepG, use outline to generate a lead-in&lt;br /&gt;
*oozebane is useless, forget about it&lt;br /&gt;
*jitter is good, set it to a large value like 100&lt;br /&gt;
*stretch makes corners un-rounded, but can cause data overload stuttering if &amp;quot;stretch from distance&amp;quot; is too small&lt;br /&gt;
*temperature is usually set to 230, but newer extruders can print fine with temperatures as low as 205C. You might need to lower all the temperatures in order to print tall skinny objects.&lt;br /&gt;
*wipe should be turned off&lt;br /&gt;
*outline should be turned on, it draws a rectangle around the first layer which lets you tweak the Z axis distance and ensure adhesion&lt;br /&gt;
&lt;br /&gt;
You may want to create a profile with an alternative set of settings. In the Generate GCode dialog, select the default profile for your machine (mostly likely Cupcake with Heated Build Platform), duplicate it and call it &amp;quot;SuperSolid&amp;quot; or something like that, and make the following changes:&lt;br /&gt;
&lt;br /&gt;
*Fill/Extra Shells -&amp;gt; 0 (there are a number of extra shells parameters - make all of them zero)&lt;br /&gt;
*Fill/Infill Density -&amp;gt; 1.0 (this will make solid objects)&lt;br /&gt;
&lt;br /&gt;
Use this profile for parts that need to be extra strong or precise, ie. working machine parts or gears. Be warned that this will be very slow and will use a lot more plastic. However, the results can be truly outstanding.&lt;br /&gt;
&lt;br /&gt;
you can safely ignore the rest&lt;br /&gt;
&lt;br /&gt;
==== care and feeding ====&lt;br /&gt;
* don&#039;t leave the makerbot unattended for hours, as it can theoretically catch on fire (those heated bed wires are iffy)&lt;br /&gt;
* don&#039;t leave the extruder hot for hours. periodically flush through plastic to prevent it from oxidizing.&lt;br /&gt;
* if you are about to run out of filament, cut off both ends square with diagonal flush cutters (the blue cutters for electronics) and simply hold the filament together as it goes in&lt;br /&gt;
*if the filament strips out during use (extruder motor is on, temperature high enough, nothing happening) try pushing it down manually&lt;br /&gt;
** if this doesn&#039;t work, try reversing the motor until the filament comes out, cut it cleanly, and reinsert&lt;br /&gt;
** if it keeps stripping out, you may have to completely disassemble the extruder and remove plastic gunk from the gear teeth.&lt;br /&gt;
*** use a long 5/64&amp;quot; or 2mm allen key to set the extruder idler wheel/feed gear spacing&lt;br /&gt;
** try not to let it happen in the first place. stripping can be caused by setting the first layer too low, blocking the nozzle and letting pressure build up&lt;br /&gt;
*don&#039;t upgrade the firmware unless you&#039;re willing to deal with the consequences&lt;br /&gt;
*keep it away from bright light&lt;br /&gt;
*don&#039;t get any water on it&lt;br /&gt;
*never, never ever feed it after midnight.&lt;br /&gt;
&lt;br /&gt;
= Project Log =&lt;br /&gt;
Below are some early usage examples. For a more complete catalogue with more depth, visit [[Noisebridge 3D Printing Member Projects]].&lt;br /&gt;
----&lt;br /&gt;
[[File:Minimendel_Z_leadscrew_base_motor.jpg|none|thumbnail|600px|mini mendel Z leadscrew base and motor mount. This bastard took 2 hours and almost the entire remaining roll of green. It started to peel up badly at the back corner. I rescued it by melting the corner back down with a soldering iron. [[User:Fenn|Fenn]] 13:07, 1 May 2010 (UTC)]]&lt;br /&gt;
----&lt;br /&gt;
[[File:Makerbot_mushroom_1.jpg|none|thumbnail|600px|A two color mushroom printed on one of the Makerbots. Shows what is possible! [[User:Gpvillamil|Gian Pablo]] ]]&lt;br /&gt;
----&lt;br /&gt;
[[File:Bunny_and_vases.jpg|none|thumbnail|600px|Tron Bunny watches over two sake carafes. The one on the left was printed before major mods to the XY axis, the one on right after. Note that the &amp;quot;ringing&amp;quot; effect is gone. [[User:Gpvillamil|Gian Pablo]] ]]&lt;br /&gt;
[[File:example.jpg|none|thumbnail|600px|caption text]]&lt;br /&gt;
&lt;br /&gt;
= Construction log =&lt;br /&gt;
This describes the current progress of the building of the Makerbot.  Instructions are found [http://wiki.makerbot.com/cupcake here], and a forum for it is found [http://wiki.makerbot.com/forum/c-77688/talk-about-makerbot here].&lt;br /&gt;
&lt;br /&gt;
Noisebridge&#039;s Makerbot kit, thoughtfully purchased by Mitch, arrived at 83C on Monday evening, July 20.  Leading the assembly team is Joachim, along with Christoph, Rachel, Steve (Mr Domino), and Jeffrey (ieatlint).&lt;br /&gt;
&lt;br /&gt;
It took about an hour and a half to go through and check the parts against the [http://pony.noisebridge.net/~cmaier/makerbot/parts_lists.ods parts list].  &amp;lt;strike&amp;gt;We think we are missing a bag of &amp;quot;laser cut pulleys&amp;quot; but it&#039;s hard to be completely sure, as there are a LOT of parts and they are not all labeled exactly as in the parts list&amp;lt;/strike&amp;gt; A bag of &amp;quot;laser cut pulleys&amp;quot; was replaced by MakerBot-made pulleys, but the parts lists weren&#039;t updated.  We determined to start assembly anyway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cupcake [[Makerbot/Electronics|Electronics]] Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-electronics-assembly Instructions] Christoph soldering one of the [[Makerbot/Electronics/Stepper_driver|stepper motor drivers]], one of the [[Makerbot/Electronics/endstop_switches|endstop switches]], and the SMD parts on the [[Makerbot/Electronics/Motherboard|motherboard]] with only occasional bitching to people to &#039;&#039;&#039;&#039;&#039;STOP MOVING THE TABLE&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Motherboard is tested and able to control stepper motors.  Regular firmware needs to be flashed back onto it.  [http://wiki.makerbot.com/burn-custom-firmware-using-arduino This] may help. [[User:Ieatlint|Ieatlint]] 02:55, 25 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Pulley Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-pulley-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake CNC Body Assembly ==&lt;br /&gt;
We got the first part of the body together without difficulty, but had trouble with the Z stage as one of the parts had changed from when the docs were written.  The Z stage rod holding guides changed from being O-shaped to being U-shaped, and are marked &amp;quot;Z guides&amp;quot;.  The forums told us to use them anyway.&lt;br /&gt;
&lt;br /&gt;
The next problem was with threaded rods, which had been cut to size.  The ends of some would not take a nut.  We solved this with judicious use of the bench grinder.  There were LOTS of nut/rod jokes, and we were in a state where they were actually funny! [[User:Rachel|Rachel]] 10:08, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Progressed to and including the step entitled &amp;quot;Z-stage stepper wiring&amp;quot; as detailed on the body assembly [http://wiki.makerbot.com/cupcake-body-assembly instructions].  The body assembly is nearly completed. [[User:Ieatlint|Ieatlint]] 03:52, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Stages assembled and motherboard and stepper driver circuits in place. Driver boards are tested. Axis stops are installed, platforms still need craft stick beam breaks installed. -- [[User:JSharp|JSharp]] 06:45, 2 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Y Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-y-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake X Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-x-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Plastruder MK3 Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/plastruder-mk3-assembly Instructions]&lt;br /&gt;
*Note: Ubuntu 9.04 specific: the librxtxSerial.so and the RXTXcomm.jar that come in the replicatorg download need to be replaced with some binaries from this other place that I don&#039;t remember. -[[User:Elgreengeeto|Skory]]&lt;br /&gt;
&lt;br /&gt;
*Progressed through to end of Heater Barrel Assembly.   [[User:Miloh|Miloh]] 04:24, 21 July 2009 (PDT)&lt;br /&gt;
*Progressed through the Filament Drive Assembly, and Joachim mastered the extruder electronics.  [[User:Miloh|Miloh]] 02:03, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel through step 3. [[User:Miloh|Miloh]] 13:17, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel to the end.  [[User:Miloh|Miloh]] 20:46, 26 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
 Continue at Plastruder burn in test.  The burn in test can&#039;t be completed until the Thermistor and extruder board are recognized by the control system.&lt;br /&gt;
&lt;br /&gt;
*Plastruder board burnt out a few components on power up test. Ordered new plastruder driver from makerbot, should arrive at 83C soon. -- [[User:JSharp|JSharp]] 06:43, 2 August 2009 (PDT)&lt;br /&gt;
**New plastruder control board received and installed. -- [[User:JSharp|JSharp]] 10:52, 9 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
= Status Reports =&lt;br /&gt;
&lt;br /&gt;
== 10/18/09 ==&lt;br /&gt;
&lt;br /&gt;
Martin - The makerbot is working and printing objects well.  You will need to download and install &amp;quot;ReplicatorG&amp;quot; and &amp;quot;skeinforge&amp;quot; in order to use the bot. The software runs on Mac, Linux, and PC.   (skeinforge requires Python, ReplicatorG requires Java)  Example objects are next to the bot.&lt;br /&gt;
&lt;br /&gt;
The X/Y/Z stage endpoints are not yet installed.  It requires a number of popsicle sticks to be cut to the correct length and the stage to be calibrated.  You can operate the MakerBot with ***great*** care without them.  &lt;br /&gt;
&lt;br /&gt;
The extruder head has been upgraded to the Mark-4, with a new bearing and idler wheel.  Also, the extruder head is now insulated with the same material they use to insulate the Space Shuttle heat tiles from the skin of the shuttle itself.  *** IT IS EXPENSIVE.  PLEASE DON&#039;T TAKE APART! ***  I can&#039;t replace the material, it was given as a gift from a friend at JPL.  &lt;br /&gt;
&lt;br /&gt;
Please read all the instructions on how to use the MakerBot on the [[http://wiki.makerbot.com/|MakerBot Wiki Site]] before attempting to use it.&lt;br /&gt;
&lt;br /&gt;
== 08/24/09 ==&lt;br /&gt;
Thanks to excellent efforts and support from Martin, the MakerBot is now in a semi-functional state.  There are three things that need to be worked on, however:&lt;br /&gt;
# The Y stage endpoint is installed incorrectly (the Y stage and physically crash into it)&lt;br /&gt;
# The nichrome wire needs to be better insulated so it can maintain higher temperatures and consistent temperatures.&lt;br /&gt;
# The feeding mechanism needs to be reviewed, as it appears that it fails to operate reliably.&lt;br /&gt;
&lt;br /&gt;
Please do NOT attempt to disassemble the plastruder header.&lt;br /&gt;
Also, do NOT attempt to operate the MakerBot unless you really know what you&#039;re doing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 01/10/2010 ==&lt;br /&gt;
Much has happened to the Makerbot since last noted,&lt;br /&gt;
the broken idler wheel was replaced and the extruder head assembly was upgraded by me using parts from Bre when he was here. Thanks Bre!&lt;br /&gt;
I also at that time upgraded the firmware and printed a bunch of skull throwies, yay! &lt;br /&gt;
Time has passed between then and now and many people have been reporting the makerbot in sickly condition, after much testing I am glad to report this not the case. go go makerbot!&lt;br /&gt;
&lt;br /&gt;
== 03/10/2010 ==&lt;br /&gt;
Bre was here on 20/2 and installed a heated build platform on the Makerbot. The heated platform is a new development, still in prototype stage. It is awesome because it prevents warping, and allows workpieces to stick to the build platform without having to build a raft.&lt;br /&gt;
&lt;br /&gt;
He left a sheet of instructions, they say:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... While here we set you up with a heated build platform. It&#039;s&lt;br /&gt;
hooked up to the fans pot. So before you print, go into the control&lt;br /&gt;
panel and click [x] fan and it will turn it on. Let it warm up for at&lt;br /&gt;
least 5 minutes and then print on it. When the model is done, let it&lt;br /&gt;
cool for 5 minutes and it will &#039;pop&#039; right off the warm kapton tape.&lt;br /&gt;
&lt;br /&gt;
We are also leaving you a spare parts kit for the extruder. Your&lt;br /&gt;
nozzle is super thick and slow. This new nozzle has a smaller nozzle&lt;br /&gt;
hole. Make it, use it, love it!&lt;br /&gt;
&lt;br /&gt;
Bre and Zack, Makerbot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When asked about the workings of the heated build platform, he said:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Yup, ours is a prototype part, it&#039;s awesome but not very well documented.&lt;br /&gt;
&lt;br /&gt;
You want to plug it in above the mosfet that usually runs the fan.&lt;br /&gt;
&lt;br /&gt;
You can then go into the control panel and just turn the fan on, let&lt;br /&gt;
it heat up for 8-10 minutes and it will get to about 110F.&lt;br /&gt;
&lt;br /&gt;
Print away and remember to turn it off and unplug the bot when you&#039;re done!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Please note that he&#039;s left us the parts for an improved extruder - up to us to build it - and some of the new colored ABS plastic.&lt;br /&gt;
&lt;br /&gt;
== 04/03/2010 ==&lt;br /&gt;
After using the makerbot all day I (fenn) noticed the Z axis was consistently jamming up when traversing above 125mm/min. Several hours of head-scratching later I discovered that the heated platform would cause the large acrylic plate that holds the extruder to heat up and expand, pushing outwards on the Z-axis nuts and causing the mechanism to bind ever so slightly. The simple fix of filing the plate down was complicated by the lack of small files and the fact that the machine was assembled wrong, requiring removal of the four small u-shaped plywood &amp;quot;guide plates&amp;quot;, which I put back in the correct orientation: gap outwards.&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure the heated build platform actually ever gets hot enough for ABS to stick to the kapton tape. It seems to max out at 95 celsius, as measured with an infrared thermometer. The RepRap wiki suggests 120-220 degrees for ABS. Perhaps connect the platform directly to a higher voltage power supply?&lt;br /&gt;
&lt;br /&gt;
Lacking a hot enough bed for the first layer to stick to, blue masking tape sorta almost works (the first time you use it), and I got much better results when I taped a business card on top and printed on that instead. I printed a few gears and hope to add a [http://www.thingiverse.com/thing:1794 &amp;quot;wade extruder&amp;quot;] soonish.&lt;br /&gt;
&lt;br /&gt;
== 04/09/2010 ==&lt;br /&gt;
I (fenn) came in today and it appeared that nobody had touched the makerbot since I last left it. But the nozzle wouldn&#039;t heat up. Voltage to the wires, it just didnt get hot. So, heeding the warning to not disassemble the nozzle, I removed it and swapped in another one, which works a lot better anyway. Then I attached a 16V transformer to the heated bed, and now it gets up to 165C which is much better than the old 90C running on 12V. Now the first layer actually sticks! Z axis seems to still be jamming up; I didn&#039;t file the notches deep enough I guess. Wish I had more time to play with it. Skeinforge settings that seem to work with ABS:&lt;br /&gt;
layer height: 0.4mm, flow rate: 255, feed rate: 25mm/s.&lt;br /&gt;
&lt;br /&gt;
== 04/11/2010 ==&lt;br /&gt;
added a fan to cool off the acrylic plate. make sure you enable the fan before printing and it shouldn&#039;t jam up anymore. seems to be working reliably now.&lt;br /&gt;
&lt;br /&gt;
hint: instead of trying to adjust the Z zero in software, manually adjust the height as it prints the first layer.&lt;br /&gt;
&lt;br /&gt;
caution: plugging in or unplugging the heater transformer may cause the power strip breaker to trip and reset the makerbot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 04/13/2010 ==&lt;br /&gt;
leveled bed by shaving down tabs that were sticking up, pushing magnets back in, and adding a small strip of kapton tape. adjusted toothed gear/idler wheel spacing with 5/64 allen key.&lt;br /&gt;
&lt;br /&gt;
Some of the magnets on the Y stage are in sideways (poles on left &amp;amp; right), not upright (poles on top &amp;amp; bottom). I found this when building my Makerbot, since I wanted the build platform to be interoperable, I tried placing the magnets on the Y stage of the NB &#039;bot to check polarity, and found that they were sticking corner-to-corner, not face-to-face. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
== 06/10/2010 ==&lt;br /&gt;
I&#039;ve taken in two functioning nozzle assemblies, and an extruder block with double idler wheel. These should help get the &#039;bot up and running. The nozzles may need to be heated up, PTFE insulator removed and cleaned. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
What is the large spool of white plastic next to the Makerbot? It seems a lot softer than ABS, and certainly acts strange when I try to print with it. (It is so soft that it scrunches up in the extruder feed channel, and the pinch wheel starts grinding into it super quickly. It doesn&#039;t stink when heated.) Could it be Shapelock? - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;it is PLA, rather than ABS.  It melts at a much, much lower temperature.&#039;&#039; - Martin&lt;br /&gt;
&lt;br /&gt;
It&#039;s not PLA, far too soft. There&#039;s some green PLA in the bag on top of the pile. I think it&#039;s HDPE. Smells like HDPE too. (like a blown out candle.) - fenn&lt;br /&gt;
&lt;br /&gt;
== 9/24/2010 ==&lt;br /&gt;
&lt;br /&gt;
The Makerbot is broken...&lt;br /&gt;
&lt;br /&gt;
d&#039;oh!&lt;br /&gt;
&lt;br /&gt;
i&#039;m really not sure what happened. i was cleaning out the extruder and i think one of the green wires touched the large metal washer; there was a spark and a small poof next to the rj-45 connector on the extruder board, and now nothing turns on. sigh.&lt;br /&gt;
&lt;br /&gt;
[[File:IMG_2929.JPG|right|thumbnail|alt=two sample pieces, side view|corroborating evidence]]&lt;br /&gt;
I swapped in one of Gian Pablo&#039;s extruders and bought a new 606 bearing for the gearmotor. (somehow the original must have fallen out and gotten lost.) Lots of jamming up and cussing ensued. Some adjustments were made, much filament run through the machine, and I deduced that the &#039;&#039;&#039;NEW EXTRUDER REQURIES THE FAN ON&#039;&#039;&#039; whenever it is at operating temperature. I got it to print out a timing pulley on the fifth try, and reliably printing after that, using the same settings as before.&lt;br /&gt;
&lt;br /&gt;
The nozzles I left seem to print reliably at much lower temperatures, try 195C and see how that goes. [gian pablo]&lt;br /&gt;
&lt;br /&gt;
== 2011-01-08  ==&lt;br /&gt;
&lt;br /&gt;
I&#039;ve ordered an extensive selection of parts, including new extruder, heated build platform, extruder board etc. Should be here next week. &lt;br /&gt;
&lt;br /&gt;
We&#039;ve started work on this. I&#039;ve also started printing a replacement XY stage (http://www.thingiverse.com/thing:4213) on my Makerbot, and ordered the parts for it (bearings, nuts, screws, washers).&lt;br /&gt;
&lt;br /&gt;
[gian pablo]&lt;br /&gt;
&lt;br /&gt;
== 2011-01-14 ==&lt;br /&gt;
&lt;br /&gt;
All the parts have arrived. Miloh unpacked them and started working on it. Things to do:&lt;br /&gt;
&lt;br /&gt;
* Assemble heated build platform&lt;br /&gt;
* Assemble relay board&lt;br /&gt;
* Assemble Plastruder Mk 5&lt;br /&gt;
* Replace extruder controller (and motherboard if necessary)&lt;br /&gt;
* Clean the &#039;bot&lt;br /&gt;
* Calibrate it&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2011-02-18 ==&lt;br /&gt;
&lt;br /&gt;
Watch it.  It prints.&lt;br /&gt;
&lt;br /&gt;
The autospool can cinch down and yank your build to ruin.  Jake and I modified it to pull out the side in a lazier loop.  It needs to be watched.  &lt;br /&gt;
&lt;br /&gt;
* Needs More calibration&lt;br /&gt;
** feed rate&lt;br /&gt;
** stepper driver currents  (there were some X-Y 1-2mm shift errors halfway through the first builds)&lt;br /&gt;
* Need a get up to speed session &amp;amp; bot day (CrashSpaceLA is having one this weekend)&lt;br /&gt;
[[User:Miloh|Miloh]] 12:51, 18 February 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2011-03-02 ==&lt;br /&gt;
&lt;br /&gt;
Printed different series of shelving brackets in red ABS.  Another 2mm shift 1/4 of the way through the print only made them semi-useful.  Not sure what caused the shift -- there were ~50 people milling around so I&#039;m going to assume someone just touched the build in progress. The autospool is modified and working well on its side. The new MK5 head is working well so far (without the extrusion blowout and grip problems of the MK4 series pinch wheel and gear drive)&lt;br /&gt;
improvements:&lt;br /&gt;
&lt;br /&gt;
* we can laser cut 1/16 cork mounting dampeners for the stepper motors&lt;br /&gt;
* either replace the Y axis build platform mounting part or the build platform wood back to improve stability in the platform.&lt;br /&gt;
[[User:Miloh|Miloh]] 23:14, 2 March 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 2011-04-01 ==&lt;br /&gt;
&lt;br /&gt;
All the Makerbots are working.&lt;br /&gt;
&lt;br /&gt;
I&#039;ve made a bunch of upgrades to White Rabbit and it is working great, there are a few fun sample prints scattered around. Ping me if you want to use it, it is a bit non-standard.&lt;br /&gt;
&lt;br /&gt;
I spent a bit of quality time with Nutjob, cleaned out the driver gear, levelled the Z stage, replaced the drive motor and tidied up the cables. It is pretty standard, go ahead and use it.&lt;br /&gt;
&lt;br /&gt;
There are now two filament spindles up and running, with red and white ABS. Black ABS is on the way.&lt;br /&gt;
&lt;br /&gt;
Miloh printed a replacement toilet hinge, and it is now installed and working.&lt;br /&gt;
&lt;br /&gt;
[[user:Gpvillamil|Gian Pablo]]&lt;br /&gt;
&lt;br /&gt;
== 2011-04-07 ==&lt;br /&gt;
&lt;br /&gt;
Over the last few days:&lt;br /&gt;
Centrated the Z axis quartet on Scotch.  Found a bad bearing and replaced it. Shimmed the bearings into place as the wood was starting to wear. The Z axis is much improved by performing this maintenance. If the rods are quite parallel and straight, the Z stage can also be shimmed into place to reduce side to side slop.&lt;br /&gt;
&lt;br /&gt;
The modified Z axis mount needed more clearance from the Z stage, so I replaced the mounting plates with a single piece of 1/8&amp;quot; laser cut acrylic.  &lt;br /&gt;
&lt;br /&gt;
I also upgraded the pinchwheel on Scotch with Gian-Pablo&#039;s old pinchwheel mounting.  It&#039;s the same part, but with low-friction delrin plates and a plunger along the filament path.  The old one can be rehabilitated by cutting out the same 1/8&amp;quot; delrin parts.&lt;br /&gt;
&lt;br /&gt;
The power went out on Nutjob today.  Assessing the problem tomorrow.&lt;br /&gt;
[[User:Miloh|Miloh]] 03:17, 8 April 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=MissingStuff&amp;diff=20839</id>
		<title>MissingStuff</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=MissingStuff&amp;diff=20839"/>
		<updated>2011-09-18T04:03:56Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello!&lt;br /&gt;
&lt;br /&gt;
I am trying to gauge the level of recent incidents where people&#039;s stuff has going missing. If you have had something that you own disappear from the space, please copy the template at the bottom, and enter details about your experience.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!Date last seen&lt;br /&gt;
!Date when noticed gone&lt;br /&gt;
!Thing that disappeared&lt;br /&gt;
!Where from?&lt;br /&gt;
!Who spotted it gone?&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|Christmas lights operating box&lt;br /&gt;
|?&lt;br /&gt;
|jof&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|external hard drive&lt;br /&gt;
|library area&lt;br /&gt;
|alex&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|Soekris&lt;br /&gt;
|?&lt;br /&gt;
|jof&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|handheld transceiver&lt;br /&gt;
|jof&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|FTDI cable&lt;br /&gt;
|jof&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|bag of LEDs&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|netbook&lt;br /&gt;
|?&lt;br /&gt;
|john e&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|2011-09-04&lt;br /&gt;
|Carl Zeiss Microscope&lt;br /&gt;
|Electronics lab&lt;br /&gt;
|Jake S&lt;br /&gt;
|-&lt;br /&gt;
|July or August of 2011&lt;br /&gt;
|September 2011&lt;br /&gt;
|An IBM model M keyboard internally modified into a MIDI controller, and its charger&lt;br /&gt;
|jakes member shelf, near fire escape doors&lt;br /&gt;
|jake s&lt;br /&gt;
|-&lt;br /&gt;
|Feb 2011&lt;br /&gt;
|April 2011&lt;br /&gt;
|M16 replica airgun&lt;br /&gt;
|Member shelf&lt;br /&gt;
|Gian Pablo&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|May 2011&lt;br /&gt;
|IBM T40 laptop&lt;br /&gt;
|member shelf&lt;br /&gt;
|Jon Foote&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|Cash from Applied Platonics&lt;br /&gt;
|member shelf&lt;br /&gt;
|josh&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|6/24/11&lt;br /&gt;
|Nikon compact camera&lt;br /&gt;
|recording timelapse of Makerbot print&lt;br /&gt;
|opticbit&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=MissingStuff&amp;diff=20838</id>
		<title>MissingStuff</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=MissingStuff&amp;diff=20838"/>
		<updated>2011-09-18T04:02:23Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello!&lt;br /&gt;
&lt;br /&gt;
I am trying to gauge the level of recent incidents where people&#039;s stuff has going missing. If you have had something that you own disappear from the space, please copy the template at the bottom, and enter details about your experience.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!Date last seen&lt;br /&gt;
!Date when noticed gone&lt;br /&gt;
!Thing that disappeared&lt;br /&gt;
!Where from?&lt;br /&gt;
!Who spotted it gone?&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|Christmas lights operating box&lt;br /&gt;
|?&lt;br /&gt;
|jof&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|external hard drive&lt;br /&gt;
|library area&lt;br /&gt;
|alex&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|Soekris&lt;br /&gt;
|?&lt;br /&gt;
|jof&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|handheld transceiver&lt;br /&gt;
|jof&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|FTDI cable&lt;br /&gt;
|jof&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|bag of LEDs&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|netbook&lt;br /&gt;
|?&lt;br /&gt;
|john e&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|2011-09-04&lt;br /&gt;
|Carl Zeiss Microscope&lt;br /&gt;
|Electronics lab&lt;br /&gt;
|Jake S&lt;br /&gt;
|-&lt;br /&gt;
|July or August of 2011&lt;br /&gt;
|September 2011&lt;br /&gt;
|An IBM model M keyboard internally modified into a MIDI controller, and its charger&lt;br /&gt;
|jakes member shelf, near fire escape doors&lt;br /&gt;
|jake s&lt;br /&gt;
|-&lt;br /&gt;
|Feb 2011&lt;br /&gt;
|April 2011&lt;br /&gt;
|M16 replica airgun&lt;br /&gt;
|Member shelf&lt;br /&gt;
|Gian Pablo&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|May 2011&lt;br /&gt;
|IBM T40 laptop&lt;br /&gt;
|member shelf&lt;br /&gt;
|Jon Foote&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|Cash from Applied Platonics&lt;br /&gt;
|member shelf&lt;br /&gt;
|josh&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|May 2011&lt;br /&gt;
|Nikon compact camera&lt;br /&gt;
|recording timelapse of Makerbot print&lt;br /&gt;
|?&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=MissingStuff&amp;diff=20837</id>
		<title>MissingStuff</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=MissingStuff&amp;diff=20837"/>
		<updated>2011-09-18T04:01:20Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello!&lt;br /&gt;
&lt;br /&gt;
I am trying to gauge the level of recent incidents where people&#039;s stuff has going missing. If you have had something that you own disappear from the space, please copy the template at the bottom, and enter details about your experience.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!Date last seen&lt;br /&gt;
!Date when noticed gone&lt;br /&gt;
!Thing that disappeared&lt;br /&gt;
!Where from?&lt;br /&gt;
!Who spotted it gone?&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|Christmas lights operating box&lt;br /&gt;
|?&lt;br /&gt;
|jof&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|external hard drive&lt;br /&gt;
|library area&lt;br /&gt;
|alex&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|Soekris&lt;br /&gt;
|?&lt;br /&gt;
|jof&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|handheld transceiver&lt;br /&gt;
|jof&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|FTDI cable&lt;br /&gt;
|jof&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|bag of LEDs&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|netbook&lt;br /&gt;
|?&lt;br /&gt;
|john e&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|2011-09-04&lt;br /&gt;
|Carl Zeiss Microscope&lt;br /&gt;
|Electronics lab&lt;br /&gt;
|Jake S&lt;br /&gt;
|-&lt;br /&gt;
|July or August of 2011&lt;br /&gt;
|September 2011&lt;br /&gt;
|An IBM model M keyboard internally modified into a MIDI controller, and its charger&lt;br /&gt;
|jakes member shelf, near fire escape doors&lt;br /&gt;
|jake s&lt;br /&gt;
|-&lt;br /&gt;
|Feb 2011&lt;br /&gt;
|April 2011&lt;br /&gt;
|M16 replica airgun&lt;br /&gt;
|Member shelf&lt;br /&gt;
|Gian Pablo&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|IBM T40 laptop&lt;br /&gt;
|member shelf&lt;br /&gt;
|Jon Foote&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|Cash from Applied Platonics&lt;br /&gt;
|member shelf&lt;br /&gt;
|josh&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|Nikon compact camera&lt;br /&gt;
|recording timelapse of Makerbot print&lt;br /&gt;
|?&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=MissingStuff&amp;diff=20836</id>
		<title>MissingStuff</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=MissingStuff&amp;diff=20836"/>
		<updated>2011-09-18T04:00:29Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello!&lt;br /&gt;
&lt;br /&gt;
I am trying to gauge the level of recent incidents where people&#039;s stuff has going missing. If you have had something that you own disappear from the space, please copy the template at the bottom, and enter details about your experience.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!Date last seen&lt;br /&gt;
!Date when noticed gone&lt;br /&gt;
!Thing that disappeared&lt;br /&gt;
!Where from?&lt;br /&gt;
!Who spotted it gone?&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|Christmas lights operating box&lt;br /&gt;
|?&lt;br /&gt;
|jof&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|external hard drive&lt;br /&gt;
|library area&lt;br /&gt;
|alex&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|Soekris&lt;br /&gt;
|?&lt;br /&gt;
|jof&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|handheld transceiver&lt;br /&gt;
|jof&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|FTDI cable&lt;br /&gt;
|jof&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|bag of LEDs&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|netbook&lt;br /&gt;
|?&lt;br /&gt;
|john e&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|2011-09-04&lt;br /&gt;
|Carl Zeiss Microscope&lt;br /&gt;
|Electronics lab&lt;br /&gt;
|Jake S&lt;br /&gt;
|-&lt;br /&gt;
|July or August of 2011&lt;br /&gt;
|September 2011&lt;br /&gt;
|An IBM model M keyboard internally modified into a MIDI controller, and its charger&lt;br /&gt;
|jakes member shelf, near fire escape doors&lt;br /&gt;
|jake s&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|M16 replica airgun&lt;br /&gt;
|Member shelf&lt;br /&gt;
|Gian Pablo&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|IBM T40 laptop&lt;br /&gt;
|member shelf&lt;br /&gt;
|Jon Foote&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|Cash from Applied Platonics&lt;br /&gt;
|member shelf&lt;br /&gt;
|josh&lt;br /&gt;
|-&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|Nikon compact camera&lt;br /&gt;
|recording timelapse of Makerbot print&lt;br /&gt;
|?&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=17626</id>
		<title>Makerbot</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=17626"/>
		<updated>2011-04-08T17:30:40Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: /* install some software first */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= The Makerbots are working (2011- 04 -01) =&lt;br /&gt;
&lt;br /&gt;
All of the Makerbors are working.&lt;br /&gt;
&lt;br /&gt;
There are three filament spools in operation now, with red, black and white ABS. Just pull out a bit of filament, guide it into the extruder of your chosen Makerbot (making sure to avoid any sharp turns), feed it through (with the nozzle heated), and print!&lt;br /&gt;
&lt;br /&gt;
Nutjob (the Noisebridge bot) has had a number of major upgrades performed on it, including heated build platform and Mk 5 extruder. It is now working well. The standard ReplicatorG software and profiles (choose Cupcake with Heated Build Platform) will work fine with it.  &lt;br /&gt;
&lt;br /&gt;
Go ahead and use it, the instructions here and on the Makerbot site are appropriate, with one caveat: there is a bug in the Makerbot profiles that will leave the heated build platform and steppers on, which is a fire hazard.&lt;br /&gt;
&lt;br /&gt;
Before printing, install ReplicatorG, find the file called end.gcode, and if it does not contain the M109, M104 and M18 codes, edit it to look like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
(end of the file, cooldown routines)&lt;br /&gt;
M104 S0&lt;br /&gt;
M109 S0&lt;br /&gt;
G91&lt;br /&gt;
G1 Z10&lt;br /&gt;
M18 (turn off steppers.)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will turn off everything, leaving the Makerbot in a safe state.&lt;br /&gt;
&lt;br /&gt;
White Rabbit (Gian Pablo&#039;s bot) has had its XY stage replaced with a printed one, and Z axis guide rods installed. Please check in with Gian Pablo before using it, because it is now far from standard, and you should make some adjustments in operating procedures.&lt;br /&gt;
&lt;br /&gt;
Scotch (Miloh&#039;s bot) has a Mk 5 extruder made with Noisebridge&#039;s own laser cutter. It is the thing made out of green acrylic. Check in with Miloh before using it, it is still being debugged and enhanced.&lt;br /&gt;
&lt;br /&gt;
For smaller parts, make a Skeinforge profile where you change the Fill/Extra Shells setting to 0 (no extra shells) and the Fill/Infill Densiety to 1.0. This yields extremely strong and dimensionally accurate parts.&lt;br /&gt;
&lt;br /&gt;
=How to Use the Makerbot=&lt;br /&gt;
if it breaks, we can fix it. don&#039;t be afraid of the makerbot! I&#039;ve crashed it hundreds of times and only permanently broke something once.&lt;br /&gt;
&lt;br /&gt;
====install some software first====&lt;br /&gt;
&lt;br /&gt;
* Install Java (if you don&#039;t already have it) - http://www.java.com/en/download/index.jsp&lt;br /&gt;
&lt;br /&gt;
* Install Python (if you don&#039;t already have it). http://www.python.org/download/ &lt;br /&gt;
&lt;br /&gt;
* Optionally, install PsyCo, it will make things run much faster.  http://psyco.sourceforge.net/download.html&lt;br /&gt;
&lt;br /&gt;
* get yourself a copy of replicatorg: http://replicat.org/download&lt;br /&gt;
&lt;br /&gt;
ReplicatorG now includes various versions of the Skeinforge slicing utility, so no need to download and install separately.&lt;br /&gt;
&lt;br /&gt;
ReplicatorG 0024 has a serious bug in some of the profiles for the Cupcake CNC Makerbot, it will not generate the instructions that turn off heated build platform and stepper motors. This is a potential fire hazard, as the steppers and the build platform can get very hot. Do this:&lt;br /&gt;
&lt;br /&gt;
Find the file(s) called end.gcode, and if they do not contain the M109, M104 and M18 codes, edit them to look like this (you can just add them to the end - it doesn&#039;t hurt if they are repeated):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
(end of the file, cooldown routines)&lt;br /&gt;
M104 S0 (extruder to temperature 0)&lt;br /&gt;
M109 S0 (heated build platform to temperature 0)&lt;br /&gt;
G91&lt;br /&gt;
G1 Z10&lt;br /&gt;
M18 (turn off steppers.)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will turn off everything, leaving the Makerbot in a safe state.&lt;br /&gt;
&lt;br /&gt;
You are done.&lt;br /&gt;
&lt;br /&gt;
====using the software====&lt;br /&gt;
&lt;br /&gt;
* Start ReplicatorG.&lt;br /&gt;
&lt;br /&gt;
* Open an STL file. You should see a 3D image of your model.&lt;br /&gt;
&lt;br /&gt;
* Press the &#039;generate GCode&#039; button on the right. &lt;br /&gt;
&lt;br /&gt;
* You will be asked to choose a profile. Currently you are looking at Cupcake CNC Mk4, but very soon you will want Cupcake CNC Mk5 with Heated Build Platform.&lt;br /&gt;
&lt;br /&gt;
* It will take a while to build the GCode for the model. Go talk to visitors to the space and tell them not to sleep here.&lt;br /&gt;
&lt;br /&gt;
* Refer to the detailed instructions on the Makerbot site for more up-to-date tips and instructions (they change often):  http://wiki.makerbot.com/how-to-print&lt;br /&gt;
&lt;br /&gt;
====fire the makerbot====&lt;br /&gt;
&lt;br /&gt;
Instructions have been updated to reflect the (coming) new and improved Makerbot.&lt;br /&gt;
&lt;br /&gt;
* turn on the makerbot PSU, it&#039;s a switch in the back&lt;br /&gt;
* plug in the makerbot usb cable&lt;br /&gt;
* run replicatorg (./replicatorg)&lt;br /&gt;
* (firmware should be updated)&lt;br /&gt;
* the first time you run it, machine-&amp;gt;driver-&amp;gt;cupcake CNC with heated build platform&lt;br /&gt;
* also machine-&amp;gt;serial port, choose whatever serial port is being emulated via USB &lt;br /&gt;
* load filament&lt;br /&gt;
** loosen the extruder thumbscrew&lt;br /&gt;
** insert filament into the extruder, basically to the level of the motor axle (NOT all the way down into the nozzle - you do this so that you can more easily tell if the motor is working)&lt;br /&gt;
** tighten the extruder thumbscrew, just a little bit more than finger tight, enough to get a good grip between the drive gear and the filament - you can adjust this while printing, if the filament starts slipping&lt;br /&gt;
* click on the 4 arrows symbol (control panel)&lt;br /&gt;
** lay a small piece of paper on the platform&lt;br /&gt;
** remove any crud from the nozzle with bent nose pliers (hidden under the EFF hat)&lt;br /&gt;
** move X, Y to the center of the platform (you can do this by pressing Disable steppers, then moving it by hand)&lt;br /&gt;
** jog down in Z first in 10mm increments, then 1mm increments, until there is maximum drag force on the paper&lt;br /&gt;
** jog up in 0.1mm increments until the drag lessens&lt;br /&gt;
** click &amp;quot;set zero&amp;quot;&lt;br /&gt;
** at the bottom of the control panel there are some settings, set them in this order&lt;br /&gt;
*** Motor Speed (PWM): 255&lt;br /&gt;
*** Target Temperature: 220&lt;br /&gt;
*** Heated Build Platform: 120&lt;br /&gt;
*** Motor Control: Stop&lt;br /&gt;
** wait until the temperature is above 200 then try a test extrusion &lt;br /&gt;
*** move Z axis up 20mm or so&lt;br /&gt;
***click Motor Control: forward&lt;br /&gt;
*** wait for the filament to enter the extruder, and start coming out the nozzle&lt;br /&gt;
*** make sure the extruder motor is turning, there is a dot drawn on the axle with sharpie&lt;br /&gt;
*** if you accidentally start the motor before it&#039;s hot, you can fix it by slightly unscrewing the extruder thumbscrew and adjusting the filament&lt;br /&gt;
* the build platform should be plenty hot now&lt;br /&gt;
** there might be an IR thermometer in a little duct tape pouch thingy&lt;br /&gt;
** it should be around 120-130C for best results&lt;br /&gt;
* remove ooze from the nozzle with pliers&lt;br /&gt;
* zero the Z axis (ie. move it down until it near touches the platform)&lt;br /&gt;
* file-&amp;gt;open the .gcode file you created earlier with skeinforge&lt;br /&gt;
* click &#039;build&#039; (the solid kidney bean)&lt;br /&gt;
* if the first layer doesn&#039;t stick at all or peels loose immediately, adjust the z axis down by turning the pulley on top of the makerbot&lt;br /&gt;
* if the first layer starts getting fugly during the infill, with crap building up on the nozzle, adjust the z axis up a few steps until it looks perfectly flat with no &amp;quot;fuzz&amp;quot;&lt;br /&gt;
***note to self: get some pics and video of first layer too high, first layer too low, and verify zeroing procedure&lt;br /&gt;
* now since it probably screwed up somehow, hit stop and remove the grossness with the plastic scraper and/or pliers&lt;br /&gt;
* it should still be zeroed, and hopefully at the correct height adjustment now, so just click &#039;build&#039; again&lt;br /&gt;
* if you can&#039;t get it to stick at all, the platform is probably at the wrong temperature.&lt;br /&gt;
** wait five minutes for it to warm up completely&lt;br /&gt;
[[File:Nophead_pulleys_side.jpg|right|thumbnail|alt=two sample pieces, side view|your part should look like this or better. I still hadn&#039;t tweaked the feedrate perfectly for colored plastic, hence the blobbiness.]]&lt;br /&gt;
&lt;br /&gt;
* ok now presumably you&#039;re done printing and nothing went wrong. &lt;br /&gt;
** jog Z+ 20mm to give yourself some room&lt;br /&gt;
** wait for the piece to cool down, 3 to 5 minutes should be enough&lt;br /&gt;
** now just peel it off with your hand&lt;br /&gt;
** if you let the piece cool all the way down, maybe 10-15 minutes, it will just &amp;quot;pop&amp;quot; off the build platform by itself&lt;br /&gt;
*** be careful, the part may still be soft and can deform&lt;br /&gt;
*** don&#039;t use a knife if at all possible, it will mess up the Kapton coating on the platform - just wait for it to cool&lt;br /&gt;
*** it&#039;s easier if you remove the build platform - it&#039;s held on with magnets&lt;br /&gt;
&lt;br /&gt;
==== tweaking skeinforge ====&lt;br /&gt;
[[File:Nophead_pulleys_top.jpg|right|thumbnail|alt=two sample pieces, top view|note the incomplete infill on the right; this was due to improper perimeter width settings. note the square teeth on the left; this is because &amp;quot;stretch&amp;quot; is turned on. this is a good thing.]]&lt;br /&gt;
there are about 300 different &amp;quot;craft&amp;quot; settings in skeinforge, and they all interrelate in confusing ways. here&#039;s a quick overview of the important ones:&lt;br /&gt;
*carve-&amp;gt;layer height: should be about 0.8*nozzle hole diameter, ship default is 0.4&lt;br /&gt;
*carve-&amp;gt;width over height: should be about 1.45, if threads in flat parts show gap make this value smaller&lt;br /&gt;
*speed-&amp;gt;flow rate: 255&lt;br /&gt;
*speed-&amp;gt;feed rate: start around 35mm/s&lt;br /&gt;
*fill-&amp;gt;infill solidity: 0.25 is adequate and not too slow. higher for stronger parts&lt;br /&gt;
*fill-&amp;gt;infill pattern: controls whether you get hashbrowns or honeycombs&lt;br /&gt;
*comb keeps it from driving through empty spaces and making stringies&lt;br /&gt;
*raft prints a waffle grid thingy to keep the corners held down - will be disabled for heated build platform&lt;br /&gt;
*raftless - don&#039;t use it, instead turn off the raft checkbox when generating GCode in RepG, use outline to generate a lead-in&lt;br /&gt;
*oozebane is useless, forget about it&lt;br /&gt;
*jitter is good, set it to a large value like 100&lt;br /&gt;
*stretch makes corners un-rounded, but can cause data overload stuttering if &amp;quot;stretch from distance&amp;quot; is too small&lt;br /&gt;
*temperature is usually set to 230, but newer extruders can print fine with temperatures as low as 205C. You might need to lower all the temperatures in order to print tall skinny objects.&lt;br /&gt;
*wipe should be turned off&lt;br /&gt;
*outline should be turned on, it draws a rectangle around the first layer which lets you tweak the Z axis distance and ensure adhesion&lt;br /&gt;
&lt;br /&gt;
You may want to create a profile with an alternative set of settings. In the Generate GCode dialog, select the default profile for your machine (mostly likely Cupcake with Heated Build Platform), duplicate it and call it &amp;quot;SuperSolid&amp;quot; or something like that, and make the following changes:&lt;br /&gt;
&lt;br /&gt;
*Fill/Extra Shells -&amp;gt; 0 (there are a number of extra shells parameters - make all of them zero)&lt;br /&gt;
*Fill/Infill Density -&amp;gt; 1.0 (this will make solid objects)&lt;br /&gt;
&lt;br /&gt;
Use this profile for parts that need to be extra strong or precise, ie. working machine parts or gears. Be warned that this will be very slow and will use a lot more plastic. However, the results can be truly outstanding.&lt;br /&gt;
&lt;br /&gt;
you can safely ignore the rest&lt;br /&gt;
&lt;br /&gt;
==== care and feeding ====&lt;br /&gt;
* don&#039;t leave the makerbot unattended for hours, as it can theoretically catch on fire (those heated bed wires are iffy)&lt;br /&gt;
* don&#039;t leave the extruder hot for hours. periodically flush through plastic to prevent it from oxidizing.&lt;br /&gt;
* if you are about to run out of filament, cut off both ends square with diagonal flush cutters (the blue cutters for electronics) and simply hold the filament together as it goes in&lt;br /&gt;
*if the filament strips out during use (extruder motor is on, temperature high enough, nothing happening) try pushing it down manually&lt;br /&gt;
** if this doesn&#039;t work, try reversing the motor until the filament comes out, cut it cleanly, and reinsert&lt;br /&gt;
** if it keeps stripping out, you may have to completely disassemble the extruder and remove plastic gunk from the gear teeth.&lt;br /&gt;
*** use a long 5/64&amp;quot; or 2mm allen key to set the extruder idler wheel/feed gear spacing&lt;br /&gt;
** try not to let it happen in the first place. stripping can be caused by setting the first layer too low, blocking the nozzle and letting pressure build up&lt;br /&gt;
*don&#039;t upgrade the firmware unless you&#039;re willing to deal with the consequences&lt;br /&gt;
*keep it away from bright light&lt;br /&gt;
*don&#039;t get any water on it&lt;br /&gt;
*never, never ever feed it after midnight.&lt;br /&gt;
&lt;br /&gt;
= Usage log =&lt;br /&gt;
please write your name, what you tried to make, and what happened below (pics or it didnt happen)&lt;br /&gt;
----&lt;br /&gt;
[[File:Minimendel_Z_leadscrew_base_motor.jpg|none|thumbnail|600px|mini mendel Z leadscrew base and motor mount. This bastard took 2 hours and almost the entire remaining roll of green. It started to peel up badly at the back corner. I rescued it by melting the corner back down with a soldering iron. [[User:Fenn|Fenn]] 13:07, 1 May 2010 (UTC)]]&lt;br /&gt;
----&lt;br /&gt;
[[File:Makerbot_mushroom_1.jpg|none|thumbnail|600px|A two color mushroom printed on one of the Makerbots. Shows what is possible! [[User:Gpvillamil|Gian Pablo]] ]]&lt;br /&gt;
----&lt;br /&gt;
[[File:Bunny_and_vases.jpg|none|thumbnail|600px|Tron Bunny watches over two sake carafes. The one on the left was printed before major mods to the XY axis, the one on right after. Note that the &amp;quot;ringing&amp;quot; effect is gone. [[User:Gpvillamil|Gian Pablo]] ]]&lt;br /&gt;
[[File:example.jpg|none|thumbnail|600px|caption text]]&lt;br /&gt;
&lt;br /&gt;
= Construction log =&lt;br /&gt;
This describes the current progress of the building of the Makerbot.  Instructions are found [http://wiki.makerbot.com/cupcake here], and a forum for it is found [http://wiki.makerbot.com/forum/c-77688/talk-about-makerbot here].&lt;br /&gt;
&lt;br /&gt;
Noisebridge&#039;s Makerbot kit, thoughtfully purchased by Mitch, arrived at 83C on Monday evening, July 20.  Leading the assembly team is Joachim, along with Christoph, Rachel, Steve (Mr Domino), and Jeffrey (ieatlint).&lt;br /&gt;
&lt;br /&gt;
It took about an hour and a half to go through and check the parts against the [http://pony.noisebridge.net/~cmaier/makerbot/parts_lists.ods parts list].  &amp;lt;strike&amp;gt;We think we are missing a bag of &amp;quot;laser cut pulleys&amp;quot; but it&#039;s hard to be completely sure, as there are a LOT of parts and they are not all labeled exactly as in the parts list&amp;lt;/strike&amp;gt; A bag of &amp;quot;laser cut pulleys&amp;quot; was replaced by MakerBot-made pulleys, but the parts lists weren&#039;t updated.  We determined to start assembly anyway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cupcake [[Makerbot/Electronics|Electronics]] Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-electronics-assembly Instructions] Christoph soldering one of the [[Makerbot/Electronics/Stepper_driver|stepper motor drivers]], one of the [[Makerbot/Electronics/endstop_switches|endstop switches]], and the SMD parts on the [[Makerbot/Electronics/Motherboard|motherboard]] with only occasional bitching to people to &#039;&#039;&#039;&#039;&#039;STOP MOVING THE TABLE&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Motherboard is tested and able to control stepper motors.  Regular firmware needs to be flashed back onto it.  [http://wiki.makerbot.com/burn-custom-firmware-using-arduino This] may help. [[User:Ieatlint|Ieatlint]] 02:55, 25 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Pulley Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-pulley-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake CNC Body Assembly ==&lt;br /&gt;
We got the first part of the body together without difficulty, but had trouble with the Z stage as one of the parts had changed from when the docs were written.  The Z stage rod holding guides changed from being O-shaped to being U-shaped, and are marked &amp;quot;Z guides&amp;quot;.  The forums told us to use them anyway.&lt;br /&gt;
&lt;br /&gt;
The next problem was with threaded rods, which had been cut to size.  The ends of some would not take a nut.  We solved this with judicious use of the bench grinder.  There were LOTS of nut/rod jokes, and we were in a state where they were actually funny! [[User:Rachel|Rachel]] 10:08, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Progressed to and including the step entitled &amp;quot;Z-stage stepper wiring&amp;quot; as detailed on the body assembly [http://wiki.makerbot.com/cupcake-body-assembly instructions].  The body assembly is nearly completed. [[User:Ieatlint|Ieatlint]] 03:52, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Stages assembled and motherboard and stepper driver circuits in place. Driver boards are tested. Axis stops are installed, platforms still need craft stick beam breaks installed. -- [[User:JSharp|JSharp]] 06:45, 2 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Y Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-y-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake X Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-x-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Plastruder MK3 Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/plastruder-mk3-assembly Instructions]&lt;br /&gt;
*Note: Ubuntu 9.04 specific: the librxtxSerial.so and the RXTXcomm.jar that come in the replicatorg download need to be replaced with some binaries from this other place that I don&#039;t remember. -[[User:Elgreengeeto|Skory]]&lt;br /&gt;
&lt;br /&gt;
*Progressed through to end of Heater Barrel Assembly.   [[User:Miloh|Miloh]] 04:24, 21 July 2009 (PDT)&lt;br /&gt;
*Progressed through the Filament Drive Assembly, and Joachim mastered the extruder electronics.  [[User:Miloh|Miloh]] 02:03, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel through step 3. [[User:Miloh|Miloh]] 13:17, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel to the end.  [[User:Miloh|Miloh]] 20:46, 26 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
 Continue at Plastruder burn in test.  The burn in test can&#039;t be completed until the Thermistor and extruder board are recognized by the control system.&lt;br /&gt;
&lt;br /&gt;
*Plastruder board burnt out a few components on power up test. Ordered new plastruder driver from makerbot, should arrive at 83C soon. -- [[User:JSharp|JSharp]] 06:43, 2 August 2009 (PDT)&lt;br /&gt;
**New plastruder control board received and installed. -- [[User:JSharp|JSharp]] 10:52, 9 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
= Status Reports =&lt;br /&gt;
&lt;br /&gt;
== 10/18/09 ==&lt;br /&gt;
&lt;br /&gt;
Martin - The makerbot is working and printing objects well.  You will need to download and install &amp;quot;ReplicatorG&amp;quot; and &amp;quot;skeinforge&amp;quot; in order to use the bot. The software runs on Mac, Linux, and PC.   (skeinforge requires Python, ReplicatorG requires Java)  Example objects are next to the bot.&lt;br /&gt;
&lt;br /&gt;
The X/Y/Z stage endpoints are not yet installed.  It requires a number of popsicle sticks to be cut to the correct length and the stage to be calibrated.  You can operate the MakerBot with ***great*** care without them.  &lt;br /&gt;
&lt;br /&gt;
The extruder head has been upgraded to the Mark-4, with a new bearing and idler wheel.  Also, the extruder head is now insulated with the same material they use to insulate the Space Shuttle heat tiles from the skin of the shuttle itself.  *** IT IS EXPENSIVE.  PLEASE DON&#039;T TAKE APART! ***  I can&#039;t replace the material, it was given as a gift from a friend at JPL.  &lt;br /&gt;
&lt;br /&gt;
Please read all the instructions on how to use the MakerBot on the [[http://wiki.makerbot.com/|MakerBot Wiki Site]] before attempting to use it.&lt;br /&gt;
&lt;br /&gt;
== 08/24/09 ==&lt;br /&gt;
Thanks to excellent efforts and support from Martin, the MakerBot is now in a semi-functional state.  There are three things that need to be worked on, however:&lt;br /&gt;
# The Y stage endpoint is installed incorrectly (the Y stage and physically crash into it)&lt;br /&gt;
# The nichrome wire needs to be better insulated so it can maintain higher temperatures and consistent temperatures.&lt;br /&gt;
# The feeding mechanism needs to be reviewed, as it appears that it fails to operate reliably.&lt;br /&gt;
&lt;br /&gt;
Please do NOT attempt to disassemble the plastruder header.&lt;br /&gt;
Also, do NOT attempt to operate the MakerBot unless you really know what you&#039;re doing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 01/10/2010 ==&lt;br /&gt;
Much has happened to the Makerbot since last noted,&lt;br /&gt;
the broken idler wheel was replaced and the extruder head assembly was upgraded by me using parts from Bre when he was here. Thanks Bre!&lt;br /&gt;
I also at that time upgraded the firmware and printed a bunch of skull throwies, yay! &lt;br /&gt;
Time has passed between then and now and many people have been reporting the makerbot in sickly condition, after much testing I am glad to report this not the case. go go makerbot!&lt;br /&gt;
&lt;br /&gt;
== 03/10/2010 ==&lt;br /&gt;
Bre was here on 20/2 and installed a heated build platform on the Makerbot. The heated platform is a new development, still in prototype stage. It is awesome because it prevents warping, and allows workpieces to stick to the build platform without having to build a raft.&lt;br /&gt;
&lt;br /&gt;
He left a sheet of instructions, they say:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... While here we set you up with a heated build platform. It&#039;s&lt;br /&gt;
hooked up to the fans pot. So before you print, go into the control&lt;br /&gt;
panel and click [x] fan and it will turn it on. Let it warm up for at&lt;br /&gt;
least 5 minutes and then print on it. When the model is done, let it&lt;br /&gt;
cool for 5 minutes and it will &#039;pop&#039; right off the warm kapton tape.&lt;br /&gt;
&lt;br /&gt;
We are also leaving you a spare parts kit for the extruder. Your&lt;br /&gt;
nozzle is super thick and slow. This new nozzle has a smaller nozzle&lt;br /&gt;
hole. Make it, use it, love it!&lt;br /&gt;
&lt;br /&gt;
Bre and Zack, Makerbot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When asked about the workings of the heated build platform, he said:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Yup, ours is a prototype part, it&#039;s awesome but not very well documented.&lt;br /&gt;
&lt;br /&gt;
You want to plug it in above the mosfet that usually runs the fan.&lt;br /&gt;
&lt;br /&gt;
You can then go into the control panel and just turn the fan on, let&lt;br /&gt;
it heat up for 8-10 minutes and it will get to about 110F.&lt;br /&gt;
&lt;br /&gt;
Print away and remember to turn it off and unplug the bot when you&#039;re done!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Please note that he&#039;s left us the parts for an improved extruder - up to us to build it - and some of the new colored ABS plastic.&lt;br /&gt;
&lt;br /&gt;
== 04/03/2010 ==&lt;br /&gt;
After using the makerbot all day I (fenn) noticed the Z axis was consistently jamming up when traversing above 125mm/min. Several hours of head-scratching later I discovered that the heated platform would cause the large acrylic plate that holds the extruder to heat up and expand, pushing outwards on the Z-axis nuts and causing the mechanism to bind ever so slightly. The simple fix of filing the plate down was complicated by the lack of small files and the fact that the machine was assembled wrong, requiring removal of the four small u-shaped plywood &amp;quot;guide plates&amp;quot;, which I put back in the correct orientation: gap outwards.&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure the heated build platform actually ever gets hot enough for ABS to stick to the kapton tape. It seems to max out at 95 celsius, as measured with an infrared thermometer. The RepRap wiki suggests 120-220 degrees for ABS. Perhaps connect the platform directly to a higher voltage power supply?&lt;br /&gt;
&lt;br /&gt;
Lacking a hot enough bed for the first layer to stick to, blue masking tape sorta almost works (the first time you use it), and I got much better results when I taped a business card on top and printed on that instead. I printed a few gears and hope to add a [http://www.thingiverse.com/thing:1794 &amp;quot;wade extruder&amp;quot;] soonish.&lt;br /&gt;
&lt;br /&gt;
== 04/09/2010 ==&lt;br /&gt;
I (fenn) came in today and it appeared that nobody had touched the makerbot since I last left it. But the nozzle wouldn&#039;t heat up. Voltage to the wires, it just didnt get hot. So, heeding the warning to not disassemble the nozzle, I removed it and swapped in another one, which works a lot better anyway. Then I attached a 16V transformer to the heated bed, and now it gets up to 165C which is much better than the old 90C running on 12V. Now the first layer actually sticks! Z axis seems to still be jamming up; I didn&#039;t file the notches deep enough I guess. Wish I had more time to play with it. Skeinforge settings that seem to work with ABS:&lt;br /&gt;
layer height: 0.4mm, flow rate: 255, feed rate: 25mm/s.&lt;br /&gt;
&lt;br /&gt;
== 04/11/2010 ==&lt;br /&gt;
added a fan to cool off the acrylic plate. make sure you enable the fan before printing and it shouldn&#039;t jam up anymore. seems to be working reliably now.&lt;br /&gt;
&lt;br /&gt;
hint: instead of trying to adjust the Z zero in software, manually adjust the height as it prints the first layer.&lt;br /&gt;
&lt;br /&gt;
caution: plugging in or unplugging the heater transformer may cause the power strip breaker to trip and reset the makerbot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 04/13/2010 ==&lt;br /&gt;
leveled bed by shaving down tabs that were sticking up, pushing magnets back in, and adding a small strip of kapton tape. adjusted toothed gear/idler wheel spacing with 5/64 allen key.&lt;br /&gt;
&lt;br /&gt;
Some of the magnets on the Y stage are in sideways (poles on left &amp;amp; right), not upright (poles on top &amp;amp; bottom). I found this when building my Makerbot, since I wanted the build platform to be interoperable, I tried placing the magnets on the Y stage of the NB &#039;bot to check polarity, and found that they were sticking corner-to-corner, not face-to-face. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
== 06/10/2010 ==&lt;br /&gt;
I&#039;ve taken in two functioning nozzle assemblies, and an extruder block with double idler wheel. These should help get the &#039;bot up and running. The nozzles may need to be heated up, PTFE insulator removed and cleaned. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
What is the large spool of white plastic next to the Makerbot? It seems a lot softer than ABS, and certainly acts strange when I try to print with it. (It is so soft that it scrunches up in the extruder feed channel, and the pinch wheel starts grinding into it super quickly. It doesn&#039;t stink when heated.) Could it be Shapelock? - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;it is PLA, rather than ABS.  It melts at a much, much lower temperature.&#039;&#039; - Martin&lt;br /&gt;
&lt;br /&gt;
It&#039;s not PLA, far too soft. There&#039;s some green PLA in the bag on top of the pile. I think it&#039;s HDPE. Smells like HDPE too. (like a blown out candle.) - fenn&lt;br /&gt;
&lt;br /&gt;
== 9/24/2010 ==&lt;br /&gt;
&lt;br /&gt;
The Makerbot is broken...&lt;br /&gt;
&lt;br /&gt;
d&#039;oh!&lt;br /&gt;
&lt;br /&gt;
i&#039;m really not sure what happened. i was cleaning out the extruder and i think one of the green wires touched the large metal washer; there was a spark and a small poof next to the rj-45 connector on the extruder board, and now nothing turns on. sigh.&lt;br /&gt;
&lt;br /&gt;
[[File:IMG_2929.JPG|right|thumbnail|alt=two sample pieces, side view|corroborating evidence]]&lt;br /&gt;
I swapped in one of Gian Pablo&#039;s extruders and bought a new 606 bearing for the gearmotor. (somehow the original must have fallen out and gotten lost.) Lots of jamming up and cussing ensued. Some adjustments were made, much filament run through the machine, and I deduced that the &#039;&#039;&#039;NEW EXTRUDER REQURIES THE FAN ON&#039;&#039;&#039; whenever it is at operating temperature. I got it to print out a timing pulley on the fifth try, and reliably printing after that, using the same settings as before.&lt;br /&gt;
&lt;br /&gt;
The nozzles I left seem to print reliably at much lower temperatures, try 195C and see how that goes. [gian pablo]&lt;br /&gt;
&lt;br /&gt;
== 2011-01-08  ==&lt;br /&gt;
&lt;br /&gt;
I&#039;ve ordered an extensive selection of parts, including new extruder, heated build platform, extruder board etc. Should be here next week. &lt;br /&gt;
&lt;br /&gt;
We&#039;ve started work on this. I&#039;ve also started printing a replacement XY stage (http://www.thingiverse.com/thing:4213) on my Makerbot, and ordered the parts for it (bearings, nuts, screws, washers).&lt;br /&gt;
&lt;br /&gt;
[gian pablo]&lt;br /&gt;
&lt;br /&gt;
== 2011-01-14 ==&lt;br /&gt;
&lt;br /&gt;
All the parts have arrived. Miloh unpacked them and started working on it. Things to do:&lt;br /&gt;
&lt;br /&gt;
* Assemble heated build platform&lt;br /&gt;
* Assemble relay board&lt;br /&gt;
* Assemble Plastruder Mk 5&lt;br /&gt;
* Replace extruder controller (and motherboard if necessary)&lt;br /&gt;
* Clean the &#039;bot&lt;br /&gt;
* Calibrate it&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2011-02-18 ==&lt;br /&gt;
&lt;br /&gt;
Watch it.  It prints.&lt;br /&gt;
&lt;br /&gt;
The autospool can cinch down and yank your build to ruin.  Jake and I modified it to pull out the side in a lazier loop.  It needs to be watched.  &lt;br /&gt;
&lt;br /&gt;
* Needs More calibration&lt;br /&gt;
** feed rate&lt;br /&gt;
** stepper driver currents  (there were some X-Y 1-2mm shift errors halfway through the first builds)&lt;br /&gt;
* Need a get up to speed session &amp;amp; bot day (CrashSpaceLA is having one this weekend)&lt;br /&gt;
[[User:Miloh|Miloh]] 12:51, 18 February 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2011-03-02 ==&lt;br /&gt;
&lt;br /&gt;
Printed different series of shelving brackets in red ABS.  Another 2mm shift 1/4 of the way through the print only made them semi-useful.  Not sure what caused the shift -- there were ~50 people milling around so I&#039;m going to assume someone just touched the build in progress. The autospool is modified and working well on its side. The new MK5 head is working well so far (without the extrusion blowout and grip problems of the MK4 series pinch wheel and gear drive)&lt;br /&gt;
improvements:&lt;br /&gt;
&lt;br /&gt;
* we can laser cut 1/16 cork mounting dampeners for the stepper motors&lt;br /&gt;
* either replace the Y axis build platform mounting part or the build platform wood back to improve stability in the platform.&lt;br /&gt;
[[User:Miloh|Miloh]] 23:14, 2 March 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 2011-04-01 ==&lt;br /&gt;
&lt;br /&gt;
All the Makerbots are working.&lt;br /&gt;
&lt;br /&gt;
I&#039;ve made a bunch of upgrades to White Rabbit and it is working great, there are a few fun sample prints scattered around. Ping me if you want to use it, it is a bit non-standard.&lt;br /&gt;
&lt;br /&gt;
I spent a bit of quality time with Nutjob, cleaned out the driver gear, levelled the Z stage, replaced the drive motor and tidied up the cables. It is pretty standard, go ahead and use it.&lt;br /&gt;
&lt;br /&gt;
There are now two filament spindles up and running, with red and white ABS. Black ABS is on the way.&lt;br /&gt;
&lt;br /&gt;
Miloh printed a replacement toilet hinge, and it is now installed and working.&lt;br /&gt;
&lt;br /&gt;
[[user:Gpvillamil|Gian Pablo]]&lt;br /&gt;
&lt;br /&gt;
== 2011-04-07 ==&lt;br /&gt;
&lt;br /&gt;
Over the last few days:&lt;br /&gt;
Centrated the Z axis quartet on Scotch.  Found a bad bearing and replaced it. Shimmed the bearings into place as the wood was starting to wear. The Z axis is much improved by performing this maintenance. If the rods are quite parallel and straight, the Z stage can also be shimmed into place to reduce side to side slop.&lt;br /&gt;
&lt;br /&gt;
The modified Z axis mount needed more clearance from the Z stage, so I replaced the mounting plates with a single piece of 1/8&amp;quot; laser cut acrylic.  &lt;br /&gt;
&lt;br /&gt;
I also upgraded the pinchwheel on Scotch with Gian-Pablo&#039;s old pinchwheel mounting.  It&#039;s the same part, but with low-friction delrin plates and a plunger along the filament path.  The old one can be rehabilitated by cutting out the same 1/8&amp;quot; delrin parts.&lt;br /&gt;
&lt;br /&gt;
The power went out on Nutjob today.  Assessing the problem tomorrow.&lt;br /&gt;
[[User:Miloh|Miloh]] 03:17, 8 April 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=17610</id>
		<title>Makerbot</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=17610"/>
		<updated>2011-04-07T01:54:07Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: /* The Makerbots are working (2011- 04 -01) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= The Makerbots are working (2011- 04 -01) =&lt;br /&gt;
&lt;br /&gt;
All of the Makerbors are working.&lt;br /&gt;
&lt;br /&gt;
There are three filament spools in operation now, with red, black and white ABS. Just pull out a bit of filament, guide it into the extruder of your chosen Makerbot (making sure to avoid any sharp turns), feed it through (with the nozzle heated), and print!&lt;br /&gt;
&lt;br /&gt;
Nutjob (the Noisebridge bot) has had a number of major upgrades performed on it, including heated build platform and Mk 5 extruder. It is now working well. The standard ReplicatorG software and profiles (choose Cupcake with Heated Build Platform) will work fine with it.  &lt;br /&gt;
&lt;br /&gt;
Go ahead and use it, the instructions here and on the Makerbot site are appropriate, with one caveat: there is a bug in the Makerbot profiles that will leave the heated build platform and steppers on, which is a fire hazard.&lt;br /&gt;
&lt;br /&gt;
Before printing, install ReplicatorG, find the file called end.gcode, and if it does not contain the M109, M104 and M18 codes, edit it to look like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
(end of the file, cooldown routines)&lt;br /&gt;
M104 S0&lt;br /&gt;
M109 S0&lt;br /&gt;
G91&lt;br /&gt;
G1 Z10&lt;br /&gt;
M18 (turn off steppers.)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will turn off everything, leaving the Makerbot in a safe state.&lt;br /&gt;
&lt;br /&gt;
White Rabbit (Gian Pablo&#039;s bot) has had its XY stage replaced with a printed one, and Z axis guide rods installed. Please check in with Gian Pablo before using it, because it is now far from standard, and you should make some adjustments in operating procedures.&lt;br /&gt;
&lt;br /&gt;
Scotch (Miloh&#039;s bot) has a Mk 5 extruder made with Noisebridge&#039;s own laser cutter. It is the thing made out of green acrylic. Check in with Miloh before using it, it is still being debugged and enhanced.&lt;br /&gt;
&lt;br /&gt;
For smaller parts, make a Skeinforge profile where you change the Fill/Extra Shells setting to 0 (no extra shells) and the Fill/Infill Densiety to 1.0. This yields extremely strong and dimensionally accurate parts.&lt;br /&gt;
&lt;br /&gt;
=How to Use the Makerbot=&lt;br /&gt;
if it breaks, we can fix it. don&#039;t be afraid of the makerbot! I&#039;ve crashed it hundreds of times and only permanently broke something once.&lt;br /&gt;
&lt;br /&gt;
====install some software first====&lt;br /&gt;
&lt;br /&gt;
* Install Java (if you don&#039;t already have it) - http://www.java.com/en/download/index.jsp&lt;br /&gt;
&lt;br /&gt;
* Install Python (if you don&#039;t already have it). http://www.python.org/download/ &lt;br /&gt;
&lt;br /&gt;
* Optionally, install PsyCo, it will make things run much faster.  http://psyco.sourceforge.net/download.html&lt;br /&gt;
&lt;br /&gt;
* get yourself a copy of replicatorg: http://replicat.org/download&lt;br /&gt;
&lt;br /&gt;
ReplicatorG now includes various versions of the Skeinforge slicing utility, so no need to download and install separately.&lt;br /&gt;
&lt;br /&gt;
ReplicatorG 0024 has a serious bug in some of the profiles for the Cupcake CNC Makerbot, it will not generate the instructions that turn off heated build platform and stepper motors. This is a potential fire hazard, as the steppers and the build platform can get very hot. Do this:&lt;br /&gt;
&lt;br /&gt;
Go ahead and use it, the instructions here and on the Makerbot site are appropriate, with one caveat: there is a bug in the Makerbot profiles that will leave the heated build platform and steppers on, which is a fire hazard.&lt;br /&gt;
&lt;br /&gt;
Find the file called end.gcode, and if it does not contain the M109, M104 and M18 codes, edit it to look like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
(end of the file, cooldown routines)&lt;br /&gt;
M104 S0&lt;br /&gt;
M109 S0&lt;br /&gt;
G91&lt;br /&gt;
G1 Z10&lt;br /&gt;
M18 (turn off steppers.)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will turn off everything, leaving the Makerbot in a safe state.&lt;br /&gt;
&lt;br /&gt;
You are done.&lt;br /&gt;
&lt;br /&gt;
====using the software====&lt;br /&gt;
&lt;br /&gt;
* Start ReplicatorG.&lt;br /&gt;
&lt;br /&gt;
* Open an STL file. You should see a 3D image of your model.&lt;br /&gt;
&lt;br /&gt;
* Press the &#039;generate GCode&#039; button on the right. &lt;br /&gt;
&lt;br /&gt;
* You will be asked to choose a profile. Currently you are looking at Cupcake CNC Mk4, but very soon you will want Cupcake CNC Mk5 with Heated Build Platform.&lt;br /&gt;
&lt;br /&gt;
* It will take a while to build the GCode for the model. Go talk to visitors to the space and tell them not to sleep here.&lt;br /&gt;
&lt;br /&gt;
* Refer to the detailed instructions on the Makerbot site for more up-to-date tips and instructions (they change often):  http://wiki.makerbot.com/how-to-print&lt;br /&gt;
&lt;br /&gt;
====fire the makerbot====&lt;br /&gt;
&lt;br /&gt;
Instructions have been updated to reflect the (coming) new and improved Makerbot.&lt;br /&gt;
&lt;br /&gt;
* turn on the makerbot PSU, it&#039;s a switch in the back&lt;br /&gt;
* plug in the makerbot usb cable&lt;br /&gt;
* run replicatorg (./replicatorg)&lt;br /&gt;
* (firmware should be updated)&lt;br /&gt;
* the first time you run it, machine-&amp;gt;driver-&amp;gt;cupcake CNC with heated build platform&lt;br /&gt;
* also machine-&amp;gt;serial port, choose whatever serial port is being emulated via USB &lt;br /&gt;
* load filament&lt;br /&gt;
** loosen the extruder thumbscrew&lt;br /&gt;
** insert filament into the extruder, basically to the level of the motor axle (NOT all the way down into the nozzle - you do this so that you can more easily tell if the motor is working)&lt;br /&gt;
** tighten the extruder thumbscrew, just a little bit more than finger tight, enough to get a good grip between the drive gear and the filament - you can adjust this while printing, if the filament starts slipping&lt;br /&gt;
* click on the 4 arrows symbol (control panel)&lt;br /&gt;
** lay a small piece of paper on the platform&lt;br /&gt;
** remove any crud from the nozzle with bent nose pliers (hidden under the EFF hat)&lt;br /&gt;
** move X, Y to the center of the platform (you can do this by pressing Disable steppers, then moving it by hand)&lt;br /&gt;
** jog down in Z first in 10mm increments, then 1mm increments, until there is maximum drag force on the paper&lt;br /&gt;
** jog up in 0.1mm increments until the drag lessens&lt;br /&gt;
** click &amp;quot;set zero&amp;quot;&lt;br /&gt;
** at the bottom of the control panel there are some settings, set them in this order&lt;br /&gt;
*** Motor Speed (PWM): 255&lt;br /&gt;
*** Target Temperature: 220&lt;br /&gt;
*** Heated Build Platform: 120&lt;br /&gt;
*** Motor Control: Stop&lt;br /&gt;
** wait until the temperature is above 200 then try a test extrusion &lt;br /&gt;
*** move Z axis up 20mm or so&lt;br /&gt;
***click Motor Control: forward&lt;br /&gt;
*** wait for the filament to enter the extruder, and start coming out the nozzle&lt;br /&gt;
*** make sure the extruder motor is turning, there is a dot drawn on the axle with sharpie&lt;br /&gt;
*** if you accidentally start the motor before it&#039;s hot, you can fix it by slightly unscrewing the extruder thumbscrew and adjusting the filament&lt;br /&gt;
* the build platform should be plenty hot now&lt;br /&gt;
** there might be an IR thermometer in a little duct tape pouch thingy&lt;br /&gt;
** it should be around 120-130C for best results&lt;br /&gt;
* remove ooze from the nozzle with pliers&lt;br /&gt;
* zero the Z axis (ie. move it down until it near touches the platform)&lt;br /&gt;
* file-&amp;gt;open the .gcode file you created earlier with skeinforge&lt;br /&gt;
* click &#039;build&#039; (the solid kidney bean)&lt;br /&gt;
* if the first layer doesn&#039;t stick at all or peels loose immediately, adjust the z axis down by turning the pulley on top of the makerbot&lt;br /&gt;
* if the first layer starts getting fugly during the infill, with crap building up on the nozzle, adjust the z axis up a few steps until it looks perfectly flat with no &amp;quot;fuzz&amp;quot;&lt;br /&gt;
***note to self: get some pics and video of first layer too high, first layer too low, and verify zeroing procedure&lt;br /&gt;
* now since it probably screwed up somehow, hit stop and remove the grossness with the plastic scraper and/or pliers&lt;br /&gt;
* it should still be zeroed, and hopefully at the correct height adjustment now, so just click &#039;build&#039; again&lt;br /&gt;
* if you can&#039;t get it to stick at all, the platform is probably at the wrong temperature.&lt;br /&gt;
** wait five minutes for it to warm up completely&lt;br /&gt;
[[File:Nophead_pulleys_side.jpg|right|thumbnail|alt=two sample pieces, side view|your part should look like this or better. I still hadn&#039;t tweaked the feedrate perfectly for colored plastic, hence the blobbiness.]]&lt;br /&gt;
&lt;br /&gt;
* ok now presumably you&#039;re done printing and nothing went wrong. &lt;br /&gt;
** jog Z+ 20mm to give yourself some room&lt;br /&gt;
** wait for the piece to cool down, 3 to 5 minutes should be enough&lt;br /&gt;
** now just peel it off with your hand&lt;br /&gt;
** if you let the piece cool all the way down, maybe 10-15 minutes, it will just &amp;quot;pop&amp;quot; off the build platform by itself&lt;br /&gt;
*** be careful, the part may still be soft and can deform&lt;br /&gt;
*** don&#039;t use a knife if at all possible, it will mess up the Kapton coating on the platform - just wait for it to cool&lt;br /&gt;
*** it&#039;s easier if you remove the build platform - it&#039;s held on with magnets&lt;br /&gt;
&lt;br /&gt;
==== tweaking skeinforge ====&lt;br /&gt;
[[File:Nophead_pulleys_top.jpg|right|thumbnail|alt=two sample pieces, top view|note the incomplete infill on the right; this was due to improper perimeter width settings. note the square teeth on the left; this is because &amp;quot;stretch&amp;quot; is turned on. this is a good thing.]]&lt;br /&gt;
there are about 300 different &amp;quot;craft&amp;quot; settings in skeinforge, and they all interrelate in confusing ways. here&#039;s a quick overview of the important ones:&lt;br /&gt;
*carve-&amp;gt;layer height: should be about 0.8*nozzle hole diameter, ship default is 0.4&lt;br /&gt;
*carve-&amp;gt;width over height: should be about 1.45, if threads in flat parts show gap make this value smaller&lt;br /&gt;
*speed-&amp;gt;flow rate: 255&lt;br /&gt;
*speed-&amp;gt;feed rate: start around 35mm/s&lt;br /&gt;
*fill-&amp;gt;infill solidity: 0.25 is adequate and not too slow. higher for stronger parts&lt;br /&gt;
*fill-&amp;gt;infill pattern: controls whether you get hashbrowns or honeycombs&lt;br /&gt;
*comb keeps it from driving through empty spaces and making stringies&lt;br /&gt;
*raft prints a waffle grid thingy to keep the corners held down - will be disabled for heated build platform&lt;br /&gt;
*raftless - don&#039;t use it, instead turn off the raft checkbox when generating GCode in RepG, use outline to generate a lead-in&lt;br /&gt;
*oozebane is useless, forget about it&lt;br /&gt;
*jitter is good, set it to a large value like 100&lt;br /&gt;
*stretch makes corners un-rounded, but can cause data overload stuttering if &amp;quot;stretch from distance&amp;quot; is too small&lt;br /&gt;
*temperature is usually set to 230, but newer extruders can print fine with temperatures as low as 205C. You might need to lower all the temperatures in order to print tall skinny objects.&lt;br /&gt;
*wipe should be turned off&lt;br /&gt;
*outline should be turned on, it draws a rectangle around the first layer which lets you tweak the Z axis distance and ensure adhesion&lt;br /&gt;
&lt;br /&gt;
You may want to create a profile with an alternative set of settings. In the Generate GCode dialog, select the default profile for your machine (mostly likely Cupcake with Heated Build Platform), duplicate it and call it &amp;quot;SuperSolid&amp;quot; or something like that, and make the following changes:&lt;br /&gt;
&lt;br /&gt;
*Fill/Extra Shells -&amp;gt; 0 (there are a number of extra shells parameters - make all of them zero)&lt;br /&gt;
*Fill/Infill Density -&amp;gt; 1.0 (this will make solid objects)&lt;br /&gt;
&lt;br /&gt;
Use this profile for parts that need to be extra strong or precise, ie. working machine parts or gears. Be warned that this will be very slow and will use a lot more plastic. However, the results can be truly outstanding.&lt;br /&gt;
&lt;br /&gt;
you can safely ignore the rest&lt;br /&gt;
&lt;br /&gt;
==== care and feeding ====&lt;br /&gt;
* don&#039;t leave the makerbot unattended for hours, as it can theoretically catch on fire (those heated bed wires are iffy)&lt;br /&gt;
* don&#039;t leave the extruder hot for hours. periodically flush through plastic to prevent it from oxidizing.&lt;br /&gt;
* if you are about to run out of filament, cut off both ends square with diagonal flush cutters (the blue cutters for electronics) and simply hold the filament together as it goes in&lt;br /&gt;
*if the filament strips out during use (extruder motor is on, temperature high enough, nothing happening) try pushing it down manually&lt;br /&gt;
** if this doesn&#039;t work, try reversing the motor until the filament comes out, cut it cleanly, and reinsert&lt;br /&gt;
** if it keeps stripping out, you may have to completely disassemble the extruder and remove plastic gunk from the gear teeth.&lt;br /&gt;
*** use a long 5/64&amp;quot; or 2mm allen key to set the extruder idler wheel/feed gear spacing&lt;br /&gt;
** try not to let it happen in the first place. stripping can be caused by setting the first layer too low, blocking the nozzle and letting pressure build up&lt;br /&gt;
*don&#039;t upgrade the firmware unless you&#039;re willing to deal with the consequences&lt;br /&gt;
*keep it away from bright light&lt;br /&gt;
*don&#039;t get any water on it&lt;br /&gt;
*never, never ever feed it after midnight.&lt;br /&gt;
&lt;br /&gt;
= Usage log =&lt;br /&gt;
please write your name, what you tried to make, and what happened below (pics or it didnt happen)&lt;br /&gt;
----&lt;br /&gt;
[[File:Minimendel_Z_leadscrew_base_motor.jpg|none|thumbnail|600px|mini mendel Z leadscrew base and motor mount. This bastard took 2 hours and almost the entire remaining roll of green. It started to peel up badly at the back corner. I rescued it by melting the corner back down with a soldering iron. [[User:Fenn|Fenn]] 13:07, 1 May 2010 (UTC)]]&lt;br /&gt;
----&lt;br /&gt;
[[File:Makerbot_mushroom_1.jpg|none|thumbnail|600px|A two color mushroom printed on one of the Makerbots. Shows what is possible! [[User:Gpvillamil|Gian Pablo]] ]]&lt;br /&gt;
----&lt;br /&gt;
[[File:Bunny_and_vases.jpg|none|thumbnail|600px|Tron Bunny watches over two sake carafes. The one on the left was printed before major mods to the XY axis, the one on right after. Note that the &amp;quot;ringing&amp;quot; effect is gone. [[User:Gpvillamil|Gian Pablo]] ]]&lt;br /&gt;
[[File:example.jpg|none|thumbnail|600px|caption text]]&lt;br /&gt;
&lt;br /&gt;
= Construction log =&lt;br /&gt;
This describes the current progress of the building of the Makerbot.  Instructions are found [http://wiki.makerbot.com/cupcake here], and a forum for it is found [http://wiki.makerbot.com/forum/c-77688/talk-about-makerbot here].&lt;br /&gt;
&lt;br /&gt;
Noisebridge&#039;s Makerbot kit, thoughtfully purchased by Mitch, arrived at 83C on Monday evening, July 20.  Leading the assembly team is Joachim, along with Christoph, Rachel, Steve (Mr Domino), and Jeffrey (ieatlint).&lt;br /&gt;
&lt;br /&gt;
It took about an hour and a half to go through and check the parts against the [http://pony.noisebridge.net/~cmaier/makerbot/parts_lists.ods parts list].  &amp;lt;strike&amp;gt;We think we are missing a bag of &amp;quot;laser cut pulleys&amp;quot; but it&#039;s hard to be completely sure, as there are a LOT of parts and they are not all labeled exactly as in the parts list&amp;lt;/strike&amp;gt; A bag of &amp;quot;laser cut pulleys&amp;quot; was replaced by MakerBot-made pulleys, but the parts lists weren&#039;t updated.  We determined to start assembly anyway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cupcake [[Makerbot/Electronics|Electronics]] Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-electronics-assembly Instructions] Christoph soldering one of the [[Makerbot/Electronics/Stepper_driver|stepper motor drivers]], one of the [[Makerbot/Electronics/endstop_switches|endstop switches]], and the SMD parts on the [[Makerbot/Electronics/Motherboard|motherboard]] with only occasional bitching to people to &#039;&#039;&#039;&#039;&#039;STOP MOVING THE TABLE&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Motherboard is tested and able to control stepper motors.  Regular firmware needs to be flashed back onto it.  [http://wiki.makerbot.com/burn-custom-firmware-using-arduino This] may help. [[User:Ieatlint|Ieatlint]] 02:55, 25 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Pulley Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-pulley-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake CNC Body Assembly ==&lt;br /&gt;
We got the first part of the body together without difficulty, but had trouble with the Z stage as one of the parts had changed from when the docs were written.  The Z stage rod holding guides changed from being O-shaped to being U-shaped, and are marked &amp;quot;Z guides&amp;quot;.  The forums told us to use them anyway.&lt;br /&gt;
&lt;br /&gt;
The next problem was with threaded rods, which had been cut to size.  The ends of some would not take a nut.  We solved this with judicious use of the bench grinder.  There were LOTS of nut/rod jokes, and we were in a state where they were actually funny! [[User:Rachel|Rachel]] 10:08, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Progressed to and including the step entitled &amp;quot;Z-stage stepper wiring&amp;quot; as detailed on the body assembly [http://wiki.makerbot.com/cupcake-body-assembly instructions].  The body assembly is nearly completed. [[User:Ieatlint|Ieatlint]] 03:52, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Stages assembled and motherboard and stepper driver circuits in place. Driver boards are tested. Axis stops are installed, platforms still need craft stick beam breaks installed. -- [[User:JSharp|JSharp]] 06:45, 2 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Y Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-y-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake X Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-x-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Plastruder MK3 Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/plastruder-mk3-assembly Instructions]&lt;br /&gt;
*Note: Ubuntu 9.04 specific: the librxtxSerial.so and the RXTXcomm.jar that come in the replicatorg download need to be replaced with some binaries from this other place that I don&#039;t remember. -[[User:Elgreengeeto|Skory]]&lt;br /&gt;
&lt;br /&gt;
*Progressed through to end of Heater Barrel Assembly.   [[User:Miloh|Miloh]] 04:24, 21 July 2009 (PDT)&lt;br /&gt;
*Progressed through the Filament Drive Assembly, and Joachim mastered the extruder electronics.  [[User:Miloh|Miloh]] 02:03, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel through step 3. [[User:Miloh|Miloh]] 13:17, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel to the end.  [[User:Miloh|Miloh]] 20:46, 26 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
 Continue at Plastruder burn in test.  The burn in test can&#039;t be completed until the Thermistor and extruder board are recognized by the control system.&lt;br /&gt;
&lt;br /&gt;
*Plastruder board burnt out a few components on power up test. Ordered new plastruder driver from makerbot, should arrive at 83C soon. -- [[User:JSharp|JSharp]] 06:43, 2 August 2009 (PDT)&lt;br /&gt;
**New plastruder control board received and installed. -- [[User:JSharp|JSharp]] 10:52, 9 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
= Status Reports =&lt;br /&gt;
&lt;br /&gt;
== 10/18/09 ==&lt;br /&gt;
&lt;br /&gt;
Martin - The makerbot is working and printing objects well.  You will need to download and install &amp;quot;ReplicatorG&amp;quot; and &amp;quot;skeinforge&amp;quot; in order to use the bot. The software runs on Mac, Linux, and PC.   (skeinforge requires Python, ReplicatorG requires Java)  Example objects are next to the bot.&lt;br /&gt;
&lt;br /&gt;
The X/Y/Z stage endpoints are not yet installed.  It requires a number of popsicle sticks to be cut to the correct length and the stage to be calibrated.  You can operate the MakerBot with ***great*** care without them.  &lt;br /&gt;
&lt;br /&gt;
The extruder head has been upgraded to the Mark-4, with a new bearing and idler wheel.  Also, the extruder head is now insulated with the same material they use to insulate the Space Shuttle heat tiles from the skin of the shuttle itself.  *** IT IS EXPENSIVE.  PLEASE DON&#039;T TAKE APART! ***  I can&#039;t replace the material, it was given as a gift from a friend at JPL.  &lt;br /&gt;
&lt;br /&gt;
Please read all the instructions on how to use the MakerBot on the [[http://wiki.makerbot.com/|MakerBot Wiki Site]] before attempting to use it.&lt;br /&gt;
&lt;br /&gt;
== 08/24/09 ==&lt;br /&gt;
Thanks to excellent efforts and support from Martin, the MakerBot is now in a semi-functional state.  There are three things that need to be worked on, however:&lt;br /&gt;
# The Y stage endpoint is installed incorrectly (the Y stage and physically crash into it)&lt;br /&gt;
# The nichrome wire needs to be better insulated so it can maintain higher temperatures and consistent temperatures.&lt;br /&gt;
# The feeding mechanism needs to be reviewed, as it appears that it fails to operate reliably.&lt;br /&gt;
&lt;br /&gt;
Please do NOT attempt to disassemble the plastruder header.&lt;br /&gt;
Also, do NOT attempt to operate the MakerBot unless you really know what you&#039;re doing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 01/10/2010 ==&lt;br /&gt;
Much has happened to the Makerbot since last noted,&lt;br /&gt;
the broken idler wheel was replaced and the extruder head assembly was upgraded by me using parts from Bre when he was here. Thanks Bre!&lt;br /&gt;
I also at that time upgraded the firmware and printed a bunch of skull throwies, yay! &lt;br /&gt;
Time has passed between then and now and many people have been reporting the makerbot in sickly condition, after much testing I am glad to report this not the case. go go makerbot!&lt;br /&gt;
&lt;br /&gt;
== 03/10/2010 ==&lt;br /&gt;
Bre was here on 20/2 and installed a heated build platform on the Makerbot. The heated platform is a new development, still in prototype stage. It is awesome because it prevents warping, and allows workpieces to stick to the build platform without having to build a raft.&lt;br /&gt;
&lt;br /&gt;
He left a sheet of instructions, they say:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... While here we set you up with a heated build platform. It&#039;s&lt;br /&gt;
hooked up to the fans pot. So before you print, go into the control&lt;br /&gt;
panel and click [x] fan and it will turn it on. Let it warm up for at&lt;br /&gt;
least 5 minutes and then print on it. When the model is done, let it&lt;br /&gt;
cool for 5 minutes and it will &#039;pop&#039; right off the warm kapton tape.&lt;br /&gt;
&lt;br /&gt;
We are also leaving you a spare parts kit for the extruder. Your&lt;br /&gt;
nozzle is super thick and slow. This new nozzle has a smaller nozzle&lt;br /&gt;
hole. Make it, use it, love it!&lt;br /&gt;
&lt;br /&gt;
Bre and Zack, Makerbot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When asked about the workings of the heated build platform, he said:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Yup, ours is a prototype part, it&#039;s awesome but not very well documented.&lt;br /&gt;
&lt;br /&gt;
You want to plug it in above the mosfet that usually runs the fan.&lt;br /&gt;
&lt;br /&gt;
You can then go into the control panel and just turn the fan on, let&lt;br /&gt;
it heat up for 8-10 minutes and it will get to about 110F.&lt;br /&gt;
&lt;br /&gt;
Print away and remember to turn it off and unplug the bot when you&#039;re done!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Please note that he&#039;s left us the parts for an improved extruder - up to us to build it - and some of the new colored ABS plastic.&lt;br /&gt;
&lt;br /&gt;
== 04/03/2010 ==&lt;br /&gt;
After using the makerbot all day I (fenn) noticed the Z axis was consistently jamming up when traversing above 125mm/min. Several hours of head-scratching later I discovered that the heated platform would cause the large acrylic plate that holds the extruder to heat up and expand, pushing outwards on the Z-axis nuts and causing the mechanism to bind ever so slightly. The simple fix of filing the plate down was complicated by the lack of small files and the fact that the machine was assembled wrong, requiring removal of the four small u-shaped plywood &amp;quot;guide plates&amp;quot;, which I put back in the correct orientation: gap outwards.&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure the heated build platform actually ever gets hot enough for ABS to stick to the kapton tape. It seems to max out at 95 celsius, as measured with an infrared thermometer. The RepRap wiki suggests 120-220 degrees for ABS. Perhaps connect the platform directly to a higher voltage power supply?&lt;br /&gt;
&lt;br /&gt;
Lacking a hot enough bed for the first layer to stick to, blue masking tape sorta almost works (the first time you use it), and I got much better results when I taped a business card on top and printed on that instead. I printed a few gears and hope to add a [http://www.thingiverse.com/thing:1794 &amp;quot;wade extruder&amp;quot;] soonish.&lt;br /&gt;
&lt;br /&gt;
== 04/09/2010 ==&lt;br /&gt;
I (fenn) came in today and it appeared that nobody had touched the makerbot since I last left it. But the nozzle wouldn&#039;t heat up. Voltage to the wires, it just didnt get hot. So, heeding the warning to not disassemble the nozzle, I removed it and swapped in another one, which works a lot better anyway. Then I attached a 16V transformer to the heated bed, and now it gets up to 165C which is much better than the old 90C running on 12V. Now the first layer actually sticks! Z axis seems to still be jamming up; I didn&#039;t file the notches deep enough I guess. Wish I had more time to play with it. Skeinforge settings that seem to work with ABS:&lt;br /&gt;
layer height: 0.4mm, flow rate: 255, feed rate: 25mm/s.&lt;br /&gt;
&lt;br /&gt;
== 04/11/2010 ==&lt;br /&gt;
added a fan to cool off the acrylic plate. make sure you enable the fan before printing and it shouldn&#039;t jam up anymore. seems to be working reliably now.&lt;br /&gt;
&lt;br /&gt;
hint: instead of trying to adjust the Z zero in software, manually adjust the height as it prints the first layer.&lt;br /&gt;
&lt;br /&gt;
caution: plugging in or unplugging the heater transformer may cause the power strip breaker to trip and reset the makerbot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 04/13/2010 ==&lt;br /&gt;
leveled bed by shaving down tabs that were sticking up, pushing magnets back in, and adding a small strip of kapton tape. adjusted toothed gear/idler wheel spacing with 5/64 allen key.&lt;br /&gt;
&lt;br /&gt;
Some of the magnets on the Y stage are in sideways (poles on left &amp;amp; right), not upright (poles on top &amp;amp; bottom). I found this when building my Makerbot, since I wanted the build platform to be interoperable, I tried placing the magnets on the Y stage of the NB &#039;bot to check polarity, and found that they were sticking corner-to-corner, not face-to-face. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
== 06/10/2010 ==&lt;br /&gt;
I&#039;ve taken in two functioning nozzle assemblies, and an extruder block with double idler wheel. These should help get the &#039;bot up and running. The nozzles may need to be heated up, PTFE insulator removed and cleaned. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
What is the large spool of white plastic next to the Makerbot? It seems a lot softer than ABS, and certainly acts strange when I try to print with it. (It is so soft that it scrunches up in the extruder feed channel, and the pinch wheel starts grinding into it super quickly. It doesn&#039;t stink when heated.) Could it be Shapelock? - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;it is PLA, rather than ABS.  It melts at a much, much lower temperature.&#039;&#039; - Martin&lt;br /&gt;
&lt;br /&gt;
It&#039;s not PLA, far too soft. There&#039;s some green PLA in the bag on top of the pile. I think it&#039;s HDPE. Smells like HDPE too. (like a blown out candle.) - fenn&lt;br /&gt;
&lt;br /&gt;
== 9/24/2010 ==&lt;br /&gt;
&lt;br /&gt;
The Makerbot is broken...&lt;br /&gt;
&lt;br /&gt;
d&#039;oh!&lt;br /&gt;
&lt;br /&gt;
i&#039;m really not sure what happened. i was cleaning out the extruder and i think one of the green wires touched the large metal washer; there was a spark and a small poof next to the rj-45 connector on the extruder board, and now nothing turns on. sigh.&lt;br /&gt;
&lt;br /&gt;
[[File:IMG_2929.JPG|right|thumbnail|alt=two sample pieces, side view|corroborating evidence]]&lt;br /&gt;
I swapped in one of Gian Pablo&#039;s extruders and bought a new 606 bearing for the gearmotor. (somehow the original must have fallen out and gotten lost.) Lots of jamming up and cussing ensued. Some adjustments were made, much filament run through the machine, and I deduced that the &#039;&#039;&#039;NEW EXTRUDER REQURIES THE FAN ON&#039;&#039;&#039; whenever it is at operating temperature. I got it to print out a timing pulley on the fifth try, and reliably printing after that, using the same settings as before.&lt;br /&gt;
&lt;br /&gt;
The nozzles I left seem to print reliably at much lower temperatures, try 195C and see how that goes. [gian pablo]&lt;br /&gt;
&lt;br /&gt;
== 2011-01-08  ==&lt;br /&gt;
&lt;br /&gt;
I&#039;ve ordered an extensive selection of parts, including new extruder, heated build platform, extruder board etc. Should be here next week. &lt;br /&gt;
&lt;br /&gt;
We&#039;ve started work on this. I&#039;ve also started printing a replacement XY stage (http://www.thingiverse.com/thing:4213) on my Makerbot, and ordered the parts for it (bearings, nuts, screws, washers).&lt;br /&gt;
&lt;br /&gt;
[gian pablo]&lt;br /&gt;
&lt;br /&gt;
== 2011-01-14 ==&lt;br /&gt;
&lt;br /&gt;
All the parts have arrived. Miloh unpacked them and started working on it. Things to do:&lt;br /&gt;
&lt;br /&gt;
* Assemble heated build platform&lt;br /&gt;
* Assemble relay board&lt;br /&gt;
* Assemble Plastruder Mk 5&lt;br /&gt;
* Replace extruder controller (and motherboard if necessary)&lt;br /&gt;
* Clean the &#039;bot&lt;br /&gt;
* Calibrate it&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2011-02-18 ==&lt;br /&gt;
&lt;br /&gt;
Watch it.  It prints.&lt;br /&gt;
&lt;br /&gt;
The autospool can cinch down and yank your build to ruin.  Jake and I modified it to pull out the side in a lazier loop.  It needs to be watched.  &lt;br /&gt;
&lt;br /&gt;
* Needs More calibration&lt;br /&gt;
** feed rate&lt;br /&gt;
** stepper driver currents  (there were some X-Y 1-2mm shift errors halfway through the first builds)&lt;br /&gt;
* Need a get up to speed session &amp;amp; bot day (CrashSpaceLA is having one this weekend)&lt;br /&gt;
[[User:Miloh|Miloh]] 12:51, 18 February 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2011-03-02 ==&lt;br /&gt;
&lt;br /&gt;
Printed different series of shelving brackets in red ABS.  Another 2mm shift 1/4 of the way through the print only made them semi-useful.  Not sure what caused the shift -- there were ~50 people milling around so I&#039;m going to assume someone just touched the build in progress. The autospool is modified and working well on its side. The new MK5 head is working well so far (without the extrusion blowout and grip problems of the MK4 series pinch wheel and gear drive)&lt;br /&gt;
improvements:&lt;br /&gt;
&lt;br /&gt;
* we can laser cut 1/16 cork mounting dampeners for the stepper motors&lt;br /&gt;
* either replace the Y axis build platform mounting part or the build platform wood back to improve stability in the platform.&lt;br /&gt;
[[User:Miloh|Miloh]] 23:14, 2 March 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 2011-04-01 ==&lt;br /&gt;
&lt;br /&gt;
All the Makerbots are working.&lt;br /&gt;
&lt;br /&gt;
I&#039;ve made a bunch of upgrades to White Rabbit and it is working great, there are a few fun sample prints scattered around. Ping me if you want to use it, it is a bit non-standard.&lt;br /&gt;
&lt;br /&gt;
I spent a bit of quality time with Nutjob, cleaned out the driver gear, levelled the Z stage, replaced the drive motor and tidied up the cables. It is pretty standard, go ahead and use it.&lt;br /&gt;
&lt;br /&gt;
There are now two filament spindles up and running, with red and white ABS. Black ABS is on the way.&lt;br /&gt;
&lt;br /&gt;
Miloh printed a replacement toilet hinge, and it is now installed and working.&lt;br /&gt;
&lt;br /&gt;
[[user:Gpvillamil|Gian Pablo]]&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=17609</id>
		<title>Makerbot</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=17609"/>
		<updated>2011-04-07T01:52:18Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: /* Usage log */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= The Makerbots are working (2011- 04 -01) =&lt;br /&gt;
&lt;br /&gt;
All of the Makerbors are working.&lt;br /&gt;
&lt;br /&gt;
Nutjob (the Noisebridge bot) has had a number of major upgrades performed on it, including heated build platform and Mk 5 extruder. It is now working well. The standard ReplicatorG software and profiles (choose Cupcake with Heated Build Platform) will work fine with it.  &lt;br /&gt;
&lt;br /&gt;
Go ahead and use it, the instructions here and on the Makerbot site are appropriate, with one caveat: there is a bug in the Makerbot profiles that will leave the heated build platform and steppers on, which is a fire hazard.&lt;br /&gt;
&lt;br /&gt;
Before printing, install ReplicatorG, find the file called end.gcode, and if it does not contain the M109, M104 and M18 codes, edit it to look like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
(end of the file, cooldown routines)&lt;br /&gt;
M104 S0&lt;br /&gt;
M109 S0&lt;br /&gt;
G91&lt;br /&gt;
G1 Z10&lt;br /&gt;
M18 (turn off steppers.)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will turn off everything, leaving the Makerbot in a safe state.&lt;br /&gt;
&lt;br /&gt;
White Rabbit (Gian Pablo&#039;s bot) has had its XY stage replaced with a printed one, and Z axis guide rods installed. Please check in with Gian Pablo before using it, because it is now far from standard, and you should make some adjustments in operating procedures.&lt;br /&gt;
&lt;br /&gt;
Scotch (Miloh&#039;s bot) has a Mk 5 extruder made with Noisebridge&#039;s own laser cutter. It is the thing made out of green acrylic. Check in with Miloh before using it, it is still being debugged and enhanced.&lt;br /&gt;
&lt;br /&gt;
For smaller parts, make a Skeinforge profile where you change the Fill/Extra Shells setting to 0 (no extra shells) and the Fill/Infill Densiety to 1.0. This yields extremely strong and dimensionally accurate parts.&lt;br /&gt;
&lt;br /&gt;
=How to Use the Makerbot=&lt;br /&gt;
if it breaks, we can fix it. don&#039;t be afraid of the makerbot! I&#039;ve crashed it hundreds of times and only permanently broke something once.&lt;br /&gt;
&lt;br /&gt;
====install some software first====&lt;br /&gt;
&lt;br /&gt;
* Install Java (if you don&#039;t already have it) - http://www.java.com/en/download/index.jsp&lt;br /&gt;
&lt;br /&gt;
* Install Python (if you don&#039;t already have it). http://www.python.org/download/ &lt;br /&gt;
&lt;br /&gt;
* Optionally, install PsyCo, it will make things run much faster.  http://psyco.sourceforge.net/download.html&lt;br /&gt;
&lt;br /&gt;
* get yourself a copy of replicatorg: http://replicat.org/download&lt;br /&gt;
&lt;br /&gt;
ReplicatorG now includes various versions of the Skeinforge slicing utility, so no need to download and install separately.&lt;br /&gt;
&lt;br /&gt;
ReplicatorG 0024 has a serious bug in some of the profiles for the Cupcake CNC Makerbot, it will not generate the instructions that turn off heated build platform and stepper motors. This is a potential fire hazard, as the steppers and the build platform can get very hot. Do this:&lt;br /&gt;
&lt;br /&gt;
Go ahead and use it, the instructions here and on the Makerbot site are appropriate, with one caveat: there is a bug in the Makerbot profiles that will leave the heated build platform and steppers on, which is a fire hazard.&lt;br /&gt;
&lt;br /&gt;
Find the file called end.gcode, and if it does not contain the M109, M104 and M18 codes, edit it to look like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
(end of the file, cooldown routines)&lt;br /&gt;
M104 S0&lt;br /&gt;
M109 S0&lt;br /&gt;
G91&lt;br /&gt;
G1 Z10&lt;br /&gt;
M18 (turn off steppers.)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will turn off everything, leaving the Makerbot in a safe state.&lt;br /&gt;
&lt;br /&gt;
You are done.&lt;br /&gt;
&lt;br /&gt;
====using the software====&lt;br /&gt;
&lt;br /&gt;
* Start ReplicatorG.&lt;br /&gt;
&lt;br /&gt;
* Open an STL file. You should see a 3D image of your model.&lt;br /&gt;
&lt;br /&gt;
* Press the &#039;generate GCode&#039; button on the right. &lt;br /&gt;
&lt;br /&gt;
* You will be asked to choose a profile. Currently you are looking at Cupcake CNC Mk4, but very soon you will want Cupcake CNC Mk5 with Heated Build Platform.&lt;br /&gt;
&lt;br /&gt;
* It will take a while to build the GCode for the model. Go talk to visitors to the space and tell them not to sleep here.&lt;br /&gt;
&lt;br /&gt;
* Refer to the detailed instructions on the Makerbot site for more up-to-date tips and instructions (they change often):  http://wiki.makerbot.com/how-to-print&lt;br /&gt;
&lt;br /&gt;
====fire the makerbot====&lt;br /&gt;
&lt;br /&gt;
Instructions have been updated to reflect the (coming) new and improved Makerbot.&lt;br /&gt;
&lt;br /&gt;
* turn on the makerbot PSU, it&#039;s a switch in the back&lt;br /&gt;
* plug in the makerbot usb cable&lt;br /&gt;
* run replicatorg (./replicatorg)&lt;br /&gt;
* (firmware should be updated)&lt;br /&gt;
* the first time you run it, machine-&amp;gt;driver-&amp;gt;cupcake CNC with heated build platform&lt;br /&gt;
* also machine-&amp;gt;serial port, choose whatever serial port is being emulated via USB &lt;br /&gt;
* load filament&lt;br /&gt;
** loosen the extruder thumbscrew&lt;br /&gt;
** insert filament into the extruder, basically to the level of the motor axle (NOT all the way down into the nozzle - you do this so that you can more easily tell if the motor is working)&lt;br /&gt;
** tighten the extruder thumbscrew, just a little bit more than finger tight, enough to get a good grip between the drive gear and the filament - you can adjust this while printing, if the filament starts slipping&lt;br /&gt;
* click on the 4 arrows symbol (control panel)&lt;br /&gt;
** lay a small piece of paper on the platform&lt;br /&gt;
** remove any crud from the nozzle with bent nose pliers (hidden under the EFF hat)&lt;br /&gt;
** move X, Y to the center of the platform (you can do this by pressing Disable steppers, then moving it by hand)&lt;br /&gt;
** jog down in Z first in 10mm increments, then 1mm increments, until there is maximum drag force on the paper&lt;br /&gt;
** jog up in 0.1mm increments until the drag lessens&lt;br /&gt;
** click &amp;quot;set zero&amp;quot;&lt;br /&gt;
** at the bottom of the control panel there are some settings, set them in this order&lt;br /&gt;
*** Motor Speed (PWM): 255&lt;br /&gt;
*** Target Temperature: 220&lt;br /&gt;
*** Heated Build Platform: 120&lt;br /&gt;
*** Motor Control: Stop&lt;br /&gt;
** wait until the temperature is above 200 then try a test extrusion &lt;br /&gt;
*** move Z axis up 20mm or so&lt;br /&gt;
***click Motor Control: forward&lt;br /&gt;
*** wait for the filament to enter the extruder, and start coming out the nozzle&lt;br /&gt;
*** make sure the extruder motor is turning, there is a dot drawn on the axle with sharpie&lt;br /&gt;
*** if you accidentally start the motor before it&#039;s hot, you can fix it by slightly unscrewing the extruder thumbscrew and adjusting the filament&lt;br /&gt;
* the build platform should be plenty hot now&lt;br /&gt;
** there might be an IR thermometer in a little duct tape pouch thingy&lt;br /&gt;
** it should be around 120-130C for best results&lt;br /&gt;
* remove ooze from the nozzle with pliers&lt;br /&gt;
* zero the Z axis (ie. move it down until it near touches the platform)&lt;br /&gt;
* file-&amp;gt;open the .gcode file you created earlier with skeinforge&lt;br /&gt;
* click &#039;build&#039; (the solid kidney bean)&lt;br /&gt;
* if the first layer doesn&#039;t stick at all or peels loose immediately, adjust the z axis down by turning the pulley on top of the makerbot&lt;br /&gt;
* if the first layer starts getting fugly during the infill, with crap building up on the nozzle, adjust the z axis up a few steps until it looks perfectly flat with no &amp;quot;fuzz&amp;quot;&lt;br /&gt;
***note to self: get some pics and video of first layer too high, first layer too low, and verify zeroing procedure&lt;br /&gt;
* now since it probably screwed up somehow, hit stop and remove the grossness with the plastic scraper and/or pliers&lt;br /&gt;
* it should still be zeroed, and hopefully at the correct height adjustment now, so just click &#039;build&#039; again&lt;br /&gt;
* if you can&#039;t get it to stick at all, the platform is probably at the wrong temperature.&lt;br /&gt;
** wait five minutes for it to warm up completely&lt;br /&gt;
[[File:Nophead_pulleys_side.jpg|right|thumbnail|alt=two sample pieces, side view|your part should look like this or better. I still hadn&#039;t tweaked the feedrate perfectly for colored plastic, hence the blobbiness.]]&lt;br /&gt;
&lt;br /&gt;
* ok now presumably you&#039;re done printing and nothing went wrong. &lt;br /&gt;
** jog Z+ 20mm to give yourself some room&lt;br /&gt;
** wait for the piece to cool down, 3 to 5 minutes should be enough&lt;br /&gt;
** now just peel it off with your hand&lt;br /&gt;
** if you let the piece cool all the way down, maybe 10-15 minutes, it will just &amp;quot;pop&amp;quot; off the build platform by itself&lt;br /&gt;
*** be careful, the part may still be soft and can deform&lt;br /&gt;
*** don&#039;t use a knife if at all possible, it will mess up the Kapton coating on the platform - just wait for it to cool&lt;br /&gt;
*** it&#039;s easier if you remove the build platform - it&#039;s held on with magnets&lt;br /&gt;
&lt;br /&gt;
==== tweaking skeinforge ====&lt;br /&gt;
[[File:Nophead_pulleys_top.jpg|right|thumbnail|alt=two sample pieces, top view|note the incomplete infill on the right; this was due to improper perimeter width settings. note the square teeth on the left; this is because &amp;quot;stretch&amp;quot; is turned on. this is a good thing.]]&lt;br /&gt;
there are about 300 different &amp;quot;craft&amp;quot; settings in skeinforge, and they all interrelate in confusing ways. here&#039;s a quick overview of the important ones:&lt;br /&gt;
*carve-&amp;gt;layer height: should be about 0.8*nozzle hole diameter, ship default is 0.4&lt;br /&gt;
*carve-&amp;gt;width over height: should be about 1.45, if threads in flat parts show gap make this value smaller&lt;br /&gt;
*speed-&amp;gt;flow rate: 255&lt;br /&gt;
*speed-&amp;gt;feed rate: start around 35mm/s&lt;br /&gt;
*fill-&amp;gt;infill solidity: 0.25 is adequate and not too slow. higher for stronger parts&lt;br /&gt;
*fill-&amp;gt;infill pattern: controls whether you get hashbrowns or honeycombs&lt;br /&gt;
*comb keeps it from driving through empty spaces and making stringies&lt;br /&gt;
*raft prints a waffle grid thingy to keep the corners held down - will be disabled for heated build platform&lt;br /&gt;
*raftless - don&#039;t use it, instead turn off the raft checkbox when generating GCode in RepG, use outline to generate a lead-in&lt;br /&gt;
*oozebane is useless, forget about it&lt;br /&gt;
*jitter is good, set it to a large value like 100&lt;br /&gt;
*stretch makes corners un-rounded, but can cause data overload stuttering if &amp;quot;stretch from distance&amp;quot; is too small&lt;br /&gt;
*temperature is usually set to 230, but newer extruders can print fine with temperatures as low as 205C. You might need to lower all the temperatures in order to print tall skinny objects.&lt;br /&gt;
*wipe should be turned off&lt;br /&gt;
*outline should be turned on, it draws a rectangle around the first layer which lets you tweak the Z axis distance and ensure adhesion&lt;br /&gt;
&lt;br /&gt;
You may want to create a profile with an alternative set of settings. In the Generate GCode dialog, select the default profile for your machine (mostly likely Cupcake with Heated Build Platform), duplicate it and call it &amp;quot;SuperSolid&amp;quot; or something like that, and make the following changes:&lt;br /&gt;
&lt;br /&gt;
*Fill/Extra Shells -&amp;gt; 0 (there are a number of extra shells parameters - make all of them zero)&lt;br /&gt;
*Fill/Infill Density -&amp;gt; 1.0 (this will make solid objects)&lt;br /&gt;
&lt;br /&gt;
Use this profile for parts that need to be extra strong or precise, ie. working machine parts or gears. Be warned that this will be very slow and will use a lot more plastic. However, the results can be truly outstanding.&lt;br /&gt;
&lt;br /&gt;
you can safely ignore the rest&lt;br /&gt;
&lt;br /&gt;
==== care and feeding ====&lt;br /&gt;
* don&#039;t leave the makerbot unattended for hours, as it can theoretically catch on fire (those heated bed wires are iffy)&lt;br /&gt;
* don&#039;t leave the extruder hot for hours. periodically flush through plastic to prevent it from oxidizing.&lt;br /&gt;
* if you are about to run out of filament, cut off both ends square with diagonal flush cutters (the blue cutters for electronics) and simply hold the filament together as it goes in&lt;br /&gt;
*if the filament strips out during use (extruder motor is on, temperature high enough, nothing happening) try pushing it down manually&lt;br /&gt;
** if this doesn&#039;t work, try reversing the motor until the filament comes out, cut it cleanly, and reinsert&lt;br /&gt;
** if it keeps stripping out, you may have to completely disassemble the extruder and remove plastic gunk from the gear teeth.&lt;br /&gt;
*** use a long 5/64&amp;quot; or 2mm allen key to set the extruder idler wheel/feed gear spacing&lt;br /&gt;
** try not to let it happen in the first place. stripping can be caused by setting the first layer too low, blocking the nozzle and letting pressure build up&lt;br /&gt;
*don&#039;t upgrade the firmware unless you&#039;re willing to deal with the consequences&lt;br /&gt;
*keep it away from bright light&lt;br /&gt;
*don&#039;t get any water on it&lt;br /&gt;
*never, never ever feed it after midnight.&lt;br /&gt;
&lt;br /&gt;
= Usage log =&lt;br /&gt;
please write your name, what you tried to make, and what happened below (pics or it didnt happen)&lt;br /&gt;
----&lt;br /&gt;
[[File:Minimendel_Z_leadscrew_base_motor.jpg|none|thumbnail|600px|mini mendel Z leadscrew base and motor mount. This bastard took 2 hours and almost the entire remaining roll of green. It started to peel up badly at the back corner. I rescued it by melting the corner back down with a soldering iron. [[User:Fenn|Fenn]] 13:07, 1 May 2010 (UTC)]]&lt;br /&gt;
----&lt;br /&gt;
[[File:Makerbot_mushroom_1.jpg|none|thumbnail|600px|A two color mushroom printed on one of the Makerbots. Shows what is possible! [[User:Gpvillamil|Gian Pablo]] ]]&lt;br /&gt;
----&lt;br /&gt;
[[File:Bunny_and_vases.jpg|none|thumbnail|600px|Tron Bunny watches over two sake carafes. The one on the left was printed before major mods to the XY axis, the one on right after. Note that the &amp;quot;ringing&amp;quot; effect is gone. [[User:Gpvillamil|Gian Pablo]] ]]&lt;br /&gt;
[[File:example.jpg|none|thumbnail|600px|caption text]]&lt;br /&gt;
&lt;br /&gt;
= Construction log =&lt;br /&gt;
This describes the current progress of the building of the Makerbot.  Instructions are found [http://wiki.makerbot.com/cupcake here], and a forum for it is found [http://wiki.makerbot.com/forum/c-77688/talk-about-makerbot here].&lt;br /&gt;
&lt;br /&gt;
Noisebridge&#039;s Makerbot kit, thoughtfully purchased by Mitch, arrived at 83C on Monday evening, July 20.  Leading the assembly team is Joachim, along with Christoph, Rachel, Steve (Mr Domino), and Jeffrey (ieatlint).&lt;br /&gt;
&lt;br /&gt;
It took about an hour and a half to go through and check the parts against the [http://pony.noisebridge.net/~cmaier/makerbot/parts_lists.ods parts list].  &amp;lt;strike&amp;gt;We think we are missing a bag of &amp;quot;laser cut pulleys&amp;quot; but it&#039;s hard to be completely sure, as there are a LOT of parts and they are not all labeled exactly as in the parts list&amp;lt;/strike&amp;gt; A bag of &amp;quot;laser cut pulleys&amp;quot; was replaced by MakerBot-made pulleys, but the parts lists weren&#039;t updated.  We determined to start assembly anyway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cupcake [[Makerbot/Electronics|Electronics]] Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-electronics-assembly Instructions] Christoph soldering one of the [[Makerbot/Electronics/Stepper_driver|stepper motor drivers]], one of the [[Makerbot/Electronics/endstop_switches|endstop switches]], and the SMD parts on the [[Makerbot/Electronics/Motherboard|motherboard]] with only occasional bitching to people to &#039;&#039;&#039;&#039;&#039;STOP MOVING THE TABLE&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Motherboard is tested and able to control stepper motors.  Regular firmware needs to be flashed back onto it.  [http://wiki.makerbot.com/burn-custom-firmware-using-arduino This] may help. [[User:Ieatlint|Ieatlint]] 02:55, 25 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Pulley Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-pulley-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake CNC Body Assembly ==&lt;br /&gt;
We got the first part of the body together without difficulty, but had trouble with the Z stage as one of the parts had changed from when the docs were written.  The Z stage rod holding guides changed from being O-shaped to being U-shaped, and are marked &amp;quot;Z guides&amp;quot;.  The forums told us to use them anyway.&lt;br /&gt;
&lt;br /&gt;
The next problem was with threaded rods, which had been cut to size.  The ends of some would not take a nut.  We solved this with judicious use of the bench grinder.  There were LOTS of nut/rod jokes, and we were in a state where they were actually funny! [[User:Rachel|Rachel]] 10:08, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Progressed to and including the step entitled &amp;quot;Z-stage stepper wiring&amp;quot; as detailed on the body assembly [http://wiki.makerbot.com/cupcake-body-assembly instructions].  The body assembly is nearly completed. [[User:Ieatlint|Ieatlint]] 03:52, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Stages assembled and motherboard and stepper driver circuits in place. Driver boards are tested. Axis stops are installed, platforms still need craft stick beam breaks installed. -- [[User:JSharp|JSharp]] 06:45, 2 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Y Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-y-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake X Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-x-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Plastruder MK3 Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/plastruder-mk3-assembly Instructions]&lt;br /&gt;
*Note: Ubuntu 9.04 specific: the librxtxSerial.so and the RXTXcomm.jar that come in the replicatorg download need to be replaced with some binaries from this other place that I don&#039;t remember. -[[User:Elgreengeeto|Skory]]&lt;br /&gt;
&lt;br /&gt;
*Progressed through to end of Heater Barrel Assembly.   [[User:Miloh|Miloh]] 04:24, 21 July 2009 (PDT)&lt;br /&gt;
*Progressed through the Filament Drive Assembly, and Joachim mastered the extruder electronics.  [[User:Miloh|Miloh]] 02:03, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel through step 3. [[User:Miloh|Miloh]] 13:17, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel to the end.  [[User:Miloh|Miloh]] 20:46, 26 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
 Continue at Plastruder burn in test.  The burn in test can&#039;t be completed until the Thermistor and extruder board are recognized by the control system.&lt;br /&gt;
&lt;br /&gt;
*Plastruder board burnt out a few components on power up test. Ordered new plastruder driver from makerbot, should arrive at 83C soon. -- [[User:JSharp|JSharp]] 06:43, 2 August 2009 (PDT)&lt;br /&gt;
**New plastruder control board received and installed. -- [[User:JSharp|JSharp]] 10:52, 9 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
= Status Reports =&lt;br /&gt;
&lt;br /&gt;
== 10/18/09 ==&lt;br /&gt;
&lt;br /&gt;
Martin - The makerbot is working and printing objects well.  You will need to download and install &amp;quot;ReplicatorG&amp;quot; and &amp;quot;skeinforge&amp;quot; in order to use the bot. The software runs on Mac, Linux, and PC.   (skeinforge requires Python, ReplicatorG requires Java)  Example objects are next to the bot.&lt;br /&gt;
&lt;br /&gt;
The X/Y/Z stage endpoints are not yet installed.  It requires a number of popsicle sticks to be cut to the correct length and the stage to be calibrated.  You can operate the MakerBot with ***great*** care without them.  &lt;br /&gt;
&lt;br /&gt;
The extruder head has been upgraded to the Mark-4, with a new bearing and idler wheel.  Also, the extruder head is now insulated with the same material they use to insulate the Space Shuttle heat tiles from the skin of the shuttle itself.  *** IT IS EXPENSIVE.  PLEASE DON&#039;T TAKE APART! ***  I can&#039;t replace the material, it was given as a gift from a friend at JPL.  &lt;br /&gt;
&lt;br /&gt;
Please read all the instructions on how to use the MakerBot on the [[http://wiki.makerbot.com/|MakerBot Wiki Site]] before attempting to use it.&lt;br /&gt;
&lt;br /&gt;
== 08/24/09 ==&lt;br /&gt;
Thanks to excellent efforts and support from Martin, the MakerBot is now in a semi-functional state.  There are three things that need to be worked on, however:&lt;br /&gt;
# The Y stage endpoint is installed incorrectly (the Y stage and physically crash into it)&lt;br /&gt;
# The nichrome wire needs to be better insulated so it can maintain higher temperatures and consistent temperatures.&lt;br /&gt;
# The feeding mechanism needs to be reviewed, as it appears that it fails to operate reliably.&lt;br /&gt;
&lt;br /&gt;
Please do NOT attempt to disassemble the plastruder header.&lt;br /&gt;
Also, do NOT attempt to operate the MakerBot unless you really know what you&#039;re doing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 01/10/2010 ==&lt;br /&gt;
Much has happened to the Makerbot since last noted,&lt;br /&gt;
the broken idler wheel was replaced and the extruder head assembly was upgraded by me using parts from Bre when he was here. Thanks Bre!&lt;br /&gt;
I also at that time upgraded the firmware and printed a bunch of skull throwies, yay! &lt;br /&gt;
Time has passed between then and now and many people have been reporting the makerbot in sickly condition, after much testing I am glad to report this not the case. go go makerbot!&lt;br /&gt;
&lt;br /&gt;
== 03/10/2010 ==&lt;br /&gt;
Bre was here on 20/2 and installed a heated build platform on the Makerbot. The heated platform is a new development, still in prototype stage. It is awesome because it prevents warping, and allows workpieces to stick to the build platform without having to build a raft.&lt;br /&gt;
&lt;br /&gt;
He left a sheet of instructions, they say:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... While here we set you up with a heated build platform. It&#039;s&lt;br /&gt;
hooked up to the fans pot. So before you print, go into the control&lt;br /&gt;
panel and click [x] fan and it will turn it on. Let it warm up for at&lt;br /&gt;
least 5 minutes and then print on it. When the model is done, let it&lt;br /&gt;
cool for 5 minutes and it will &#039;pop&#039; right off the warm kapton tape.&lt;br /&gt;
&lt;br /&gt;
We are also leaving you a spare parts kit for the extruder. Your&lt;br /&gt;
nozzle is super thick and slow. This new nozzle has a smaller nozzle&lt;br /&gt;
hole. Make it, use it, love it!&lt;br /&gt;
&lt;br /&gt;
Bre and Zack, Makerbot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When asked about the workings of the heated build platform, he said:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Yup, ours is a prototype part, it&#039;s awesome but not very well documented.&lt;br /&gt;
&lt;br /&gt;
You want to plug it in above the mosfet that usually runs the fan.&lt;br /&gt;
&lt;br /&gt;
You can then go into the control panel and just turn the fan on, let&lt;br /&gt;
it heat up for 8-10 minutes and it will get to about 110F.&lt;br /&gt;
&lt;br /&gt;
Print away and remember to turn it off and unplug the bot when you&#039;re done!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Please note that he&#039;s left us the parts for an improved extruder - up to us to build it - and some of the new colored ABS plastic.&lt;br /&gt;
&lt;br /&gt;
== 04/03/2010 ==&lt;br /&gt;
After using the makerbot all day I (fenn) noticed the Z axis was consistently jamming up when traversing above 125mm/min. Several hours of head-scratching later I discovered that the heated platform would cause the large acrylic plate that holds the extruder to heat up and expand, pushing outwards on the Z-axis nuts and causing the mechanism to bind ever so slightly. The simple fix of filing the plate down was complicated by the lack of small files and the fact that the machine was assembled wrong, requiring removal of the four small u-shaped plywood &amp;quot;guide plates&amp;quot;, which I put back in the correct orientation: gap outwards.&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure the heated build platform actually ever gets hot enough for ABS to stick to the kapton tape. It seems to max out at 95 celsius, as measured with an infrared thermometer. The RepRap wiki suggests 120-220 degrees for ABS. Perhaps connect the platform directly to a higher voltage power supply?&lt;br /&gt;
&lt;br /&gt;
Lacking a hot enough bed for the first layer to stick to, blue masking tape sorta almost works (the first time you use it), and I got much better results when I taped a business card on top and printed on that instead. I printed a few gears and hope to add a [http://www.thingiverse.com/thing:1794 &amp;quot;wade extruder&amp;quot;] soonish.&lt;br /&gt;
&lt;br /&gt;
== 04/09/2010 ==&lt;br /&gt;
I (fenn) came in today and it appeared that nobody had touched the makerbot since I last left it. But the nozzle wouldn&#039;t heat up. Voltage to the wires, it just didnt get hot. So, heeding the warning to not disassemble the nozzle, I removed it and swapped in another one, which works a lot better anyway. Then I attached a 16V transformer to the heated bed, and now it gets up to 165C which is much better than the old 90C running on 12V. Now the first layer actually sticks! Z axis seems to still be jamming up; I didn&#039;t file the notches deep enough I guess. Wish I had more time to play with it. Skeinforge settings that seem to work with ABS:&lt;br /&gt;
layer height: 0.4mm, flow rate: 255, feed rate: 25mm/s.&lt;br /&gt;
&lt;br /&gt;
== 04/11/2010 ==&lt;br /&gt;
added a fan to cool off the acrylic plate. make sure you enable the fan before printing and it shouldn&#039;t jam up anymore. seems to be working reliably now.&lt;br /&gt;
&lt;br /&gt;
hint: instead of trying to adjust the Z zero in software, manually adjust the height as it prints the first layer.&lt;br /&gt;
&lt;br /&gt;
caution: plugging in or unplugging the heater transformer may cause the power strip breaker to trip and reset the makerbot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 04/13/2010 ==&lt;br /&gt;
leveled bed by shaving down tabs that were sticking up, pushing magnets back in, and adding a small strip of kapton tape. adjusted toothed gear/idler wheel spacing with 5/64 allen key.&lt;br /&gt;
&lt;br /&gt;
Some of the magnets on the Y stage are in sideways (poles on left &amp;amp; right), not upright (poles on top &amp;amp; bottom). I found this when building my Makerbot, since I wanted the build platform to be interoperable, I tried placing the magnets on the Y stage of the NB &#039;bot to check polarity, and found that they were sticking corner-to-corner, not face-to-face. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
== 06/10/2010 ==&lt;br /&gt;
I&#039;ve taken in two functioning nozzle assemblies, and an extruder block with double idler wheel. These should help get the &#039;bot up and running. The nozzles may need to be heated up, PTFE insulator removed and cleaned. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
What is the large spool of white plastic next to the Makerbot? It seems a lot softer than ABS, and certainly acts strange when I try to print with it. (It is so soft that it scrunches up in the extruder feed channel, and the pinch wheel starts grinding into it super quickly. It doesn&#039;t stink when heated.) Could it be Shapelock? - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;it is PLA, rather than ABS.  It melts at a much, much lower temperature.&#039;&#039; - Martin&lt;br /&gt;
&lt;br /&gt;
It&#039;s not PLA, far too soft. There&#039;s some green PLA in the bag on top of the pile. I think it&#039;s HDPE. Smells like HDPE too. (like a blown out candle.) - fenn&lt;br /&gt;
&lt;br /&gt;
== 9/24/2010 ==&lt;br /&gt;
&lt;br /&gt;
The Makerbot is broken...&lt;br /&gt;
&lt;br /&gt;
d&#039;oh!&lt;br /&gt;
&lt;br /&gt;
i&#039;m really not sure what happened. i was cleaning out the extruder and i think one of the green wires touched the large metal washer; there was a spark and a small poof next to the rj-45 connector on the extruder board, and now nothing turns on. sigh.&lt;br /&gt;
&lt;br /&gt;
[[File:IMG_2929.JPG|right|thumbnail|alt=two sample pieces, side view|corroborating evidence]]&lt;br /&gt;
I swapped in one of Gian Pablo&#039;s extruders and bought a new 606 bearing for the gearmotor. (somehow the original must have fallen out and gotten lost.) Lots of jamming up and cussing ensued. Some adjustments were made, much filament run through the machine, and I deduced that the &#039;&#039;&#039;NEW EXTRUDER REQURIES THE FAN ON&#039;&#039;&#039; whenever it is at operating temperature. I got it to print out a timing pulley on the fifth try, and reliably printing after that, using the same settings as before.&lt;br /&gt;
&lt;br /&gt;
The nozzles I left seem to print reliably at much lower temperatures, try 195C and see how that goes. [gian pablo]&lt;br /&gt;
&lt;br /&gt;
== 2011-01-08  ==&lt;br /&gt;
&lt;br /&gt;
I&#039;ve ordered an extensive selection of parts, including new extruder, heated build platform, extruder board etc. Should be here next week. &lt;br /&gt;
&lt;br /&gt;
We&#039;ve started work on this. I&#039;ve also started printing a replacement XY stage (http://www.thingiverse.com/thing:4213) on my Makerbot, and ordered the parts for it (bearings, nuts, screws, washers).&lt;br /&gt;
&lt;br /&gt;
[gian pablo]&lt;br /&gt;
&lt;br /&gt;
== 2011-01-14 ==&lt;br /&gt;
&lt;br /&gt;
All the parts have arrived. Miloh unpacked them and started working on it. Things to do:&lt;br /&gt;
&lt;br /&gt;
* Assemble heated build platform&lt;br /&gt;
* Assemble relay board&lt;br /&gt;
* Assemble Plastruder Mk 5&lt;br /&gt;
* Replace extruder controller (and motherboard if necessary)&lt;br /&gt;
* Clean the &#039;bot&lt;br /&gt;
* Calibrate it&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2011-02-18 ==&lt;br /&gt;
&lt;br /&gt;
Watch it.  It prints.&lt;br /&gt;
&lt;br /&gt;
The autospool can cinch down and yank your build to ruin.  Jake and I modified it to pull out the side in a lazier loop.  It needs to be watched.  &lt;br /&gt;
&lt;br /&gt;
* Needs More calibration&lt;br /&gt;
** feed rate&lt;br /&gt;
** stepper driver currents  (there were some X-Y 1-2mm shift errors halfway through the first builds)&lt;br /&gt;
* Need a get up to speed session &amp;amp; bot day (CrashSpaceLA is having one this weekend)&lt;br /&gt;
[[User:Miloh|Miloh]] 12:51, 18 February 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2011-03-02 ==&lt;br /&gt;
&lt;br /&gt;
Printed different series of shelving brackets in red ABS.  Another 2mm shift 1/4 of the way through the print only made them semi-useful.  Not sure what caused the shift -- there were ~50 people milling around so I&#039;m going to assume someone just touched the build in progress. The autospool is modified and working well on its side. The new MK5 head is working well so far (without the extrusion blowout and grip problems of the MK4 series pinch wheel and gear drive)&lt;br /&gt;
improvements:&lt;br /&gt;
&lt;br /&gt;
* we can laser cut 1/16 cork mounting dampeners for the stepper motors&lt;br /&gt;
* either replace the Y axis build platform mounting part or the build platform wood back to improve stability in the platform.&lt;br /&gt;
[[User:Miloh|Miloh]] 23:14, 2 March 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 2011-04-01 ==&lt;br /&gt;
&lt;br /&gt;
All the Makerbots are working.&lt;br /&gt;
&lt;br /&gt;
I&#039;ve made a bunch of upgrades to White Rabbit and it is working great, there are a few fun sample prints scattered around. Ping me if you want to use it, it is a bit non-standard.&lt;br /&gt;
&lt;br /&gt;
I spent a bit of quality time with Nutjob, cleaned out the driver gear, levelled the Z stage, replaced the drive motor and tidied up the cables. It is pretty standard, go ahead and use it.&lt;br /&gt;
&lt;br /&gt;
There are now two filament spindles up and running, with red and white ABS. Black ABS is on the way.&lt;br /&gt;
&lt;br /&gt;
Miloh printed a replacement toilet hinge, and it is now installed and working.&lt;br /&gt;
&lt;br /&gt;
[[user:Gpvillamil|Gian Pablo]]&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=File:Bunny_and_vases.jpg&amp;diff=17608</id>
		<title>File:Bunny and vases.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=File:Bunny_and_vases.jpg&amp;diff=17608"/>
		<updated>2011-04-07T01:50:30Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: Tron Bunny watches two sake carafes.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Tron Bunny watches two sake carafes.&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=17607</id>
		<title>Makerbot</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=17607"/>
		<updated>2011-04-07T01:49:04Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: /* Usage log */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= The Makerbots are working (2011- 04 -01) =&lt;br /&gt;
&lt;br /&gt;
All of the Makerbors are working.&lt;br /&gt;
&lt;br /&gt;
Nutjob (the Noisebridge bot) has had a number of major upgrades performed on it, including heated build platform and Mk 5 extruder. It is now working well. The standard ReplicatorG software and profiles (choose Cupcake with Heated Build Platform) will work fine with it.  &lt;br /&gt;
&lt;br /&gt;
Go ahead and use it, the instructions here and on the Makerbot site are appropriate, with one caveat: there is a bug in the Makerbot profiles that will leave the heated build platform and steppers on, which is a fire hazard.&lt;br /&gt;
&lt;br /&gt;
Before printing, install ReplicatorG, find the file called end.gcode, and if it does not contain the M109, M104 and M18 codes, edit it to look like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
(end of the file, cooldown routines)&lt;br /&gt;
M104 S0&lt;br /&gt;
M109 S0&lt;br /&gt;
G91&lt;br /&gt;
G1 Z10&lt;br /&gt;
M18 (turn off steppers.)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will turn off everything, leaving the Makerbot in a safe state.&lt;br /&gt;
&lt;br /&gt;
White Rabbit (Gian Pablo&#039;s bot) has had its XY stage replaced with a printed one, and Z axis guide rods installed. Please check in with Gian Pablo before using it, because it is now far from standard, and you should make some adjustments in operating procedures.&lt;br /&gt;
&lt;br /&gt;
Scotch (Miloh&#039;s bot) has a Mk 5 extruder made with Noisebridge&#039;s own laser cutter. It is the thing made out of green acrylic. Check in with Miloh before using it, it is still being debugged and enhanced.&lt;br /&gt;
&lt;br /&gt;
For smaller parts, make a Skeinforge profile where you change the Fill/Extra Shells setting to 0 (no extra shells) and the Fill/Infill Densiety to 1.0. This yields extremely strong and dimensionally accurate parts.&lt;br /&gt;
&lt;br /&gt;
=How to Use the Makerbot=&lt;br /&gt;
if it breaks, we can fix it. don&#039;t be afraid of the makerbot! I&#039;ve crashed it hundreds of times and only permanently broke something once.&lt;br /&gt;
&lt;br /&gt;
====install some software first====&lt;br /&gt;
&lt;br /&gt;
* Install Java (if you don&#039;t already have it) - http://www.java.com/en/download/index.jsp&lt;br /&gt;
&lt;br /&gt;
* Install Python (if you don&#039;t already have it). http://www.python.org/download/ &lt;br /&gt;
&lt;br /&gt;
* Optionally, install PsyCo, it will make things run much faster.  http://psyco.sourceforge.net/download.html&lt;br /&gt;
&lt;br /&gt;
* get yourself a copy of replicatorg: http://replicat.org/download&lt;br /&gt;
&lt;br /&gt;
ReplicatorG now includes various versions of the Skeinforge slicing utility, so no need to download and install separately.&lt;br /&gt;
&lt;br /&gt;
ReplicatorG 0024 has a serious bug in some of the profiles for the Cupcake CNC Makerbot, it will not generate the instructions that turn off heated build platform and stepper motors. This is a potential fire hazard, as the steppers and the build platform can get very hot. Do this:&lt;br /&gt;
&lt;br /&gt;
Go ahead and use it, the instructions here and on the Makerbot site are appropriate, with one caveat: there is a bug in the Makerbot profiles that will leave the heated build platform and steppers on, which is a fire hazard.&lt;br /&gt;
&lt;br /&gt;
Find the file called end.gcode, and if it does not contain the M109, M104 and M18 codes, edit it to look like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
(end of the file, cooldown routines)&lt;br /&gt;
M104 S0&lt;br /&gt;
M109 S0&lt;br /&gt;
G91&lt;br /&gt;
G1 Z10&lt;br /&gt;
M18 (turn off steppers.)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will turn off everything, leaving the Makerbot in a safe state.&lt;br /&gt;
&lt;br /&gt;
You are done.&lt;br /&gt;
&lt;br /&gt;
====using the software====&lt;br /&gt;
&lt;br /&gt;
* Start ReplicatorG.&lt;br /&gt;
&lt;br /&gt;
* Open an STL file. You should see a 3D image of your model.&lt;br /&gt;
&lt;br /&gt;
* Press the &#039;generate GCode&#039; button on the right. &lt;br /&gt;
&lt;br /&gt;
* You will be asked to choose a profile. Currently you are looking at Cupcake CNC Mk4, but very soon you will want Cupcake CNC Mk5 with Heated Build Platform.&lt;br /&gt;
&lt;br /&gt;
* It will take a while to build the GCode for the model. Go talk to visitors to the space and tell them not to sleep here.&lt;br /&gt;
&lt;br /&gt;
* Refer to the detailed instructions on the Makerbot site for more up-to-date tips and instructions (they change often):  http://wiki.makerbot.com/how-to-print&lt;br /&gt;
&lt;br /&gt;
====fire the makerbot====&lt;br /&gt;
&lt;br /&gt;
Instructions have been updated to reflect the (coming) new and improved Makerbot.&lt;br /&gt;
&lt;br /&gt;
* turn on the makerbot PSU, it&#039;s a switch in the back&lt;br /&gt;
* plug in the makerbot usb cable&lt;br /&gt;
* run replicatorg (./replicatorg)&lt;br /&gt;
* (firmware should be updated)&lt;br /&gt;
* the first time you run it, machine-&amp;gt;driver-&amp;gt;cupcake CNC with heated build platform&lt;br /&gt;
* also machine-&amp;gt;serial port, choose whatever serial port is being emulated via USB &lt;br /&gt;
* load filament&lt;br /&gt;
** loosen the extruder thumbscrew&lt;br /&gt;
** insert filament into the extruder, basically to the level of the motor axle (NOT all the way down into the nozzle - you do this so that you can more easily tell if the motor is working)&lt;br /&gt;
** tighten the extruder thumbscrew, just a little bit more than finger tight, enough to get a good grip between the drive gear and the filament - you can adjust this while printing, if the filament starts slipping&lt;br /&gt;
* click on the 4 arrows symbol (control panel)&lt;br /&gt;
** lay a small piece of paper on the platform&lt;br /&gt;
** remove any crud from the nozzle with bent nose pliers (hidden under the EFF hat)&lt;br /&gt;
** move X, Y to the center of the platform (you can do this by pressing Disable steppers, then moving it by hand)&lt;br /&gt;
** jog down in Z first in 10mm increments, then 1mm increments, until there is maximum drag force on the paper&lt;br /&gt;
** jog up in 0.1mm increments until the drag lessens&lt;br /&gt;
** click &amp;quot;set zero&amp;quot;&lt;br /&gt;
** at the bottom of the control panel there are some settings, set them in this order&lt;br /&gt;
*** Motor Speed (PWM): 255&lt;br /&gt;
*** Target Temperature: 220&lt;br /&gt;
*** Heated Build Platform: 120&lt;br /&gt;
*** Motor Control: Stop&lt;br /&gt;
** wait until the temperature is above 200 then try a test extrusion &lt;br /&gt;
*** move Z axis up 20mm or so&lt;br /&gt;
***click Motor Control: forward&lt;br /&gt;
*** wait for the filament to enter the extruder, and start coming out the nozzle&lt;br /&gt;
*** make sure the extruder motor is turning, there is a dot drawn on the axle with sharpie&lt;br /&gt;
*** if you accidentally start the motor before it&#039;s hot, you can fix it by slightly unscrewing the extruder thumbscrew and adjusting the filament&lt;br /&gt;
* the build platform should be plenty hot now&lt;br /&gt;
** there might be an IR thermometer in a little duct tape pouch thingy&lt;br /&gt;
** it should be around 120-130C for best results&lt;br /&gt;
* remove ooze from the nozzle with pliers&lt;br /&gt;
* zero the Z axis (ie. move it down until it near touches the platform)&lt;br /&gt;
* file-&amp;gt;open the .gcode file you created earlier with skeinforge&lt;br /&gt;
* click &#039;build&#039; (the solid kidney bean)&lt;br /&gt;
* if the first layer doesn&#039;t stick at all or peels loose immediately, adjust the z axis down by turning the pulley on top of the makerbot&lt;br /&gt;
* if the first layer starts getting fugly during the infill, with crap building up on the nozzle, adjust the z axis up a few steps until it looks perfectly flat with no &amp;quot;fuzz&amp;quot;&lt;br /&gt;
***note to self: get some pics and video of first layer too high, first layer too low, and verify zeroing procedure&lt;br /&gt;
* now since it probably screwed up somehow, hit stop and remove the grossness with the plastic scraper and/or pliers&lt;br /&gt;
* it should still be zeroed, and hopefully at the correct height adjustment now, so just click &#039;build&#039; again&lt;br /&gt;
* if you can&#039;t get it to stick at all, the platform is probably at the wrong temperature.&lt;br /&gt;
** wait five minutes for it to warm up completely&lt;br /&gt;
[[File:Nophead_pulleys_side.jpg|right|thumbnail|alt=two sample pieces, side view|your part should look like this or better. I still hadn&#039;t tweaked the feedrate perfectly for colored plastic, hence the blobbiness.]]&lt;br /&gt;
&lt;br /&gt;
* ok now presumably you&#039;re done printing and nothing went wrong. &lt;br /&gt;
** jog Z+ 20mm to give yourself some room&lt;br /&gt;
** wait for the piece to cool down, 3 to 5 minutes should be enough&lt;br /&gt;
** now just peel it off with your hand&lt;br /&gt;
** if you let the piece cool all the way down, maybe 10-15 minutes, it will just &amp;quot;pop&amp;quot; off the build platform by itself&lt;br /&gt;
*** be careful, the part may still be soft and can deform&lt;br /&gt;
*** don&#039;t use a knife if at all possible, it will mess up the Kapton coating on the platform - just wait for it to cool&lt;br /&gt;
*** it&#039;s easier if you remove the build platform - it&#039;s held on with magnets&lt;br /&gt;
&lt;br /&gt;
==== tweaking skeinforge ====&lt;br /&gt;
[[File:Nophead_pulleys_top.jpg|right|thumbnail|alt=two sample pieces, top view|note the incomplete infill on the right; this was due to improper perimeter width settings. note the square teeth on the left; this is because &amp;quot;stretch&amp;quot; is turned on. this is a good thing.]]&lt;br /&gt;
there are about 300 different &amp;quot;craft&amp;quot; settings in skeinforge, and they all interrelate in confusing ways. here&#039;s a quick overview of the important ones:&lt;br /&gt;
*carve-&amp;gt;layer height: should be about 0.8*nozzle hole diameter, ship default is 0.4&lt;br /&gt;
*carve-&amp;gt;width over height: should be about 1.45, if threads in flat parts show gap make this value smaller&lt;br /&gt;
*speed-&amp;gt;flow rate: 255&lt;br /&gt;
*speed-&amp;gt;feed rate: start around 35mm/s&lt;br /&gt;
*fill-&amp;gt;infill solidity: 0.25 is adequate and not too slow. higher for stronger parts&lt;br /&gt;
*fill-&amp;gt;infill pattern: controls whether you get hashbrowns or honeycombs&lt;br /&gt;
*comb keeps it from driving through empty spaces and making stringies&lt;br /&gt;
*raft prints a waffle grid thingy to keep the corners held down - will be disabled for heated build platform&lt;br /&gt;
*raftless - don&#039;t use it, instead turn off the raft checkbox when generating GCode in RepG, use outline to generate a lead-in&lt;br /&gt;
*oozebane is useless, forget about it&lt;br /&gt;
*jitter is good, set it to a large value like 100&lt;br /&gt;
*stretch makes corners un-rounded, but can cause data overload stuttering if &amp;quot;stretch from distance&amp;quot; is too small&lt;br /&gt;
*temperature is usually set to 230, but newer extruders can print fine with temperatures as low as 205C. You might need to lower all the temperatures in order to print tall skinny objects.&lt;br /&gt;
*wipe should be turned off&lt;br /&gt;
*outline should be turned on, it draws a rectangle around the first layer which lets you tweak the Z axis distance and ensure adhesion&lt;br /&gt;
&lt;br /&gt;
You may want to create a profile with an alternative set of settings. In the Generate GCode dialog, select the default profile for your machine (mostly likely Cupcake with Heated Build Platform), duplicate it and call it &amp;quot;SuperSolid&amp;quot; or something like that, and make the following changes:&lt;br /&gt;
&lt;br /&gt;
*Fill/Extra Shells -&amp;gt; 0 (there are a number of extra shells parameters - make all of them zero)&lt;br /&gt;
*Fill/Infill Density -&amp;gt; 1.0 (this will make solid objects)&lt;br /&gt;
&lt;br /&gt;
Use this profile for parts that need to be extra strong or precise, ie. working machine parts or gears. Be warned that this will be very slow and will use a lot more plastic. However, the results can be truly outstanding.&lt;br /&gt;
&lt;br /&gt;
you can safely ignore the rest&lt;br /&gt;
&lt;br /&gt;
==== care and feeding ====&lt;br /&gt;
* don&#039;t leave the makerbot unattended for hours, as it can theoretically catch on fire (those heated bed wires are iffy)&lt;br /&gt;
* don&#039;t leave the extruder hot for hours. periodically flush through plastic to prevent it from oxidizing.&lt;br /&gt;
* if you are about to run out of filament, cut off both ends square with diagonal flush cutters (the blue cutters for electronics) and simply hold the filament together as it goes in&lt;br /&gt;
*if the filament strips out during use (extruder motor is on, temperature high enough, nothing happening) try pushing it down manually&lt;br /&gt;
** if this doesn&#039;t work, try reversing the motor until the filament comes out, cut it cleanly, and reinsert&lt;br /&gt;
** if it keeps stripping out, you may have to completely disassemble the extruder and remove plastic gunk from the gear teeth.&lt;br /&gt;
*** use a long 5/64&amp;quot; or 2mm allen key to set the extruder idler wheel/feed gear spacing&lt;br /&gt;
** try not to let it happen in the first place. stripping can be caused by setting the first layer too low, blocking the nozzle and letting pressure build up&lt;br /&gt;
*don&#039;t upgrade the firmware unless you&#039;re willing to deal with the consequences&lt;br /&gt;
*keep it away from bright light&lt;br /&gt;
*don&#039;t get any water on it&lt;br /&gt;
*never, never ever feed it after midnight.&lt;br /&gt;
&lt;br /&gt;
= Usage log =&lt;br /&gt;
please write your name, what you tried to make, and what happened below (pics or it didnt happen)&lt;br /&gt;
----&lt;br /&gt;
[[File:Minimendel_Z_leadscrew_base_motor.jpg|none|thumbnail|600px|mini mendel Z leadscrew base and motor mount. This bastard took 2 hours and almost the entire remaining roll of green. It started to peel up badly at the back corner. I rescued it by melting the corner back down with a soldering iron. [[User:Fenn|Fenn]] 13:07, 1 May 2010 (UTC)]]&lt;br /&gt;
----&lt;br /&gt;
[[File:Makerbot_mushroom_1.jpg|none|thumbnail|600px|A two color mushroom printed on one of the Makerbots. Shows what is possible! [[User:Gpvillamil|Gian Pablo]] ]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[File:example.jpg|none|thumbnail|600px|caption text]]&lt;br /&gt;
&lt;br /&gt;
= Construction log =&lt;br /&gt;
This describes the current progress of the building of the Makerbot.  Instructions are found [http://wiki.makerbot.com/cupcake here], and a forum for it is found [http://wiki.makerbot.com/forum/c-77688/talk-about-makerbot here].&lt;br /&gt;
&lt;br /&gt;
Noisebridge&#039;s Makerbot kit, thoughtfully purchased by Mitch, arrived at 83C on Monday evening, July 20.  Leading the assembly team is Joachim, along with Christoph, Rachel, Steve (Mr Domino), and Jeffrey (ieatlint).&lt;br /&gt;
&lt;br /&gt;
It took about an hour and a half to go through and check the parts against the [http://pony.noisebridge.net/~cmaier/makerbot/parts_lists.ods parts list].  &amp;lt;strike&amp;gt;We think we are missing a bag of &amp;quot;laser cut pulleys&amp;quot; but it&#039;s hard to be completely sure, as there are a LOT of parts and they are not all labeled exactly as in the parts list&amp;lt;/strike&amp;gt; A bag of &amp;quot;laser cut pulleys&amp;quot; was replaced by MakerBot-made pulleys, but the parts lists weren&#039;t updated.  We determined to start assembly anyway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cupcake [[Makerbot/Electronics|Electronics]] Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-electronics-assembly Instructions] Christoph soldering one of the [[Makerbot/Electronics/Stepper_driver|stepper motor drivers]], one of the [[Makerbot/Electronics/endstop_switches|endstop switches]], and the SMD parts on the [[Makerbot/Electronics/Motherboard|motherboard]] with only occasional bitching to people to &#039;&#039;&#039;&#039;&#039;STOP MOVING THE TABLE&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Motherboard is tested and able to control stepper motors.  Regular firmware needs to be flashed back onto it.  [http://wiki.makerbot.com/burn-custom-firmware-using-arduino This] may help. [[User:Ieatlint|Ieatlint]] 02:55, 25 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Pulley Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-pulley-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake CNC Body Assembly ==&lt;br /&gt;
We got the first part of the body together without difficulty, but had trouble with the Z stage as one of the parts had changed from when the docs were written.  The Z stage rod holding guides changed from being O-shaped to being U-shaped, and are marked &amp;quot;Z guides&amp;quot;.  The forums told us to use them anyway.&lt;br /&gt;
&lt;br /&gt;
The next problem was with threaded rods, which had been cut to size.  The ends of some would not take a nut.  We solved this with judicious use of the bench grinder.  There were LOTS of nut/rod jokes, and we were in a state where they were actually funny! [[User:Rachel|Rachel]] 10:08, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Progressed to and including the step entitled &amp;quot;Z-stage stepper wiring&amp;quot; as detailed on the body assembly [http://wiki.makerbot.com/cupcake-body-assembly instructions].  The body assembly is nearly completed. [[User:Ieatlint|Ieatlint]] 03:52, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Stages assembled and motherboard and stepper driver circuits in place. Driver boards are tested. Axis stops are installed, platforms still need craft stick beam breaks installed. -- [[User:JSharp|JSharp]] 06:45, 2 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Y Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-y-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake X Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-x-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Plastruder MK3 Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/plastruder-mk3-assembly Instructions]&lt;br /&gt;
*Note: Ubuntu 9.04 specific: the librxtxSerial.so and the RXTXcomm.jar that come in the replicatorg download need to be replaced with some binaries from this other place that I don&#039;t remember. -[[User:Elgreengeeto|Skory]]&lt;br /&gt;
&lt;br /&gt;
*Progressed through to end of Heater Barrel Assembly.   [[User:Miloh|Miloh]] 04:24, 21 July 2009 (PDT)&lt;br /&gt;
*Progressed through the Filament Drive Assembly, and Joachim mastered the extruder electronics.  [[User:Miloh|Miloh]] 02:03, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel through step 3. [[User:Miloh|Miloh]] 13:17, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel to the end.  [[User:Miloh|Miloh]] 20:46, 26 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
 Continue at Plastruder burn in test.  The burn in test can&#039;t be completed until the Thermistor and extruder board are recognized by the control system.&lt;br /&gt;
&lt;br /&gt;
*Plastruder board burnt out a few components on power up test. Ordered new plastruder driver from makerbot, should arrive at 83C soon. -- [[User:JSharp|JSharp]] 06:43, 2 August 2009 (PDT)&lt;br /&gt;
**New plastruder control board received and installed. -- [[User:JSharp|JSharp]] 10:52, 9 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
= Status Reports =&lt;br /&gt;
&lt;br /&gt;
== 10/18/09 ==&lt;br /&gt;
&lt;br /&gt;
Martin - The makerbot is working and printing objects well.  You will need to download and install &amp;quot;ReplicatorG&amp;quot; and &amp;quot;skeinforge&amp;quot; in order to use the bot. The software runs on Mac, Linux, and PC.   (skeinforge requires Python, ReplicatorG requires Java)  Example objects are next to the bot.&lt;br /&gt;
&lt;br /&gt;
The X/Y/Z stage endpoints are not yet installed.  It requires a number of popsicle sticks to be cut to the correct length and the stage to be calibrated.  You can operate the MakerBot with ***great*** care without them.  &lt;br /&gt;
&lt;br /&gt;
The extruder head has been upgraded to the Mark-4, with a new bearing and idler wheel.  Also, the extruder head is now insulated with the same material they use to insulate the Space Shuttle heat tiles from the skin of the shuttle itself.  *** IT IS EXPENSIVE.  PLEASE DON&#039;T TAKE APART! ***  I can&#039;t replace the material, it was given as a gift from a friend at JPL.  &lt;br /&gt;
&lt;br /&gt;
Please read all the instructions on how to use the MakerBot on the [[http://wiki.makerbot.com/|MakerBot Wiki Site]] before attempting to use it.&lt;br /&gt;
&lt;br /&gt;
== 08/24/09 ==&lt;br /&gt;
Thanks to excellent efforts and support from Martin, the MakerBot is now in a semi-functional state.  There are three things that need to be worked on, however:&lt;br /&gt;
# The Y stage endpoint is installed incorrectly (the Y stage and physically crash into it)&lt;br /&gt;
# The nichrome wire needs to be better insulated so it can maintain higher temperatures and consistent temperatures.&lt;br /&gt;
# The feeding mechanism needs to be reviewed, as it appears that it fails to operate reliably.&lt;br /&gt;
&lt;br /&gt;
Please do NOT attempt to disassemble the plastruder header.&lt;br /&gt;
Also, do NOT attempt to operate the MakerBot unless you really know what you&#039;re doing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 01/10/2010 ==&lt;br /&gt;
Much has happened to the Makerbot since last noted,&lt;br /&gt;
the broken idler wheel was replaced and the extruder head assembly was upgraded by me using parts from Bre when he was here. Thanks Bre!&lt;br /&gt;
I also at that time upgraded the firmware and printed a bunch of skull throwies, yay! &lt;br /&gt;
Time has passed between then and now and many people have been reporting the makerbot in sickly condition, after much testing I am glad to report this not the case. go go makerbot!&lt;br /&gt;
&lt;br /&gt;
== 03/10/2010 ==&lt;br /&gt;
Bre was here on 20/2 and installed a heated build platform on the Makerbot. The heated platform is a new development, still in prototype stage. It is awesome because it prevents warping, and allows workpieces to stick to the build platform without having to build a raft.&lt;br /&gt;
&lt;br /&gt;
He left a sheet of instructions, they say:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... While here we set you up with a heated build platform. It&#039;s&lt;br /&gt;
hooked up to the fans pot. So before you print, go into the control&lt;br /&gt;
panel and click [x] fan and it will turn it on. Let it warm up for at&lt;br /&gt;
least 5 minutes and then print on it. When the model is done, let it&lt;br /&gt;
cool for 5 minutes and it will &#039;pop&#039; right off the warm kapton tape.&lt;br /&gt;
&lt;br /&gt;
We are also leaving you a spare parts kit for the extruder. Your&lt;br /&gt;
nozzle is super thick and slow. This new nozzle has a smaller nozzle&lt;br /&gt;
hole. Make it, use it, love it!&lt;br /&gt;
&lt;br /&gt;
Bre and Zack, Makerbot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When asked about the workings of the heated build platform, he said:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Yup, ours is a prototype part, it&#039;s awesome but not very well documented.&lt;br /&gt;
&lt;br /&gt;
You want to plug it in above the mosfet that usually runs the fan.&lt;br /&gt;
&lt;br /&gt;
You can then go into the control panel and just turn the fan on, let&lt;br /&gt;
it heat up for 8-10 minutes and it will get to about 110F.&lt;br /&gt;
&lt;br /&gt;
Print away and remember to turn it off and unplug the bot when you&#039;re done!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Please note that he&#039;s left us the parts for an improved extruder - up to us to build it - and some of the new colored ABS plastic.&lt;br /&gt;
&lt;br /&gt;
== 04/03/2010 ==&lt;br /&gt;
After using the makerbot all day I (fenn) noticed the Z axis was consistently jamming up when traversing above 125mm/min. Several hours of head-scratching later I discovered that the heated platform would cause the large acrylic plate that holds the extruder to heat up and expand, pushing outwards on the Z-axis nuts and causing the mechanism to bind ever so slightly. The simple fix of filing the plate down was complicated by the lack of small files and the fact that the machine was assembled wrong, requiring removal of the four small u-shaped plywood &amp;quot;guide plates&amp;quot;, which I put back in the correct orientation: gap outwards.&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure the heated build platform actually ever gets hot enough for ABS to stick to the kapton tape. It seems to max out at 95 celsius, as measured with an infrared thermometer. The RepRap wiki suggests 120-220 degrees for ABS. Perhaps connect the platform directly to a higher voltage power supply?&lt;br /&gt;
&lt;br /&gt;
Lacking a hot enough bed for the first layer to stick to, blue masking tape sorta almost works (the first time you use it), and I got much better results when I taped a business card on top and printed on that instead. I printed a few gears and hope to add a [http://www.thingiverse.com/thing:1794 &amp;quot;wade extruder&amp;quot;] soonish.&lt;br /&gt;
&lt;br /&gt;
== 04/09/2010 ==&lt;br /&gt;
I (fenn) came in today and it appeared that nobody had touched the makerbot since I last left it. But the nozzle wouldn&#039;t heat up. Voltage to the wires, it just didnt get hot. So, heeding the warning to not disassemble the nozzle, I removed it and swapped in another one, which works a lot better anyway. Then I attached a 16V transformer to the heated bed, and now it gets up to 165C which is much better than the old 90C running on 12V. Now the first layer actually sticks! Z axis seems to still be jamming up; I didn&#039;t file the notches deep enough I guess. Wish I had more time to play with it. Skeinforge settings that seem to work with ABS:&lt;br /&gt;
layer height: 0.4mm, flow rate: 255, feed rate: 25mm/s.&lt;br /&gt;
&lt;br /&gt;
== 04/11/2010 ==&lt;br /&gt;
added a fan to cool off the acrylic plate. make sure you enable the fan before printing and it shouldn&#039;t jam up anymore. seems to be working reliably now.&lt;br /&gt;
&lt;br /&gt;
hint: instead of trying to adjust the Z zero in software, manually adjust the height as it prints the first layer.&lt;br /&gt;
&lt;br /&gt;
caution: plugging in or unplugging the heater transformer may cause the power strip breaker to trip and reset the makerbot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 04/13/2010 ==&lt;br /&gt;
leveled bed by shaving down tabs that were sticking up, pushing magnets back in, and adding a small strip of kapton tape. adjusted toothed gear/idler wheel spacing with 5/64 allen key.&lt;br /&gt;
&lt;br /&gt;
Some of the magnets on the Y stage are in sideways (poles on left &amp;amp; right), not upright (poles on top &amp;amp; bottom). I found this when building my Makerbot, since I wanted the build platform to be interoperable, I tried placing the magnets on the Y stage of the NB &#039;bot to check polarity, and found that they were sticking corner-to-corner, not face-to-face. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
== 06/10/2010 ==&lt;br /&gt;
I&#039;ve taken in two functioning nozzle assemblies, and an extruder block with double idler wheel. These should help get the &#039;bot up and running. The nozzles may need to be heated up, PTFE insulator removed and cleaned. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
What is the large spool of white plastic next to the Makerbot? It seems a lot softer than ABS, and certainly acts strange when I try to print with it. (It is so soft that it scrunches up in the extruder feed channel, and the pinch wheel starts grinding into it super quickly. It doesn&#039;t stink when heated.) Could it be Shapelock? - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;it is PLA, rather than ABS.  It melts at a much, much lower temperature.&#039;&#039; - Martin&lt;br /&gt;
&lt;br /&gt;
It&#039;s not PLA, far too soft. There&#039;s some green PLA in the bag on top of the pile. I think it&#039;s HDPE. Smells like HDPE too. (like a blown out candle.) - fenn&lt;br /&gt;
&lt;br /&gt;
== 9/24/2010 ==&lt;br /&gt;
&lt;br /&gt;
The Makerbot is broken...&lt;br /&gt;
&lt;br /&gt;
d&#039;oh!&lt;br /&gt;
&lt;br /&gt;
i&#039;m really not sure what happened. i was cleaning out the extruder and i think one of the green wires touched the large metal washer; there was a spark and a small poof next to the rj-45 connector on the extruder board, and now nothing turns on. sigh.&lt;br /&gt;
&lt;br /&gt;
[[File:IMG_2929.JPG|right|thumbnail|alt=two sample pieces, side view|corroborating evidence]]&lt;br /&gt;
I swapped in one of Gian Pablo&#039;s extruders and bought a new 606 bearing for the gearmotor. (somehow the original must have fallen out and gotten lost.) Lots of jamming up and cussing ensued. Some adjustments were made, much filament run through the machine, and I deduced that the &#039;&#039;&#039;NEW EXTRUDER REQURIES THE FAN ON&#039;&#039;&#039; whenever it is at operating temperature. I got it to print out a timing pulley on the fifth try, and reliably printing after that, using the same settings as before.&lt;br /&gt;
&lt;br /&gt;
The nozzles I left seem to print reliably at much lower temperatures, try 195C and see how that goes. [gian pablo]&lt;br /&gt;
&lt;br /&gt;
== 2011-01-08  ==&lt;br /&gt;
&lt;br /&gt;
I&#039;ve ordered an extensive selection of parts, including new extruder, heated build platform, extruder board etc. Should be here next week. &lt;br /&gt;
&lt;br /&gt;
We&#039;ve started work on this. I&#039;ve also started printing a replacement XY stage (http://www.thingiverse.com/thing:4213) on my Makerbot, and ordered the parts for it (bearings, nuts, screws, washers).&lt;br /&gt;
&lt;br /&gt;
[gian pablo]&lt;br /&gt;
&lt;br /&gt;
== 2011-01-14 ==&lt;br /&gt;
&lt;br /&gt;
All the parts have arrived. Miloh unpacked them and started working on it. Things to do:&lt;br /&gt;
&lt;br /&gt;
* Assemble heated build platform&lt;br /&gt;
* Assemble relay board&lt;br /&gt;
* Assemble Plastruder Mk 5&lt;br /&gt;
* Replace extruder controller (and motherboard if necessary)&lt;br /&gt;
* Clean the &#039;bot&lt;br /&gt;
* Calibrate it&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2011-02-18 ==&lt;br /&gt;
&lt;br /&gt;
Watch it.  It prints.&lt;br /&gt;
&lt;br /&gt;
The autospool can cinch down and yank your build to ruin.  Jake and I modified it to pull out the side in a lazier loop.  It needs to be watched.  &lt;br /&gt;
&lt;br /&gt;
* Needs More calibration&lt;br /&gt;
** feed rate&lt;br /&gt;
** stepper driver currents  (there were some X-Y 1-2mm shift errors halfway through the first builds)&lt;br /&gt;
* Need a get up to speed session &amp;amp; bot day (CrashSpaceLA is having one this weekend)&lt;br /&gt;
[[User:Miloh|Miloh]] 12:51, 18 February 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2011-03-02 ==&lt;br /&gt;
&lt;br /&gt;
Printed different series of shelving brackets in red ABS.  Another 2mm shift 1/4 of the way through the print only made them semi-useful.  Not sure what caused the shift -- there were ~50 people milling around so I&#039;m going to assume someone just touched the build in progress. The autospool is modified and working well on its side. The new MK5 head is working well so far (without the extrusion blowout and grip problems of the MK4 series pinch wheel and gear drive)&lt;br /&gt;
improvements:&lt;br /&gt;
&lt;br /&gt;
* we can laser cut 1/16 cork mounting dampeners for the stepper motors&lt;br /&gt;
* either replace the Y axis build platform mounting part or the build platform wood back to improve stability in the platform.&lt;br /&gt;
[[User:Miloh|Miloh]] 23:14, 2 March 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 2011-04-01 ==&lt;br /&gt;
&lt;br /&gt;
All the Makerbots are working.&lt;br /&gt;
&lt;br /&gt;
I&#039;ve made a bunch of upgrades to White Rabbit and it is working great, there are a few fun sample prints scattered around. Ping me if you want to use it, it is a bit non-standard.&lt;br /&gt;
&lt;br /&gt;
I spent a bit of quality time with Nutjob, cleaned out the driver gear, levelled the Z stage, replaced the drive motor and tidied up the cables. It is pretty standard, go ahead and use it.&lt;br /&gt;
&lt;br /&gt;
There are now two filament spindles up and running, with red and white ABS. Black ABS is on the way.&lt;br /&gt;
&lt;br /&gt;
Miloh printed a replacement toilet hinge, and it is now installed and working.&lt;br /&gt;
&lt;br /&gt;
[[user:Gpvillamil|Gian Pablo]]&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=17606</id>
		<title>Makerbot</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=17606"/>
		<updated>2011-04-07T01:47:47Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: /* Usage log */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= The Makerbots are working (2011- 04 -01) =&lt;br /&gt;
&lt;br /&gt;
All of the Makerbors are working.&lt;br /&gt;
&lt;br /&gt;
Nutjob (the Noisebridge bot) has had a number of major upgrades performed on it, including heated build platform and Mk 5 extruder. It is now working well. The standard ReplicatorG software and profiles (choose Cupcake with Heated Build Platform) will work fine with it.  &lt;br /&gt;
&lt;br /&gt;
Go ahead and use it, the instructions here and on the Makerbot site are appropriate, with one caveat: there is a bug in the Makerbot profiles that will leave the heated build platform and steppers on, which is a fire hazard.&lt;br /&gt;
&lt;br /&gt;
Before printing, install ReplicatorG, find the file called end.gcode, and if it does not contain the M109, M104 and M18 codes, edit it to look like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
(end of the file, cooldown routines)&lt;br /&gt;
M104 S0&lt;br /&gt;
M109 S0&lt;br /&gt;
G91&lt;br /&gt;
G1 Z10&lt;br /&gt;
M18 (turn off steppers.)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will turn off everything, leaving the Makerbot in a safe state.&lt;br /&gt;
&lt;br /&gt;
White Rabbit (Gian Pablo&#039;s bot) has had its XY stage replaced with a printed one, and Z axis guide rods installed. Please check in with Gian Pablo before using it, because it is now far from standard, and you should make some adjustments in operating procedures.&lt;br /&gt;
&lt;br /&gt;
Scotch (Miloh&#039;s bot) has a Mk 5 extruder made with Noisebridge&#039;s own laser cutter. It is the thing made out of green acrylic. Check in with Miloh before using it, it is still being debugged and enhanced.&lt;br /&gt;
&lt;br /&gt;
For smaller parts, make a Skeinforge profile where you change the Fill/Extra Shells setting to 0 (no extra shells) and the Fill/Infill Densiety to 1.0. This yields extremely strong and dimensionally accurate parts.&lt;br /&gt;
&lt;br /&gt;
=How to Use the Makerbot=&lt;br /&gt;
if it breaks, we can fix it. don&#039;t be afraid of the makerbot! I&#039;ve crashed it hundreds of times and only permanently broke something once.&lt;br /&gt;
&lt;br /&gt;
====install some software first====&lt;br /&gt;
&lt;br /&gt;
* Install Java (if you don&#039;t already have it) - http://www.java.com/en/download/index.jsp&lt;br /&gt;
&lt;br /&gt;
* Install Python (if you don&#039;t already have it). http://www.python.org/download/ &lt;br /&gt;
&lt;br /&gt;
* Optionally, install PsyCo, it will make things run much faster.  http://psyco.sourceforge.net/download.html&lt;br /&gt;
&lt;br /&gt;
* get yourself a copy of replicatorg: http://replicat.org/download&lt;br /&gt;
&lt;br /&gt;
ReplicatorG now includes various versions of the Skeinforge slicing utility, so no need to download and install separately.&lt;br /&gt;
&lt;br /&gt;
ReplicatorG 0024 has a serious bug in some of the profiles for the Cupcake CNC Makerbot, it will not generate the instructions that turn off heated build platform and stepper motors. This is a potential fire hazard, as the steppers and the build platform can get very hot. Do this:&lt;br /&gt;
&lt;br /&gt;
Go ahead and use it, the instructions here and on the Makerbot site are appropriate, with one caveat: there is a bug in the Makerbot profiles that will leave the heated build platform and steppers on, which is a fire hazard.&lt;br /&gt;
&lt;br /&gt;
Find the file called end.gcode, and if it does not contain the M109, M104 and M18 codes, edit it to look like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
(end of the file, cooldown routines)&lt;br /&gt;
M104 S0&lt;br /&gt;
M109 S0&lt;br /&gt;
G91&lt;br /&gt;
G1 Z10&lt;br /&gt;
M18 (turn off steppers.)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will turn off everything, leaving the Makerbot in a safe state.&lt;br /&gt;
&lt;br /&gt;
You are done.&lt;br /&gt;
&lt;br /&gt;
====using the software====&lt;br /&gt;
&lt;br /&gt;
* Start ReplicatorG.&lt;br /&gt;
&lt;br /&gt;
* Open an STL file. You should see a 3D image of your model.&lt;br /&gt;
&lt;br /&gt;
* Press the &#039;generate GCode&#039; button on the right. &lt;br /&gt;
&lt;br /&gt;
* You will be asked to choose a profile. Currently you are looking at Cupcake CNC Mk4, but very soon you will want Cupcake CNC Mk5 with Heated Build Platform.&lt;br /&gt;
&lt;br /&gt;
* It will take a while to build the GCode for the model. Go talk to visitors to the space and tell them not to sleep here.&lt;br /&gt;
&lt;br /&gt;
* Refer to the detailed instructions on the Makerbot site for more up-to-date tips and instructions (they change often):  http://wiki.makerbot.com/how-to-print&lt;br /&gt;
&lt;br /&gt;
====fire the makerbot====&lt;br /&gt;
&lt;br /&gt;
Instructions have been updated to reflect the (coming) new and improved Makerbot.&lt;br /&gt;
&lt;br /&gt;
* turn on the makerbot PSU, it&#039;s a switch in the back&lt;br /&gt;
* plug in the makerbot usb cable&lt;br /&gt;
* run replicatorg (./replicatorg)&lt;br /&gt;
* (firmware should be updated)&lt;br /&gt;
* the first time you run it, machine-&amp;gt;driver-&amp;gt;cupcake CNC with heated build platform&lt;br /&gt;
* also machine-&amp;gt;serial port, choose whatever serial port is being emulated via USB &lt;br /&gt;
* load filament&lt;br /&gt;
** loosen the extruder thumbscrew&lt;br /&gt;
** insert filament into the extruder, basically to the level of the motor axle (NOT all the way down into the nozzle - you do this so that you can more easily tell if the motor is working)&lt;br /&gt;
** tighten the extruder thumbscrew, just a little bit more than finger tight, enough to get a good grip between the drive gear and the filament - you can adjust this while printing, if the filament starts slipping&lt;br /&gt;
* click on the 4 arrows symbol (control panel)&lt;br /&gt;
** lay a small piece of paper on the platform&lt;br /&gt;
** remove any crud from the nozzle with bent nose pliers (hidden under the EFF hat)&lt;br /&gt;
** move X, Y to the center of the platform (you can do this by pressing Disable steppers, then moving it by hand)&lt;br /&gt;
** jog down in Z first in 10mm increments, then 1mm increments, until there is maximum drag force on the paper&lt;br /&gt;
** jog up in 0.1mm increments until the drag lessens&lt;br /&gt;
** click &amp;quot;set zero&amp;quot;&lt;br /&gt;
** at the bottom of the control panel there are some settings, set them in this order&lt;br /&gt;
*** Motor Speed (PWM): 255&lt;br /&gt;
*** Target Temperature: 220&lt;br /&gt;
*** Heated Build Platform: 120&lt;br /&gt;
*** Motor Control: Stop&lt;br /&gt;
** wait until the temperature is above 200 then try a test extrusion &lt;br /&gt;
*** move Z axis up 20mm or so&lt;br /&gt;
***click Motor Control: forward&lt;br /&gt;
*** wait for the filament to enter the extruder, and start coming out the nozzle&lt;br /&gt;
*** make sure the extruder motor is turning, there is a dot drawn on the axle with sharpie&lt;br /&gt;
*** if you accidentally start the motor before it&#039;s hot, you can fix it by slightly unscrewing the extruder thumbscrew and adjusting the filament&lt;br /&gt;
* the build platform should be plenty hot now&lt;br /&gt;
** there might be an IR thermometer in a little duct tape pouch thingy&lt;br /&gt;
** it should be around 120-130C for best results&lt;br /&gt;
* remove ooze from the nozzle with pliers&lt;br /&gt;
* zero the Z axis (ie. move it down until it near touches the platform)&lt;br /&gt;
* file-&amp;gt;open the .gcode file you created earlier with skeinforge&lt;br /&gt;
* click &#039;build&#039; (the solid kidney bean)&lt;br /&gt;
* if the first layer doesn&#039;t stick at all or peels loose immediately, adjust the z axis down by turning the pulley on top of the makerbot&lt;br /&gt;
* if the first layer starts getting fugly during the infill, with crap building up on the nozzle, adjust the z axis up a few steps until it looks perfectly flat with no &amp;quot;fuzz&amp;quot;&lt;br /&gt;
***note to self: get some pics and video of first layer too high, first layer too low, and verify zeroing procedure&lt;br /&gt;
* now since it probably screwed up somehow, hit stop and remove the grossness with the plastic scraper and/or pliers&lt;br /&gt;
* it should still be zeroed, and hopefully at the correct height adjustment now, so just click &#039;build&#039; again&lt;br /&gt;
* if you can&#039;t get it to stick at all, the platform is probably at the wrong temperature.&lt;br /&gt;
** wait five minutes for it to warm up completely&lt;br /&gt;
[[File:Nophead_pulleys_side.jpg|right|thumbnail|alt=two sample pieces, side view|your part should look like this or better. I still hadn&#039;t tweaked the feedrate perfectly for colored plastic, hence the blobbiness.]]&lt;br /&gt;
&lt;br /&gt;
* ok now presumably you&#039;re done printing and nothing went wrong. &lt;br /&gt;
** jog Z+ 20mm to give yourself some room&lt;br /&gt;
** wait for the piece to cool down, 3 to 5 minutes should be enough&lt;br /&gt;
** now just peel it off with your hand&lt;br /&gt;
** if you let the piece cool all the way down, maybe 10-15 minutes, it will just &amp;quot;pop&amp;quot; off the build platform by itself&lt;br /&gt;
*** be careful, the part may still be soft and can deform&lt;br /&gt;
*** don&#039;t use a knife if at all possible, it will mess up the Kapton coating on the platform - just wait for it to cool&lt;br /&gt;
*** it&#039;s easier if you remove the build platform - it&#039;s held on with magnets&lt;br /&gt;
&lt;br /&gt;
==== tweaking skeinforge ====&lt;br /&gt;
[[File:Nophead_pulleys_top.jpg|right|thumbnail|alt=two sample pieces, top view|note the incomplete infill on the right; this was due to improper perimeter width settings. note the square teeth on the left; this is because &amp;quot;stretch&amp;quot; is turned on. this is a good thing.]]&lt;br /&gt;
there are about 300 different &amp;quot;craft&amp;quot; settings in skeinforge, and they all interrelate in confusing ways. here&#039;s a quick overview of the important ones:&lt;br /&gt;
*carve-&amp;gt;layer height: should be about 0.8*nozzle hole diameter, ship default is 0.4&lt;br /&gt;
*carve-&amp;gt;width over height: should be about 1.45, if threads in flat parts show gap make this value smaller&lt;br /&gt;
*speed-&amp;gt;flow rate: 255&lt;br /&gt;
*speed-&amp;gt;feed rate: start around 35mm/s&lt;br /&gt;
*fill-&amp;gt;infill solidity: 0.25 is adequate and not too slow. higher for stronger parts&lt;br /&gt;
*fill-&amp;gt;infill pattern: controls whether you get hashbrowns or honeycombs&lt;br /&gt;
*comb keeps it from driving through empty spaces and making stringies&lt;br /&gt;
*raft prints a waffle grid thingy to keep the corners held down - will be disabled for heated build platform&lt;br /&gt;
*raftless - don&#039;t use it, instead turn off the raft checkbox when generating GCode in RepG, use outline to generate a lead-in&lt;br /&gt;
*oozebane is useless, forget about it&lt;br /&gt;
*jitter is good, set it to a large value like 100&lt;br /&gt;
*stretch makes corners un-rounded, but can cause data overload stuttering if &amp;quot;stretch from distance&amp;quot; is too small&lt;br /&gt;
*temperature is usually set to 230, but newer extruders can print fine with temperatures as low as 205C. You might need to lower all the temperatures in order to print tall skinny objects.&lt;br /&gt;
*wipe should be turned off&lt;br /&gt;
*outline should be turned on, it draws a rectangle around the first layer which lets you tweak the Z axis distance and ensure adhesion&lt;br /&gt;
&lt;br /&gt;
You may want to create a profile with an alternative set of settings. In the Generate GCode dialog, select the default profile for your machine (mostly likely Cupcake with Heated Build Platform), duplicate it and call it &amp;quot;SuperSolid&amp;quot; or something like that, and make the following changes:&lt;br /&gt;
&lt;br /&gt;
*Fill/Extra Shells -&amp;gt; 0 (there are a number of extra shells parameters - make all of them zero)&lt;br /&gt;
*Fill/Infill Density -&amp;gt; 1.0 (this will make solid objects)&lt;br /&gt;
&lt;br /&gt;
Use this profile for parts that need to be extra strong or precise, ie. working machine parts or gears. Be warned that this will be very slow and will use a lot more plastic. However, the results can be truly outstanding.&lt;br /&gt;
&lt;br /&gt;
you can safely ignore the rest&lt;br /&gt;
&lt;br /&gt;
==== care and feeding ====&lt;br /&gt;
* don&#039;t leave the makerbot unattended for hours, as it can theoretically catch on fire (those heated bed wires are iffy)&lt;br /&gt;
* don&#039;t leave the extruder hot for hours. periodically flush through plastic to prevent it from oxidizing.&lt;br /&gt;
* if you are about to run out of filament, cut off both ends square with diagonal flush cutters (the blue cutters for electronics) and simply hold the filament together as it goes in&lt;br /&gt;
*if the filament strips out during use (extruder motor is on, temperature high enough, nothing happening) try pushing it down manually&lt;br /&gt;
** if this doesn&#039;t work, try reversing the motor until the filament comes out, cut it cleanly, and reinsert&lt;br /&gt;
** if it keeps stripping out, you may have to completely disassemble the extruder and remove plastic gunk from the gear teeth.&lt;br /&gt;
*** use a long 5/64&amp;quot; or 2mm allen key to set the extruder idler wheel/feed gear spacing&lt;br /&gt;
** try not to let it happen in the first place. stripping can be caused by setting the first layer too low, blocking the nozzle and letting pressure build up&lt;br /&gt;
*don&#039;t upgrade the firmware unless you&#039;re willing to deal with the consequences&lt;br /&gt;
*keep it away from bright light&lt;br /&gt;
*don&#039;t get any water on it&lt;br /&gt;
*never, never ever feed it after midnight.&lt;br /&gt;
&lt;br /&gt;
= Usage log =&lt;br /&gt;
please write your name, what you tried to make, and what happened below (pics or it didnt happen)&lt;br /&gt;
----&lt;br /&gt;
[[File:Minimendel_Z_leadscrew_base_motor.jpg|none|thumbnail|600px|mini mendel Z leadscrew base and motor mount. This bastard took 2 hours and almost the entire remaining roll of green. It started to peel up badly at the back corner. I rescued it by melting the corner back down with a soldering iron. [[User:Fenn|Fenn]] 13:07, 1 May 2010 (UTC)]]&lt;br /&gt;
----&lt;br /&gt;
[[File:Makerbot_mushroom_1.jpg|none|thumbnail|600px|A two color mushroom printed on one of the Makerbots. Shows what is possible! [[User:Gpvillamil|Gian Pablo]] ]]&lt;br /&gt;
[[File:example.jpg|none|thumbnail|600px|caption text]]&lt;br /&gt;
&lt;br /&gt;
= Construction log =&lt;br /&gt;
This describes the current progress of the building of the Makerbot.  Instructions are found [http://wiki.makerbot.com/cupcake here], and a forum for it is found [http://wiki.makerbot.com/forum/c-77688/talk-about-makerbot here].&lt;br /&gt;
&lt;br /&gt;
Noisebridge&#039;s Makerbot kit, thoughtfully purchased by Mitch, arrived at 83C on Monday evening, July 20.  Leading the assembly team is Joachim, along with Christoph, Rachel, Steve (Mr Domino), and Jeffrey (ieatlint).&lt;br /&gt;
&lt;br /&gt;
It took about an hour and a half to go through and check the parts against the [http://pony.noisebridge.net/~cmaier/makerbot/parts_lists.ods parts list].  &amp;lt;strike&amp;gt;We think we are missing a bag of &amp;quot;laser cut pulleys&amp;quot; but it&#039;s hard to be completely sure, as there are a LOT of parts and they are not all labeled exactly as in the parts list&amp;lt;/strike&amp;gt; A bag of &amp;quot;laser cut pulleys&amp;quot; was replaced by MakerBot-made pulleys, but the parts lists weren&#039;t updated.  We determined to start assembly anyway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cupcake [[Makerbot/Electronics|Electronics]] Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-electronics-assembly Instructions] Christoph soldering one of the [[Makerbot/Electronics/Stepper_driver|stepper motor drivers]], one of the [[Makerbot/Electronics/endstop_switches|endstop switches]], and the SMD parts on the [[Makerbot/Electronics/Motherboard|motherboard]] with only occasional bitching to people to &#039;&#039;&#039;&#039;&#039;STOP MOVING THE TABLE&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Motherboard is tested and able to control stepper motors.  Regular firmware needs to be flashed back onto it.  [http://wiki.makerbot.com/burn-custom-firmware-using-arduino This] may help. [[User:Ieatlint|Ieatlint]] 02:55, 25 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Pulley Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-pulley-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake CNC Body Assembly ==&lt;br /&gt;
We got the first part of the body together without difficulty, but had trouble with the Z stage as one of the parts had changed from when the docs were written.  The Z stage rod holding guides changed from being O-shaped to being U-shaped, and are marked &amp;quot;Z guides&amp;quot;.  The forums told us to use them anyway.&lt;br /&gt;
&lt;br /&gt;
The next problem was with threaded rods, which had been cut to size.  The ends of some would not take a nut.  We solved this with judicious use of the bench grinder.  There were LOTS of nut/rod jokes, and we were in a state where they were actually funny! [[User:Rachel|Rachel]] 10:08, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Progressed to and including the step entitled &amp;quot;Z-stage stepper wiring&amp;quot; as detailed on the body assembly [http://wiki.makerbot.com/cupcake-body-assembly instructions].  The body assembly is nearly completed. [[User:Ieatlint|Ieatlint]] 03:52, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Stages assembled and motherboard and stepper driver circuits in place. Driver boards are tested. Axis stops are installed, platforms still need craft stick beam breaks installed. -- [[User:JSharp|JSharp]] 06:45, 2 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Y Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-y-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake X Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-x-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Plastruder MK3 Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/plastruder-mk3-assembly Instructions]&lt;br /&gt;
*Note: Ubuntu 9.04 specific: the librxtxSerial.so and the RXTXcomm.jar that come in the replicatorg download need to be replaced with some binaries from this other place that I don&#039;t remember. -[[User:Elgreengeeto|Skory]]&lt;br /&gt;
&lt;br /&gt;
*Progressed through to end of Heater Barrel Assembly.   [[User:Miloh|Miloh]] 04:24, 21 July 2009 (PDT)&lt;br /&gt;
*Progressed through the Filament Drive Assembly, and Joachim mastered the extruder electronics.  [[User:Miloh|Miloh]] 02:03, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel through step 3. [[User:Miloh|Miloh]] 13:17, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel to the end.  [[User:Miloh|Miloh]] 20:46, 26 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
 Continue at Plastruder burn in test.  The burn in test can&#039;t be completed until the Thermistor and extruder board are recognized by the control system.&lt;br /&gt;
&lt;br /&gt;
*Plastruder board burnt out a few components on power up test. Ordered new plastruder driver from makerbot, should arrive at 83C soon. -- [[User:JSharp|JSharp]] 06:43, 2 August 2009 (PDT)&lt;br /&gt;
**New plastruder control board received and installed. -- [[User:JSharp|JSharp]] 10:52, 9 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
= Status Reports =&lt;br /&gt;
&lt;br /&gt;
== 10/18/09 ==&lt;br /&gt;
&lt;br /&gt;
Martin - The makerbot is working and printing objects well.  You will need to download and install &amp;quot;ReplicatorG&amp;quot; and &amp;quot;skeinforge&amp;quot; in order to use the bot. The software runs on Mac, Linux, and PC.   (skeinforge requires Python, ReplicatorG requires Java)  Example objects are next to the bot.&lt;br /&gt;
&lt;br /&gt;
The X/Y/Z stage endpoints are not yet installed.  It requires a number of popsicle sticks to be cut to the correct length and the stage to be calibrated.  You can operate the MakerBot with ***great*** care without them.  &lt;br /&gt;
&lt;br /&gt;
The extruder head has been upgraded to the Mark-4, with a new bearing and idler wheel.  Also, the extruder head is now insulated with the same material they use to insulate the Space Shuttle heat tiles from the skin of the shuttle itself.  *** IT IS EXPENSIVE.  PLEASE DON&#039;T TAKE APART! ***  I can&#039;t replace the material, it was given as a gift from a friend at JPL.  &lt;br /&gt;
&lt;br /&gt;
Please read all the instructions on how to use the MakerBot on the [[http://wiki.makerbot.com/|MakerBot Wiki Site]] before attempting to use it.&lt;br /&gt;
&lt;br /&gt;
== 08/24/09 ==&lt;br /&gt;
Thanks to excellent efforts and support from Martin, the MakerBot is now in a semi-functional state.  There are three things that need to be worked on, however:&lt;br /&gt;
# The Y stage endpoint is installed incorrectly (the Y stage and physically crash into it)&lt;br /&gt;
# The nichrome wire needs to be better insulated so it can maintain higher temperatures and consistent temperatures.&lt;br /&gt;
# The feeding mechanism needs to be reviewed, as it appears that it fails to operate reliably.&lt;br /&gt;
&lt;br /&gt;
Please do NOT attempt to disassemble the plastruder header.&lt;br /&gt;
Also, do NOT attempt to operate the MakerBot unless you really know what you&#039;re doing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 01/10/2010 ==&lt;br /&gt;
Much has happened to the Makerbot since last noted,&lt;br /&gt;
the broken idler wheel was replaced and the extruder head assembly was upgraded by me using parts from Bre when he was here. Thanks Bre!&lt;br /&gt;
I also at that time upgraded the firmware and printed a bunch of skull throwies, yay! &lt;br /&gt;
Time has passed between then and now and many people have been reporting the makerbot in sickly condition, after much testing I am glad to report this not the case. go go makerbot!&lt;br /&gt;
&lt;br /&gt;
== 03/10/2010 ==&lt;br /&gt;
Bre was here on 20/2 and installed a heated build platform on the Makerbot. The heated platform is a new development, still in prototype stage. It is awesome because it prevents warping, and allows workpieces to stick to the build platform without having to build a raft.&lt;br /&gt;
&lt;br /&gt;
He left a sheet of instructions, they say:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... While here we set you up with a heated build platform. It&#039;s&lt;br /&gt;
hooked up to the fans pot. So before you print, go into the control&lt;br /&gt;
panel and click [x] fan and it will turn it on. Let it warm up for at&lt;br /&gt;
least 5 minutes and then print on it. When the model is done, let it&lt;br /&gt;
cool for 5 minutes and it will &#039;pop&#039; right off the warm kapton tape.&lt;br /&gt;
&lt;br /&gt;
We are also leaving you a spare parts kit for the extruder. Your&lt;br /&gt;
nozzle is super thick and slow. This new nozzle has a smaller nozzle&lt;br /&gt;
hole. Make it, use it, love it!&lt;br /&gt;
&lt;br /&gt;
Bre and Zack, Makerbot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When asked about the workings of the heated build platform, he said:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Yup, ours is a prototype part, it&#039;s awesome but not very well documented.&lt;br /&gt;
&lt;br /&gt;
You want to plug it in above the mosfet that usually runs the fan.&lt;br /&gt;
&lt;br /&gt;
You can then go into the control panel and just turn the fan on, let&lt;br /&gt;
it heat up for 8-10 minutes and it will get to about 110F.&lt;br /&gt;
&lt;br /&gt;
Print away and remember to turn it off and unplug the bot when you&#039;re done!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Please note that he&#039;s left us the parts for an improved extruder - up to us to build it - and some of the new colored ABS plastic.&lt;br /&gt;
&lt;br /&gt;
== 04/03/2010 ==&lt;br /&gt;
After using the makerbot all day I (fenn) noticed the Z axis was consistently jamming up when traversing above 125mm/min. Several hours of head-scratching later I discovered that the heated platform would cause the large acrylic plate that holds the extruder to heat up and expand, pushing outwards on the Z-axis nuts and causing the mechanism to bind ever so slightly. The simple fix of filing the plate down was complicated by the lack of small files and the fact that the machine was assembled wrong, requiring removal of the four small u-shaped plywood &amp;quot;guide plates&amp;quot;, which I put back in the correct orientation: gap outwards.&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure the heated build platform actually ever gets hot enough for ABS to stick to the kapton tape. It seems to max out at 95 celsius, as measured with an infrared thermometer. The RepRap wiki suggests 120-220 degrees for ABS. Perhaps connect the platform directly to a higher voltage power supply?&lt;br /&gt;
&lt;br /&gt;
Lacking a hot enough bed for the first layer to stick to, blue masking tape sorta almost works (the first time you use it), and I got much better results when I taped a business card on top and printed on that instead. I printed a few gears and hope to add a [http://www.thingiverse.com/thing:1794 &amp;quot;wade extruder&amp;quot;] soonish.&lt;br /&gt;
&lt;br /&gt;
== 04/09/2010 ==&lt;br /&gt;
I (fenn) came in today and it appeared that nobody had touched the makerbot since I last left it. But the nozzle wouldn&#039;t heat up. Voltage to the wires, it just didnt get hot. So, heeding the warning to not disassemble the nozzle, I removed it and swapped in another one, which works a lot better anyway. Then I attached a 16V transformer to the heated bed, and now it gets up to 165C which is much better than the old 90C running on 12V. Now the first layer actually sticks! Z axis seems to still be jamming up; I didn&#039;t file the notches deep enough I guess. Wish I had more time to play with it. Skeinforge settings that seem to work with ABS:&lt;br /&gt;
layer height: 0.4mm, flow rate: 255, feed rate: 25mm/s.&lt;br /&gt;
&lt;br /&gt;
== 04/11/2010 ==&lt;br /&gt;
added a fan to cool off the acrylic plate. make sure you enable the fan before printing and it shouldn&#039;t jam up anymore. seems to be working reliably now.&lt;br /&gt;
&lt;br /&gt;
hint: instead of trying to adjust the Z zero in software, manually adjust the height as it prints the first layer.&lt;br /&gt;
&lt;br /&gt;
caution: plugging in or unplugging the heater transformer may cause the power strip breaker to trip and reset the makerbot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 04/13/2010 ==&lt;br /&gt;
leveled bed by shaving down tabs that were sticking up, pushing magnets back in, and adding a small strip of kapton tape. adjusted toothed gear/idler wheel spacing with 5/64 allen key.&lt;br /&gt;
&lt;br /&gt;
Some of the magnets on the Y stage are in sideways (poles on left &amp;amp; right), not upright (poles on top &amp;amp; bottom). I found this when building my Makerbot, since I wanted the build platform to be interoperable, I tried placing the magnets on the Y stage of the NB &#039;bot to check polarity, and found that they were sticking corner-to-corner, not face-to-face. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
== 06/10/2010 ==&lt;br /&gt;
I&#039;ve taken in two functioning nozzle assemblies, and an extruder block with double idler wheel. These should help get the &#039;bot up and running. The nozzles may need to be heated up, PTFE insulator removed and cleaned. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
What is the large spool of white plastic next to the Makerbot? It seems a lot softer than ABS, and certainly acts strange when I try to print with it. (It is so soft that it scrunches up in the extruder feed channel, and the pinch wheel starts grinding into it super quickly. It doesn&#039;t stink when heated.) Could it be Shapelock? - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;it is PLA, rather than ABS.  It melts at a much, much lower temperature.&#039;&#039; - Martin&lt;br /&gt;
&lt;br /&gt;
It&#039;s not PLA, far too soft. There&#039;s some green PLA in the bag on top of the pile. I think it&#039;s HDPE. Smells like HDPE too. (like a blown out candle.) - fenn&lt;br /&gt;
&lt;br /&gt;
== 9/24/2010 ==&lt;br /&gt;
&lt;br /&gt;
The Makerbot is broken...&lt;br /&gt;
&lt;br /&gt;
d&#039;oh!&lt;br /&gt;
&lt;br /&gt;
i&#039;m really not sure what happened. i was cleaning out the extruder and i think one of the green wires touched the large metal washer; there was a spark and a small poof next to the rj-45 connector on the extruder board, and now nothing turns on. sigh.&lt;br /&gt;
&lt;br /&gt;
[[File:IMG_2929.JPG|right|thumbnail|alt=two sample pieces, side view|corroborating evidence]]&lt;br /&gt;
I swapped in one of Gian Pablo&#039;s extruders and bought a new 606 bearing for the gearmotor. (somehow the original must have fallen out and gotten lost.) Lots of jamming up and cussing ensued. Some adjustments were made, much filament run through the machine, and I deduced that the &#039;&#039;&#039;NEW EXTRUDER REQURIES THE FAN ON&#039;&#039;&#039; whenever it is at operating temperature. I got it to print out a timing pulley on the fifth try, and reliably printing after that, using the same settings as before.&lt;br /&gt;
&lt;br /&gt;
The nozzles I left seem to print reliably at much lower temperatures, try 195C and see how that goes. [gian pablo]&lt;br /&gt;
&lt;br /&gt;
== 2011-01-08  ==&lt;br /&gt;
&lt;br /&gt;
I&#039;ve ordered an extensive selection of parts, including new extruder, heated build platform, extruder board etc. Should be here next week. &lt;br /&gt;
&lt;br /&gt;
We&#039;ve started work on this. I&#039;ve also started printing a replacement XY stage (http://www.thingiverse.com/thing:4213) on my Makerbot, and ordered the parts for it (bearings, nuts, screws, washers).&lt;br /&gt;
&lt;br /&gt;
[gian pablo]&lt;br /&gt;
&lt;br /&gt;
== 2011-01-14 ==&lt;br /&gt;
&lt;br /&gt;
All the parts have arrived. Miloh unpacked them and started working on it. Things to do:&lt;br /&gt;
&lt;br /&gt;
* Assemble heated build platform&lt;br /&gt;
* Assemble relay board&lt;br /&gt;
* Assemble Plastruder Mk 5&lt;br /&gt;
* Replace extruder controller (and motherboard if necessary)&lt;br /&gt;
* Clean the &#039;bot&lt;br /&gt;
* Calibrate it&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2011-02-18 ==&lt;br /&gt;
&lt;br /&gt;
Watch it.  It prints.&lt;br /&gt;
&lt;br /&gt;
The autospool can cinch down and yank your build to ruin.  Jake and I modified it to pull out the side in a lazier loop.  It needs to be watched.  &lt;br /&gt;
&lt;br /&gt;
* Needs More calibration&lt;br /&gt;
** feed rate&lt;br /&gt;
** stepper driver currents  (there were some X-Y 1-2mm shift errors halfway through the first builds)&lt;br /&gt;
* Need a get up to speed session &amp;amp; bot day (CrashSpaceLA is having one this weekend)&lt;br /&gt;
[[User:Miloh|Miloh]] 12:51, 18 February 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2011-03-02 ==&lt;br /&gt;
&lt;br /&gt;
Printed different series of shelving brackets in red ABS.  Another 2mm shift 1/4 of the way through the print only made them semi-useful.  Not sure what caused the shift -- there were ~50 people milling around so I&#039;m going to assume someone just touched the build in progress. The autospool is modified and working well on its side. The new MK5 head is working well so far (without the extrusion blowout and grip problems of the MK4 series pinch wheel and gear drive)&lt;br /&gt;
improvements:&lt;br /&gt;
&lt;br /&gt;
* we can laser cut 1/16 cork mounting dampeners for the stepper motors&lt;br /&gt;
* either replace the Y axis build platform mounting part or the build platform wood back to improve stability in the platform.&lt;br /&gt;
[[User:Miloh|Miloh]] 23:14, 2 March 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 2011-04-01 ==&lt;br /&gt;
&lt;br /&gt;
All the Makerbots are working.&lt;br /&gt;
&lt;br /&gt;
I&#039;ve made a bunch of upgrades to White Rabbit and it is working great, there are a few fun sample prints scattered around. Ping me if you want to use it, it is a bit non-standard.&lt;br /&gt;
&lt;br /&gt;
I spent a bit of quality time with Nutjob, cleaned out the driver gear, levelled the Z stage, replaced the drive motor and tidied up the cables. It is pretty standard, go ahead and use it.&lt;br /&gt;
&lt;br /&gt;
There are now two filament spindles up and running, with red and white ABS. Black ABS is on the way.&lt;br /&gt;
&lt;br /&gt;
Miloh printed a replacement toilet hinge, and it is now installed and working.&lt;br /&gt;
&lt;br /&gt;
[[user:Gpvillamil|Gian Pablo]]&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=File:Makerbot_mushroom_1.jpg&amp;diff=17605</id>
		<title>File:Makerbot mushroom 1.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=File:Makerbot_mushroom_1.jpg&amp;diff=17605"/>
		<updated>2011-04-07T01:45:26Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: A two color mushroom printed on a Makerbot&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A two color mushroom printed on a Makerbot&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=17523</id>
		<title>Makerbot</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=17523"/>
		<updated>2011-04-02T02:58:42Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= The Makerbots are working (2011- 04 -01) =&lt;br /&gt;
&lt;br /&gt;
All of the Makerbors are working.&lt;br /&gt;
&lt;br /&gt;
Nutjob (the Noisebridge bot) has had a number of major upgrades performed on it, including heated build platform and Mk 5 extruder. It is now working well. The standard ReplicatorG software and profiles (choose Cupcake with Heated Build Platform) will work fine with it.  &lt;br /&gt;
&lt;br /&gt;
Go ahead and use it, the instructions here and on the Makerbot site are appropriate, with one caveat: there is a bug in the Makerbot profiles that will leave the heated build platform and steppers on, which is a fire hazard.&lt;br /&gt;
&lt;br /&gt;
Before printing, install ReplicatorG, find the file called end.gcode, and if it does not contain the M109, M104 and M18 codes, edit it to look like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
(end of the file, cooldown routines)&lt;br /&gt;
M104 S0&lt;br /&gt;
M109 S0&lt;br /&gt;
G91&lt;br /&gt;
G1 Z10&lt;br /&gt;
M18 (turn off steppers.)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will turn off everything, leaving the Makerbot in a safe state.&lt;br /&gt;
&lt;br /&gt;
White Rabbit (Gian Pablo&#039;s bot) has had its XY stage replaced with a printed one, and Z axis guide rods installed. Please check in with Gian Pablo before using it, because it is now far from standard, and you should make some adjustments in operating procedures.&lt;br /&gt;
&lt;br /&gt;
Scotch (Miloh&#039;s bot) has a Mk 5 extruder made with Noisebridge&#039;s own laser cutter. It is the thing made out of green acrylic. Check in with Miloh before using it, it is still being debugged and enhanced.&lt;br /&gt;
&lt;br /&gt;
For smaller parts, make a Skeinforge profile where you change the Fill/Extra Shells setting to 0 (no extra shells) and the Fill/Infill Densiety to 1.0. This yields extremely strong and dimensionally accurate parts.&lt;br /&gt;
&lt;br /&gt;
=How to Use the Makerbot=&lt;br /&gt;
if it breaks, we can fix it. don&#039;t be afraid of the makerbot! I&#039;ve crashed it hundreds of times and only permanently broke something once.&lt;br /&gt;
&lt;br /&gt;
====install some software first====&lt;br /&gt;
&lt;br /&gt;
* Install Java (if you don&#039;t already have it) - http://www.java.com/en/download/index.jsp&lt;br /&gt;
&lt;br /&gt;
* Install Python (if you don&#039;t already have it). http://www.python.org/download/ &lt;br /&gt;
&lt;br /&gt;
* Optionally, install PsyCo, it will make things run much faster.  http://psyco.sourceforge.net/download.html&lt;br /&gt;
&lt;br /&gt;
* get yourself a copy of replicatorg: http://replicat.org/download&lt;br /&gt;
&lt;br /&gt;
ReplicatorG now includes various versions of the Skeinforge slicing utility, so no need to download and install separately.&lt;br /&gt;
&lt;br /&gt;
ReplicatorG 0024 has a serious bug in some of the profiles for the Cupcake CNC Makerbot, it will not generate the instructions that turn off heated build platform and stepper motors. This is a potential fire hazard, as the steppers and the build platform can get very hot. Do this:&lt;br /&gt;
&lt;br /&gt;
Go ahead and use it, the instructions here and on the Makerbot site are appropriate, with one caveat: there is a bug in the Makerbot profiles that will leave the heated build platform and steppers on, which is a fire hazard.&lt;br /&gt;
&lt;br /&gt;
Find the file called end.gcode, and if it does not contain the M109, M104 and M18 codes, edit it to look like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
(end of the file, cooldown routines)&lt;br /&gt;
M104 S0&lt;br /&gt;
M109 S0&lt;br /&gt;
G91&lt;br /&gt;
G1 Z10&lt;br /&gt;
M18 (turn off steppers.)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will turn off everything, leaving the Makerbot in a safe state.&lt;br /&gt;
&lt;br /&gt;
You are done.&lt;br /&gt;
&lt;br /&gt;
====using the software====&lt;br /&gt;
&lt;br /&gt;
* Start ReplicatorG.&lt;br /&gt;
&lt;br /&gt;
* Open an STL file. You should see a 3D image of your model.&lt;br /&gt;
&lt;br /&gt;
* Press the &#039;generate GCode&#039; button on the right. &lt;br /&gt;
&lt;br /&gt;
* You will be asked to choose a profile. Currently you are looking at Cupcake CNC Mk4, but very soon you will want Cupcake CNC Mk5 with Heated Build Platform.&lt;br /&gt;
&lt;br /&gt;
* It will take a while to build the GCode for the model. Go talk to visitors to the space and tell them not to sleep here.&lt;br /&gt;
&lt;br /&gt;
* Refer to the detailed instructions on the Makerbot site for more up-to-date tips and instructions (they change often):  http://wiki.makerbot.com/how-to-print&lt;br /&gt;
&lt;br /&gt;
====fire the makerbot====&lt;br /&gt;
&lt;br /&gt;
Instructions have been updated to reflect the (coming) new and improved Makerbot.&lt;br /&gt;
&lt;br /&gt;
* turn on the makerbot PSU, it&#039;s a switch in the back&lt;br /&gt;
* plug in the makerbot usb cable&lt;br /&gt;
* run replicatorg (./replicatorg)&lt;br /&gt;
* (firmware should be updated)&lt;br /&gt;
* the first time you run it, machine-&amp;gt;driver-&amp;gt;cupcake CNC with heated build platform&lt;br /&gt;
* also machine-&amp;gt;serial port, choose whatever serial port is being emulated via USB &lt;br /&gt;
* load filament&lt;br /&gt;
** loosen the extruder thumbscrew&lt;br /&gt;
** insert filament into the extruder, basically to the level of the motor axle (NOT all the way down into the nozzle - you do this so that you can more easily tell if the motor is working)&lt;br /&gt;
** tighten the extruder thumbscrew, just a little bit more than finger tight, enough to get a good grip between the drive gear and the filament - you can adjust this while printing, if the filament starts slipping&lt;br /&gt;
* click on the 4 arrows symbol (control panel)&lt;br /&gt;
** lay a small piece of paper on the platform&lt;br /&gt;
** remove any crud from the nozzle with bent nose pliers (hidden under the EFF hat)&lt;br /&gt;
** move X, Y to the center of the platform (you can do this by pressing Disable steppers, then moving it by hand)&lt;br /&gt;
** jog down in Z first in 10mm increments, then 1mm increments, until there is maximum drag force on the paper&lt;br /&gt;
** jog up in 0.1mm increments until the drag lessens&lt;br /&gt;
** click &amp;quot;set zero&amp;quot;&lt;br /&gt;
** at the bottom of the control panel there are some settings, set them in this order&lt;br /&gt;
*** Motor Speed (PWM): 255&lt;br /&gt;
*** Target Temperature: 220&lt;br /&gt;
*** Heated Build Platform: 120&lt;br /&gt;
*** Motor Control: Stop&lt;br /&gt;
** wait until the temperature is above 200 then try a test extrusion &lt;br /&gt;
*** move Z axis up 20mm or so&lt;br /&gt;
***click Motor Control: forward&lt;br /&gt;
*** wait for the filament to enter the extruder, and start coming out the nozzle&lt;br /&gt;
*** make sure the extruder motor is turning, there is a dot drawn on the axle with sharpie&lt;br /&gt;
*** if you accidentally start the motor before it&#039;s hot, you can fix it by slightly unscrewing the extruder thumbscrew and adjusting the filament&lt;br /&gt;
* the build platform should be plenty hot now&lt;br /&gt;
** there might be an IR thermometer in a little duct tape pouch thingy&lt;br /&gt;
** it should be around 120-130C for best results&lt;br /&gt;
* remove ooze from the nozzle with pliers&lt;br /&gt;
* zero the Z axis (ie. move it down until it near touches the platform)&lt;br /&gt;
* file-&amp;gt;open the .gcode file you created earlier with skeinforge&lt;br /&gt;
* click &#039;build&#039; (the solid kidney bean)&lt;br /&gt;
* if the first layer doesn&#039;t stick at all or peels loose immediately, adjust the z axis down by turning the pulley on top of the makerbot&lt;br /&gt;
* if the first layer starts getting fugly during the infill, with crap building up on the nozzle, adjust the z axis up a few steps until it looks perfectly flat with no &amp;quot;fuzz&amp;quot;&lt;br /&gt;
***note to self: get some pics and video of first layer too high, first layer too low, and verify zeroing procedure&lt;br /&gt;
* now since it probably screwed up somehow, hit stop and remove the grossness with the plastic scraper and/or pliers&lt;br /&gt;
* it should still be zeroed, and hopefully at the correct height adjustment now, so just click &#039;build&#039; again&lt;br /&gt;
* if you can&#039;t get it to stick at all, the platform is probably at the wrong temperature.&lt;br /&gt;
** wait five minutes for it to warm up completely&lt;br /&gt;
[[File:Nophead_pulleys_side.jpg|right|thumbnail|alt=two sample pieces, side view|your part should look like this or better. I still hadn&#039;t tweaked the feedrate perfectly for colored plastic, hence the blobbiness.]]&lt;br /&gt;
&lt;br /&gt;
* ok now presumably you&#039;re done printing and nothing went wrong. &lt;br /&gt;
** jog Z+ 20mm to give yourself some room&lt;br /&gt;
** wait for the piece to cool down, 3 to 5 minutes should be enough&lt;br /&gt;
** now just peel it off with your hand&lt;br /&gt;
** if you let the piece cool all the way down, maybe 10-15 minutes, it will just &amp;quot;pop&amp;quot; off the build platform by itself&lt;br /&gt;
*** be careful, the part may still be soft and can deform&lt;br /&gt;
*** don&#039;t use a knife if at all possible, it will mess up the Kapton coating on the platform - just wait for it to cool&lt;br /&gt;
*** it&#039;s easier if you remove the build platform - it&#039;s held on with magnets&lt;br /&gt;
&lt;br /&gt;
==== tweaking skeinforge ====&lt;br /&gt;
[[File:Nophead_pulleys_top.jpg|right|thumbnail|alt=two sample pieces, top view|note the incomplete infill on the right; this was due to improper perimeter width settings. note the square teeth on the left; this is because &amp;quot;stretch&amp;quot; is turned on. this is a good thing.]]&lt;br /&gt;
there are about 300 different &amp;quot;craft&amp;quot; settings in skeinforge, and they all interrelate in confusing ways. here&#039;s a quick overview of the important ones:&lt;br /&gt;
*carve-&amp;gt;layer height: should be about 0.8*nozzle hole diameter, ship default is 0.4&lt;br /&gt;
*carve-&amp;gt;width over height: should be about 1.45, if threads in flat parts show gap make this value smaller&lt;br /&gt;
*speed-&amp;gt;flow rate: 255&lt;br /&gt;
*speed-&amp;gt;feed rate: start around 35mm/s&lt;br /&gt;
*fill-&amp;gt;infill solidity: 0.25 is adequate and not too slow. higher for stronger parts&lt;br /&gt;
*fill-&amp;gt;infill pattern: controls whether you get hashbrowns or honeycombs&lt;br /&gt;
*comb keeps it from driving through empty spaces and making stringies&lt;br /&gt;
*raft prints a waffle grid thingy to keep the corners held down - will be disabled for heated build platform&lt;br /&gt;
*raftless - don&#039;t use it, instead turn off the raft checkbox when generating GCode in RepG, use outline to generate a lead-in&lt;br /&gt;
*oozebane is useless, forget about it&lt;br /&gt;
*jitter is good, set it to a large value like 100&lt;br /&gt;
*stretch makes corners un-rounded, but can cause data overload stuttering if &amp;quot;stretch from distance&amp;quot; is too small&lt;br /&gt;
*temperature is usually set to 230, but newer extruders can print fine with temperatures as low as 205C. You might need to lower all the temperatures in order to print tall skinny objects.&lt;br /&gt;
*wipe should be turned off&lt;br /&gt;
*outline should be turned on, it draws a rectangle around the first layer which lets you tweak the Z axis distance and ensure adhesion&lt;br /&gt;
&lt;br /&gt;
You may want to create a profile with an alternative set of settings. In the Generate GCode dialog, select the default profile for your machine (mostly likely Cupcake with Heated Build Platform), duplicate it and call it &amp;quot;SuperSolid&amp;quot; or something like that, and make the following changes:&lt;br /&gt;
&lt;br /&gt;
*Fill/Extra Shells -&amp;gt; 0 (there are a number of extra shells parameters - make all of them zero)&lt;br /&gt;
*Fill/Infill Density -&amp;gt; 1.0 (this will make solid objects)&lt;br /&gt;
&lt;br /&gt;
Use this profile for parts that need to be extra strong or precise, ie. working machine parts or gears. Be warned that this will be very slow and will use a lot more plastic. However, the results can be truly outstanding.&lt;br /&gt;
&lt;br /&gt;
you can safely ignore the rest&lt;br /&gt;
&lt;br /&gt;
==== care and feeding ====&lt;br /&gt;
* don&#039;t leave the makerbot unattended for hours, as it can theoretically catch on fire (those heated bed wires are iffy)&lt;br /&gt;
* don&#039;t leave the extruder hot for hours. periodically flush through plastic to prevent it from oxidizing.&lt;br /&gt;
* if you are about to run out of filament, cut off both ends square with diagonal flush cutters (the blue cutters for electronics) and simply hold the filament together as it goes in&lt;br /&gt;
*if the filament strips out during use (extruder motor is on, temperature high enough, nothing happening) try pushing it down manually&lt;br /&gt;
** if this doesn&#039;t work, try reversing the motor until the filament comes out, cut it cleanly, and reinsert&lt;br /&gt;
** if it keeps stripping out, you may have to completely disassemble the extruder and remove plastic gunk from the gear teeth.&lt;br /&gt;
*** use a long 5/64&amp;quot; or 2mm allen key to set the extruder idler wheel/feed gear spacing&lt;br /&gt;
** try not to let it happen in the first place. stripping can be caused by setting the first layer too low, blocking the nozzle and letting pressure build up&lt;br /&gt;
*don&#039;t upgrade the firmware unless you&#039;re willing to deal with the consequences&lt;br /&gt;
*keep it away from bright light&lt;br /&gt;
*don&#039;t get any water on it&lt;br /&gt;
*never, never ever feed it after midnight.&lt;br /&gt;
&lt;br /&gt;
= Usage log =&lt;br /&gt;
please write your name, what you tried to make, and what happened below (pics or it didnt happen)&lt;br /&gt;
----&lt;br /&gt;
[[File:Minimendel_Z_leadscrew_base_motor.jpg|none|thumbnail|600px|mini mendel Z leadscrew base and motor mount. This bastard took 2 hours and almost the entire remaining roll of green. It started to peel up badly at the back corner. I rescued it by melting the corner back down with a soldering iron. [[User:Fenn|Fenn]] 13:07, 1 May 2010 (UTC)]]&lt;br /&gt;
&lt;br /&gt;
[[File:example.jpg|none|thumbnail|600px|caption text]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Construction log =&lt;br /&gt;
This describes the current progress of the building of the Makerbot.  Instructions are found [http://wiki.makerbot.com/cupcake here], and a forum for it is found [http://wiki.makerbot.com/forum/c-77688/talk-about-makerbot here].&lt;br /&gt;
&lt;br /&gt;
Noisebridge&#039;s Makerbot kit, thoughtfully purchased by Mitch, arrived at 83C on Monday evening, July 20.  Leading the assembly team is Joachim, along with Christoph, Rachel, Steve (Mr Domino), and Jeffrey (ieatlint).&lt;br /&gt;
&lt;br /&gt;
It took about an hour and a half to go through and check the parts against the [http://pony.noisebridge.net/~cmaier/makerbot/parts_lists.ods parts list].  &amp;lt;strike&amp;gt;We think we are missing a bag of &amp;quot;laser cut pulleys&amp;quot; but it&#039;s hard to be completely sure, as there are a LOT of parts and they are not all labeled exactly as in the parts list&amp;lt;/strike&amp;gt; A bag of &amp;quot;laser cut pulleys&amp;quot; was replaced by MakerBot-made pulleys, but the parts lists weren&#039;t updated.  We determined to start assembly anyway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cupcake [[Makerbot/Electronics|Electronics]] Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-electronics-assembly Instructions] Christoph soldering one of the [[Makerbot/Electronics/Stepper_driver|stepper motor drivers]], one of the [[Makerbot/Electronics/endstop_switches|endstop switches]], and the SMD parts on the [[Makerbot/Electronics/Motherboard|motherboard]] with only occasional bitching to people to &#039;&#039;&#039;&#039;&#039;STOP MOVING THE TABLE&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Motherboard is tested and able to control stepper motors.  Regular firmware needs to be flashed back onto it.  [http://wiki.makerbot.com/burn-custom-firmware-using-arduino This] may help. [[User:Ieatlint|Ieatlint]] 02:55, 25 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Pulley Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-pulley-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake CNC Body Assembly ==&lt;br /&gt;
We got the first part of the body together without difficulty, but had trouble with the Z stage as one of the parts had changed from when the docs were written.  The Z stage rod holding guides changed from being O-shaped to being U-shaped, and are marked &amp;quot;Z guides&amp;quot;.  The forums told us to use them anyway.&lt;br /&gt;
&lt;br /&gt;
The next problem was with threaded rods, which had been cut to size.  The ends of some would not take a nut.  We solved this with judicious use of the bench grinder.  There were LOTS of nut/rod jokes, and we were in a state where they were actually funny! [[User:Rachel|Rachel]] 10:08, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Progressed to and including the step entitled &amp;quot;Z-stage stepper wiring&amp;quot; as detailed on the body assembly [http://wiki.makerbot.com/cupcake-body-assembly instructions].  The body assembly is nearly completed. [[User:Ieatlint|Ieatlint]] 03:52, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Stages assembled and motherboard and stepper driver circuits in place. Driver boards are tested. Axis stops are installed, platforms still need craft stick beam breaks installed. -- [[User:JSharp|JSharp]] 06:45, 2 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Y Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-y-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake X Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-x-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Plastruder MK3 Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/plastruder-mk3-assembly Instructions]&lt;br /&gt;
*Note: Ubuntu 9.04 specific: the librxtxSerial.so and the RXTXcomm.jar that come in the replicatorg download need to be replaced with some binaries from this other place that I don&#039;t remember. -[[User:Elgreengeeto|Skory]]&lt;br /&gt;
&lt;br /&gt;
*Progressed through to end of Heater Barrel Assembly.   [[User:Miloh|Miloh]] 04:24, 21 July 2009 (PDT)&lt;br /&gt;
*Progressed through the Filament Drive Assembly, and Joachim mastered the extruder electronics.  [[User:Miloh|Miloh]] 02:03, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel through step 3. [[User:Miloh|Miloh]] 13:17, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel to the end.  [[User:Miloh|Miloh]] 20:46, 26 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
 Continue at Plastruder burn in test.  The burn in test can&#039;t be completed until the Thermistor and extruder board are recognized by the control system.&lt;br /&gt;
&lt;br /&gt;
*Plastruder board burnt out a few components on power up test. Ordered new plastruder driver from makerbot, should arrive at 83C soon. -- [[User:JSharp|JSharp]] 06:43, 2 August 2009 (PDT)&lt;br /&gt;
**New plastruder control board received and installed. -- [[User:JSharp|JSharp]] 10:52, 9 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
= Status Reports =&lt;br /&gt;
&lt;br /&gt;
== 10/18/09 ==&lt;br /&gt;
&lt;br /&gt;
Martin - The makerbot is working and printing objects well.  You will need to download and install &amp;quot;ReplicatorG&amp;quot; and &amp;quot;skeinforge&amp;quot; in order to use the bot. The software runs on Mac, Linux, and PC.   (skeinforge requires Python, ReplicatorG requires Java)  Example objects are next to the bot.&lt;br /&gt;
&lt;br /&gt;
The X/Y/Z stage endpoints are not yet installed.  It requires a number of popsicle sticks to be cut to the correct length and the stage to be calibrated.  You can operate the MakerBot with ***great*** care without them.  &lt;br /&gt;
&lt;br /&gt;
The extruder head has been upgraded to the Mark-4, with a new bearing and idler wheel.  Also, the extruder head is now insulated with the same material they use to insulate the Space Shuttle heat tiles from the skin of the shuttle itself.  *** IT IS EXPENSIVE.  PLEASE DON&#039;T TAKE APART! ***  I can&#039;t replace the material, it was given as a gift from a friend at JPL.  &lt;br /&gt;
&lt;br /&gt;
Please read all the instructions on how to use the MakerBot on the [[http://wiki.makerbot.com/|MakerBot Wiki Site]] before attempting to use it.&lt;br /&gt;
&lt;br /&gt;
== 08/24/09 ==&lt;br /&gt;
Thanks to excellent efforts and support from Martin, the MakerBot is now in a semi-functional state.  There are three things that need to be worked on, however:&lt;br /&gt;
# The Y stage endpoint is installed incorrectly (the Y stage and physically crash into it)&lt;br /&gt;
# The nichrome wire needs to be better insulated so it can maintain higher temperatures and consistent temperatures.&lt;br /&gt;
# The feeding mechanism needs to be reviewed, as it appears that it fails to operate reliably.&lt;br /&gt;
&lt;br /&gt;
Please do NOT attempt to disassemble the plastruder header.&lt;br /&gt;
Also, do NOT attempt to operate the MakerBot unless you really know what you&#039;re doing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 01/10/2010 ==&lt;br /&gt;
Much has happened to the Makerbot since last noted,&lt;br /&gt;
the broken idler wheel was replaced and the extruder head assembly was upgraded by me using parts from Bre when he was here. Thanks Bre!&lt;br /&gt;
I also at that time upgraded the firmware and printed a bunch of skull throwies, yay! &lt;br /&gt;
Time has passed between then and now and many people have been reporting the makerbot in sickly condition, after much testing I am glad to report this not the case. go go makerbot!&lt;br /&gt;
&lt;br /&gt;
== 03/10/2010 ==&lt;br /&gt;
Bre was here on 20/2 and installed a heated build platform on the Makerbot. The heated platform is a new development, still in prototype stage. It is awesome because it prevents warping, and allows workpieces to stick to the build platform without having to build a raft.&lt;br /&gt;
&lt;br /&gt;
He left a sheet of instructions, they say:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... While here we set you up with a heated build platform. It&#039;s&lt;br /&gt;
hooked up to the fans pot. So before you print, go into the control&lt;br /&gt;
panel and click [x] fan and it will turn it on. Let it warm up for at&lt;br /&gt;
least 5 minutes and then print on it. When the model is done, let it&lt;br /&gt;
cool for 5 minutes and it will &#039;pop&#039; right off the warm kapton tape.&lt;br /&gt;
&lt;br /&gt;
We are also leaving you a spare parts kit for the extruder. Your&lt;br /&gt;
nozzle is super thick and slow. This new nozzle has a smaller nozzle&lt;br /&gt;
hole. Make it, use it, love it!&lt;br /&gt;
&lt;br /&gt;
Bre and Zack, Makerbot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When asked about the workings of the heated build platform, he said:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Yup, ours is a prototype part, it&#039;s awesome but not very well documented.&lt;br /&gt;
&lt;br /&gt;
You want to plug it in above the mosfet that usually runs the fan.&lt;br /&gt;
&lt;br /&gt;
You can then go into the control panel and just turn the fan on, let&lt;br /&gt;
it heat up for 8-10 minutes and it will get to about 110F.&lt;br /&gt;
&lt;br /&gt;
Print away and remember to turn it off and unplug the bot when you&#039;re done!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Please note that he&#039;s left us the parts for an improved extruder - up to us to build it - and some of the new colored ABS plastic.&lt;br /&gt;
&lt;br /&gt;
== 04/03/2010 ==&lt;br /&gt;
After using the makerbot all day I (fenn) noticed the Z axis was consistently jamming up when traversing above 125mm/min. Several hours of head-scratching later I discovered that the heated platform would cause the large acrylic plate that holds the extruder to heat up and expand, pushing outwards on the Z-axis nuts and causing the mechanism to bind ever so slightly. The simple fix of filing the plate down was complicated by the lack of small files and the fact that the machine was assembled wrong, requiring removal of the four small u-shaped plywood &amp;quot;guide plates&amp;quot;, which I put back in the correct orientation: gap outwards.&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure the heated build platform actually ever gets hot enough for ABS to stick to the kapton tape. It seems to max out at 95 celsius, as measured with an infrared thermometer. The RepRap wiki suggests 120-220 degrees for ABS. Perhaps connect the platform directly to a higher voltage power supply?&lt;br /&gt;
&lt;br /&gt;
Lacking a hot enough bed for the first layer to stick to, blue masking tape sorta almost works (the first time you use it), and I got much better results when I taped a business card on top and printed on that instead. I printed a few gears and hope to add a [http://www.thingiverse.com/thing:1794 &amp;quot;wade extruder&amp;quot;] soonish.&lt;br /&gt;
&lt;br /&gt;
== 04/09/2010 ==&lt;br /&gt;
I (fenn) came in today and it appeared that nobody had touched the makerbot since I last left it. But the nozzle wouldn&#039;t heat up. Voltage to the wires, it just didnt get hot. So, heeding the warning to not disassemble the nozzle, I removed it and swapped in another one, which works a lot better anyway. Then I attached a 16V transformer to the heated bed, and now it gets up to 165C which is much better than the old 90C running on 12V. Now the first layer actually sticks! Z axis seems to still be jamming up; I didn&#039;t file the notches deep enough I guess. Wish I had more time to play with it. Skeinforge settings that seem to work with ABS:&lt;br /&gt;
layer height: 0.4mm, flow rate: 255, feed rate: 25mm/s.&lt;br /&gt;
&lt;br /&gt;
== 04/11/2010 ==&lt;br /&gt;
added a fan to cool off the acrylic plate. make sure you enable the fan before printing and it shouldn&#039;t jam up anymore. seems to be working reliably now.&lt;br /&gt;
&lt;br /&gt;
hint: instead of trying to adjust the Z zero in software, manually adjust the height as it prints the first layer.&lt;br /&gt;
&lt;br /&gt;
caution: plugging in or unplugging the heater transformer may cause the power strip breaker to trip and reset the makerbot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 04/13/2010 ==&lt;br /&gt;
leveled bed by shaving down tabs that were sticking up, pushing magnets back in, and adding a small strip of kapton tape. adjusted toothed gear/idler wheel spacing with 5/64 allen key.&lt;br /&gt;
&lt;br /&gt;
Some of the magnets on the Y stage are in sideways (poles on left &amp;amp; right), not upright (poles on top &amp;amp; bottom). I found this when building my Makerbot, since I wanted the build platform to be interoperable, I tried placing the magnets on the Y stage of the NB &#039;bot to check polarity, and found that they were sticking corner-to-corner, not face-to-face. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
== 06/10/2010 ==&lt;br /&gt;
I&#039;ve taken in two functioning nozzle assemblies, and an extruder block with double idler wheel. These should help get the &#039;bot up and running. The nozzles may need to be heated up, PTFE insulator removed and cleaned. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
What is the large spool of white plastic next to the Makerbot? It seems a lot softer than ABS, and certainly acts strange when I try to print with it. (It is so soft that it scrunches up in the extruder feed channel, and the pinch wheel starts grinding into it super quickly. It doesn&#039;t stink when heated.) Could it be Shapelock? - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;it is PLA, rather than ABS.  It melts at a much, much lower temperature.&#039;&#039; - Martin&lt;br /&gt;
&lt;br /&gt;
It&#039;s not PLA, far too soft. There&#039;s some green PLA in the bag on top of the pile. I think it&#039;s HDPE. Smells like HDPE too. (like a blown out candle.) - fenn&lt;br /&gt;
&lt;br /&gt;
== 9/24/2010 ==&lt;br /&gt;
&lt;br /&gt;
The Makerbot is broken...&lt;br /&gt;
&lt;br /&gt;
d&#039;oh!&lt;br /&gt;
&lt;br /&gt;
i&#039;m really not sure what happened. i was cleaning out the extruder and i think one of the green wires touched the large metal washer; there was a spark and a small poof next to the rj-45 connector on the extruder board, and now nothing turns on. sigh.&lt;br /&gt;
&lt;br /&gt;
[[File:IMG_2929.JPG|right|thumbnail|alt=two sample pieces, side view|corroborating evidence]]&lt;br /&gt;
I swapped in one of Gian Pablo&#039;s extruders and bought a new 606 bearing for the gearmotor. (somehow the original must have fallen out and gotten lost.) Lots of jamming up and cussing ensued. Some adjustments were made, much filament run through the machine, and I deduced that the &#039;&#039;&#039;NEW EXTRUDER REQURIES THE FAN ON&#039;&#039;&#039; whenever it is at operating temperature. I got it to print out a timing pulley on the fifth try, and reliably printing after that, using the same settings as before.&lt;br /&gt;
&lt;br /&gt;
The nozzles I left seem to print reliably at much lower temperatures, try 195C and see how that goes. [gian pablo]&lt;br /&gt;
&lt;br /&gt;
== 2011-01-08  ==&lt;br /&gt;
&lt;br /&gt;
I&#039;ve ordered an extensive selection of parts, including new extruder, heated build platform, extruder board etc. Should be here next week. &lt;br /&gt;
&lt;br /&gt;
We&#039;ve started work on this. I&#039;ve also started printing a replacement XY stage (http://www.thingiverse.com/thing:4213) on my Makerbot, and ordered the parts for it (bearings, nuts, screws, washers).&lt;br /&gt;
&lt;br /&gt;
[gian pablo]&lt;br /&gt;
&lt;br /&gt;
== 2011-01-14 ==&lt;br /&gt;
&lt;br /&gt;
All the parts have arrived. Miloh unpacked them and started working on it. Things to do:&lt;br /&gt;
&lt;br /&gt;
* Assemble heated build platform&lt;br /&gt;
* Assemble relay board&lt;br /&gt;
* Assemble Plastruder Mk 5&lt;br /&gt;
* Replace extruder controller (and motherboard if necessary)&lt;br /&gt;
* Clean the &#039;bot&lt;br /&gt;
* Calibrate it&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2011-02-18 ==&lt;br /&gt;
&lt;br /&gt;
Watch it.  It prints.&lt;br /&gt;
&lt;br /&gt;
The autospool can cinch down and yank your build to ruin.  Jake and I modified it to pull out the side in a lazier loop.  It needs to be watched.  &lt;br /&gt;
&lt;br /&gt;
* Needs More calibration&lt;br /&gt;
** feed rate&lt;br /&gt;
** stepper driver currents  (there were some X-Y 1-2mm shift errors halfway through the first builds)&lt;br /&gt;
* Need a get up to speed session &amp;amp; bot day (CrashSpaceLA is having one this weekend)&lt;br /&gt;
[[User:Miloh|Miloh]] 12:51, 18 February 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2011-03-02 ==&lt;br /&gt;
&lt;br /&gt;
Printed different series of shelving brackets in red ABS.  Another 2mm shift 1/4 of the way through the print only made them semi-useful.  Not sure what caused the shift -- there were ~50 people milling around so I&#039;m going to assume someone just touched the build in progress. The autospool is modified and working well on its side. The new MK5 head is working well so far (without the extrusion blowout and grip problems of the MK4 series pinch wheel and gear drive)&lt;br /&gt;
improvements:&lt;br /&gt;
&lt;br /&gt;
* we can laser cut 1/16 cork mounting dampeners for the stepper motors&lt;br /&gt;
* either replace the Y axis build platform mounting part or the build platform wood back to improve stability in the platform.&lt;br /&gt;
[[User:Miloh|Miloh]] 23:14, 2 March 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 2011-04-01 ==&lt;br /&gt;
&lt;br /&gt;
All the Makerbots are working.&lt;br /&gt;
&lt;br /&gt;
I&#039;ve made a bunch of upgrades to White Rabbit and it is working great, there are a few fun sample prints scattered around. Ping me if you want to use it, it is a bit non-standard.&lt;br /&gt;
&lt;br /&gt;
I spent a bit of quality time with Nutjob, cleaned out the driver gear, levelled the Z stage, replaced the drive motor and tidied up the cables. It is pretty standard, go ahead and use it.&lt;br /&gt;
&lt;br /&gt;
There are now two filament spindles up and running, with red and white ABS. Black ABS is on the way.&lt;br /&gt;
&lt;br /&gt;
Miloh printed a replacement toilet hinge, and it is now installed and working.&lt;br /&gt;
&lt;br /&gt;
[[user:Gpvillamil|Gian Pablo]]&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=17522</id>
		<title>Makerbot</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=17522"/>
		<updated>2011-04-02T02:49:56Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: /* tweaking skeinforge */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= The Makerbots are working (2011- 04 -01) =&lt;br /&gt;
&lt;br /&gt;
All of the Makerbors are working.&lt;br /&gt;
&lt;br /&gt;
Nutjob (the Noisebridge bot) has had a number of major upgrades performed on it, including heated build platform and Mk 5 extruder. It is now working well. The standard ReplicatorG software and profiles (choose Cupcake with Heated Build Platform) will work fine with it.  &lt;br /&gt;
&lt;br /&gt;
Go ahead and use it, the instructions here and on the Makerbot site are appropriate, with one caveat: there is a bug in the Makerbot profiles that will leave the heated build platform and steppers on, which is a fire hazard.&lt;br /&gt;
&lt;br /&gt;
Before printing, install ReplicatorG, find the file called end.gcode, and if it does not contain the M109, M104 and M18 codes, edit it to look like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
(end of the file, cooldown routines)&lt;br /&gt;
M104 S0&lt;br /&gt;
M109 S0&lt;br /&gt;
G91&lt;br /&gt;
G1 Z10&lt;br /&gt;
M18 (turn off steppers.)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will turn off everything, leaving the Makerbot in a safe state.&lt;br /&gt;
&lt;br /&gt;
White Rabbit (Gian Pablo&#039;s bot) has had its XY stage replaced with a printed one, and Z axis guide rods installed. Please check in with Gian Pablo before using it, because it is now far from standard, and you should make some adjustments in operating procedures.&lt;br /&gt;
&lt;br /&gt;
Scotch (Miloh&#039;s bot) has a Mk 5 extruder made with Noisebridge&#039;s own laser cutter. It is the thing made out of green acrylic. Check in with Miloh before using it, it is still being debugged and enhanced.&lt;br /&gt;
&lt;br /&gt;
For smaller parts, make a Skeinforge profile where you change the Fill/Extra Shells setting to 0 (no extra shells) and the Fill/Infill Densiety to 1.0. This yields extremely strong and dimensionally accurate parts.&lt;br /&gt;
&lt;br /&gt;
=How to Use the Makerbot=&lt;br /&gt;
if it breaks, we can fix it. don&#039;t be afraid of the makerbot! I&#039;ve crashed it hundreds of times and only permanently broke something once.&lt;br /&gt;
&lt;br /&gt;
====install some software first====&lt;br /&gt;
&lt;br /&gt;
* Install Java (if you don&#039;t already have it) - http://www.java.com/en/download/index.jsp&lt;br /&gt;
&lt;br /&gt;
* Install Python (if you don&#039;t already have it). http://www.python.org/download/ &lt;br /&gt;
&lt;br /&gt;
* Optionally, install PsyCo, it will make things run much faster.  http://psyco.sourceforge.net/download.html&lt;br /&gt;
&lt;br /&gt;
* get yourself a copy of replicatorg: http://replicat.org/download&lt;br /&gt;
&lt;br /&gt;
ReplicatorG now includes various versions of the Skeinforge slicing utility, so no need to download and install separately.&lt;br /&gt;
&lt;br /&gt;
ReplicatorG 0024 has a serious bug in some of the profiles for the Cupcake CNC Makerbot, it will not generate the instructions that turn off heated build platform and stepper motors. This is a potential fire hazard, as the steppers and the build platform can get very hot. Do this:&lt;br /&gt;
&lt;br /&gt;
Go ahead and use it, the instructions here and on the Makerbot site are appropriate, with one caveat: there is a bug in the Makerbot profiles that will leave the heated build platform and steppers on, which is a fire hazard.&lt;br /&gt;
&lt;br /&gt;
Find the file called end.gcode, and if it does not contain the M109, M104 and M18 codes, edit it to look like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
(end of the file, cooldown routines)&lt;br /&gt;
M104 S0&lt;br /&gt;
M109 S0&lt;br /&gt;
G91&lt;br /&gt;
G1 Z10&lt;br /&gt;
M18 (turn off steppers.)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will turn off everything, leaving the Makerbot in a safe state.&lt;br /&gt;
&lt;br /&gt;
You are done.&lt;br /&gt;
&lt;br /&gt;
====using the software====&lt;br /&gt;
&lt;br /&gt;
* Start ReplicatorG.&lt;br /&gt;
&lt;br /&gt;
* Open an STL file. You should see a 3D image of your model.&lt;br /&gt;
&lt;br /&gt;
* Press the &#039;generate GCode&#039; button on the right. &lt;br /&gt;
&lt;br /&gt;
* You will be asked to choose a profile. Currently you are looking at Cupcake CNC Mk4, but very soon you will want Cupcake CNC Mk5 with Heated Build Platform.&lt;br /&gt;
&lt;br /&gt;
* It will take a while to build the GCode for the model. Go talk to visitors to the space and tell them not to sleep here.&lt;br /&gt;
&lt;br /&gt;
* Refer to the detailed instructions on the Makerbot site for more up-to-date tips and instructions (they change often):  http://wiki.makerbot.com/how-to-print&lt;br /&gt;
&lt;br /&gt;
====fire the makerbot====&lt;br /&gt;
&lt;br /&gt;
Instructions have been updated to reflect the (coming) new and improved Makerbot.&lt;br /&gt;
&lt;br /&gt;
* turn on the makerbot PSU, it&#039;s a switch in the back&lt;br /&gt;
* plug in the makerbot usb cable&lt;br /&gt;
* run replicatorg (./replicatorg)&lt;br /&gt;
* (firmware should be updated)&lt;br /&gt;
* the first time you run it, machine-&amp;gt;driver-&amp;gt;cupcake CNC with heated build platform&lt;br /&gt;
* also machine-&amp;gt;serial port, choose whatever serial port is being emulated via USB &lt;br /&gt;
* load filament&lt;br /&gt;
** loosen the extruder thumbscrew&lt;br /&gt;
** insert filament into the extruder, basically to the level of the motor axle (NOT all the way down into the nozzle - you do this so that you can more easily tell if the motor is working)&lt;br /&gt;
** tighten the extruder thumbscrew, just a little bit more than finger tight, enough to get a good grip between the drive gear and the filament - you can adjust this while printing, if the filament starts slipping&lt;br /&gt;
* click on the 4 arrows symbol (control panel)&lt;br /&gt;
** lay a small piece of paper on the platform&lt;br /&gt;
** remove any crud from the nozzle with bent nose pliers (hidden under the EFF hat)&lt;br /&gt;
** move X, Y to the center of the platform (you can do this by pressing Disable steppers, then moving it by hand)&lt;br /&gt;
** jog down in Z first in 10mm increments, then 1mm increments, until there is maximum drag force on the paper&lt;br /&gt;
** jog up in 0.1mm increments until the drag lessens&lt;br /&gt;
** click &amp;quot;set zero&amp;quot;&lt;br /&gt;
** at the bottom of the control panel there are some settings, set them in this order&lt;br /&gt;
*** Motor Speed (PWM): 255&lt;br /&gt;
*** Target Temperature: 220&lt;br /&gt;
*** Heated Build Platform: 120&lt;br /&gt;
*** Motor Control: Stop&lt;br /&gt;
** wait until the temperature is above 200 then try a test extrusion &lt;br /&gt;
*** move Z axis up 20mm or so&lt;br /&gt;
***click Motor Control: forward&lt;br /&gt;
*** wait for the filament to enter the extruder, and start coming out the nozzle&lt;br /&gt;
*** make sure the extruder motor is turning, there is a dot drawn on the axle with sharpie&lt;br /&gt;
*** if you accidentally start the motor before it&#039;s hot, you can fix it by slightly unscrewing the extruder thumbscrew and adjusting the filament&lt;br /&gt;
* the build platform should be plenty hot now&lt;br /&gt;
** there might be an IR thermometer in a little duct tape pouch thingy&lt;br /&gt;
** it should be around 120-130C for best results&lt;br /&gt;
* remove ooze from the nozzle with pliers&lt;br /&gt;
* zero the Z axis (ie. move it down until it near touches the platform)&lt;br /&gt;
* file-&amp;gt;open the .gcode file you created earlier with skeinforge&lt;br /&gt;
* click &#039;build&#039; (the solid kidney bean)&lt;br /&gt;
* if the first layer doesn&#039;t stick at all or peels loose immediately, adjust the z axis down by turning the pulley on top of the makerbot&lt;br /&gt;
* if the first layer starts getting fugly during the infill, with crap building up on the nozzle, adjust the z axis up a few steps until it looks perfectly flat with no &amp;quot;fuzz&amp;quot;&lt;br /&gt;
***note to self: get some pics and video of first layer too high, first layer too low, and verify zeroing procedure&lt;br /&gt;
* now since it probably screwed up somehow, hit stop and remove the grossness with the plastic scraper and/or pliers&lt;br /&gt;
* it should still be zeroed, and hopefully at the correct height adjustment now, so just click &#039;build&#039; again&lt;br /&gt;
* if you can&#039;t get it to stick at all, the platform is probably at the wrong temperature.&lt;br /&gt;
** wait five minutes for it to warm up completely&lt;br /&gt;
[[File:Nophead_pulleys_side.jpg|right|thumbnail|alt=two sample pieces, side view|your part should look like this or better. I still hadn&#039;t tweaked the feedrate perfectly for colored plastic, hence the blobbiness.]]&lt;br /&gt;
&lt;br /&gt;
* ok now presumably you&#039;re done printing and nothing went wrong. &lt;br /&gt;
** jog Z+ 20mm to give yourself some room&lt;br /&gt;
** wait for the piece to cool down, 3 to 5 minutes should be enough&lt;br /&gt;
** now just peel it off with your hand&lt;br /&gt;
** if you let the piece cool all the way down, maybe 10-15 minutes, it will just &amp;quot;pop&amp;quot; off the build platform by itself&lt;br /&gt;
*** be careful, the part may still be soft and can deform&lt;br /&gt;
*** don&#039;t use a knife if at all possible, it will mess up the Kapton coating on the platform - just wait for it to cool&lt;br /&gt;
*** it&#039;s easier if you remove the build platform - it&#039;s held on with magnets&lt;br /&gt;
&lt;br /&gt;
==== tweaking skeinforge ====&lt;br /&gt;
[[File:Nophead_pulleys_top.jpg|right|thumbnail|alt=two sample pieces, top view|note the incomplete infill on the right; this was due to improper perimeter width settings. note the square teeth on the left; this is because &amp;quot;stretch&amp;quot; is turned on. this is a good thing.]]&lt;br /&gt;
there are about 300 different &amp;quot;craft&amp;quot; settings in skeinforge, and they all interrelate in confusing ways. here&#039;s a quick overview of the important ones:&lt;br /&gt;
*carve-&amp;gt;layer height: should be about 0.8*nozzle hole diameter, ship default is 0.4&lt;br /&gt;
*carve-&amp;gt;width over height: should be about 1.45, if threads in flat parts show gap make this value smaller&lt;br /&gt;
*speed-&amp;gt;flow rate: 255&lt;br /&gt;
*speed-&amp;gt;feed rate: start around 35mm/s&lt;br /&gt;
*fill-&amp;gt;infill solidity: 0.25 is adequate and not too slow. higher for stronger parts&lt;br /&gt;
*fill-&amp;gt;infill pattern: controls whether you get hashbrowns or honeycombs&lt;br /&gt;
*comb keeps it from driving through empty spaces and making stringies&lt;br /&gt;
*raft prints a waffle grid thingy to keep the corners held down - will be disabled for heated build platform&lt;br /&gt;
*raftless - don&#039;t use it, instead turn off the raft checkbox when generating GCode in RepG, use outline to generate a lead-in&lt;br /&gt;
*oozebane is useless, forget about it&lt;br /&gt;
*jitter is good, set it to a large value like 100&lt;br /&gt;
*stretch makes corners un-rounded, but can cause data overload stuttering if &amp;quot;stretch from distance&amp;quot; is too small&lt;br /&gt;
*temperature is usually set to 230, but newer extruders can print fine with temperatures as low as 205C. You might need to lower all the temperatures in order to print tall skinny objects.&lt;br /&gt;
*wipe should be turned off&lt;br /&gt;
*outline should be turned on, it draws a rectangle around the first layer which lets you tweak the Z axis distance and ensure adhesion&lt;br /&gt;
&lt;br /&gt;
You may want to create a profile with an alternative set of settings. In the Generate GCode dialog, select the default profile for your machine (mostly likely Cupcake with Heated Build Platform), duplicate it and call it &amp;quot;SuperSolid&amp;quot; or something like that, and make the following changes:&lt;br /&gt;
&lt;br /&gt;
*Fill/Extra Shells -&amp;gt; 0 (there are a number of extra shells parameters - make all of them zero)&lt;br /&gt;
*Fill/Infill Density -&amp;gt; 1.0 (this will make solid objects)&lt;br /&gt;
&lt;br /&gt;
Use this profile for parts that need to be extra strong or precise, ie. working machine parts or gears. Be warned that this will be very slow and will use a lot more plastic. However, the results can be truly outstanding.&lt;br /&gt;
&lt;br /&gt;
you can safely ignore the rest&lt;br /&gt;
&lt;br /&gt;
==== care and feeding ====&lt;br /&gt;
* don&#039;t leave the makerbot unattended for hours, as it can theoretically catch on fire (those heated bed wires are iffy)&lt;br /&gt;
* don&#039;t leave the extruder hot for hours. periodically flush through plastic to prevent it from oxidizing.&lt;br /&gt;
* if you are about to run out of filament, cut off both ends square with diagonal flush cutters (the blue cutters for electronics) and simply hold the filament together as it goes in&lt;br /&gt;
*if the filament strips out during use (extruder motor is on, temperature high enough, nothing happening) try pushing it down manually&lt;br /&gt;
** if this doesn&#039;t work, try reversing the motor until the filament comes out, cut it cleanly, and reinsert&lt;br /&gt;
** if it keeps stripping out, you may have to completely disassemble the extruder and remove plastic gunk from the gear teeth.&lt;br /&gt;
*** use a long 5/64&amp;quot; or 2mm allen key to set the extruder idler wheel/feed gear spacing&lt;br /&gt;
** try not to let it happen in the first place. stripping can be caused by setting the first layer too low, blocking the nozzle and letting pressure build up&lt;br /&gt;
*don&#039;t upgrade the firmware unless you&#039;re willing to deal with the consequences&lt;br /&gt;
*keep it away from bright light&lt;br /&gt;
*don&#039;t get any water on it&lt;br /&gt;
*never, never ever feed it after midnight.&lt;br /&gt;
&lt;br /&gt;
= Usage log =&lt;br /&gt;
please write your name, what you tried to make, and what happened below (pics or it didnt happen)&lt;br /&gt;
----&lt;br /&gt;
[[File:Minimendel_Z_leadscrew_base_motor.jpg|none|thumbnail|600px|mini mendel Z leadscrew base and motor mount. This bastard took 2 hours and almost the entire remaining roll of green. It started to peel up badly at the back corner. I rescued it by melting the corner back down with a soldering iron. [[User:Fenn|Fenn]] 13:07, 1 May 2010 (UTC)]]&lt;br /&gt;
&lt;br /&gt;
[[File:example.jpg|none|thumbnail|600px|caption text]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Construction log =&lt;br /&gt;
This describes the current progress of the building of the Makerbot.  Instructions are found [http://wiki.makerbot.com/cupcake here], and a forum for it is found [http://wiki.makerbot.com/forum/c-77688/talk-about-makerbot here].&lt;br /&gt;
&lt;br /&gt;
Noisebridge&#039;s Makerbot kit, thoughtfully purchased by Mitch, arrived at 83C on Monday evening, July 20.  Leading the assembly team is Joachim, along with Christoph, Rachel, Steve (Mr Domino), and Jeffrey (ieatlint).&lt;br /&gt;
&lt;br /&gt;
It took about an hour and a half to go through and check the parts against the [http://pony.noisebridge.net/~cmaier/makerbot/parts_lists.ods parts list].  &amp;lt;strike&amp;gt;We think we are missing a bag of &amp;quot;laser cut pulleys&amp;quot; but it&#039;s hard to be completely sure, as there are a LOT of parts and they are not all labeled exactly as in the parts list&amp;lt;/strike&amp;gt; A bag of &amp;quot;laser cut pulleys&amp;quot; was replaced by MakerBot-made pulleys, but the parts lists weren&#039;t updated.  We determined to start assembly anyway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cupcake [[Makerbot/Electronics|Electronics]] Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-electronics-assembly Instructions] Christoph soldering one of the [[Makerbot/Electronics/Stepper_driver|stepper motor drivers]], one of the [[Makerbot/Electronics/endstop_switches|endstop switches]], and the SMD parts on the [[Makerbot/Electronics/Motherboard|motherboard]] with only occasional bitching to people to &#039;&#039;&#039;&#039;&#039;STOP MOVING THE TABLE&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Motherboard is tested and able to control stepper motors.  Regular firmware needs to be flashed back onto it.  [http://wiki.makerbot.com/burn-custom-firmware-using-arduino This] may help. [[User:Ieatlint|Ieatlint]] 02:55, 25 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Pulley Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-pulley-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake CNC Body Assembly ==&lt;br /&gt;
We got the first part of the body together without difficulty, but had trouble with the Z stage as one of the parts had changed from when the docs were written.  The Z stage rod holding guides changed from being O-shaped to being U-shaped, and are marked &amp;quot;Z guides&amp;quot;.  The forums told us to use them anyway.&lt;br /&gt;
&lt;br /&gt;
The next problem was with threaded rods, which had been cut to size.  The ends of some would not take a nut.  We solved this with judicious use of the bench grinder.  There were LOTS of nut/rod jokes, and we were in a state where they were actually funny! [[User:Rachel|Rachel]] 10:08, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Progressed to and including the step entitled &amp;quot;Z-stage stepper wiring&amp;quot; as detailed on the body assembly [http://wiki.makerbot.com/cupcake-body-assembly instructions].  The body assembly is nearly completed. [[User:Ieatlint|Ieatlint]] 03:52, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Stages assembled and motherboard and stepper driver circuits in place. Driver boards are tested. Axis stops are installed, platforms still need craft stick beam breaks installed. -- [[User:JSharp|JSharp]] 06:45, 2 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Y Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-y-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake X Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-x-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Plastruder MK3 Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/plastruder-mk3-assembly Instructions]&lt;br /&gt;
*Note: Ubuntu 9.04 specific: the librxtxSerial.so and the RXTXcomm.jar that come in the replicatorg download need to be replaced with some binaries from this other place that I don&#039;t remember. -[[User:Elgreengeeto|Skory]]&lt;br /&gt;
&lt;br /&gt;
*Progressed through to end of Heater Barrel Assembly.   [[User:Miloh|Miloh]] 04:24, 21 July 2009 (PDT)&lt;br /&gt;
*Progressed through the Filament Drive Assembly, and Joachim mastered the extruder electronics.  [[User:Miloh|Miloh]] 02:03, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel through step 3. [[User:Miloh|Miloh]] 13:17, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel to the end.  [[User:Miloh|Miloh]] 20:46, 26 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
 Continue at Plastruder burn in test.  The burn in test can&#039;t be completed until the Thermistor and extruder board are recognized by the control system.&lt;br /&gt;
&lt;br /&gt;
*Plastruder board burnt out a few components on power up test. Ordered new plastruder driver from makerbot, should arrive at 83C soon. -- [[User:JSharp|JSharp]] 06:43, 2 August 2009 (PDT)&lt;br /&gt;
**New plastruder control board received and installed. -- [[User:JSharp|JSharp]] 10:52, 9 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
= Status Reports =&lt;br /&gt;
&lt;br /&gt;
== 10/18/09 ==&lt;br /&gt;
&lt;br /&gt;
Martin - The makerbot is working and printing objects well.  You will need to download and install &amp;quot;ReplicatorG&amp;quot; and &amp;quot;skeinforge&amp;quot; in order to use the bot. The software runs on Mac, Linux, and PC.   (skeinforge requires Python, ReplicatorG requires Java)  Example objects are next to the bot.&lt;br /&gt;
&lt;br /&gt;
The X/Y/Z stage endpoints are not yet installed.  It requires a number of popsicle sticks to be cut to the correct length and the stage to be calibrated.  You can operate the MakerBot with ***great*** care without them.  &lt;br /&gt;
&lt;br /&gt;
The extruder head has been upgraded to the Mark-4, with a new bearing and idler wheel.  Also, the extruder head is now insulated with the same material they use to insulate the Space Shuttle heat tiles from the skin of the shuttle itself.  *** IT IS EXPENSIVE.  PLEASE DON&#039;T TAKE APART! ***  I can&#039;t replace the material, it was given as a gift from a friend at JPL.  &lt;br /&gt;
&lt;br /&gt;
Please read all the instructions on how to use the MakerBot on the [[http://wiki.makerbot.com/|MakerBot Wiki Site]] before attempting to use it.&lt;br /&gt;
&lt;br /&gt;
== 08/24/09 ==&lt;br /&gt;
Thanks to excellent efforts and support from Martin, the MakerBot is now in a semi-functional state.  There are three things that need to be worked on, however:&lt;br /&gt;
# The Y stage endpoint is installed incorrectly (the Y stage and physically crash into it)&lt;br /&gt;
# The nichrome wire needs to be better insulated so it can maintain higher temperatures and consistent temperatures.&lt;br /&gt;
# The feeding mechanism needs to be reviewed, as it appears that it fails to operate reliably.&lt;br /&gt;
&lt;br /&gt;
Please do NOT attempt to disassemble the plastruder header.&lt;br /&gt;
Also, do NOT attempt to operate the MakerBot unless you really know what you&#039;re doing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 01/10/2010 ==&lt;br /&gt;
Much has happened to the Makerbot since last noted,&lt;br /&gt;
the broken idler wheel was replaced and the extruder head assembly was upgraded by me using parts from Bre when he was here. Thanks Bre!&lt;br /&gt;
I also at that time upgraded the firmware and printed a bunch of skull throwies, yay! &lt;br /&gt;
Time has passed between then and now and many people have been reporting the makerbot in sickly condition, after much testing I am glad to report this not the case. go go makerbot!&lt;br /&gt;
&lt;br /&gt;
== 03/10/2010 ==&lt;br /&gt;
Bre was here on 20/2 and installed a heated build platform on the Makerbot. The heated platform is a new development, still in prototype stage. It is awesome because it prevents warping, and allows workpieces to stick to the build platform without having to build a raft.&lt;br /&gt;
&lt;br /&gt;
He left a sheet of instructions, they say:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... While here we set you up with a heated build platform. It&#039;s&lt;br /&gt;
hooked up to the fans pot. So before you print, go into the control&lt;br /&gt;
panel and click [x] fan and it will turn it on. Let it warm up for at&lt;br /&gt;
least 5 minutes and then print on it. When the model is done, let it&lt;br /&gt;
cool for 5 minutes and it will &#039;pop&#039; right off the warm kapton tape.&lt;br /&gt;
&lt;br /&gt;
We are also leaving you a spare parts kit for the extruder. Your&lt;br /&gt;
nozzle is super thick and slow. This new nozzle has a smaller nozzle&lt;br /&gt;
hole. Make it, use it, love it!&lt;br /&gt;
&lt;br /&gt;
Bre and Zack, Makerbot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When asked about the workings of the heated build platform, he said:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Yup, ours is a prototype part, it&#039;s awesome but not very well documented.&lt;br /&gt;
&lt;br /&gt;
You want to plug it in above the mosfet that usually runs the fan.&lt;br /&gt;
&lt;br /&gt;
You can then go into the control panel and just turn the fan on, let&lt;br /&gt;
it heat up for 8-10 minutes and it will get to about 110F.&lt;br /&gt;
&lt;br /&gt;
Print away and remember to turn it off and unplug the bot when you&#039;re done!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Please note that he&#039;s left us the parts for an improved extruder - up to us to build it - and some of the new colored ABS plastic.&lt;br /&gt;
&lt;br /&gt;
== 04/03/2010 ==&lt;br /&gt;
After using the makerbot all day I (fenn) noticed the Z axis was consistently jamming up when traversing above 125mm/min. Several hours of head-scratching later I discovered that the heated platform would cause the large acrylic plate that holds the extruder to heat up and expand, pushing outwards on the Z-axis nuts and causing the mechanism to bind ever so slightly. The simple fix of filing the plate down was complicated by the lack of small files and the fact that the machine was assembled wrong, requiring removal of the four small u-shaped plywood &amp;quot;guide plates&amp;quot;, which I put back in the correct orientation: gap outwards.&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure the heated build platform actually ever gets hot enough for ABS to stick to the kapton tape. It seems to max out at 95 celsius, as measured with an infrared thermometer. The RepRap wiki suggests 120-220 degrees for ABS. Perhaps connect the platform directly to a higher voltage power supply?&lt;br /&gt;
&lt;br /&gt;
Lacking a hot enough bed for the first layer to stick to, blue masking tape sorta almost works (the first time you use it), and I got much better results when I taped a business card on top and printed on that instead. I printed a few gears and hope to add a [http://www.thingiverse.com/thing:1794 &amp;quot;wade extruder&amp;quot;] soonish.&lt;br /&gt;
&lt;br /&gt;
== 04/09/2010 ==&lt;br /&gt;
I (fenn) came in today and it appeared that nobody had touched the makerbot since I last left it. But the nozzle wouldn&#039;t heat up. Voltage to the wires, it just didnt get hot. So, heeding the warning to not disassemble the nozzle, I removed it and swapped in another one, which works a lot better anyway. Then I attached a 16V transformer to the heated bed, and now it gets up to 165C which is much better than the old 90C running on 12V. Now the first layer actually sticks! Z axis seems to still be jamming up; I didn&#039;t file the notches deep enough I guess. Wish I had more time to play with it. Skeinforge settings that seem to work with ABS:&lt;br /&gt;
layer height: 0.4mm, flow rate: 255, feed rate: 25mm/s.&lt;br /&gt;
&lt;br /&gt;
== 04/11/2010 ==&lt;br /&gt;
added a fan to cool off the acrylic plate. make sure you enable the fan before printing and it shouldn&#039;t jam up anymore. seems to be working reliably now.&lt;br /&gt;
&lt;br /&gt;
hint: instead of trying to adjust the Z zero in software, manually adjust the height as it prints the first layer.&lt;br /&gt;
&lt;br /&gt;
caution: plugging in or unplugging the heater transformer may cause the power strip breaker to trip and reset the makerbot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 04/13/2010 ==&lt;br /&gt;
leveled bed by shaving down tabs that were sticking up, pushing magnets back in, and adding a small strip of kapton tape. adjusted toothed gear/idler wheel spacing with 5/64 allen key.&lt;br /&gt;
&lt;br /&gt;
Some of the magnets on the Y stage are in sideways (poles on left &amp;amp; right), not upright (poles on top &amp;amp; bottom). I found this when building my Makerbot, since I wanted the build platform to be interoperable, I tried placing the magnets on the Y stage of the NB &#039;bot to check polarity, and found that they were sticking corner-to-corner, not face-to-face. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
== 06/10/2010 ==&lt;br /&gt;
I&#039;ve taken in two functioning nozzle assemblies, and an extruder block with double idler wheel. These should help get the &#039;bot up and running. The nozzles may need to be heated up, PTFE insulator removed and cleaned. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
What is the large spool of white plastic next to the Makerbot? It seems a lot softer than ABS, and certainly acts strange when I try to print with it. (It is so soft that it scrunches up in the extruder feed channel, and the pinch wheel starts grinding into it super quickly. It doesn&#039;t stink when heated.) Could it be Shapelock? - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;it is PLA, rather than ABS.  It melts at a much, much lower temperature.&#039;&#039; - Martin&lt;br /&gt;
&lt;br /&gt;
It&#039;s not PLA, far too soft. There&#039;s some green PLA in the bag on top of the pile. I think it&#039;s HDPE. Smells like HDPE too. (like a blown out candle.) - fenn&lt;br /&gt;
&lt;br /&gt;
== 9/24/2010 ==&lt;br /&gt;
&lt;br /&gt;
The Makerbot is broken...&lt;br /&gt;
&lt;br /&gt;
d&#039;oh!&lt;br /&gt;
&lt;br /&gt;
i&#039;m really not sure what happened. i was cleaning out the extruder and i think one of the green wires touched the large metal washer; there was a spark and a small poof next to the rj-45 connector on the extruder board, and now nothing turns on. sigh.&lt;br /&gt;
&lt;br /&gt;
[[File:IMG_2929.JPG|right|thumbnail|alt=two sample pieces, side view|corroborating evidence]]&lt;br /&gt;
I swapped in one of Gian Pablo&#039;s extruders and bought a new 606 bearing for the gearmotor. (somehow the original must have fallen out and gotten lost.) Lots of jamming up and cussing ensued. Some adjustments were made, much filament run through the machine, and I deduced that the &#039;&#039;&#039;NEW EXTRUDER REQURIES THE FAN ON&#039;&#039;&#039; whenever it is at operating temperature. I got it to print out a timing pulley on the fifth try, and reliably printing after that, using the same settings as before.&lt;br /&gt;
&lt;br /&gt;
The nozzles I left seem to print reliably at much lower temperatures, try 195C and see how that goes. [gian pablo]&lt;br /&gt;
&lt;br /&gt;
== 2011-01-08  ==&lt;br /&gt;
&lt;br /&gt;
I&#039;ve ordered an extensive selection of parts, including new extruder, heated build platform, extruder board etc. Should be here next week. &lt;br /&gt;
&lt;br /&gt;
We&#039;ve started work on this. I&#039;ve also started printing a replacement XY stage (http://www.thingiverse.com/thing:4213) on my Makerbot, and ordered the parts for it (bearings, nuts, screws, washers).&lt;br /&gt;
&lt;br /&gt;
[gian pablo]&lt;br /&gt;
&lt;br /&gt;
== 2011-01-14 ==&lt;br /&gt;
&lt;br /&gt;
All the parts have arrived. Miloh unpacked them and started working on it. Things to do:&lt;br /&gt;
&lt;br /&gt;
* Assemble heated build platform&lt;br /&gt;
* Assemble relay board&lt;br /&gt;
* Assemble Plastruder Mk 5&lt;br /&gt;
* Replace extruder controller (and motherboard if necessary)&lt;br /&gt;
* Clean the &#039;bot&lt;br /&gt;
* Calibrate it&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2011-02-18 ==&lt;br /&gt;
&lt;br /&gt;
Watch it.  It prints.&lt;br /&gt;
&lt;br /&gt;
The autospool can cinch down and yank your build to ruin.  Jake and I modified it to pull out the side in a lazier loop.  It needs to be watched.  &lt;br /&gt;
&lt;br /&gt;
* Needs More calibration&lt;br /&gt;
** feed rate&lt;br /&gt;
** stepper driver currents  (there were some X-Y 1-2mm shift errors halfway through the first builds)&lt;br /&gt;
* Need a get up to speed session &amp;amp; bot day (CrashSpaceLA is having one this weekend)&lt;br /&gt;
[[User:Miloh|Miloh]] 12:51, 18 February 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2011-03-02 ==&lt;br /&gt;
&lt;br /&gt;
Printed different series of shelving brackets in red ABS.  Another 2mm shift 1/4 of the way through the print only made them semi-useful.  Not sure what caused the shift -- there were ~50 people milling around so I&#039;m going to assume someone just touched the build in progress. The autospool is modified and working well on its side. The new MK5 head is working well so far (without the extrusion blowout and grip problems of the MK4 series pinch wheel and gear drive)&lt;br /&gt;
improvements:&lt;br /&gt;
&lt;br /&gt;
* we can laser cut 1/16 cork mounting dampeners for the stepper motors&lt;br /&gt;
* either replace the Y axis build platform mounting part or the build platform wood back to improve stability in the platform.&lt;br /&gt;
[[User:Miloh|Miloh]] 23:14, 2 March 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=17521</id>
		<title>Makerbot</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=17521"/>
		<updated>2011-04-02T02:46:05Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: /* install some software first */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= The Makerbots are working (2011- 04 -01) =&lt;br /&gt;
&lt;br /&gt;
All of the Makerbors are working.&lt;br /&gt;
&lt;br /&gt;
Nutjob (the Noisebridge bot) has had a number of major upgrades performed on it, including heated build platform and Mk 5 extruder. It is now working well. The standard ReplicatorG software and profiles (choose Cupcake with Heated Build Platform) will work fine with it.  &lt;br /&gt;
&lt;br /&gt;
Go ahead and use it, the instructions here and on the Makerbot site are appropriate, with one caveat: there is a bug in the Makerbot profiles that will leave the heated build platform and steppers on, which is a fire hazard.&lt;br /&gt;
&lt;br /&gt;
Before printing, install ReplicatorG, find the file called end.gcode, and if it does not contain the M109, M104 and M18 codes, edit it to look like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
(end of the file, cooldown routines)&lt;br /&gt;
M104 S0&lt;br /&gt;
M109 S0&lt;br /&gt;
G91&lt;br /&gt;
G1 Z10&lt;br /&gt;
M18 (turn off steppers.)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will turn off everything, leaving the Makerbot in a safe state.&lt;br /&gt;
&lt;br /&gt;
White Rabbit (Gian Pablo&#039;s bot) has had its XY stage replaced with a printed one, and Z axis guide rods installed. Please check in with Gian Pablo before using it, because it is now far from standard, and you should make some adjustments in operating procedures.&lt;br /&gt;
&lt;br /&gt;
Scotch (Miloh&#039;s bot) has a Mk 5 extruder made with Noisebridge&#039;s own laser cutter. It is the thing made out of green acrylic. Check in with Miloh before using it, it is still being debugged and enhanced.&lt;br /&gt;
&lt;br /&gt;
For smaller parts, make a Skeinforge profile where you change the Fill/Extra Shells setting to 0 (no extra shells) and the Fill/Infill Densiety to 1.0. This yields extremely strong and dimensionally accurate parts.&lt;br /&gt;
&lt;br /&gt;
=How to Use the Makerbot=&lt;br /&gt;
if it breaks, we can fix it. don&#039;t be afraid of the makerbot! I&#039;ve crashed it hundreds of times and only permanently broke something once.&lt;br /&gt;
&lt;br /&gt;
====install some software first====&lt;br /&gt;
&lt;br /&gt;
* Install Java (if you don&#039;t already have it) - http://www.java.com/en/download/index.jsp&lt;br /&gt;
&lt;br /&gt;
* Install Python (if you don&#039;t already have it). http://www.python.org/download/ &lt;br /&gt;
&lt;br /&gt;
* Optionally, install PsyCo, it will make things run much faster.  http://psyco.sourceforge.net/download.html&lt;br /&gt;
&lt;br /&gt;
* get yourself a copy of replicatorg: http://replicat.org/download&lt;br /&gt;
&lt;br /&gt;
ReplicatorG now includes various versions of the Skeinforge slicing utility, so no need to download and install separately.&lt;br /&gt;
&lt;br /&gt;
ReplicatorG 0024 has a serious bug in some of the profiles for the Cupcake CNC Makerbot, it will not generate the instructions that turn off heated build platform and stepper motors. This is a potential fire hazard, as the steppers and the build platform can get very hot. Do this:&lt;br /&gt;
&lt;br /&gt;
Go ahead and use it, the instructions here and on the Makerbot site are appropriate, with one caveat: there is a bug in the Makerbot profiles that will leave the heated build platform and steppers on, which is a fire hazard.&lt;br /&gt;
&lt;br /&gt;
Find the file called end.gcode, and if it does not contain the M109, M104 and M18 codes, edit it to look like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
(end of the file, cooldown routines)&lt;br /&gt;
M104 S0&lt;br /&gt;
M109 S0&lt;br /&gt;
G91&lt;br /&gt;
G1 Z10&lt;br /&gt;
M18 (turn off steppers.)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will turn off everything, leaving the Makerbot in a safe state.&lt;br /&gt;
&lt;br /&gt;
You are done.&lt;br /&gt;
&lt;br /&gt;
====using the software====&lt;br /&gt;
&lt;br /&gt;
* Start ReplicatorG.&lt;br /&gt;
&lt;br /&gt;
* Open an STL file. You should see a 3D image of your model.&lt;br /&gt;
&lt;br /&gt;
* Press the &#039;generate GCode&#039; button on the right. &lt;br /&gt;
&lt;br /&gt;
* You will be asked to choose a profile. Currently you are looking at Cupcake CNC Mk4, but very soon you will want Cupcake CNC Mk5 with Heated Build Platform.&lt;br /&gt;
&lt;br /&gt;
* It will take a while to build the GCode for the model. Go talk to visitors to the space and tell them not to sleep here.&lt;br /&gt;
&lt;br /&gt;
* Refer to the detailed instructions on the Makerbot site for more up-to-date tips and instructions (they change often):  http://wiki.makerbot.com/how-to-print&lt;br /&gt;
&lt;br /&gt;
====fire the makerbot====&lt;br /&gt;
&lt;br /&gt;
Instructions have been updated to reflect the (coming) new and improved Makerbot.&lt;br /&gt;
&lt;br /&gt;
* turn on the makerbot PSU, it&#039;s a switch in the back&lt;br /&gt;
* plug in the makerbot usb cable&lt;br /&gt;
* run replicatorg (./replicatorg)&lt;br /&gt;
* (firmware should be updated)&lt;br /&gt;
* the first time you run it, machine-&amp;gt;driver-&amp;gt;cupcake CNC with heated build platform&lt;br /&gt;
* also machine-&amp;gt;serial port, choose whatever serial port is being emulated via USB &lt;br /&gt;
* load filament&lt;br /&gt;
** loosen the extruder thumbscrew&lt;br /&gt;
** insert filament into the extruder, basically to the level of the motor axle (NOT all the way down into the nozzle - you do this so that you can more easily tell if the motor is working)&lt;br /&gt;
** tighten the extruder thumbscrew, just a little bit more than finger tight, enough to get a good grip between the drive gear and the filament - you can adjust this while printing, if the filament starts slipping&lt;br /&gt;
* click on the 4 arrows symbol (control panel)&lt;br /&gt;
** lay a small piece of paper on the platform&lt;br /&gt;
** remove any crud from the nozzle with bent nose pliers (hidden under the EFF hat)&lt;br /&gt;
** move X, Y to the center of the platform (you can do this by pressing Disable steppers, then moving it by hand)&lt;br /&gt;
** jog down in Z first in 10mm increments, then 1mm increments, until there is maximum drag force on the paper&lt;br /&gt;
** jog up in 0.1mm increments until the drag lessens&lt;br /&gt;
** click &amp;quot;set zero&amp;quot;&lt;br /&gt;
** at the bottom of the control panel there are some settings, set them in this order&lt;br /&gt;
*** Motor Speed (PWM): 255&lt;br /&gt;
*** Target Temperature: 220&lt;br /&gt;
*** Heated Build Platform: 120&lt;br /&gt;
*** Motor Control: Stop&lt;br /&gt;
** wait until the temperature is above 200 then try a test extrusion &lt;br /&gt;
*** move Z axis up 20mm or so&lt;br /&gt;
***click Motor Control: forward&lt;br /&gt;
*** wait for the filament to enter the extruder, and start coming out the nozzle&lt;br /&gt;
*** make sure the extruder motor is turning, there is a dot drawn on the axle with sharpie&lt;br /&gt;
*** if you accidentally start the motor before it&#039;s hot, you can fix it by slightly unscrewing the extruder thumbscrew and adjusting the filament&lt;br /&gt;
* the build platform should be plenty hot now&lt;br /&gt;
** there might be an IR thermometer in a little duct tape pouch thingy&lt;br /&gt;
** it should be around 120-130C for best results&lt;br /&gt;
* remove ooze from the nozzle with pliers&lt;br /&gt;
* zero the Z axis (ie. move it down until it near touches the platform)&lt;br /&gt;
* file-&amp;gt;open the .gcode file you created earlier with skeinforge&lt;br /&gt;
* click &#039;build&#039; (the solid kidney bean)&lt;br /&gt;
* if the first layer doesn&#039;t stick at all or peels loose immediately, adjust the z axis down by turning the pulley on top of the makerbot&lt;br /&gt;
* if the first layer starts getting fugly during the infill, with crap building up on the nozzle, adjust the z axis up a few steps until it looks perfectly flat with no &amp;quot;fuzz&amp;quot;&lt;br /&gt;
***note to self: get some pics and video of first layer too high, first layer too low, and verify zeroing procedure&lt;br /&gt;
* now since it probably screwed up somehow, hit stop and remove the grossness with the plastic scraper and/or pliers&lt;br /&gt;
* it should still be zeroed, and hopefully at the correct height adjustment now, so just click &#039;build&#039; again&lt;br /&gt;
* if you can&#039;t get it to stick at all, the platform is probably at the wrong temperature.&lt;br /&gt;
** wait five minutes for it to warm up completely&lt;br /&gt;
[[File:Nophead_pulleys_side.jpg|right|thumbnail|alt=two sample pieces, side view|your part should look like this or better. I still hadn&#039;t tweaked the feedrate perfectly for colored plastic, hence the blobbiness.]]&lt;br /&gt;
&lt;br /&gt;
* ok now presumably you&#039;re done printing and nothing went wrong. &lt;br /&gt;
** jog Z+ 20mm to give yourself some room&lt;br /&gt;
** wait for the piece to cool down, 3 to 5 minutes should be enough&lt;br /&gt;
** now just peel it off with your hand&lt;br /&gt;
** if you let the piece cool all the way down, maybe 10-15 minutes, it will just &amp;quot;pop&amp;quot; off the build platform by itself&lt;br /&gt;
*** be careful, the part may still be soft and can deform&lt;br /&gt;
*** don&#039;t use a knife if at all possible, it will mess up the Kapton coating on the platform - just wait for it to cool&lt;br /&gt;
*** it&#039;s easier if you remove the build platform - it&#039;s held on with magnets&lt;br /&gt;
&lt;br /&gt;
==== tweaking skeinforge ====&lt;br /&gt;
[[File:Nophead_pulleys_top.jpg|right|thumbnail|alt=two sample pieces, top view|note the incomplete infill on the right; this was due to improper perimeter width settings. note the square teeth on the left; this is because &amp;quot;stretch&amp;quot; is turned on. this is a good thing.]]&lt;br /&gt;
there are about 300 different &amp;quot;craft&amp;quot; settings in skeinforge, and they all interrelate in confusing ways. here&#039;s a quick overview of the important ones:&lt;br /&gt;
*carve-&amp;gt;layer height: should be about 0.8*nozzle hole diameter, ship default is 0.4&lt;br /&gt;
*carve-&amp;gt;width over height: should be about 1.45, if threads in flat parts show gap make this value smaller&lt;br /&gt;
*speed-&amp;gt;flow rate: 255&lt;br /&gt;
*speed-&amp;gt;feed rate: start around 35mm/s&lt;br /&gt;
*fill-&amp;gt;infill solidity: 0.25 is adequate and not too slow. higher for stronger parts&lt;br /&gt;
*fill-&amp;gt;infill pattern: controls whether you get hashbrowns or honeycombs&lt;br /&gt;
*comb keeps it from driving through empty spaces and making stringies&lt;br /&gt;
*raft prints a waffle grid thingy to keep the corners held down - will be disabled for heated build platform&lt;br /&gt;
*raftless - don&#039;t use it, instead turn off the raft checkbox when generating GCode in RepG, use outline to generate a lead-in&lt;br /&gt;
*oozebane is useless, forget about it&lt;br /&gt;
*jitter is good, set it to a large value like 100&lt;br /&gt;
*stretch makes corners un-rounded, but can cause data overload stuttering if &amp;quot;stretch from distance&amp;quot; is too small&lt;br /&gt;
*temperature is usually set to 230, but newer extruders can print fine with temperatures as low as 205C. You might need to lower all the temperatures in order to print tall skinny objects.&lt;br /&gt;
*wipe should be turned off&lt;br /&gt;
*outline should be turned on, it draws a rectangle around the first layer which lets you tweak the Z axis distance and ensure adhesion&lt;br /&gt;
&lt;br /&gt;
you can safely ignore the rest&lt;br /&gt;
&lt;br /&gt;
==== care and feeding ====&lt;br /&gt;
* don&#039;t leave the makerbot unattended for hours, as it can theoretically catch on fire (those heated bed wires are iffy)&lt;br /&gt;
* don&#039;t leave the extruder hot for hours. periodically flush through plastic to prevent it from oxidizing.&lt;br /&gt;
* if you are about to run out of filament, cut off both ends square with diagonal flush cutters (the blue cutters for electronics) and simply hold the filament together as it goes in&lt;br /&gt;
*if the filament strips out during use (extruder motor is on, temperature high enough, nothing happening) try pushing it down manually&lt;br /&gt;
** if this doesn&#039;t work, try reversing the motor until the filament comes out, cut it cleanly, and reinsert&lt;br /&gt;
** if it keeps stripping out, you may have to completely disassemble the extruder and remove plastic gunk from the gear teeth.&lt;br /&gt;
*** use a long 5/64&amp;quot; or 2mm allen key to set the extruder idler wheel/feed gear spacing&lt;br /&gt;
** try not to let it happen in the first place. stripping can be caused by setting the first layer too low, blocking the nozzle and letting pressure build up&lt;br /&gt;
*don&#039;t upgrade the firmware unless you&#039;re willing to deal with the consequences&lt;br /&gt;
*keep it away from bright light&lt;br /&gt;
*don&#039;t get any water on it&lt;br /&gt;
*never, never ever feed it after midnight.&lt;br /&gt;
&lt;br /&gt;
= Usage log =&lt;br /&gt;
please write your name, what you tried to make, and what happened below (pics or it didnt happen)&lt;br /&gt;
----&lt;br /&gt;
[[File:Minimendel_Z_leadscrew_base_motor.jpg|none|thumbnail|600px|mini mendel Z leadscrew base and motor mount. This bastard took 2 hours and almost the entire remaining roll of green. It started to peel up badly at the back corner. I rescued it by melting the corner back down with a soldering iron. [[User:Fenn|Fenn]] 13:07, 1 May 2010 (UTC)]]&lt;br /&gt;
&lt;br /&gt;
[[File:example.jpg|none|thumbnail|600px|caption text]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Construction log =&lt;br /&gt;
This describes the current progress of the building of the Makerbot.  Instructions are found [http://wiki.makerbot.com/cupcake here], and a forum for it is found [http://wiki.makerbot.com/forum/c-77688/talk-about-makerbot here].&lt;br /&gt;
&lt;br /&gt;
Noisebridge&#039;s Makerbot kit, thoughtfully purchased by Mitch, arrived at 83C on Monday evening, July 20.  Leading the assembly team is Joachim, along with Christoph, Rachel, Steve (Mr Domino), and Jeffrey (ieatlint).&lt;br /&gt;
&lt;br /&gt;
It took about an hour and a half to go through and check the parts against the [http://pony.noisebridge.net/~cmaier/makerbot/parts_lists.ods parts list].  &amp;lt;strike&amp;gt;We think we are missing a bag of &amp;quot;laser cut pulleys&amp;quot; but it&#039;s hard to be completely sure, as there are a LOT of parts and they are not all labeled exactly as in the parts list&amp;lt;/strike&amp;gt; A bag of &amp;quot;laser cut pulleys&amp;quot; was replaced by MakerBot-made pulleys, but the parts lists weren&#039;t updated.  We determined to start assembly anyway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cupcake [[Makerbot/Electronics|Electronics]] Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-electronics-assembly Instructions] Christoph soldering one of the [[Makerbot/Electronics/Stepper_driver|stepper motor drivers]], one of the [[Makerbot/Electronics/endstop_switches|endstop switches]], and the SMD parts on the [[Makerbot/Electronics/Motherboard|motherboard]] with only occasional bitching to people to &#039;&#039;&#039;&#039;&#039;STOP MOVING THE TABLE&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Motherboard is tested and able to control stepper motors.  Regular firmware needs to be flashed back onto it.  [http://wiki.makerbot.com/burn-custom-firmware-using-arduino This] may help. [[User:Ieatlint|Ieatlint]] 02:55, 25 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Pulley Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-pulley-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake CNC Body Assembly ==&lt;br /&gt;
We got the first part of the body together without difficulty, but had trouble with the Z stage as one of the parts had changed from when the docs were written.  The Z stage rod holding guides changed from being O-shaped to being U-shaped, and are marked &amp;quot;Z guides&amp;quot;.  The forums told us to use them anyway.&lt;br /&gt;
&lt;br /&gt;
The next problem was with threaded rods, which had been cut to size.  The ends of some would not take a nut.  We solved this with judicious use of the bench grinder.  There were LOTS of nut/rod jokes, and we were in a state where they were actually funny! [[User:Rachel|Rachel]] 10:08, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Progressed to and including the step entitled &amp;quot;Z-stage stepper wiring&amp;quot; as detailed on the body assembly [http://wiki.makerbot.com/cupcake-body-assembly instructions].  The body assembly is nearly completed. [[User:Ieatlint|Ieatlint]] 03:52, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Stages assembled and motherboard and stepper driver circuits in place. Driver boards are tested. Axis stops are installed, platforms still need craft stick beam breaks installed. -- [[User:JSharp|JSharp]] 06:45, 2 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Y Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-y-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake X Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-x-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Plastruder MK3 Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/plastruder-mk3-assembly Instructions]&lt;br /&gt;
*Note: Ubuntu 9.04 specific: the librxtxSerial.so and the RXTXcomm.jar that come in the replicatorg download need to be replaced with some binaries from this other place that I don&#039;t remember. -[[User:Elgreengeeto|Skory]]&lt;br /&gt;
&lt;br /&gt;
*Progressed through to end of Heater Barrel Assembly.   [[User:Miloh|Miloh]] 04:24, 21 July 2009 (PDT)&lt;br /&gt;
*Progressed through the Filament Drive Assembly, and Joachim mastered the extruder electronics.  [[User:Miloh|Miloh]] 02:03, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel through step 3. [[User:Miloh|Miloh]] 13:17, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel to the end.  [[User:Miloh|Miloh]] 20:46, 26 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
 Continue at Plastruder burn in test.  The burn in test can&#039;t be completed until the Thermistor and extruder board are recognized by the control system.&lt;br /&gt;
&lt;br /&gt;
*Plastruder board burnt out a few components on power up test. Ordered new plastruder driver from makerbot, should arrive at 83C soon. -- [[User:JSharp|JSharp]] 06:43, 2 August 2009 (PDT)&lt;br /&gt;
**New plastruder control board received and installed. -- [[User:JSharp|JSharp]] 10:52, 9 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
= Status Reports =&lt;br /&gt;
&lt;br /&gt;
== 10/18/09 ==&lt;br /&gt;
&lt;br /&gt;
Martin - The makerbot is working and printing objects well.  You will need to download and install &amp;quot;ReplicatorG&amp;quot; and &amp;quot;skeinforge&amp;quot; in order to use the bot. The software runs on Mac, Linux, and PC.   (skeinforge requires Python, ReplicatorG requires Java)  Example objects are next to the bot.&lt;br /&gt;
&lt;br /&gt;
The X/Y/Z stage endpoints are not yet installed.  It requires a number of popsicle sticks to be cut to the correct length and the stage to be calibrated.  You can operate the MakerBot with ***great*** care without them.  &lt;br /&gt;
&lt;br /&gt;
The extruder head has been upgraded to the Mark-4, with a new bearing and idler wheel.  Also, the extruder head is now insulated with the same material they use to insulate the Space Shuttle heat tiles from the skin of the shuttle itself.  *** IT IS EXPENSIVE.  PLEASE DON&#039;T TAKE APART! ***  I can&#039;t replace the material, it was given as a gift from a friend at JPL.  &lt;br /&gt;
&lt;br /&gt;
Please read all the instructions on how to use the MakerBot on the [[http://wiki.makerbot.com/|MakerBot Wiki Site]] before attempting to use it.&lt;br /&gt;
&lt;br /&gt;
== 08/24/09 ==&lt;br /&gt;
Thanks to excellent efforts and support from Martin, the MakerBot is now in a semi-functional state.  There are three things that need to be worked on, however:&lt;br /&gt;
# The Y stage endpoint is installed incorrectly (the Y stage and physically crash into it)&lt;br /&gt;
# The nichrome wire needs to be better insulated so it can maintain higher temperatures and consistent temperatures.&lt;br /&gt;
# The feeding mechanism needs to be reviewed, as it appears that it fails to operate reliably.&lt;br /&gt;
&lt;br /&gt;
Please do NOT attempt to disassemble the plastruder header.&lt;br /&gt;
Also, do NOT attempt to operate the MakerBot unless you really know what you&#039;re doing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 01/10/2010 ==&lt;br /&gt;
Much has happened to the Makerbot since last noted,&lt;br /&gt;
the broken idler wheel was replaced and the extruder head assembly was upgraded by me using parts from Bre when he was here. Thanks Bre!&lt;br /&gt;
I also at that time upgraded the firmware and printed a bunch of skull throwies, yay! &lt;br /&gt;
Time has passed between then and now and many people have been reporting the makerbot in sickly condition, after much testing I am glad to report this not the case. go go makerbot!&lt;br /&gt;
&lt;br /&gt;
== 03/10/2010 ==&lt;br /&gt;
Bre was here on 20/2 and installed a heated build platform on the Makerbot. The heated platform is a new development, still in prototype stage. It is awesome because it prevents warping, and allows workpieces to stick to the build platform without having to build a raft.&lt;br /&gt;
&lt;br /&gt;
He left a sheet of instructions, they say:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... While here we set you up with a heated build platform. It&#039;s&lt;br /&gt;
hooked up to the fans pot. So before you print, go into the control&lt;br /&gt;
panel and click [x] fan and it will turn it on. Let it warm up for at&lt;br /&gt;
least 5 minutes and then print on it. When the model is done, let it&lt;br /&gt;
cool for 5 minutes and it will &#039;pop&#039; right off the warm kapton tape.&lt;br /&gt;
&lt;br /&gt;
We are also leaving you a spare parts kit for the extruder. Your&lt;br /&gt;
nozzle is super thick and slow. This new nozzle has a smaller nozzle&lt;br /&gt;
hole. Make it, use it, love it!&lt;br /&gt;
&lt;br /&gt;
Bre and Zack, Makerbot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When asked about the workings of the heated build platform, he said:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Yup, ours is a prototype part, it&#039;s awesome but not very well documented.&lt;br /&gt;
&lt;br /&gt;
You want to plug it in above the mosfet that usually runs the fan.&lt;br /&gt;
&lt;br /&gt;
You can then go into the control panel and just turn the fan on, let&lt;br /&gt;
it heat up for 8-10 minutes and it will get to about 110F.&lt;br /&gt;
&lt;br /&gt;
Print away and remember to turn it off and unplug the bot when you&#039;re done!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Please note that he&#039;s left us the parts for an improved extruder - up to us to build it - and some of the new colored ABS plastic.&lt;br /&gt;
&lt;br /&gt;
== 04/03/2010 ==&lt;br /&gt;
After using the makerbot all day I (fenn) noticed the Z axis was consistently jamming up when traversing above 125mm/min. Several hours of head-scratching later I discovered that the heated platform would cause the large acrylic plate that holds the extruder to heat up and expand, pushing outwards on the Z-axis nuts and causing the mechanism to bind ever so slightly. The simple fix of filing the plate down was complicated by the lack of small files and the fact that the machine was assembled wrong, requiring removal of the four small u-shaped plywood &amp;quot;guide plates&amp;quot;, which I put back in the correct orientation: gap outwards.&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure the heated build platform actually ever gets hot enough for ABS to stick to the kapton tape. It seems to max out at 95 celsius, as measured with an infrared thermometer. The RepRap wiki suggests 120-220 degrees for ABS. Perhaps connect the platform directly to a higher voltage power supply?&lt;br /&gt;
&lt;br /&gt;
Lacking a hot enough bed for the first layer to stick to, blue masking tape sorta almost works (the first time you use it), and I got much better results when I taped a business card on top and printed on that instead. I printed a few gears and hope to add a [http://www.thingiverse.com/thing:1794 &amp;quot;wade extruder&amp;quot;] soonish.&lt;br /&gt;
&lt;br /&gt;
== 04/09/2010 ==&lt;br /&gt;
I (fenn) came in today and it appeared that nobody had touched the makerbot since I last left it. But the nozzle wouldn&#039;t heat up. Voltage to the wires, it just didnt get hot. So, heeding the warning to not disassemble the nozzle, I removed it and swapped in another one, which works a lot better anyway. Then I attached a 16V transformer to the heated bed, and now it gets up to 165C which is much better than the old 90C running on 12V. Now the first layer actually sticks! Z axis seems to still be jamming up; I didn&#039;t file the notches deep enough I guess. Wish I had more time to play with it. Skeinforge settings that seem to work with ABS:&lt;br /&gt;
layer height: 0.4mm, flow rate: 255, feed rate: 25mm/s.&lt;br /&gt;
&lt;br /&gt;
== 04/11/2010 ==&lt;br /&gt;
added a fan to cool off the acrylic plate. make sure you enable the fan before printing and it shouldn&#039;t jam up anymore. seems to be working reliably now.&lt;br /&gt;
&lt;br /&gt;
hint: instead of trying to adjust the Z zero in software, manually adjust the height as it prints the first layer.&lt;br /&gt;
&lt;br /&gt;
caution: plugging in or unplugging the heater transformer may cause the power strip breaker to trip and reset the makerbot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 04/13/2010 ==&lt;br /&gt;
leveled bed by shaving down tabs that were sticking up, pushing magnets back in, and adding a small strip of kapton tape. adjusted toothed gear/idler wheel spacing with 5/64 allen key.&lt;br /&gt;
&lt;br /&gt;
Some of the magnets on the Y stage are in sideways (poles on left &amp;amp; right), not upright (poles on top &amp;amp; bottom). I found this when building my Makerbot, since I wanted the build platform to be interoperable, I tried placing the magnets on the Y stage of the NB &#039;bot to check polarity, and found that they were sticking corner-to-corner, not face-to-face. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
== 06/10/2010 ==&lt;br /&gt;
I&#039;ve taken in two functioning nozzle assemblies, and an extruder block with double idler wheel. These should help get the &#039;bot up and running. The nozzles may need to be heated up, PTFE insulator removed and cleaned. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
What is the large spool of white plastic next to the Makerbot? It seems a lot softer than ABS, and certainly acts strange when I try to print with it. (It is so soft that it scrunches up in the extruder feed channel, and the pinch wheel starts grinding into it super quickly. It doesn&#039;t stink when heated.) Could it be Shapelock? - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;it is PLA, rather than ABS.  It melts at a much, much lower temperature.&#039;&#039; - Martin&lt;br /&gt;
&lt;br /&gt;
It&#039;s not PLA, far too soft. There&#039;s some green PLA in the bag on top of the pile. I think it&#039;s HDPE. Smells like HDPE too. (like a blown out candle.) - fenn&lt;br /&gt;
&lt;br /&gt;
== 9/24/2010 ==&lt;br /&gt;
&lt;br /&gt;
The Makerbot is broken...&lt;br /&gt;
&lt;br /&gt;
d&#039;oh!&lt;br /&gt;
&lt;br /&gt;
i&#039;m really not sure what happened. i was cleaning out the extruder and i think one of the green wires touched the large metal washer; there was a spark and a small poof next to the rj-45 connector on the extruder board, and now nothing turns on. sigh.&lt;br /&gt;
&lt;br /&gt;
[[File:IMG_2929.JPG|right|thumbnail|alt=two sample pieces, side view|corroborating evidence]]&lt;br /&gt;
I swapped in one of Gian Pablo&#039;s extruders and bought a new 606 bearing for the gearmotor. (somehow the original must have fallen out and gotten lost.) Lots of jamming up and cussing ensued. Some adjustments were made, much filament run through the machine, and I deduced that the &#039;&#039;&#039;NEW EXTRUDER REQURIES THE FAN ON&#039;&#039;&#039; whenever it is at operating temperature. I got it to print out a timing pulley on the fifth try, and reliably printing after that, using the same settings as before.&lt;br /&gt;
&lt;br /&gt;
The nozzles I left seem to print reliably at much lower temperatures, try 195C and see how that goes. [gian pablo]&lt;br /&gt;
&lt;br /&gt;
== 2011-01-08  ==&lt;br /&gt;
&lt;br /&gt;
I&#039;ve ordered an extensive selection of parts, including new extruder, heated build platform, extruder board etc. Should be here next week. &lt;br /&gt;
&lt;br /&gt;
We&#039;ve started work on this. I&#039;ve also started printing a replacement XY stage (http://www.thingiverse.com/thing:4213) on my Makerbot, and ordered the parts for it (bearings, nuts, screws, washers).&lt;br /&gt;
&lt;br /&gt;
[gian pablo]&lt;br /&gt;
&lt;br /&gt;
== 2011-01-14 ==&lt;br /&gt;
&lt;br /&gt;
All the parts have arrived. Miloh unpacked them and started working on it. Things to do:&lt;br /&gt;
&lt;br /&gt;
* Assemble heated build platform&lt;br /&gt;
* Assemble relay board&lt;br /&gt;
* Assemble Plastruder Mk 5&lt;br /&gt;
* Replace extruder controller (and motherboard if necessary)&lt;br /&gt;
* Clean the &#039;bot&lt;br /&gt;
* Calibrate it&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2011-02-18 ==&lt;br /&gt;
&lt;br /&gt;
Watch it.  It prints.&lt;br /&gt;
&lt;br /&gt;
The autospool can cinch down and yank your build to ruin.  Jake and I modified it to pull out the side in a lazier loop.  It needs to be watched.  &lt;br /&gt;
&lt;br /&gt;
* Needs More calibration&lt;br /&gt;
** feed rate&lt;br /&gt;
** stepper driver currents  (there were some X-Y 1-2mm shift errors halfway through the first builds)&lt;br /&gt;
* Need a get up to speed session &amp;amp; bot day (CrashSpaceLA is having one this weekend)&lt;br /&gt;
[[User:Miloh|Miloh]] 12:51, 18 February 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2011-03-02 ==&lt;br /&gt;
&lt;br /&gt;
Printed different series of shelving brackets in red ABS.  Another 2mm shift 1/4 of the way through the print only made them semi-useful.  Not sure what caused the shift -- there were ~50 people milling around so I&#039;m going to assume someone just touched the build in progress. The autospool is modified and working well on its side. The new MK5 head is working well so far (without the extrusion blowout and grip problems of the MK4 series pinch wheel and gear drive)&lt;br /&gt;
improvements:&lt;br /&gt;
&lt;br /&gt;
* we can laser cut 1/16 cork mounting dampeners for the stepper motors&lt;br /&gt;
* either replace the Y axis build platform mounting part or the build platform wood back to improve stability in the platform.&lt;br /&gt;
[[User:Miloh|Miloh]] 23:14, 2 March 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=17520</id>
		<title>Makerbot</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=17520"/>
		<updated>2011-04-02T02:43:54Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: /* The Makerbot is working (2011-02-15) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= The Makerbots are working (2011- 04 -01) =&lt;br /&gt;
&lt;br /&gt;
All of the Makerbors are working.&lt;br /&gt;
&lt;br /&gt;
Nutjob (the Noisebridge bot) has had a number of major upgrades performed on it, including heated build platform and Mk 5 extruder. It is now working well. The standard ReplicatorG software and profiles (choose Cupcake with Heated Build Platform) will work fine with it.  &lt;br /&gt;
&lt;br /&gt;
Go ahead and use it, the instructions here and on the Makerbot site are appropriate, with one caveat: there is a bug in the Makerbot profiles that will leave the heated build platform and steppers on, which is a fire hazard.&lt;br /&gt;
&lt;br /&gt;
Before printing, install ReplicatorG, find the file called end.gcode, and if it does not contain the M109, M104 and M18 codes, edit it to look like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
(end of the file, cooldown routines)&lt;br /&gt;
M104 S0&lt;br /&gt;
M109 S0&lt;br /&gt;
G91&lt;br /&gt;
G1 Z10&lt;br /&gt;
M18 (turn off steppers.)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will turn off everything, leaving the Makerbot in a safe state.&lt;br /&gt;
&lt;br /&gt;
White Rabbit (Gian Pablo&#039;s bot) has had its XY stage replaced with a printed one, and Z axis guide rods installed. Please check in with Gian Pablo before using it, because it is now far from standard, and you should make some adjustments in operating procedures.&lt;br /&gt;
&lt;br /&gt;
Scotch (Miloh&#039;s bot) has a Mk 5 extruder made with Noisebridge&#039;s own laser cutter. It is the thing made out of green acrylic. Check in with Miloh before using it, it is still being debugged and enhanced.&lt;br /&gt;
&lt;br /&gt;
For smaller parts, make a Skeinforge profile where you change the Fill/Extra Shells setting to 0 (no extra shells) and the Fill/Infill Densiety to 1.0. This yields extremely strong and dimensionally accurate parts.&lt;br /&gt;
&lt;br /&gt;
=How to Use the Makerbot=&lt;br /&gt;
if it breaks, we can fix it. don&#039;t be afraid of the makerbot! I&#039;ve crashed it hundreds of times and only permanently broke something once.&lt;br /&gt;
&lt;br /&gt;
====install some software first====&lt;br /&gt;
&lt;br /&gt;
* Install Java (if you don&#039;t already have it) - http://www.java.com/en/download/index.jsp&lt;br /&gt;
&lt;br /&gt;
* Install Python (if you don&#039;t already have it). http://www.python.org/download/ &lt;br /&gt;
&lt;br /&gt;
* Optionally, install PsyCo, it will make things run much faster.  http://psyco.sourceforge.net/download.html&lt;br /&gt;
&lt;br /&gt;
* get yourself a copy of replicatorg: http://replicat.org/download&lt;br /&gt;
&lt;br /&gt;
ReplicatorG now includes various versions of the Skeinforge slicing utility, so no need to download and install separately.&lt;br /&gt;
&lt;br /&gt;
You are done.&lt;br /&gt;
&lt;br /&gt;
====using the software====&lt;br /&gt;
&lt;br /&gt;
* Start ReplicatorG.&lt;br /&gt;
&lt;br /&gt;
* Open an STL file. You should see a 3D image of your model.&lt;br /&gt;
&lt;br /&gt;
* Press the &#039;generate GCode&#039; button on the right. &lt;br /&gt;
&lt;br /&gt;
* You will be asked to choose a profile. Currently you are looking at Cupcake CNC Mk4, but very soon you will want Cupcake CNC Mk5 with Heated Build Platform.&lt;br /&gt;
&lt;br /&gt;
* It will take a while to build the GCode for the model. Go talk to visitors to the space and tell them not to sleep here.&lt;br /&gt;
&lt;br /&gt;
* Refer to the detailed instructions on the Makerbot site for more up-to-date tips and instructions (they change often):  http://wiki.makerbot.com/how-to-print&lt;br /&gt;
&lt;br /&gt;
====fire the makerbot====&lt;br /&gt;
&lt;br /&gt;
Instructions have been updated to reflect the (coming) new and improved Makerbot.&lt;br /&gt;
&lt;br /&gt;
* turn on the makerbot PSU, it&#039;s a switch in the back&lt;br /&gt;
* plug in the makerbot usb cable&lt;br /&gt;
* run replicatorg (./replicatorg)&lt;br /&gt;
* (firmware should be updated)&lt;br /&gt;
* the first time you run it, machine-&amp;gt;driver-&amp;gt;cupcake CNC with heated build platform&lt;br /&gt;
* also machine-&amp;gt;serial port, choose whatever serial port is being emulated via USB &lt;br /&gt;
* load filament&lt;br /&gt;
** loosen the extruder thumbscrew&lt;br /&gt;
** insert filament into the extruder, basically to the level of the motor axle (NOT all the way down into the nozzle - you do this so that you can more easily tell if the motor is working)&lt;br /&gt;
** tighten the extruder thumbscrew, just a little bit more than finger tight, enough to get a good grip between the drive gear and the filament - you can adjust this while printing, if the filament starts slipping&lt;br /&gt;
* click on the 4 arrows symbol (control panel)&lt;br /&gt;
** lay a small piece of paper on the platform&lt;br /&gt;
** remove any crud from the nozzle with bent nose pliers (hidden under the EFF hat)&lt;br /&gt;
** move X, Y to the center of the platform (you can do this by pressing Disable steppers, then moving it by hand)&lt;br /&gt;
** jog down in Z first in 10mm increments, then 1mm increments, until there is maximum drag force on the paper&lt;br /&gt;
** jog up in 0.1mm increments until the drag lessens&lt;br /&gt;
** click &amp;quot;set zero&amp;quot;&lt;br /&gt;
** at the bottom of the control panel there are some settings, set them in this order&lt;br /&gt;
*** Motor Speed (PWM): 255&lt;br /&gt;
*** Target Temperature: 220&lt;br /&gt;
*** Heated Build Platform: 120&lt;br /&gt;
*** Motor Control: Stop&lt;br /&gt;
** wait until the temperature is above 200 then try a test extrusion &lt;br /&gt;
*** move Z axis up 20mm or so&lt;br /&gt;
***click Motor Control: forward&lt;br /&gt;
*** wait for the filament to enter the extruder, and start coming out the nozzle&lt;br /&gt;
*** make sure the extruder motor is turning, there is a dot drawn on the axle with sharpie&lt;br /&gt;
*** if you accidentally start the motor before it&#039;s hot, you can fix it by slightly unscrewing the extruder thumbscrew and adjusting the filament&lt;br /&gt;
* the build platform should be plenty hot now&lt;br /&gt;
** there might be an IR thermometer in a little duct tape pouch thingy&lt;br /&gt;
** it should be around 120-130C for best results&lt;br /&gt;
* remove ooze from the nozzle with pliers&lt;br /&gt;
* zero the Z axis (ie. move it down until it near touches the platform)&lt;br /&gt;
* file-&amp;gt;open the .gcode file you created earlier with skeinforge&lt;br /&gt;
* click &#039;build&#039; (the solid kidney bean)&lt;br /&gt;
* if the first layer doesn&#039;t stick at all or peels loose immediately, adjust the z axis down by turning the pulley on top of the makerbot&lt;br /&gt;
* if the first layer starts getting fugly during the infill, with crap building up on the nozzle, adjust the z axis up a few steps until it looks perfectly flat with no &amp;quot;fuzz&amp;quot;&lt;br /&gt;
***note to self: get some pics and video of first layer too high, first layer too low, and verify zeroing procedure&lt;br /&gt;
* now since it probably screwed up somehow, hit stop and remove the grossness with the plastic scraper and/or pliers&lt;br /&gt;
* it should still be zeroed, and hopefully at the correct height adjustment now, so just click &#039;build&#039; again&lt;br /&gt;
* if you can&#039;t get it to stick at all, the platform is probably at the wrong temperature.&lt;br /&gt;
** wait five minutes for it to warm up completely&lt;br /&gt;
[[File:Nophead_pulleys_side.jpg|right|thumbnail|alt=two sample pieces, side view|your part should look like this or better. I still hadn&#039;t tweaked the feedrate perfectly for colored plastic, hence the blobbiness.]]&lt;br /&gt;
&lt;br /&gt;
* ok now presumably you&#039;re done printing and nothing went wrong. &lt;br /&gt;
** jog Z+ 20mm to give yourself some room&lt;br /&gt;
** wait for the piece to cool down, 3 to 5 minutes should be enough&lt;br /&gt;
** now just peel it off with your hand&lt;br /&gt;
** if you let the piece cool all the way down, maybe 10-15 minutes, it will just &amp;quot;pop&amp;quot; off the build platform by itself&lt;br /&gt;
*** be careful, the part may still be soft and can deform&lt;br /&gt;
*** don&#039;t use a knife if at all possible, it will mess up the Kapton coating on the platform - just wait for it to cool&lt;br /&gt;
*** it&#039;s easier if you remove the build platform - it&#039;s held on with magnets&lt;br /&gt;
&lt;br /&gt;
==== tweaking skeinforge ====&lt;br /&gt;
[[File:Nophead_pulleys_top.jpg|right|thumbnail|alt=two sample pieces, top view|note the incomplete infill on the right; this was due to improper perimeter width settings. note the square teeth on the left; this is because &amp;quot;stretch&amp;quot; is turned on. this is a good thing.]]&lt;br /&gt;
there are about 300 different &amp;quot;craft&amp;quot; settings in skeinforge, and they all interrelate in confusing ways. here&#039;s a quick overview of the important ones:&lt;br /&gt;
*carve-&amp;gt;layer height: should be about 0.8*nozzle hole diameter, ship default is 0.4&lt;br /&gt;
*carve-&amp;gt;width over height: should be about 1.45, if threads in flat parts show gap make this value smaller&lt;br /&gt;
*speed-&amp;gt;flow rate: 255&lt;br /&gt;
*speed-&amp;gt;feed rate: start around 35mm/s&lt;br /&gt;
*fill-&amp;gt;infill solidity: 0.25 is adequate and not too slow. higher for stronger parts&lt;br /&gt;
*fill-&amp;gt;infill pattern: controls whether you get hashbrowns or honeycombs&lt;br /&gt;
*comb keeps it from driving through empty spaces and making stringies&lt;br /&gt;
*raft prints a waffle grid thingy to keep the corners held down - will be disabled for heated build platform&lt;br /&gt;
*raftless - don&#039;t use it, instead turn off the raft checkbox when generating GCode in RepG, use outline to generate a lead-in&lt;br /&gt;
*oozebane is useless, forget about it&lt;br /&gt;
*jitter is good, set it to a large value like 100&lt;br /&gt;
*stretch makes corners un-rounded, but can cause data overload stuttering if &amp;quot;stretch from distance&amp;quot; is too small&lt;br /&gt;
*temperature is usually set to 230, but newer extruders can print fine with temperatures as low as 205C. You might need to lower all the temperatures in order to print tall skinny objects.&lt;br /&gt;
*wipe should be turned off&lt;br /&gt;
*outline should be turned on, it draws a rectangle around the first layer which lets you tweak the Z axis distance and ensure adhesion&lt;br /&gt;
&lt;br /&gt;
you can safely ignore the rest&lt;br /&gt;
&lt;br /&gt;
==== care and feeding ====&lt;br /&gt;
* don&#039;t leave the makerbot unattended for hours, as it can theoretically catch on fire (those heated bed wires are iffy)&lt;br /&gt;
* don&#039;t leave the extruder hot for hours. periodically flush through plastic to prevent it from oxidizing.&lt;br /&gt;
* if you are about to run out of filament, cut off both ends square with diagonal flush cutters (the blue cutters for electronics) and simply hold the filament together as it goes in&lt;br /&gt;
*if the filament strips out during use (extruder motor is on, temperature high enough, nothing happening) try pushing it down manually&lt;br /&gt;
** if this doesn&#039;t work, try reversing the motor until the filament comes out, cut it cleanly, and reinsert&lt;br /&gt;
** if it keeps stripping out, you may have to completely disassemble the extruder and remove plastic gunk from the gear teeth.&lt;br /&gt;
*** use a long 5/64&amp;quot; or 2mm allen key to set the extruder idler wheel/feed gear spacing&lt;br /&gt;
** try not to let it happen in the first place. stripping can be caused by setting the first layer too low, blocking the nozzle and letting pressure build up&lt;br /&gt;
*don&#039;t upgrade the firmware unless you&#039;re willing to deal with the consequences&lt;br /&gt;
*keep it away from bright light&lt;br /&gt;
*don&#039;t get any water on it&lt;br /&gt;
*never, never ever feed it after midnight.&lt;br /&gt;
&lt;br /&gt;
= Usage log =&lt;br /&gt;
please write your name, what you tried to make, and what happened below (pics or it didnt happen)&lt;br /&gt;
----&lt;br /&gt;
[[File:Minimendel_Z_leadscrew_base_motor.jpg|none|thumbnail|600px|mini mendel Z leadscrew base and motor mount. This bastard took 2 hours and almost the entire remaining roll of green. It started to peel up badly at the back corner. I rescued it by melting the corner back down with a soldering iron. [[User:Fenn|Fenn]] 13:07, 1 May 2010 (UTC)]]&lt;br /&gt;
&lt;br /&gt;
[[File:example.jpg|none|thumbnail|600px|caption text]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Construction log =&lt;br /&gt;
This describes the current progress of the building of the Makerbot.  Instructions are found [http://wiki.makerbot.com/cupcake here], and a forum for it is found [http://wiki.makerbot.com/forum/c-77688/talk-about-makerbot here].&lt;br /&gt;
&lt;br /&gt;
Noisebridge&#039;s Makerbot kit, thoughtfully purchased by Mitch, arrived at 83C on Monday evening, July 20.  Leading the assembly team is Joachim, along with Christoph, Rachel, Steve (Mr Domino), and Jeffrey (ieatlint).&lt;br /&gt;
&lt;br /&gt;
It took about an hour and a half to go through and check the parts against the [http://pony.noisebridge.net/~cmaier/makerbot/parts_lists.ods parts list].  &amp;lt;strike&amp;gt;We think we are missing a bag of &amp;quot;laser cut pulleys&amp;quot; but it&#039;s hard to be completely sure, as there are a LOT of parts and they are not all labeled exactly as in the parts list&amp;lt;/strike&amp;gt; A bag of &amp;quot;laser cut pulleys&amp;quot; was replaced by MakerBot-made pulleys, but the parts lists weren&#039;t updated.  We determined to start assembly anyway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cupcake [[Makerbot/Electronics|Electronics]] Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-electronics-assembly Instructions] Christoph soldering one of the [[Makerbot/Electronics/Stepper_driver|stepper motor drivers]], one of the [[Makerbot/Electronics/endstop_switches|endstop switches]], and the SMD parts on the [[Makerbot/Electronics/Motherboard|motherboard]] with only occasional bitching to people to &#039;&#039;&#039;&#039;&#039;STOP MOVING THE TABLE&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Motherboard is tested and able to control stepper motors.  Regular firmware needs to be flashed back onto it.  [http://wiki.makerbot.com/burn-custom-firmware-using-arduino This] may help. [[User:Ieatlint|Ieatlint]] 02:55, 25 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Pulley Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-pulley-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake CNC Body Assembly ==&lt;br /&gt;
We got the first part of the body together without difficulty, but had trouble with the Z stage as one of the parts had changed from when the docs were written.  The Z stage rod holding guides changed from being O-shaped to being U-shaped, and are marked &amp;quot;Z guides&amp;quot;.  The forums told us to use them anyway.&lt;br /&gt;
&lt;br /&gt;
The next problem was with threaded rods, which had been cut to size.  The ends of some would not take a nut.  We solved this with judicious use of the bench grinder.  There were LOTS of nut/rod jokes, and we were in a state where they were actually funny! [[User:Rachel|Rachel]] 10:08, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Progressed to and including the step entitled &amp;quot;Z-stage stepper wiring&amp;quot; as detailed on the body assembly [http://wiki.makerbot.com/cupcake-body-assembly instructions].  The body assembly is nearly completed. [[User:Ieatlint|Ieatlint]] 03:52, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Stages assembled and motherboard and stepper driver circuits in place. Driver boards are tested. Axis stops are installed, platforms still need craft stick beam breaks installed. -- [[User:JSharp|JSharp]] 06:45, 2 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Y Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-y-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake X Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-x-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Plastruder MK3 Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/plastruder-mk3-assembly Instructions]&lt;br /&gt;
*Note: Ubuntu 9.04 specific: the librxtxSerial.so and the RXTXcomm.jar that come in the replicatorg download need to be replaced with some binaries from this other place that I don&#039;t remember. -[[User:Elgreengeeto|Skory]]&lt;br /&gt;
&lt;br /&gt;
*Progressed through to end of Heater Barrel Assembly.   [[User:Miloh|Miloh]] 04:24, 21 July 2009 (PDT)&lt;br /&gt;
*Progressed through the Filament Drive Assembly, and Joachim mastered the extruder electronics.  [[User:Miloh|Miloh]] 02:03, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel through step 3. [[User:Miloh|Miloh]] 13:17, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel to the end.  [[User:Miloh|Miloh]] 20:46, 26 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
 Continue at Plastruder burn in test.  The burn in test can&#039;t be completed until the Thermistor and extruder board are recognized by the control system.&lt;br /&gt;
&lt;br /&gt;
*Plastruder board burnt out a few components on power up test. Ordered new plastruder driver from makerbot, should arrive at 83C soon. -- [[User:JSharp|JSharp]] 06:43, 2 August 2009 (PDT)&lt;br /&gt;
**New plastruder control board received and installed. -- [[User:JSharp|JSharp]] 10:52, 9 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
= Status Reports =&lt;br /&gt;
&lt;br /&gt;
== 10/18/09 ==&lt;br /&gt;
&lt;br /&gt;
Martin - The makerbot is working and printing objects well.  You will need to download and install &amp;quot;ReplicatorG&amp;quot; and &amp;quot;skeinforge&amp;quot; in order to use the bot. The software runs on Mac, Linux, and PC.   (skeinforge requires Python, ReplicatorG requires Java)  Example objects are next to the bot.&lt;br /&gt;
&lt;br /&gt;
The X/Y/Z stage endpoints are not yet installed.  It requires a number of popsicle sticks to be cut to the correct length and the stage to be calibrated.  You can operate the MakerBot with ***great*** care without them.  &lt;br /&gt;
&lt;br /&gt;
The extruder head has been upgraded to the Mark-4, with a new bearing and idler wheel.  Also, the extruder head is now insulated with the same material they use to insulate the Space Shuttle heat tiles from the skin of the shuttle itself.  *** IT IS EXPENSIVE.  PLEASE DON&#039;T TAKE APART! ***  I can&#039;t replace the material, it was given as a gift from a friend at JPL.  &lt;br /&gt;
&lt;br /&gt;
Please read all the instructions on how to use the MakerBot on the [[http://wiki.makerbot.com/|MakerBot Wiki Site]] before attempting to use it.&lt;br /&gt;
&lt;br /&gt;
== 08/24/09 ==&lt;br /&gt;
Thanks to excellent efforts and support from Martin, the MakerBot is now in a semi-functional state.  There are three things that need to be worked on, however:&lt;br /&gt;
# The Y stage endpoint is installed incorrectly (the Y stage and physically crash into it)&lt;br /&gt;
# The nichrome wire needs to be better insulated so it can maintain higher temperatures and consistent temperatures.&lt;br /&gt;
# The feeding mechanism needs to be reviewed, as it appears that it fails to operate reliably.&lt;br /&gt;
&lt;br /&gt;
Please do NOT attempt to disassemble the plastruder header.&lt;br /&gt;
Also, do NOT attempt to operate the MakerBot unless you really know what you&#039;re doing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 01/10/2010 ==&lt;br /&gt;
Much has happened to the Makerbot since last noted,&lt;br /&gt;
the broken idler wheel was replaced and the extruder head assembly was upgraded by me using parts from Bre when he was here. Thanks Bre!&lt;br /&gt;
I also at that time upgraded the firmware and printed a bunch of skull throwies, yay! &lt;br /&gt;
Time has passed between then and now and many people have been reporting the makerbot in sickly condition, after much testing I am glad to report this not the case. go go makerbot!&lt;br /&gt;
&lt;br /&gt;
== 03/10/2010 ==&lt;br /&gt;
Bre was here on 20/2 and installed a heated build platform on the Makerbot. The heated platform is a new development, still in prototype stage. It is awesome because it prevents warping, and allows workpieces to stick to the build platform without having to build a raft.&lt;br /&gt;
&lt;br /&gt;
He left a sheet of instructions, they say:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... While here we set you up with a heated build platform. It&#039;s&lt;br /&gt;
hooked up to the fans pot. So before you print, go into the control&lt;br /&gt;
panel and click [x] fan and it will turn it on. Let it warm up for at&lt;br /&gt;
least 5 minutes and then print on it. When the model is done, let it&lt;br /&gt;
cool for 5 minutes and it will &#039;pop&#039; right off the warm kapton tape.&lt;br /&gt;
&lt;br /&gt;
We are also leaving you a spare parts kit for the extruder. Your&lt;br /&gt;
nozzle is super thick and slow. This new nozzle has a smaller nozzle&lt;br /&gt;
hole. Make it, use it, love it!&lt;br /&gt;
&lt;br /&gt;
Bre and Zack, Makerbot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When asked about the workings of the heated build platform, he said:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Yup, ours is a prototype part, it&#039;s awesome but not very well documented.&lt;br /&gt;
&lt;br /&gt;
You want to plug it in above the mosfet that usually runs the fan.&lt;br /&gt;
&lt;br /&gt;
You can then go into the control panel and just turn the fan on, let&lt;br /&gt;
it heat up for 8-10 minutes and it will get to about 110F.&lt;br /&gt;
&lt;br /&gt;
Print away and remember to turn it off and unplug the bot when you&#039;re done!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Please note that he&#039;s left us the parts for an improved extruder - up to us to build it - and some of the new colored ABS plastic.&lt;br /&gt;
&lt;br /&gt;
== 04/03/2010 ==&lt;br /&gt;
After using the makerbot all day I (fenn) noticed the Z axis was consistently jamming up when traversing above 125mm/min. Several hours of head-scratching later I discovered that the heated platform would cause the large acrylic plate that holds the extruder to heat up and expand, pushing outwards on the Z-axis nuts and causing the mechanism to bind ever so slightly. The simple fix of filing the plate down was complicated by the lack of small files and the fact that the machine was assembled wrong, requiring removal of the four small u-shaped plywood &amp;quot;guide plates&amp;quot;, which I put back in the correct orientation: gap outwards.&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure the heated build platform actually ever gets hot enough for ABS to stick to the kapton tape. It seems to max out at 95 celsius, as measured with an infrared thermometer. The RepRap wiki suggests 120-220 degrees for ABS. Perhaps connect the platform directly to a higher voltage power supply?&lt;br /&gt;
&lt;br /&gt;
Lacking a hot enough bed for the first layer to stick to, blue masking tape sorta almost works (the first time you use it), and I got much better results when I taped a business card on top and printed on that instead. I printed a few gears and hope to add a [http://www.thingiverse.com/thing:1794 &amp;quot;wade extruder&amp;quot;] soonish.&lt;br /&gt;
&lt;br /&gt;
== 04/09/2010 ==&lt;br /&gt;
I (fenn) came in today and it appeared that nobody had touched the makerbot since I last left it. But the nozzle wouldn&#039;t heat up. Voltage to the wires, it just didnt get hot. So, heeding the warning to not disassemble the nozzle, I removed it and swapped in another one, which works a lot better anyway. Then I attached a 16V transformer to the heated bed, and now it gets up to 165C which is much better than the old 90C running on 12V. Now the first layer actually sticks! Z axis seems to still be jamming up; I didn&#039;t file the notches deep enough I guess. Wish I had more time to play with it. Skeinforge settings that seem to work with ABS:&lt;br /&gt;
layer height: 0.4mm, flow rate: 255, feed rate: 25mm/s.&lt;br /&gt;
&lt;br /&gt;
== 04/11/2010 ==&lt;br /&gt;
added a fan to cool off the acrylic plate. make sure you enable the fan before printing and it shouldn&#039;t jam up anymore. seems to be working reliably now.&lt;br /&gt;
&lt;br /&gt;
hint: instead of trying to adjust the Z zero in software, manually adjust the height as it prints the first layer.&lt;br /&gt;
&lt;br /&gt;
caution: plugging in or unplugging the heater transformer may cause the power strip breaker to trip and reset the makerbot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 04/13/2010 ==&lt;br /&gt;
leveled bed by shaving down tabs that were sticking up, pushing magnets back in, and adding a small strip of kapton tape. adjusted toothed gear/idler wheel spacing with 5/64 allen key.&lt;br /&gt;
&lt;br /&gt;
Some of the magnets on the Y stage are in sideways (poles on left &amp;amp; right), not upright (poles on top &amp;amp; bottom). I found this when building my Makerbot, since I wanted the build platform to be interoperable, I tried placing the magnets on the Y stage of the NB &#039;bot to check polarity, and found that they were sticking corner-to-corner, not face-to-face. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
== 06/10/2010 ==&lt;br /&gt;
I&#039;ve taken in two functioning nozzle assemblies, and an extruder block with double idler wheel. These should help get the &#039;bot up and running. The nozzles may need to be heated up, PTFE insulator removed and cleaned. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
What is the large spool of white plastic next to the Makerbot? It seems a lot softer than ABS, and certainly acts strange when I try to print with it. (It is so soft that it scrunches up in the extruder feed channel, and the pinch wheel starts grinding into it super quickly. It doesn&#039;t stink when heated.) Could it be Shapelock? - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;it is PLA, rather than ABS.  It melts at a much, much lower temperature.&#039;&#039; - Martin&lt;br /&gt;
&lt;br /&gt;
It&#039;s not PLA, far too soft. There&#039;s some green PLA in the bag on top of the pile. I think it&#039;s HDPE. Smells like HDPE too. (like a blown out candle.) - fenn&lt;br /&gt;
&lt;br /&gt;
== 9/24/2010 ==&lt;br /&gt;
&lt;br /&gt;
The Makerbot is broken...&lt;br /&gt;
&lt;br /&gt;
d&#039;oh!&lt;br /&gt;
&lt;br /&gt;
i&#039;m really not sure what happened. i was cleaning out the extruder and i think one of the green wires touched the large metal washer; there was a spark and a small poof next to the rj-45 connector on the extruder board, and now nothing turns on. sigh.&lt;br /&gt;
&lt;br /&gt;
[[File:IMG_2929.JPG|right|thumbnail|alt=two sample pieces, side view|corroborating evidence]]&lt;br /&gt;
I swapped in one of Gian Pablo&#039;s extruders and bought a new 606 bearing for the gearmotor. (somehow the original must have fallen out and gotten lost.) Lots of jamming up and cussing ensued. Some adjustments were made, much filament run through the machine, and I deduced that the &#039;&#039;&#039;NEW EXTRUDER REQURIES THE FAN ON&#039;&#039;&#039; whenever it is at operating temperature. I got it to print out a timing pulley on the fifth try, and reliably printing after that, using the same settings as before.&lt;br /&gt;
&lt;br /&gt;
The nozzles I left seem to print reliably at much lower temperatures, try 195C and see how that goes. [gian pablo]&lt;br /&gt;
&lt;br /&gt;
== 2011-01-08  ==&lt;br /&gt;
&lt;br /&gt;
I&#039;ve ordered an extensive selection of parts, including new extruder, heated build platform, extruder board etc. Should be here next week. &lt;br /&gt;
&lt;br /&gt;
We&#039;ve started work on this. I&#039;ve also started printing a replacement XY stage (http://www.thingiverse.com/thing:4213) on my Makerbot, and ordered the parts for it (bearings, nuts, screws, washers).&lt;br /&gt;
&lt;br /&gt;
[gian pablo]&lt;br /&gt;
&lt;br /&gt;
== 2011-01-14 ==&lt;br /&gt;
&lt;br /&gt;
All the parts have arrived. Miloh unpacked them and started working on it. Things to do:&lt;br /&gt;
&lt;br /&gt;
* Assemble heated build platform&lt;br /&gt;
* Assemble relay board&lt;br /&gt;
* Assemble Plastruder Mk 5&lt;br /&gt;
* Replace extruder controller (and motherboard if necessary)&lt;br /&gt;
* Clean the &#039;bot&lt;br /&gt;
* Calibrate it&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2011-02-18 ==&lt;br /&gt;
&lt;br /&gt;
Watch it.  It prints.&lt;br /&gt;
&lt;br /&gt;
The autospool can cinch down and yank your build to ruin.  Jake and I modified it to pull out the side in a lazier loop.  It needs to be watched.  &lt;br /&gt;
&lt;br /&gt;
* Needs More calibration&lt;br /&gt;
** feed rate&lt;br /&gt;
** stepper driver currents  (there were some X-Y 1-2mm shift errors halfway through the first builds)&lt;br /&gt;
* Need a get up to speed session &amp;amp; bot day (CrashSpaceLA is having one this weekend)&lt;br /&gt;
[[User:Miloh|Miloh]] 12:51, 18 February 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2011-03-02 ==&lt;br /&gt;
&lt;br /&gt;
Printed different series of shelving brackets in red ABS.  Another 2mm shift 1/4 of the way through the print only made them semi-useful.  Not sure what caused the shift -- there were ~50 people milling around so I&#039;m going to assume someone just touched the build in progress. The autospool is modified and working well on its side. The new MK5 head is working well so far (without the extrusion blowout and grip problems of the MK4 series pinch wheel and gear drive)&lt;br /&gt;
improvements:&lt;br /&gt;
&lt;br /&gt;
* we can laser cut 1/16 cork mounting dampeners for the stepper motors&lt;br /&gt;
* either replace the Y axis build platform mounting part or the build platform wood back to improve stability in the platform.&lt;br /&gt;
[[User:Miloh|Miloh]] 23:14, 2 March 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Metrics&amp;diff=16780</id>
		<title>Metrics</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Metrics&amp;diff=16780"/>
		<updated>2011-02-25T18:13:51Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h2&amp;gt;Measuring The Reach of Noisebridge&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Overview&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Noisebridge has many people in its physical space over the course of any given month.  How do you measure that?  How do you translate &lt;br /&gt;
that into a set of goals?  And how can those metrics and goals be used to assist in paying the bills?&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Metrics - Ideas&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Here&#039;s some ideas for useful measurable numbers:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Different visitors to Noisebridge&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;First-time visitors to Noisebridge&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Events held at Noisebridge&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Benefactors that have donated larger than a certain amount&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;New equipment resources at Noisebridge&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;If all the electronic components were lined up end to end, the distance they would span&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The average color of all the clothes worn by people at the space&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The mean, mode and median height and waist size of members vs. non-members&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=16634</id>
		<title>Makerbot</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=16634"/>
		<updated>2011-02-21T14:46:12Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: /* The Makerbot is working (2011-02-15) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= The Makerbot is working (2011-02-15) =&lt;br /&gt;
&lt;br /&gt;
Miloh assembled the Plastruder Mk5, the relay board and the heated build platform, and printed a skull!&lt;br /&gt;
&lt;br /&gt;
Jake modified the filament spindle box to work on its side, and put a sign on it reminding people not to tip it over.&lt;br /&gt;
&lt;br /&gt;
=How to Use the Makerbot=&lt;br /&gt;
if it breaks, we can fix it. don&#039;t be afraid of the makerbot! I&#039;ve crashed it hundreds of times and only permanently broke something once.&lt;br /&gt;
&lt;br /&gt;
====install some software first====&lt;br /&gt;
&lt;br /&gt;
* Install Java (if you don&#039;t already have it) - http://www.java.com/en/download/index.jsp&lt;br /&gt;
&lt;br /&gt;
* Install Python (if you don&#039;t already have it). http://www.python.org/download/ &lt;br /&gt;
&lt;br /&gt;
* Optionally, install PsyCo, it will make things run much faster.  WHERE DO YOU GET &amp;quot;PsyCo&amp;quot;????&lt;br /&gt;
&lt;br /&gt;
* get yourself a copy of replicatorg: http://replicat.org/download&lt;br /&gt;
&lt;br /&gt;
ReplicatorG now includes various versions of the Skeinforge slicing utility, so no need to download and install separately.&lt;br /&gt;
&lt;br /&gt;
You are done.&lt;br /&gt;
&lt;br /&gt;
====using the software====&lt;br /&gt;
&lt;br /&gt;
* Start ReplicatorG.&lt;br /&gt;
&lt;br /&gt;
* Open an STL file. You should see a 3D image of your model.&lt;br /&gt;
&lt;br /&gt;
* Press the &#039;generate GCode&#039; button on the right. &lt;br /&gt;
&lt;br /&gt;
* You will be asked to choose a profile. Currently you are looking at Cupcake CNC Mk4, but very soon you will want Cupcake CNC Mk5 with Heated Build Platform.&lt;br /&gt;
&lt;br /&gt;
* It will take a while to build the GCode for the model. Go talk to visitors to the space and tell them not to sleep here.&lt;br /&gt;
&lt;br /&gt;
* Refer to the detailed instructions on the Makerbot site for more up-to-date tips and instructions (they change often):  http://wiki.makerbot.com/how-to-print&lt;br /&gt;
&lt;br /&gt;
====fire the makerbot====&lt;br /&gt;
&lt;br /&gt;
Instructions have been updated to reflect the (coming) new and improved Makerbot.&lt;br /&gt;
&lt;br /&gt;
* turn on the makerbot PSU, it&#039;s a switch in the back&lt;br /&gt;
* plug in the makerbot usb cable&lt;br /&gt;
* run replicatorg (./replicatorg)&lt;br /&gt;
* (firmware should be updated)&lt;br /&gt;
* the first time you run it, machine-&amp;gt;driver-&amp;gt;cupcake CNC with heated build platform&lt;br /&gt;
* also machine-&amp;gt;serial port, choose whatever serial port is being emulated via USB &lt;br /&gt;
* load filament&lt;br /&gt;
** loosen the extruder thumbscrew&lt;br /&gt;
** insert filament into the extruder, basically to the level of the motor axle (NOT all the way down into the nozzle - you do this so that you can more easily tell if the motor is working)&lt;br /&gt;
** tighten the extruder thumbscrew, just a little bit more than finger tight, enough to get a good grip between the drive gear and the filament - you can adjust this while printing, if the filament starts slipping&lt;br /&gt;
* click on the 4 arrows symbol (control panel)&lt;br /&gt;
** lay a small piece of paper on the platform&lt;br /&gt;
** remove any crud from the nozzle with bent nose pliers (hidden under the EFF hat)&lt;br /&gt;
** move X, Y to the center of the platform (you can do this by pressing Disable steppers, then moving it by hand)&lt;br /&gt;
** jog down in Z first in 10mm increments, then 1mm increments, until there is maximum drag force on the paper&lt;br /&gt;
** jog up in 0.1mm increments until the drag lessens&lt;br /&gt;
** click &amp;quot;set zero&amp;quot;&lt;br /&gt;
** at the bottom of the control panel there are some settings, set them in this order&lt;br /&gt;
*** Motor Speed (PWM): 255&lt;br /&gt;
*** Target Temperature: 220&lt;br /&gt;
*** Heated Build Platform: 120&lt;br /&gt;
*** Motor Control: Stop&lt;br /&gt;
** wait until the temperature is above 200 then try a test extrusion &lt;br /&gt;
*** move Z axis up 20mm or so&lt;br /&gt;
***click Motor Control: forward&lt;br /&gt;
*** wait for the filament to enter the extruder, and start coming out the nozzle&lt;br /&gt;
*** make sure the extruder motor is turning, there is a dot drawn on the axle with sharpie&lt;br /&gt;
*** if you accidentally start the motor before it&#039;s hot, you can fix it by slightly unscrewing the extruder thumbscrew and adjusting the filament&lt;br /&gt;
* the build platform should be plenty hot now&lt;br /&gt;
** there might be an IR thermometer in a little duct tape pouch thingy&lt;br /&gt;
** it should be around 120-130C for best results&lt;br /&gt;
* remove ooze from the nozzle with pliers&lt;br /&gt;
* zero the Z axis (ie. move it down until it near touches the platform)&lt;br /&gt;
* file-&amp;gt;open the .gcode file you created earlier with skeinforge&lt;br /&gt;
* click &#039;build&#039; (the solid kidney bean)&lt;br /&gt;
* if the first layer doesn&#039;t stick at all or peels loose immediately, adjust the z axis down by turning the pulley on top of the makerbot&lt;br /&gt;
* if the first layer starts getting fugly during the infill, with crap building up on the nozzle, adjust the z axis up a few steps until it looks perfectly flat with no &amp;quot;fuzz&amp;quot;&lt;br /&gt;
***note to self: get some pics and video of first layer too high, first layer too low, and verify zeroing procedure&lt;br /&gt;
* now since it probably screwed up somehow, hit stop and remove the grossness with the plastic scraper and/or pliers&lt;br /&gt;
* it should still be zeroed, and hopefully at the correct height adjustment now, so just click &#039;build&#039; again&lt;br /&gt;
* if you can&#039;t get it to stick at all, the platform is probably at the wrong temperature.&lt;br /&gt;
** wait five minutes for it to warm up completely&lt;br /&gt;
[[File:Nophead_pulleys_side.jpg|right|thumbnail|alt=two sample pieces, side view|your part should look like this or better. I still hadn&#039;t tweaked the feedrate perfectly for colored plastic, hence the blobbiness.]]&lt;br /&gt;
&lt;br /&gt;
* ok now presumably you&#039;re done printing and nothing went wrong. &lt;br /&gt;
** jog Z+ 20mm to give yourself some room&lt;br /&gt;
** wait for the piece to cool down, 3 to 5 minutes should be enough&lt;br /&gt;
** now just peel it off with your hand&lt;br /&gt;
** if you let the piece cool all the way down, maybe 10-15 minutes, it will just &amp;quot;pop&amp;quot; off the build platform by itself&lt;br /&gt;
*** be careful, the part may still be soft and can deform&lt;br /&gt;
*** don&#039;t use a knife if at all possible, it will mess up the Kapton coating on the platform - just wait for it to cool&lt;br /&gt;
*** it&#039;s easier if you remove the build platform - it&#039;s held on with magnets&lt;br /&gt;
&lt;br /&gt;
==== tweaking skeinforge ====&lt;br /&gt;
[[File:Nophead_pulleys_top.jpg|right|thumbnail|alt=two sample pieces, top view|note the incomplete infill on the right; this was due to improper perimeter width settings. note the square teeth on the left; this is because &amp;quot;stretch&amp;quot; is turned on. this is a good thing.]]&lt;br /&gt;
there are about 300 different &amp;quot;craft&amp;quot; settings in skeinforge, and they all interrelate in confusing ways. here&#039;s a quick overview of the important ones:&lt;br /&gt;
*carve-&amp;gt;layer height: should be about 0.8*nozzle hole diameter, ship default is 0.4&lt;br /&gt;
*carve-&amp;gt;width over height: should be about 1.45, if threads in flat parts show gap make this value smaller&lt;br /&gt;
*speed-&amp;gt;flow rate: 255&lt;br /&gt;
*speed-&amp;gt;feed rate: start around 35mm/s&lt;br /&gt;
*fill-&amp;gt;infill solidity: 0.25 is adequate and not too slow. higher for stronger parts&lt;br /&gt;
*fill-&amp;gt;infill pattern: controls whether you get hashbrowns or honeycombs&lt;br /&gt;
*comb keeps it from driving through empty spaces and making stringies&lt;br /&gt;
*raft prints a waffle grid thingy to keep the corners held down - will be disabled for heated build platform&lt;br /&gt;
*raftless - don&#039;t use it, instead turn off the raft checkbox when generating GCode in RepG, use outline to generate a lead-in&lt;br /&gt;
*oozebane is useless, forget about it&lt;br /&gt;
*jitter is good, set it to a large value like 100&lt;br /&gt;
*stretch makes corners un-rounded, but can cause data overload stuttering if &amp;quot;stretch from distance&amp;quot; is too small&lt;br /&gt;
*temperature is usually set to 230, but newer extruders can print fine with temperatures as low as 205C. You might need to lower all the temperatures in order to print tall skinny objects.&lt;br /&gt;
*wipe should be turned off&lt;br /&gt;
*outline should be turned on, it draws a rectangle around the first layer which lets you tweak the Z axis distance and ensure adhesion&lt;br /&gt;
&lt;br /&gt;
you can safely ignore the rest&lt;br /&gt;
&lt;br /&gt;
==== care and feeding ====&lt;br /&gt;
* don&#039;t leave the makerbot unattended for hours, as it can theoretically catch on fire (those heated bed wires are iffy)&lt;br /&gt;
* don&#039;t leave the extruder hot for hours. periodically flush through plastic to prevent it from oxidizing.&lt;br /&gt;
* if you are about to run out of filament, cut off both ends square with diagonal flush cutters (the blue cutters for electronics) and simply hold the filament together as it goes in&lt;br /&gt;
*if the filament strips out during use (extruder motor is on, temperature high enough, nothing happening) try pushing it down manually&lt;br /&gt;
** if this doesn&#039;t work, try reversing the motor until the filament comes out, cut it cleanly, and reinsert&lt;br /&gt;
** if it keeps stripping out, you may have to completely disassemble the extruder and remove plastic gunk from the gear teeth.&lt;br /&gt;
*** use a long 5/64&amp;quot; or 2mm allen key to set the extruder idler wheel/feed gear spacing&lt;br /&gt;
** try not to let it happen in the first place. stripping can be caused by setting the first layer too low, blocking the nozzle and letting pressure build up&lt;br /&gt;
*don&#039;t upgrade the firmware unless you&#039;re willing to deal with the consequences&lt;br /&gt;
*keep it away from bright light&lt;br /&gt;
*don&#039;t get any water on it&lt;br /&gt;
*never, never ever feed it after midnight.&lt;br /&gt;
&lt;br /&gt;
= Usage log =&lt;br /&gt;
please write your name, what you tried to make, and what happened below (pics or it didnt happen)&lt;br /&gt;
----&lt;br /&gt;
[[File:Minimendel_Z_leadscrew_base_motor.jpg|none|thumbnail|600px|mini mendel Z leadscrew base and motor mount. This bastard took 2 hours and almost the entire remaining roll of green. It started to peel up badly at the back corner. I rescued it by melting the corner back down with a soldering iron. [[User:Fenn|Fenn]] 13:07, 1 May 2010 (UTC)]]&lt;br /&gt;
&lt;br /&gt;
[[File:example.jpg|none|thumbnail|600px|caption text]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Construction log =&lt;br /&gt;
This describes the current progress of the building of the Makerbot.  Instructions are found [http://wiki.makerbot.com/cupcake here], and a forum for it is found [http://wiki.makerbot.com/forum/c-77688/talk-about-makerbot here].&lt;br /&gt;
&lt;br /&gt;
Noisebridge&#039;s Makerbot kit, thoughtfully purchased by Mitch, arrived at 83C on Monday evening, July 20.  Leading the assembly team is Joachim, along with Christoph, Rachel, Steve (Mr Domino), and Jeffrey (ieatlint).&lt;br /&gt;
&lt;br /&gt;
It took about an hour and a half to go through and check the parts against the [http://pony.noisebridge.net/~cmaier/makerbot/parts_lists.ods parts list].  &amp;lt;strike&amp;gt;We think we are missing a bag of &amp;quot;laser cut pulleys&amp;quot; but it&#039;s hard to be completely sure, as there are a LOT of parts and they are not all labeled exactly as in the parts list&amp;lt;/strike&amp;gt; A bag of &amp;quot;laser cut pulleys&amp;quot; was replaced by MakerBot-made pulleys, but the parts lists weren&#039;t updated.  We determined to start assembly anyway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cupcake [[Makerbot/Electronics|Electronics]] Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-electronics-assembly Instructions] Christoph soldering one of the [[Makerbot/Electronics/Stepper_driver|stepper motor drivers]], one of the [[Makerbot/Electronics/endstop_switches|endstop switches]], and the SMD parts on the [[Makerbot/Electronics/Motherboard|motherboard]] with only occasional bitching to people to &#039;&#039;&#039;&#039;&#039;STOP MOVING THE TABLE&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Motherboard is tested and able to control stepper motors.  Regular firmware needs to be flashed back onto it.  [http://wiki.makerbot.com/burn-custom-firmware-using-arduino This] may help. [[User:Ieatlint|Ieatlint]] 02:55, 25 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Pulley Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-pulley-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake CNC Body Assembly ==&lt;br /&gt;
We got the first part of the body together without difficulty, but had trouble with the Z stage as one of the parts had changed from when the docs were written.  The Z stage rod holding guides changed from being O-shaped to being U-shaped, and are marked &amp;quot;Z guides&amp;quot;.  The forums told us to use them anyway.&lt;br /&gt;
&lt;br /&gt;
The next problem was with threaded rods, which had been cut to size.  The ends of some would not take a nut.  We solved this with judicious use of the bench grinder.  There were LOTS of nut/rod jokes, and we were in a state where they were actually funny! [[User:Rachel|Rachel]] 10:08, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Progressed to and including the step entitled &amp;quot;Z-stage stepper wiring&amp;quot; as detailed on the body assembly [http://wiki.makerbot.com/cupcake-body-assembly instructions].  The body assembly is nearly completed. [[User:Ieatlint|Ieatlint]] 03:52, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Stages assembled and motherboard and stepper driver circuits in place. Driver boards are tested. Axis stops are installed, platforms still need craft stick beam breaks installed. -- [[User:JSharp|JSharp]] 06:45, 2 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Y Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-y-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake X Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-x-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Plastruder MK3 Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/plastruder-mk3-assembly Instructions]&lt;br /&gt;
*Note: Ubuntu 9.04 specific: the librxtxSerial.so and the RXTXcomm.jar that come in the replicatorg download need to be replaced with some binaries from this other place that I don&#039;t remember. -[[User:Elgreengeeto|Skory]]&lt;br /&gt;
&lt;br /&gt;
*Progressed through to end of Heater Barrel Assembly.   [[User:Miloh|Miloh]] 04:24, 21 July 2009 (PDT)&lt;br /&gt;
*Progressed through the Filament Drive Assembly, and Joachim mastered the extruder electronics.  [[User:Miloh|Miloh]] 02:03, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel through step 3. [[User:Miloh|Miloh]] 13:17, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel to the end.  [[User:Miloh|Miloh]] 20:46, 26 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
 Continue at Plastruder burn in test.  The burn in test can&#039;t be completed until the Thermistor and extruder board are recognized by the control system.&lt;br /&gt;
&lt;br /&gt;
*Plastruder board burnt out a few components on power up test. Ordered new plastruder driver from makerbot, should arrive at 83C soon. -- [[User:JSharp|JSharp]] 06:43, 2 August 2009 (PDT)&lt;br /&gt;
**New plastruder control board received and installed. -- [[User:JSharp|JSharp]] 10:52, 9 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
= Status Reports =&lt;br /&gt;
&lt;br /&gt;
== 10/18/09 ==&lt;br /&gt;
&lt;br /&gt;
Martin - The makerbot is working and printing objects well.  You will need to download and install &amp;quot;ReplicatorG&amp;quot; and &amp;quot;skeinforge&amp;quot; in order to use the bot. The software runs on Mac, Linux, and PC.   (skeinforge requires Python, ReplicatorG requires Java)  Example objects are next to the bot.&lt;br /&gt;
&lt;br /&gt;
The X/Y/Z stage endpoints are not yet installed.  It requires a number of popsicle sticks to be cut to the correct length and the stage to be calibrated.  You can operate the MakerBot with ***great*** care without them.  &lt;br /&gt;
&lt;br /&gt;
The extruder head has been upgraded to the Mark-4, with a new bearing and idler wheel.  Also, the extruder head is now insulated with the same material they use to insulate the Space Shuttle heat tiles from the skin of the shuttle itself.  *** IT IS EXPENSIVE.  PLEASE DON&#039;T TAKE APART! ***  I can&#039;t replace the material, it was given as a gift from a friend at JPL.  &lt;br /&gt;
&lt;br /&gt;
Please read all the instructions on how to use the MakerBot on the [[http://wiki.makerbot.com/|MakerBot Wiki Site]] before attempting to use it.&lt;br /&gt;
&lt;br /&gt;
== 08/24/09 ==&lt;br /&gt;
Thanks to excellent efforts and support from Martin, the MakerBot is now in a semi-functional state.  There are three things that need to be worked on, however:&lt;br /&gt;
# The Y stage endpoint is installed incorrectly (the Y stage and physically crash into it)&lt;br /&gt;
# The nichrome wire needs to be better insulated so it can maintain higher temperatures and consistent temperatures.&lt;br /&gt;
# The feeding mechanism needs to be reviewed, as it appears that it fails to operate reliably.&lt;br /&gt;
&lt;br /&gt;
Please do NOT attempt to disassemble the plastruder header.&lt;br /&gt;
Also, do NOT attempt to operate the MakerBot unless you really know what you&#039;re doing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 01/10/2010 ==&lt;br /&gt;
Much has happened to the Makerbot since last noted,&lt;br /&gt;
the broken idler wheel was replaced and the extruder head assembly was upgraded by me using parts from Bre when he was here. Thanks Bre!&lt;br /&gt;
I also at that time upgraded the firmware and printed a bunch of skull throwies, yay! &lt;br /&gt;
Time has passed between then and now and many people have been reporting the makerbot in sickly condition, after much testing I am glad to report this not the case. go go makerbot!&lt;br /&gt;
&lt;br /&gt;
== 03/10/2010 ==&lt;br /&gt;
Bre was here on 20/2 and installed a heated build platform on the Makerbot. The heated platform is a new development, still in prototype stage. It is awesome because it prevents warping, and allows workpieces to stick to the build platform without having to build a raft.&lt;br /&gt;
&lt;br /&gt;
He left a sheet of instructions, they say:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... While here we set you up with a heated build platform. It&#039;s&lt;br /&gt;
hooked up to the fans pot. So before you print, go into the control&lt;br /&gt;
panel and click [x] fan and it will turn it on. Let it warm up for at&lt;br /&gt;
least 5 minutes and then print on it. When the model is done, let it&lt;br /&gt;
cool for 5 minutes and it will &#039;pop&#039; right off the warm kapton tape.&lt;br /&gt;
&lt;br /&gt;
We are also leaving you a spare parts kit for the extruder. Your&lt;br /&gt;
nozzle is super thick and slow. This new nozzle has a smaller nozzle&lt;br /&gt;
hole. Make it, use it, love it!&lt;br /&gt;
&lt;br /&gt;
Bre and Zack, Makerbot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When asked about the workings of the heated build platform, he said:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Yup, ours is a prototype part, it&#039;s awesome but not very well documented.&lt;br /&gt;
&lt;br /&gt;
You want to plug it in above the mosfet that usually runs the fan.&lt;br /&gt;
&lt;br /&gt;
You can then go into the control panel and just turn the fan on, let&lt;br /&gt;
it heat up for 8-10 minutes and it will get to about 110F.&lt;br /&gt;
&lt;br /&gt;
Print away and remember to turn it off and unplug the bot when you&#039;re done!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Please note that he&#039;s left us the parts for an improved extruder - up to us to build it - and some of the new colored ABS plastic.&lt;br /&gt;
&lt;br /&gt;
== 04/03/2010 ==&lt;br /&gt;
After using the makerbot all day I (fenn) noticed the Z axis was consistently jamming up when traversing above 125mm/min. Several hours of head-scratching later I discovered that the heated platform would cause the large acrylic plate that holds the extruder to heat up and expand, pushing outwards on the Z-axis nuts and causing the mechanism to bind ever so slightly. The simple fix of filing the plate down was complicated by the lack of small files and the fact that the machine was assembled wrong, requiring removal of the four small u-shaped plywood &amp;quot;guide plates&amp;quot;, which I put back in the correct orientation: gap outwards.&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure the heated build platform actually ever gets hot enough for ABS to stick to the kapton tape. It seems to max out at 95 celsius, as measured with an infrared thermometer. The RepRap wiki suggests 120-220 degrees for ABS. Perhaps connect the platform directly to a higher voltage power supply?&lt;br /&gt;
&lt;br /&gt;
Lacking a hot enough bed for the first layer to stick to, blue masking tape sorta almost works (the first time you use it), and I got much better results when I taped a business card on top and printed on that instead. I printed a few gears and hope to add a [http://www.thingiverse.com/thing:1794 &amp;quot;wade extruder&amp;quot;] soonish.&lt;br /&gt;
&lt;br /&gt;
== 04/09/2010 ==&lt;br /&gt;
I (fenn) came in today and it appeared that nobody had touched the makerbot since I last left it. But the nozzle wouldn&#039;t heat up. Voltage to the wires, it just didnt get hot. So, heeding the warning to not disassemble the nozzle, I removed it and swapped in another one, which works a lot better anyway. Then I attached a 16V transformer to the heated bed, and now it gets up to 165C which is much better than the old 90C running on 12V. Now the first layer actually sticks! Z axis seems to still be jamming up; I didn&#039;t file the notches deep enough I guess. Wish I had more time to play with it. Skeinforge settings that seem to work with ABS:&lt;br /&gt;
layer height: 0.4mm, flow rate: 255, feed rate: 25mm/s.&lt;br /&gt;
&lt;br /&gt;
== 04/11/2010 ==&lt;br /&gt;
added a fan to cool off the acrylic plate. make sure you enable the fan before printing and it shouldn&#039;t jam up anymore. seems to be working reliably now.&lt;br /&gt;
&lt;br /&gt;
hint: instead of trying to adjust the Z zero in software, manually adjust the height as it prints the first layer.&lt;br /&gt;
&lt;br /&gt;
caution: plugging in or unplugging the heater transformer may cause the power strip breaker to trip and reset the makerbot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 04/13/2010 ==&lt;br /&gt;
leveled bed by shaving down tabs that were sticking up, pushing magnets back in, and adding a small strip of kapton tape. adjusted toothed gear/idler wheel spacing with 5/64 allen key.&lt;br /&gt;
&lt;br /&gt;
Some of the magnets on the Y stage are in sideways (poles on left &amp;amp; right), not upright (poles on top &amp;amp; bottom). I found this when building my Makerbot, since I wanted the build platform to be interoperable, I tried placing the magnets on the Y stage of the NB &#039;bot to check polarity, and found that they were sticking corner-to-corner, not face-to-face. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
== 06/10/2010 ==&lt;br /&gt;
I&#039;ve taken in two functioning nozzle assemblies, and an extruder block with double idler wheel. These should help get the &#039;bot up and running. The nozzles may need to be heated up, PTFE insulator removed and cleaned. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
What is the large spool of white plastic next to the Makerbot? It seems a lot softer than ABS, and certainly acts strange when I try to print with it. (It is so soft that it scrunches up in the extruder feed channel, and the pinch wheel starts grinding into it super quickly. It doesn&#039;t stink when heated.) Could it be Shapelock? - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;it is PLA, rather than ABS.  It melts at a much, much lower temperature.&#039;&#039; - Martin&lt;br /&gt;
&lt;br /&gt;
It&#039;s not PLA, far too soft. There&#039;s some green PLA in the bag on top of the pile. I think it&#039;s HDPE. Smells like HDPE too. (like a blown out candle.) - fenn&lt;br /&gt;
&lt;br /&gt;
== 9/24/2010 ==&lt;br /&gt;
&lt;br /&gt;
The Makerbot is broken...&lt;br /&gt;
&lt;br /&gt;
d&#039;oh!&lt;br /&gt;
&lt;br /&gt;
i&#039;m really not sure what happened. i was cleaning out the extruder and i think one of the green wires touched the large metal washer; there was a spark and a small poof next to the rj-45 connector on the extruder board, and now nothing turns on. sigh.&lt;br /&gt;
&lt;br /&gt;
[[File:IMG_2929.JPG|right|thumbnail|alt=two sample pieces, side view|corroborating evidence]]&lt;br /&gt;
I swapped in one of Gian Pablo&#039;s extruders and bought a new 606 bearing for the gearmotor. (somehow the original must have fallen out and gotten lost.) Lots of jamming up and cussing ensued. Some adjustments were made, much filament run through the machine, and I deduced that the &#039;&#039;&#039;NEW EXTRUDER REQURIES THE FAN ON&#039;&#039;&#039; whenever it is at operating temperature. I got it to print out a timing pulley on the fifth try, and reliably printing after that, using the same settings as before.&lt;br /&gt;
&lt;br /&gt;
The nozzles I left seem to print reliably at much lower temperatures, try 195C and see how that goes. [gian pablo]&lt;br /&gt;
&lt;br /&gt;
== 2011-01-08  ==&lt;br /&gt;
&lt;br /&gt;
I&#039;ve ordered an extensive selection of parts, including new extruder, heated build platform, extruder board etc. Should be here next week. &lt;br /&gt;
&lt;br /&gt;
We&#039;ve started work on this. I&#039;ve also started printing a replacement XY stage (http://www.thingiverse.com/thing:4213) on my Makerbot, and ordered the parts for it (bearings, nuts, screws, washers).&lt;br /&gt;
&lt;br /&gt;
[gian pablo]&lt;br /&gt;
&lt;br /&gt;
== 2011-01-14 ==&lt;br /&gt;
&lt;br /&gt;
All the parts have arrived. Miloh unpacked them and started working on it. Things to do:&lt;br /&gt;
&lt;br /&gt;
* Assemble heated build platform&lt;br /&gt;
* Assemble relay board&lt;br /&gt;
* Assemble Plastruder Mk 5&lt;br /&gt;
* Replace extruder controller (and motherboard if necessary)&lt;br /&gt;
* Clean the &#039;bot&lt;br /&gt;
* Calibrate it&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2011-02-18 ==&lt;br /&gt;
&lt;br /&gt;
Watch it.  It prints.&lt;br /&gt;
&lt;br /&gt;
The autospool can cinch down and yank your build to ruin.  Jake and I modified it to pull out the side in a lazier loop.  It needs to be watched.  &lt;br /&gt;
&lt;br /&gt;
* Needs More calibration&lt;br /&gt;
** feed rate&lt;br /&gt;
** stepper driver currents  (there were some X-Y 1-2mm shift errors halfway the first builds)&lt;br /&gt;
* Need a get up to speed session &amp;amp; bot day (CrashSpaceLA is having one this weekend)&lt;br /&gt;
[[User:Miloh|Miloh]] 12:51, 18 February 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=16541</id>
		<title>Makerbot</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=16541"/>
		<updated>2011-02-19T19:18:01Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: /* tweaking skeinforge */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= The Makerbot is working (2011-02-15) =&lt;br /&gt;
&lt;br /&gt;
Miloh assembled the Plastruder Mk5, the relay board and the heated build platform, and printed a skull!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=How to Use the Makerbot=&lt;br /&gt;
if it breaks, we can fix it. don&#039;t be afraid of the makerbot! I&#039;ve crashed it hundreds of times and only permanently broke something once.&lt;br /&gt;
&lt;br /&gt;
====install some software first====&lt;br /&gt;
&lt;br /&gt;
* Install Java (if you don&#039;t already have it) - http://www.java.com/en/download/index.jsp&lt;br /&gt;
&lt;br /&gt;
* Install Python (if you don&#039;t already have it). http://www.python.org/download/ &lt;br /&gt;
&lt;br /&gt;
* Optionally, install PsyCo, it will make things run much faster.&lt;br /&gt;
&lt;br /&gt;
* get yourself a copy of replicatorg: http://replicat.org/download&lt;br /&gt;
&lt;br /&gt;
ReplicatorG now includes various versions of the Skeinforge slicing utility, so no need to download and install separately.&lt;br /&gt;
&lt;br /&gt;
You are done.&lt;br /&gt;
&lt;br /&gt;
====using the software====&lt;br /&gt;
&lt;br /&gt;
* Start ReplicatorG.&lt;br /&gt;
&lt;br /&gt;
* Open an STL file. You should see a 3D image of your model.&lt;br /&gt;
&lt;br /&gt;
* Press the &#039;generate GCode&#039; button on the right. &lt;br /&gt;
&lt;br /&gt;
* You will be asked to choose a profile. Currently you are looking at Cupcake CNC Mk4, but very soon you will want Cupcake CNC Mk5 with Heated Build Platform.&lt;br /&gt;
&lt;br /&gt;
* It will take a while to build the GCode for the model. Go talk to visitors to the space and tell them not to sleep here.&lt;br /&gt;
&lt;br /&gt;
* Refer to the detailed instructions on the Makerbot site for more up-to-date tips and instructions (they change often):  http://wiki.makerbot.com/how-to-print&lt;br /&gt;
&lt;br /&gt;
====fire the makerbot====&lt;br /&gt;
&lt;br /&gt;
Instructions have been updated to reflect the (coming) new and improved Makerbot.&lt;br /&gt;
&lt;br /&gt;
* turn on the makerbot PSU, it&#039;s a switch in the back&lt;br /&gt;
* plug in the makerbot usb cable&lt;br /&gt;
* run replicatorg (./replicatorg)&lt;br /&gt;
* (firmware should be updated)&lt;br /&gt;
* the first time you run it, machine-&amp;gt;driver-&amp;gt;cupcake CNC with heated build platform&lt;br /&gt;
* also machine-&amp;gt;serial port, choose whatever serial port is being emulated via USB &lt;br /&gt;
* load filament&lt;br /&gt;
** loosen the extruder thumbscrew&lt;br /&gt;
** insert filament into the extruder, basically to the level of the motor axle (NOT all the way down into the nozzle - you do this so that you can more easily tell if the motor is working)&lt;br /&gt;
** tighten the extruder thumbscrew, just a little bit more than finger tight, enough to get a good grip between the drive gear and the filament - you can adjust this while printing, if the filament starts slipping&lt;br /&gt;
* click on the 4 arrows symbol (control panel)&lt;br /&gt;
** lay a small piece of paper on the platform&lt;br /&gt;
** remove any crud from the nozzle with bent nose pliers (hidden under the EFF hat)&lt;br /&gt;
** move X, Y to the center of the platform (you can do this by pressing Disable steppers, then moving it by hand)&lt;br /&gt;
** jog down in Z first in 10mm increments, then 1mm increments, until there is maximum drag force on the paper&lt;br /&gt;
** jog up in 0.1mm increments until the drag lessens&lt;br /&gt;
** click &amp;quot;set zero&amp;quot;&lt;br /&gt;
** at the bottom of the control panel there are some settings, set them in this order&lt;br /&gt;
*** Motor Speed (PWM): 255&lt;br /&gt;
*** Target Temperature: 220&lt;br /&gt;
*** Heated Build Platform: 120&lt;br /&gt;
*** Motor Control: Stop&lt;br /&gt;
** wait until the temperature is above 200 then try a test extrusion &lt;br /&gt;
*** move Z axis up 20mm or so&lt;br /&gt;
***click Motor Control: forward&lt;br /&gt;
*** wait for the filament to enter the extruder, and start coming out the nozzle&lt;br /&gt;
*** make sure the extruder motor is turning, there is a dot drawn on the axle with sharpie&lt;br /&gt;
*** if you accidentally start the motor before it&#039;s hot, you can fix it by slightly unscrewing the extruder thumbscrew and adjusting the filament&lt;br /&gt;
* the build platform should be plenty hot now&lt;br /&gt;
** there might be an IR thermometer in a little duct tape pouch thingy&lt;br /&gt;
** it should be around 120-130C for best results&lt;br /&gt;
* remove ooze from the nozzle with pliers&lt;br /&gt;
* zero the Z axis (ie. move it down until it near touches the platform)&lt;br /&gt;
* file-&amp;gt;open the .gcode file you created earlier with skeinforge&lt;br /&gt;
* click &#039;build&#039; (the solid kidney bean)&lt;br /&gt;
* if the first layer doesn&#039;t stick at all or peels loose immediately, adjust the z axis down by turning the pulley on top of the makerbot&lt;br /&gt;
* if the first layer starts getting fugly during the infill, with crap building up on the nozzle, adjust the z axis up a few steps until it looks perfectly flat with no &amp;quot;fuzz&amp;quot;&lt;br /&gt;
***note to self: get some pics and video of first layer too high, first layer too low, and verify zeroing procedure&lt;br /&gt;
* now since it probably screwed up somehow, hit stop and remove the grossness with the plastic scraper and/or pliers&lt;br /&gt;
* it should still be zeroed, and hopefully at the correct height adjustment now, so just click &#039;build&#039; again&lt;br /&gt;
* if you can&#039;t get it to stick at all, the platform is probably at the wrong temperature.&lt;br /&gt;
** wait five minutes for it to warm up completely&lt;br /&gt;
[[File:Nophead_pulleys_side.jpg|right|thumbnail|alt=two sample pieces, side view|your part should look like this or better. I still hadn&#039;t tweaked the feedrate perfectly for colored plastic, hence the blobbiness.]]&lt;br /&gt;
&lt;br /&gt;
* ok now presumably you&#039;re done printing and nothing went wrong. &lt;br /&gt;
** jog Z+ 20mm to give yourself some room&lt;br /&gt;
** wait for the piece to cool down, 3 to 5 minutes should be enough&lt;br /&gt;
** now just peel it off with your hand&lt;br /&gt;
** if you let the piece cool all the way down, maybe 10-15 minutes, it will just &amp;quot;pop&amp;quot; off the build platform by itself&lt;br /&gt;
*** be careful, the part may still be soft and can deform&lt;br /&gt;
*** don&#039;t use a knife if at all possible, it will mess up the Kapton coating on the platform - just wait for it to cool&lt;br /&gt;
*** it&#039;s easier if you remove the build platform - it&#039;s held on with magnets&lt;br /&gt;
&lt;br /&gt;
==== tweaking skeinforge ====&lt;br /&gt;
[[File:Nophead_pulleys_top.jpg|right|thumbnail|alt=two sample pieces, top view|note the incomplete infill on the right; this was due to improper perimeter width settings. note the square teeth on the left; this is because &amp;quot;stretch&amp;quot; is turned on. this is a good thing.]]&lt;br /&gt;
there are about 300 different &amp;quot;craft&amp;quot; settings in skeinforge, and they all interrelate in confusing ways. here&#039;s a quick overview of the important ones:&lt;br /&gt;
*carve-&amp;gt;layer height: should be about 0.8*nozzle hole diameter, ship default is 0.4&lt;br /&gt;
*carve-&amp;gt;width over height: should be about 1.45, if threads in flat parts show gap make this value smaller&lt;br /&gt;
*speed-&amp;gt;flow rate: 255&lt;br /&gt;
*speed-&amp;gt;feed rate: start around 35mm/s&lt;br /&gt;
*fill-&amp;gt;infill solidity: 0.25 is adequate and not too slow. higher for stronger parts&lt;br /&gt;
*fill-&amp;gt;infill pattern: controls whether you get hashbrowns or honeycombs&lt;br /&gt;
*comb keeps it from driving through empty spaces and making stringies&lt;br /&gt;
*raft prints a waffle grid thingy to keep the corners held down - will be disabled for heated build platform&lt;br /&gt;
*raftless - don&#039;t use it, instead turn off the raft checkbox when generating GCode in RepG, use outline to generate a lead-in&lt;br /&gt;
*oozebane is useless, forget about it&lt;br /&gt;
*jitter is good, set it to a large value like 100&lt;br /&gt;
*stretch makes corners un-rounded, but can cause data overload stuttering if &amp;quot;stretch from distance&amp;quot; is too small&lt;br /&gt;
*temperature is usually set to 230, but newer extruders can print fine with temperatures as low as 205C. You might need to lower all the temperatures in order to print tall skinny objects.&lt;br /&gt;
*wipe should be turned off&lt;br /&gt;
*outline should be turned on, it draws a rectangle around the first layer which lets you tweak the Z axis distance and ensure adhesion&lt;br /&gt;
&lt;br /&gt;
you can safely ignore the rest&lt;br /&gt;
&lt;br /&gt;
==== care and feeding ====&lt;br /&gt;
* don&#039;t leave the makerbot unattended for hours, as it can theoretically catch on fire (those heated bed wires are iffy)&lt;br /&gt;
* don&#039;t leave the extruder hot for hours. periodically flush through plastic to prevent it from oxidizing.&lt;br /&gt;
* if you are about to run out of filament, cut off both ends square with diagonal flush cutters (the blue cutters for electronics) and simply hold the filament together as it goes in&lt;br /&gt;
*if the filament strips out during use (extruder motor is on, temperature high enough, nothing happening) try pushing it down manually&lt;br /&gt;
** if this doesn&#039;t work, try reversing the motor until the filament comes out, cut it cleanly, and reinsert&lt;br /&gt;
** if it keeps stripping out, you may have to completely disassemble the extruder and remove plastic gunk from the gear teeth.&lt;br /&gt;
*** use a long 5/64&amp;quot; or 2mm allen key to set the extruder idler wheel/feed gear spacing&lt;br /&gt;
** try not to let it happen in the first place. stripping can be caused by setting the first layer too low, blocking the nozzle and letting pressure build up&lt;br /&gt;
*don&#039;t upgrade the firmware unless you&#039;re willing to deal with the consequences&lt;br /&gt;
*keep it away from bright light&lt;br /&gt;
*don&#039;t get any water on it&lt;br /&gt;
*never, never ever feed it after midnight.&lt;br /&gt;
&lt;br /&gt;
= Usage log =&lt;br /&gt;
please write your name, what you tried to make, and what happened below (pics or it didnt happen)&lt;br /&gt;
----&lt;br /&gt;
[[File:Minimendel_Z_leadscrew_base_motor.jpg|none|thumbnail|600px|mini mendel Z leadscrew base and motor mount. This bastard took 2 hours and almost the entire remaining roll of green. It started to peel up badly at the back corner. I rescued it by melting the corner back down with a soldering iron. [[User:Fenn|Fenn]] 13:07, 1 May 2010 (UTC)]]&lt;br /&gt;
&lt;br /&gt;
[[File:example.jpg|none|thumbnail|600px|caption text]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Construction log =&lt;br /&gt;
This describes the current progress of the building of the Makerbot.  Instructions are found [http://wiki.makerbot.com/cupcake here], and a forum for it is found [http://wiki.makerbot.com/forum/c-77688/talk-about-makerbot here].&lt;br /&gt;
&lt;br /&gt;
Noisebridge&#039;s Makerbot kit, thoughtfully purchased by Mitch, arrived at 83C on Monday evening, July 20.  Leading the assembly team is Joachim, along with Christoph, Rachel, Steve (Mr Domino), and Jeffrey (ieatlint).&lt;br /&gt;
&lt;br /&gt;
It took about an hour and a half to go through and check the parts against the [http://pony.noisebridge.net/~cmaier/makerbot/parts_lists.ods parts list].  &amp;lt;strike&amp;gt;We think we are missing a bag of &amp;quot;laser cut pulleys&amp;quot; but it&#039;s hard to be completely sure, as there are a LOT of parts and they are not all labeled exactly as in the parts list&amp;lt;/strike&amp;gt; A bag of &amp;quot;laser cut pulleys&amp;quot; was replaced by MakerBot-made pulleys, but the parts lists weren&#039;t updated.  We determined to start assembly anyway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cupcake [[Makerbot/Electronics|Electronics]] Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-electronics-assembly Instructions] Christoph soldering one of the [[Makerbot/Electronics/Stepper_driver|stepper motor drivers]], one of the [[Makerbot/Electronics/endstop_switches|endstop switches]], and the SMD parts on the [[Makerbot/Electronics/Motherboard|motherboard]] with only occasional bitching to people to &#039;&#039;&#039;&#039;&#039;STOP MOVING THE TABLE&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Motherboard is tested and able to control stepper motors.  Regular firmware needs to be flashed back onto it.  [http://wiki.makerbot.com/burn-custom-firmware-using-arduino This] may help. [[User:Ieatlint|Ieatlint]] 02:55, 25 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Pulley Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-pulley-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake CNC Body Assembly ==&lt;br /&gt;
We got the first part of the body together without difficulty, but had trouble with the Z stage as one of the parts had changed from when the docs were written.  The Z stage rod holding guides changed from being O-shaped to being U-shaped, and are marked &amp;quot;Z guides&amp;quot;.  The forums told us to use them anyway.&lt;br /&gt;
&lt;br /&gt;
The next problem was with threaded rods, which had been cut to size.  The ends of some would not take a nut.  We solved this with judicious use of the bench grinder.  There were LOTS of nut/rod jokes, and we were in a state where they were actually funny! [[User:Rachel|Rachel]] 10:08, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Progressed to and including the step entitled &amp;quot;Z-stage stepper wiring&amp;quot; as detailed on the body assembly [http://wiki.makerbot.com/cupcake-body-assembly instructions].  The body assembly is nearly completed. [[User:Ieatlint|Ieatlint]] 03:52, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Stages assembled and motherboard and stepper driver circuits in place. Driver boards are tested. Axis stops are installed, platforms still need craft stick beam breaks installed. -- [[User:JSharp|JSharp]] 06:45, 2 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Y Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-y-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake X Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-x-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Plastruder MK3 Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/plastruder-mk3-assembly Instructions]&lt;br /&gt;
*Note: Ubuntu 9.04 specific: the librxtxSerial.so and the RXTXcomm.jar that come in the replicatorg download need to be replaced with some binaries from this other place that I don&#039;t remember. -[[User:Elgreengeeto|Skory]]&lt;br /&gt;
&lt;br /&gt;
*Progressed through to end of Heater Barrel Assembly.   [[User:Miloh|Miloh]] 04:24, 21 July 2009 (PDT)&lt;br /&gt;
*Progressed through the Filament Drive Assembly, and Joachim mastered the extruder electronics.  [[User:Miloh|Miloh]] 02:03, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel through step 3. [[User:Miloh|Miloh]] 13:17, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel to the end.  [[User:Miloh|Miloh]] 20:46, 26 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
 Continue at Plastruder burn in test.  The burn in test can&#039;t be completed until the Thermistor and extruder board are recognized by the control system.&lt;br /&gt;
&lt;br /&gt;
*Plastruder board burnt out a few components on power up test. Ordered new plastruder driver from makerbot, should arrive at 83C soon. -- [[User:JSharp|JSharp]] 06:43, 2 August 2009 (PDT)&lt;br /&gt;
**New plastruder control board received and installed. -- [[User:JSharp|JSharp]] 10:52, 9 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
= Status Reports =&lt;br /&gt;
&lt;br /&gt;
== 10/18/09 ==&lt;br /&gt;
&lt;br /&gt;
Martin - The makerbot is working and printing objects well.  You will need to download and install &amp;quot;ReplicatorG&amp;quot; and &amp;quot;skeinforge&amp;quot; in order to use the bot. The software runs on Mac, Linux, and PC.   (skeinforge requires Python, ReplicatorG requires Java)  Example objects are next to the bot.&lt;br /&gt;
&lt;br /&gt;
The X/Y/Z stage endpoints are not yet installed.  It requires a number of popsicle sticks to be cut to the correct length and the stage to be calibrated.  You can operate the MakerBot with ***great*** care without them.  &lt;br /&gt;
&lt;br /&gt;
The extruder head has been upgraded to the Mark-4, with a new bearing and idler wheel.  Also, the extruder head is now insulated with the same material they use to insulate the Space Shuttle heat tiles from the skin of the shuttle itself.  *** IT IS EXPENSIVE.  PLEASE DON&#039;T TAKE APART! ***  I can&#039;t replace the material, it was given as a gift from a friend at JPL.  &lt;br /&gt;
&lt;br /&gt;
Please read all the instructions on how to use the MakerBot on the [[http://wiki.makerbot.com/|MakerBot Wiki Site]] before attempting to use it.&lt;br /&gt;
&lt;br /&gt;
== 08/24/09 ==&lt;br /&gt;
Thanks to excellent efforts and support from Martin, the MakerBot is now in a semi-functional state.  There are three things that need to be worked on, however:&lt;br /&gt;
# The Y stage endpoint is installed incorrectly (the Y stage and physically crash into it)&lt;br /&gt;
# The nichrome wire needs to be better insulated so it can maintain higher temperatures and consistent temperatures.&lt;br /&gt;
# The feeding mechanism needs to be reviewed, as it appears that it fails to operate reliably.&lt;br /&gt;
&lt;br /&gt;
Please do NOT attempt to disassemble the plastruder header.&lt;br /&gt;
Also, do NOT attempt to operate the MakerBot unless you really know what you&#039;re doing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 01/10/2010 ==&lt;br /&gt;
Much has happened to the Makerbot since last noted,&lt;br /&gt;
the broken idler wheel was replaced and the extruder head assembly was upgraded by me using parts from Bre when he was here. Thanks Bre!&lt;br /&gt;
I also at that time upgraded the firmware and printed a bunch of skull throwies, yay! &lt;br /&gt;
Time has passed between then and now and many people have been reporting the makerbot in sickly condition, after much testing I am glad to report this not the case. go go makerbot!&lt;br /&gt;
&lt;br /&gt;
== 03/10/2010 ==&lt;br /&gt;
Bre was here on 20/2 and installed a heated build platform on the Makerbot. The heated platform is a new development, still in prototype stage. It is awesome because it prevents warping, and allows workpieces to stick to the build platform without having to build a raft.&lt;br /&gt;
&lt;br /&gt;
He left a sheet of instructions, they say:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... While here we set you up with a heated build platform. It&#039;s&lt;br /&gt;
hooked up to the fans pot. So before you print, go into the control&lt;br /&gt;
panel and click [x] fan and it will turn it on. Let it warm up for at&lt;br /&gt;
least 5 minutes and then print on it. When the model is done, let it&lt;br /&gt;
cool for 5 minutes and it will &#039;pop&#039; right off the warm kapton tape.&lt;br /&gt;
&lt;br /&gt;
We are also leaving you a spare parts kit for the extruder. Your&lt;br /&gt;
nozzle is super thick and slow. This new nozzle has a smaller nozzle&lt;br /&gt;
hole. Make it, use it, love it!&lt;br /&gt;
&lt;br /&gt;
Bre and Zack, Makerbot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When asked about the workings of the heated build platform, he said:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Yup, ours is a prototype part, it&#039;s awesome but not very well documented.&lt;br /&gt;
&lt;br /&gt;
You want to plug it in above the mosfet that usually runs the fan.&lt;br /&gt;
&lt;br /&gt;
You can then go into the control panel and just turn the fan on, let&lt;br /&gt;
it heat up for 8-10 minutes and it will get to about 110F.&lt;br /&gt;
&lt;br /&gt;
Print away and remember to turn it off and unplug the bot when you&#039;re done!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Please note that he&#039;s left us the parts for an improved extruder - up to us to build it - and some of the new colored ABS plastic.&lt;br /&gt;
&lt;br /&gt;
== 04/03/2010 ==&lt;br /&gt;
After using the makerbot all day I (fenn) noticed the Z axis was consistently jamming up when traversing above 125mm/min. Several hours of head-scratching later I discovered that the heated platform would cause the large acrylic plate that holds the extruder to heat up and expand, pushing outwards on the Z-axis nuts and causing the mechanism to bind ever so slightly. The simple fix of filing the plate down was complicated by the lack of small files and the fact that the machine was assembled wrong, requiring removal of the four small u-shaped plywood &amp;quot;guide plates&amp;quot;, which I put back in the correct orientation: gap outwards.&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure the heated build platform actually ever gets hot enough for ABS to stick to the kapton tape. It seems to max out at 95 celsius, as measured with an infrared thermometer. The RepRap wiki suggests 120-220 degrees for ABS. Perhaps connect the platform directly to a higher voltage power supply?&lt;br /&gt;
&lt;br /&gt;
Lacking a hot enough bed for the first layer to stick to, blue masking tape sorta almost works (the first time you use it), and I got much better results when I taped a business card on top and printed on that instead. I printed a few gears and hope to add a [http://www.thingiverse.com/thing:1794 &amp;quot;wade extruder&amp;quot;] soonish.&lt;br /&gt;
&lt;br /&gt;
== 04/09/2010 ==&lt;br /&gt;
I (fenn) came in today and it appeared that nobody had touched the makerbot since I last left it. But the nozzle wouldn&#039;t heat up. Voltage to the wires, it just didnt get hot. So, heeding the warning to not disassemble the nozzle, I removed it and swapped in another one, which works a lot better anyway. Then I attached a 16V transformer to the heated bed, and now it gets up to 165C which is much better than the old 90C running on 12V. Now the first layer actually sticks! Z axis seems to still be jamming up; I didn&#039;t file the notches deep enough I guess. Wish I had more time to play with it. Skeinforge settings that seem to work with ABS:&lt;br /&gt;
layer height: 0.4mm, flow rate: 255, feed rate: 25mm/s.&lt;br /&gt;
&lt;br /&gt;
== 04/11/2010 ==&lt;br /&gt;
added a fan to cool off the acrylic plate. make sure you enable the fan before printing and it shouldn&#039;t jam up anymore. seems to be working reliably now.&lt;br /&gt;
&lt;br /&gt;
hint: instead of trying to adjust the Z zero in software, manually adjust the height as it prints the first layer.&lt;br /&gt;
&lt;br /&gt;
caution: plugging in or unplugging the heater transformer may cause the power strip breaker to trip and reset the makerbot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 04/13/2010 ==&lt;br /&gt;
leveled bed by shaving down tabs that were sticking up, pushing magnets back in, and adding a small strip of kapton tape. adjusted toothed gear/idler wheel spacing with 5/64 allen key.&lt;br /&gt;
&lt;br /&gt;
Some of the magnets on the Y stage are in sideways (poles on left &amp;amp; right), not upright (poles on top &amp;amp; bottom). I found this when building my Makerbot, since I wanted the build platform to be interoperable, I tried placing the magnets on the Y stage of the NB &#039;bot to check polarity, and found that they were sticking corner-to-corner, not face-to-face. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
== 06/10/2010 ==&lt;br /&gt;
I&#039;ve taken in two functioning nozzle assemblies, and an extruder block with double idler wheel. These should help get the &#039;bot up and running. The nozzles may need to be heated up, PTFE insulator removed and cleaned. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
What is the large spool of white plastic next to the Makerbot? It seems a lot softer than ABS, and certainly acts strange when I try to print with it. (It is so soft that it scrunches up in the extruder feed channel, and the pinch wheel starts grinding into it super quickly. It doesn&#039;t stink when heated.) Could it be Shapelock? - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;it is PLA, rather than ABS.  It melts at a much, much lower temperature.&#039;&#039; - Martin&lt;br /&gt;
&lt;br /&gt;
It&#039;s not PLA, far too soft. There&#039;s some green PLA in the bag on top of the pile. I think it&#039;s HDPE. Smells like HDPE too. (like a blown out candle.) - fenn&lt;br /&gt;
&lt;br /&gt;
== 9/24/2010 ==&lt;br /&gt;
&lt;br /&gt;
The Makerbot is broken...&lt;br /&gt;
&lt;br /&gt;
d&#039;oh!&lt;br /&gt;
&lt;br /&gt;
i&#039;m really not sure what happened. i was cleaning out the extruder and i think one of the green wires touched the large metal washer; there was a spark and a small poof next to the rj-45 connector on the extruder board, and now nothing turns on. sigh.&lt;br /&gt;
&lt;br /&gt;
[[File:IMG_2929.JPG|right|thumbnail|alt=two sample pieces, side view|corroborating evidence]]&lt;br /&gt;
I swapped in one of Gian Pablo&#039;s extruders and bought a new 606 bearing for the gearmotor. (somehow the original must have fallen out and gotten lost.) Lots of jamming up and cussing ensued. Some adjustments were made, much filament run through the machine, and I deduced that the &#039;&#039;&#039;NEW EXTRUDER REQURIES THE FAN ON&#039;&#039;&#039; whenever it is at operating temperature. I got it to print out a timing pulley on the fifth try, and reliably printing after that, using the same settings as before.&lt;br /&gt;
&lt;br /&gt;
The nozzles I left seem to print reliably at much lower temperatures, try 195C and see how that goes. [gian pablo]&lt;br /&gt;
&lt;br /&gt;
== 2011-01-08  ==&lt;br /&gt;
&lt;br /&gt;
I&#039;ve ordered an extensive selection of parts, including new extruder, heated build platform, extruder board etc. Should be here next week. &lt;br /&gt;
&lt;br /&gt;
We&#039;ve started work on this. I&#039;ve also started printing a replacement XY stage (http://www.thingiverse.com/thing:4213) on my Makerbot, and ordered the parts for it (bearings, nuts, screws, washers).&lt;br /&gt;
&lt;br /&gt;
[gian pablo]&lt;br /&gt;
&lt;br /&gt;
== 2011-01-14 ==&lt;br /&gt;
&lt;br /&gt;
All the parts have arrived. Miloh unpacked them and started working on it. Things to do:&lt;br /&gt;
&lt;br /&gt;
* Assemble heated build platform&lt;br /&gt;
* Assemble relay board&lt;br /&gt;
* Assemble Plastruder Mk 5&lt;br /&gt;
* Replace extruder controller (and motherboard if necessary)&lt;br /&gt;
* Clean the &#039;bot&lt;br /&gt;
* Calibrate it&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2011-02-18 ==&lt;br /&gt;
&lt;br /&gt;
Watch it.  It prints.&lt;br /&gt;
&lt;br /&gt;
The autospool can cinch down and yank your build to ruin.  Jake and I modified it to pull out the side in a lazier loop.  It needs to be watched.  &lt;br /&gt;
&lt;br /&gt;
* Needs More calibration&lt;br /&gt;
** feed rate&lt;br /&gt;
** stepper driver currents  (there were some X-Y 1-2mm shift errors halfway the first builds)&lt;br /&gt;
* Need a get up to speed session &amp;amp; bot day (CrashSpaceLA is having one this weekend)&lt;br /&gt;
[[User:Miloh|Miloh]] 12:51, 18 February 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=16540</id>
		<title>Makerbot</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=16540"/>
		<updated>2011-02-19T19:16:47Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: /* tweaking skeinforge */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= The Makerbot is working (2011-02-15) =&lt;br /&gt;
&lt;br /&gt;
Miloh assembled the Plastruder Mk5, the relay board and the heated build platform, and printed a skull!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=How to Use the Makerbot=&lt;br /&gt;
if it breaks, we can fix it. don&#039;t be afraid of the makerbot! I&#039;ve crashed it hundreds of times and only permanently broke something once.&lt;br /&gt;
&lt;br /&gt;
====install some software first====&lt;br /&gt;
&lt;br /&gt;
* Install Java (if you don&#039;t already have it) - http://www.java.com/en/download/index.jsp&lt;br /&gt;
&lt;br /&gt;
* Install Python (if you don&#039;t already have it). http://www.python.org/download/ &lt;br /&gt;
&lt;br /&gt;
* Optionally, install PsyCo, it will make things run much faster.&lt;br /&gt;
&lt;br /&gt;
* get yourself a copy of replicatorg: http://replicat.org/download&lt;br /&gt;
&lt;br /&gt;
ReplicatorG now includes various versions of the Skeinforge slicing utility, so no need to download and install separately.&lt;br /&gt;
&lt;br /&gt;
You are done.&lt;br /&gt;
&lt;br /&gt;
====using the software====&lt;br /&gt;
&lt;br /&gt;
* Start ReplicatorG.&lt;br /&gt;
&lt;br /&gt;
* Open an STL file. You should see a 3D image of your model.&lt;br /&gt;
&lt;br /&gt;
* Press the &#039;generate GCode&#039; button on the right. &lt;br /&gt;
&lt;br /&gt;
* You will be asked to choose a profile. Currently you are looking at Cupcake CNC Mk4, but very soon you will want Cupcake CNC Mk5 with Heated Build Platform.&lt;br /&gt;
&lt;br /&gt;
* It will take a while to build the GCode for the model. Go talk to visitors to the space and tell them not to sleep here.&lt;br /&gt;
&lt;br /&gt;
* Refer to the detailed instructions on the Makerbot site for more up-to-date tips and instructions (they change often):  http://wiki.makerbot.com/how-to-print&lt;br /&gt;
&lt;br /&gt;
====fire the makerbot====&lt;br /&gt;
&lt;br /&gt;
Instructions have been updated to reflect the (coming) new and improved Makerbot.&lt;br /&gt;
&lt;br /&gt;
* turn on the makerbot PSU, it&#039;s a switch in the back&lt;br /&gt;
* plug in the makerbot usb cable&lt;br /&gt;
* run replicatorg (./replicatorg)&lt;br /&gt;
* (firmware should be updated)&lt;br /&gt;
* the first time you run it, machine-&amp;gt;driver-&amp;gt;cupcake CNC with heated build platform&lt;br /&gt;
* also machine-&amp;gt;serial port, choose whatever serial port is being emulated via USB &lt;br /&gt;
* load filament&lt;br /&gt;
** loosen the extruder thumbscrew&lt;br /&gt;
** insert filament into the extruder, basically to the level of the motor axle (NOT all the way down into the nozzle - you do this so that you can more easily tell if the motor is working)&lt;br /&gt;
** tighten the extruder thumbscrew, just a little bit more than finger tight, enough to get a good grip between the drive gear and the filament - you can adjust this while printing, if the filament starts slipping&lt;br /&gt;
* click on the 4 arrows symbol (control panel)&lt;br /&gt;
** lay a small piece of paper on the platform&lt;br /&gt;
** remove any crud from the nozzle with bent nose pliers (hidden under the EFF hat)&lt;br /&gt;
** move X, Y to the center of the platform (you can do this by pressing Disable steppers, then moving it by hand)&lt;br /&gt;
** jog down in Z first in 10mm increments, then 1mm increments, until there is maximum drag force on the paper&lt;br /&gt;
** jog up in 0.1mm increments until the drag lessens&lt;br /&gt;
** click &amp;quot;set zero&amp;quot;&lt;br /&gt;
** at the bottom of the control panel there are some settings, set them in this order&lt;br /&gt;
*** Motor Speed (PWM): 255&lt;br /&gt;
*** Target Temperature: 220&lt;br /&gt;
*** Heated Build Platform: 120&lt;br /&gt;
*** Motor Control: Stop&lt;br /&gt;
** wait until the temperature is above 200 then try a test extrusion &lt;br /&gt;
*** move Z axis up 20mm or so&lt;br /&gt;
***click Motor Control: forward&lt;br /&gt;
*** wait for the filament to enter the extruder, and start coming out the nozzle&lt;br /&gt;
*** make sure the extruder motor is turning, there is a dot drawn on the axle with sharpie&lt;br /&gt;
*** if you accidentally start the motor before it&#039;s hot, you can fix it by slightly unscrewing the extruder thumbscrew and adjusting the filament&lt;br /&gt;
* the build platform should be plenty hot now&lt;br /&gt;
** there might be an IR thermometer in a little duct tape pouch thingy&lt;br /&gt;
** it should be around 120-130C for best results&lt;br /&gt;
* remove ooze from the nozzle with pliers&lt;br /&gt;
* zero the Z axis (ie. move it down until it near touches the platform)&lt;br /&gt;
* file-&amp;gt;open the .gcode file you created earlier with skeinforge&lt;br /&gt;
* click &#039;build&#039; (the solid kidney bean)&lt;br /&gt;
* if the first layer doesn&#039;t stick at all or peels loose immediately, adjust the z axis down by turning the pulley on top of the makerbot&lt;br /&gt;
* if the first layer starts getting fugly during the infill, with crap building up on the nozzle, adjust the z axis up a few steps until it looks perfectly flat with no &amp;quot;fuzz&amp;quot;&lt;br /&gt;
***note to self: get some pics and video of first layer too high, first layer too low, and verify zeroing procedure&lt;br /&gt;
* now since it probably screwed up somehow, hit stop and remove the grossness with the plastic scraper and/or pliers&lt;br /&gt;
* it should still be zeroed, and hopefully at the correct height adjustment now, so just click &#039;build&#039; again&lt;br /&gt;
* if you can&#039;t get it to stick at all, the platform is probably at the wrong temperature.&lt;br /&gt;
** wait five minutes for it to warm up completely&lt;br /&gt;
[[File:Nophead_pulleys_side.jpg|right|thumbnail|alt=two sample pieces, side view|your part should look like this or better. I still hadn&#039;t tweaked the feedrate perfectly for colored plastic, hence the blobbiness.]]&lt;br /&gt;
&lt;br /&gt;
* ok now presumably you&#039;re done printing and nothing went wrong. &lt;br /&gt;
** jog Z+ 20mm to give yourself some room&lt;br /&gt;
** wait for the piece to cool down, 3 to 5 minutes should be enough&lt;br /&gt;
** now just peel it off with your hand&lt;br /&gt;
** if you let the piece cool all the way down, maybe 10-15 minutes, it will just &amp;quot;pop&amp;quot; off the build platform by itself&lt;br /&gt;
*** be careful, the part may still be soft and can deform&lt;br /&gt;
*** don&#039;t use a knife if at all possible, it will mess up the Kapton coating on the platform - just wait for it to cool&lt;br /&gt;
*** it&#039;s easier if you remove the build platform - it&#039;s held on with magnets&lt;br /&gt;
&lt;br /&gt;
==== tweaking skeinforge ====&lt;br /&gt;
[[File:Nophead_pulleys_top.jpg|right|thumbnail|alt=two sample pieces, top view|note the incomplete infill on the right; this was due to improper perimeter width settings. note the square teeth on the left; this is because &amp;quot;stretch&amp;quot; is turned on. this is a good thing.]]&lt;br /&gt;
there are about 300 different &amp;quot;craft&amp;quot; settings in skeinforge, and they all interrelate in confusing ways. here&#039;s a quick overview of the important ones:&lt;br /&gt;
*carve-&amp;gt;layer height: should be about 0.8*nozzle hole diameter, ship default is 0.4&lt;br /&gt;
*carve-&amp;gt;width over height: should be about 1.45, if threads in flat parts show gap make this value smaller&lt;br /&gt;
*speed-&amp;gt;flow rate: 255&lt;br /&gt;
*speed-&amp;gt;feed rate: start around 35mm/s&lt;br /&gt;
*fill-&amp;gt;infill solidity: 0.25 is adequate and not too slow. higher for stronger parts&lt;br /&gt;
*fill-&amp;gt;infill pattern: controls whether you get hashbrowns or honeycombs&lt;br /&gt;
*comb keeps it from driving through empty spaces and making stringies&lt;br /&gt;
*raft prints a waffle grid thingy to keep the corners held down - will be disabled for heated build platform&lt;br /&gt;
*deprecated: turn off the raft checkbox when generating GCode in ReplicatorG, and enable the outline plugin to create a lead-in. &#039;&#039;raftless slows down the first layer and makes a short test extrusion, set this to about 10mm&#039;&#039;&lt;br /&gt;
*oozebane is useless, forget about it&lt;br /&gt;
*jitter is good, set it to a large value like 100&lt;br /&gt;
*stretch makes corners un-rounded, but can cause data overload stuttering if &amp;quot;stretch from distance&amp;quot; is too small&lt;br /&gt;
*temperature is usually set to 230, but newer extruders can print fine with temperatures as low as 205C. You might need to lower all the temperatures in order to print tall skinny objects.&lt;br /&gt;
*wipe should be turned off&lt;br /&gt;
*outline should be turned on, it draws a rectangle around the first layer which lets you tweak the Z axis distance and ensure adhesion&lt;br /&gt;
&lt;br /&gt;
you can safely ignore the rest&lt;br /&gt;
&lt;br /&gt;
==== care and feeding ====&lt;br /&gt;
* don&#039;t leave the makerbot unattended for hours, as it can theoretically catch on fire (those heated bed wires are iffy)&lt;br /&gt;
* don&#039;t leave the extruder hot for hours. periodically flush through plastic to prevent it from oxidizing.&lt;br /&gt;
* if you are about to run out of filament, cut off both ends square with diagonal flush cutters (the blue cutters for electronics) and simply hold the filament together as it goes in&lt;br /&gt;
*if the filament strips out during use (extruder motor is on, temperature high enough, nothing happening) try pushing it down manually&lt;br /&gt;
** if this doesn&#039;t work, try reversing the motor until the filament comes out, cut it cleanly, and reinsert&lt;br /&gt;
** if it keeps stripping out, you may have to completely disassemble the extruder and remove plastic gunk from the gear teeth.&lt;br /&gt;
*** use a long 5/64&amp;quot; or 2mm allen key to set the extruder idler wheel/feed gear spacing&lt;br /&gt;
** try not to let it happen in the first place. stripping can be caused by setting the first layer too low, blocking the nozzle and letting pressure build up&lt;br /&gt;
*don&#039;t upgrade the firmware unless you&#039;re willing to deal with the consequences&lt;br /&gt;
*keep it away from bright light&lt;br /&gt;
*don&#039;t get any water on it&lt;br /&gt;
*never, never ever feed it after midnight.&lt;br /&gt;
&lt;br /&gt;
= Usage log =&lt;br /&gt;
please write your name, what you tried to make, and what happened below (pics or it didnt happen)&lt;br /&gt;
----&lt;br /&gt;
[[File:Minimendel_Z_leadscrew_base_motor.jpg|none|thumbnail|600px|mini mendel Z leadscrew base and motor mount. This bastard took 2 hours and almost the entire remaining roll of green. It started to peel up badly at the back corner. I rescued it by melting the corner back down with a soldering iron. [[User:Fenn|Fenn]] 13:07, 1 May 2010 (UTC)]]&lt;br /&gt;
&lt;br /&gt;
[[File:example.jpg|none|thumbnail|600px|caption text]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Construction log =&lt;br /&gt;
This describes the current progress of the building of the Makerbot.  Instructions are found [http://wiki.makerbot.com/cupcake here], and a forum for it is found [http://wiki.makerbot.com/forum/c-77688/talk-about-makerbot here].&lt;br /&gt;
&lt;br /&gt;
Noisebridge&#039;s Makerbot kit, thoughtfully purchased by Mitch, arrived at 83C on Monday evening, July 20.  Leading the assembly team is Joachim, along with Christoph, Rachel, Steve (Mr Domino), and Jeffrey (ieatlint).&lt;br /&gt;
&lt;br /&gt;
It took about an hour and a half to go through and check the parts against the [http://pony.noisebridge.net/~cmaier/makerbot/parts_lists.ods parts list].  &amp;lt;strike&amp;gt;We think we are missing a bag of &amp;quot;laser cut pulleys&amp;quot; but it&#039;s hard to be completely sure, as there are a LOT of parts and they are not all labeled exactly as in the parts list&amp;lt;/strike&amp;gt; A bag of &amp;quot;laser cut pulleys&amp;quot; was replaced by MakerBot-made pulleys, but the parts lists weren&#039;t updated.  We determined to start assembly anyway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cupcake [[Makerbot/Electronics|Electronics]] Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-electronics-assembly Instructions] Christoph soldering one of the [[Makerbot/Electronics/Stepper_driver|stepper motor drivers]], one of the [[Makerbot/Electronics/endstop_switches|endstop switches]], and the SMD parts on the [[Makerbot/Electronics/Motherboard|motherboard]] with only occasional bitching to people to &#039;&#039;&#039;&#039;&#039;STOP MOVING THE TABLE&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Motherboard is tested and able to control stepper motors.  Regular firmware needs to be flashed back onto it.  [http://wiki.makerbot.com/burn-custom-firmware-using-arduino This] may help. [[User:Ieatlint|Ieatlint]] 02:55, 25 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Pulley Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-pulley-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake CNC Body Assembly ==&lt;br /&gt;
We got the first part of the body together without difficulty, but had trouble with the Z stage as one of the parts had changed from when the docs were written.  The Z stage rod holding guides changed from being O-shaped to being U-shaped, and are marked &amp;quot;Z guides&amp;quot;.  The forums told us to use them anyway.&lt;br /&gt;
&lt;br /&gt;
The next problem was with threaded rods, which had been cut to size.  The ends of some would not take a nut.  We solved this with judicious use of the bench grinder.  There were LOTS of nut/rod jokes, and we were in a state where they were actually funny! [[User:Rachel|Rachel]] 10:08, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Progressed to and including the step entitled &amp;quot;Z-stage stepper wiring&amp;quot; as detailed on the body assembly [http://wiki.makerbot.com/cupcake-body-assembly instructions].  The body assembly is nearly completed. [[User:Ieatlint|Ieatlint]] 03:52, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Stages assembled and motherboard and stepper driver circuits in place. Driver boards are tested. Axis stops are installed, platforms still need craft stick beam breaks installed. -- [[User:JSharp|JSharp]] 06:45, 2 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Y Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-y-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake X Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-x-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Plastruder MK3 Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/plastruder-mk3-assembly Instructions]&lt;br /&gt;
*Note: Ubuntu 9.04 specific: the librxtxSerial.so and the RXTXcomm.jar that come in the replicatorg download need to be replaced with some binaries from this other place that I don&#039;t remember. -[[User:Elgreengeeto|Skory]]&lt;br /&gt;
&lt;br /&gt;
*Progressed through to end of Heater Barrel Assembly.   [[User:Miloh|Miloh]] 04:24, 21 July 2009 (PDT)&lt;br /&gt;
*Progressed through the Filament Drive Assembly, and Joachim mastered the extruder electronics.  [[User:Miloh|Miloh]] 02:03, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel through step 3. [[User:Miloh|Miloh]] 13:17, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel to the end.  [[User:Miloh|Miloh]] 20:46, 26 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
 Continue at Plastruder burn in test.  The burn in test can&#039;t be completed until the Thermistor and extruder board are recognized by the control system.&lt;br /&gt;
&lt;br /&gt;
*Plastruder board burnt out a few components on power up test. Ordered new plastruder driver from makerbot, should arrive at 83C soon. -- [[User:JSharp|JSharp]] 06:43, 2 August 2009 (PDT)&lt;br /&gt;
**New plastruder control board received and installed. -- [[User:JSharp|JSharp]] 10:52, 9 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
= Status Reports =&lt;br /&gt;
&lt;br /&gt;
== 10/18/09 ==&lt;br /&gt;
&lt;br /&gt;
Martin - The makerbot is working and printing objects well.  You will need to download and install &amp;quot;ReplicatorG&amp;quot; and &amp;quot;skeinforge&amp;quot; in order to use the bot. The software runs on Mac, Linux, and PC.   (skeinforge requires Python, ReplicatorG requires Java)  Example objects are next to the bot.&lt;br /&gt;
&lt;br /&gt;
The X/Y/Z stage endpoints are not yet installed.  It requires a number of popsicle sticks to be cut to the correct length and the stage to be calibrated.  You can operate the MakerBot with ***great*** care without them.  &lt;br /&gt;
&lt;br /&gt;
The extruder head has been upgraded to the Mark-4, with a new bearing and idler wheel.  Also, the extruder head is now insulated with the same material they use to insulate the Space Shuttle heat tiles from the skin of the shuttle itself.  *** IT IS EXPENSIVE.  PLEASE DON&#039;T TAKE APART! ***  I can&#039;t replace the material, it was given as a gift from a friend at JPL.  &lt;br /&gt;
&lt;br /&gt;
Please read all the instructions on how to use the MakerBot on the [[http://wiki.makerbot.com/|MakerBot Wiki Site]] before attempting to use it.&lt;br /&gt;
&lt;br /&gt;
== 08/24/09 ==&lt;br /&gt;
Thanks to excellent efforts and support from Martin, the MakerBot is now in a semi-functional state.  There are three things that need to be worked on, however:&lt;br /&gt;
# The Y stage endpoint is installed incorrectly (the Y stage and physically crash into it)&lt;br /&gt;
# The nichrome wire needs to be better insulated so it can maintain higher temperatures and consistent temperatures.&lt;br /&gt;
# The feeding mechanism needs to be reviewed, as it appears that it fails to operate reliably.&lt;br /&gt;
&lt;br /&gt;
Please do NOT attempt to disassemble the plastruder header.&lt;br /&gt;
Also, do NOT attempt to operate the MakerBot unless you really know what you&#039;re doing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 01/10/2010 ==&lt;br /&gt;
Much has happened to the Makerbot since last noted,&lt;br /&gt;
the broken idler wheel was replaced and the extruder head assembly was upgraded by me using parts from Bre when he was here. Thanks Bre!&lt;br /&gt;
I also at that time upgraded the firmware and printed a bunch of skull throwies, yay! &lt;br /&gt;
Time has passed between then and now and many people have been reporting the makerbot in sickly condition, after much testing I am glad to report this not the case. go go makerbot!&lt;br /&gt;
&lt;br /&gt;
== 03/10/2010 ==&lt;br /&gt;
Bre was here on 20/2 and installed a heated build platform on the Makerbot. The heated platform is a new development, still in prototype stage. It is awesome because it prevents warping, and allows workpieces to stick to the build platform without having to build a raft.&lt;br /&gt;
&lt;br /&gt;
He left a sheet of instructions, they say:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... While here we set you up with a heated build platform. It&#039;s&lt;br /&gt;
hooked up to the fans pot. So before you print, go into the control&lt;br /&gt;
panel and click [x] fan and it will turn it on. Let it warm up for at&lt;br /&gt;
least 5 minutes and then print on it. When the model is done, let it&lt;br /&gt;
cool for 5 minutes and it will &#039;pop&#039; right off the warm kapton tape.&lt;br /&gt;
&lt;br /&gt;
We are also leaving you a spare parts kit for the extruder. Your&lt;br /&gt;
nozzle is super thick and slow. This new nozzle has a smaller nozzle&lt;br /&gt;
hole. Make it, use it, love it!&lt;br /&gt;
&lt;br /&gt;
Bre and Zack, Makerbot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When asked about the workings of the heated build platform, he said:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Yup, ours is a prototype part, it&#039;s awesome but not very well documented.&lt;br /&gt;
&lt;br /&gt;
You want to plug it in above the mosfet that usually runs the fan.&lt;br /&gt;
&lt;br /&gt;
You can then go into the control panel and just turn the fan on, let&lt;br /&gt;
it heat up for 8-10 minutes and it will get to about 110F.&lt;br /&gt;
&lt;br /&gt;
Print away and remember to turn it off and unplug the bot when you&#039;re done!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Please note that he&#039;s left us the parts for an improved extruder - up to us to build it - and some of the new colored ABS plastic.&lt;br /&gt;
&lt;br /&gt;
== 04/03/2010 ==&lt;br /&gt;
After using the makerbot all day I (fenn) noticed the Z axis was consistently jamming up when traversing above 125mm/min. Several hours of head-scratching later I discovered that the heated platform would cause the large acrylic plate that holds the extruder to heat up and expand, pushing outwards on the Z-axis nuts and causing the mechanism to bind ever so slightly. The simple fix of filing the plate down was complicated by the lack of small files and the fact that the machine was assembled wrong, requiring removal of the four small u-shaped plywood &amp;quot;guide plates&amp;quot;, which I put back in the correct orientation: gap outwards.&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure the heated build platform actually ever gets hot enough for ABS to stick to the kapton tape. It seems to max out at 95 celsius, as measured with an infrared thermometer. The RepRap wiki suggests 120-220 degrees for ABS. Perhaps connect the platform directly to a higher voltage power supply?&lt;br /&gt;
&lt;br /&gt;
Lacking a hot enough bed for the first layer to stick to, blue masking tape sorta almost works (the first time you use it), and I got much better results when I taped a business card on top and printed on that instead. I printed a few gears and hope to add a [http://www.thingiverse.com/thing:1794 &amp;quot;wade extruder&amp;quot;] soonish.&lt;br /&gt;
&lt;br /&gt;
== 04/09/2010 ==&lt;br /&gt;
I (fenn) came in today and it appeared that nobody had touched the makerbot since I last left it. But the nozzle wouldn&#039;t heat up. Voltage to the wires, it just didnt get hot. So, heeding the warning to not disassemble the nozzle, I removed it and swapped in another one, which works a lot better anyway. Then I attached a 16V transformer to the heated bed, and now it gets up to 165C which is much better than the old 90C running on 12V. Now the first layer actually sticks! Z axis seems to still be jamming up; I didn&#039;t file the notches deep enough I guess. Wish I had more time to play with it. Skeinforge settings that seem to work with ABS:&lt;br /&gt;
layer height: 0.4mm, flow rate: 255, feed rate: 25mm/s.&lt;br /&gt;
&lt;br /&gt;
== 04/11/2010 ==&lt;br /&gt;
added a fan to cool off the acrylic plate. make sure you enable the fan before printing and it shouldn&#039;t jam up anymore. seems to be working reliably now.&lt;br /&gt;
&lt;br /&gt;
hint: instead of trying to adjust the Z zero in software, manually adjust the height as it prints the first layer.&lt;br /&gt;
&lt;br /&gt;
caution: plugging in or unplugging the heater transformer may cause the power strip breaker to trip and reset the makerbot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 04/13/2010 ==&lt;br /&gt;
leveled bed by shaving down tabs that were sticking up, pushing magnets back in, and adding a small strip of kapton tape. adjusted toothed gear/idler wheel spacing with 5/64 allen key.&lt;br /&gt;
&lt;br /&gt;
Some of the magnets on the Y stage are in sideways (poles on left &amp;amp; right), not upright (poles on top &amp;amp; bottom). I found this when building my Makerbot, since I wanted the build platform to be interoperable, I tried placing the magnets on the Y stage of the NB &#039;bot to check polarity, and found that they were sticking corner-to-corner, not face-to-face. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
== 06/10/2010 ==&lt;br /&gt;
I&#039;ve taken in two functioning nozzle assemblies, and an extruder block with double idler wheel. These should help get the &#039;bot up and running. The nozzles may need to be heated up, PTFE insulator removed and cleaned. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
What is the large spool of white plastic next to the Makerbot? It seems a lot softer than ABS, and certainly acts strange when I try to print with it. (It is so soft that it scrunches up in the extruder feed channel, and the pinch wheel starts grinding into it super quickly. It doesn&#039;t stink when heated.) Could it be Shapelock? - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;it is PLA, rather than ABS.  It melts at a much, much lower temperature.&#039;&#039; - Martin&lt;br /&gt;
&lt;br /&gt;
It&#039;s not PLA, far too soft. There&#039;s some green PLA in the bag on top of the pile. I think it&#039;s HDPE. Smells like HDPE too. (like a blown out candle.) - fenn&lt;br /&gt;
&lt;br /&gt;
== 9/24/2010 ==&lt;br /&gt;
&lt;br /&gt;
The Makerbot is broken...&lt;br /&gt;
&lt;br /&gt;
d&#039;oh!&lt;br /&gt;
&lt;br /&gt;
i&#039;m really not sure what happened. i was cleaning out the extruder and i think one of the green wires touched the large metal washer; there was a spark and a small poof next to the rj-45 connector on the extruder board, and now nothing turns on. sigh.&lt;br /&gt;
&lt;br /&gt;
[[File:IMG_2929.JPG|right|thumbnail|alt=two sample pieces, side view|corroborating evidence]]&lt;br /&gt;
I swapped in one of Gian Pablo&#039;s extruders and bought a new 606 bearing for the gearmotor. (somehow the original must have fallen out and gotten lost.) Lots of jamming up and cussing ensued. Some adjustments were made, much filament run through the machine, and I deduced that the &#039;&#039;&#039;NEW EXTRUDER REQURIES THE FAN ON&#039;&#039;&#039; whenever it is at operating temperature. I got it to print out a timing pulley on the fifth try, and reliably printing after that, using the same settings as before.&lt;br /&gt;
&lt;br /&gt;
The nozzles I left seem to print reliably at much lower temperatures, try 195C and see how that goes. [gian pablo]&lt;br /&gt;
&lt;br /&gt;
== 2011-01-08  ==&lt;br /&gt;
&lt;br /&gt;
I&#039;ve ordered an extensive selection of parts, including new extruder, heated build platform, extruder board etc. Should be here next week. &lt;br /&gt;
&lt;br /&gt;
We&#039;ve started work on this. I&#039;ve also started printing a replacement XY stage (http://www.thingiverse.com/thing:4213) on my Makerbot, and ordered the parts for it (bearings, nuts, screws, washers).&lt;br /&gt;
&lt;br /&gt;
[gian pablo]&lt;br /&gt;
&lt;br /&gt;
== 2011-01-14 ==&lt;br /&gt;
&lt;br /&gt;
All the parts have arrived. Miloh unpacked them and started working on it. Things to do:&lt;br /&gt;
&lt;br /&gt;
* Assemble heated build platform&lt;br /&gt;
* Assemble relay board&lt;br /&gt;
* Assemble Plastruder Mk 5&lt;br /&gt;
* Replace extruder controller (and motherboard if necessary)&lt;br /&gt;
* Clean the &#039;bot&lt;br /&gt;
* Calibrate it&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2011-02-18 ==&lt;br /&gt;
&lt;br /&gt;
Watch it.  It prints.&lt;br /&gt;
&lt;br /&gt;
The autospool can cinch down and yank your build to ruin.  Jake and I modified it to pull out the side in a lazier loop.  It needs to be watched.  &lt;br /&gt;
&lt;br /&gt;
* Needs More calibration&lt;br /&gt;
** feed rate&lt;br /&gt;
** stepper driver currents  (there were some X-Y 1-2mm shift errors halfway the first builds)&lt;br /&gt;
* Need a get up to speed session &amp;amp; bot day (CrashSpaceLA is having one this weekend)&lt;br /&gt;
[[User:Miloh|Miloh]] 12:51, 18 February 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Hack-Make_Space_Comparison&amp;diff=16458</id>
		<title>Hack-Make Space Comparison</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Hack-Make_Space_Comparison&amp;diff=16458"/>
		<updated>2011-02-19T02:01:52Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h2&amp;gt;Overview&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Noisebridge is, amongst other things, a provider of infrastructure for technical and creative projects, and a community of like-minded individuals. TechShop is also something along these lines, with stronger focus on providing professional grade tools, such as laser cutters, CNC mills and Shopbots. Chances are that members of Noisebridge and Techshop have overlapping interests and requirements.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;In order to help members of both organizations locate resources at either place, we&#039;ve started to put together this resource listing. We encourage people to get off their butts and do cool projects, and use this list to expedite the process of doing so, by finding the tools you need, at the location that is most convenient for you.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Please help populate this list to the best of your knowledge, that will make it more useful.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Apparently, Noisebridge members can get a 1/2 price membership to TechShop. Awesome!&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Resource locator and comparison&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;General&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;amp;nbsp;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;Noisebridge&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;TechShop&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Physical Space&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;right&amp;quot;&amp;gt;approx 5,600 sq. ft.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;right&amp;quot;&amp;gt;approx 17,000 sq. ft.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Membership Cost (monthly)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;right&amp;quot;&amp;gt;at least $40&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;right&amp;quot;&amp;gt;at least $75&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Availability&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;right&amp;quot;&amp;gt;open 24 hours&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;right&amp;quot;&amp;gt;9 AM to Midnight&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Organization Structure&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;right&amp;quot;&amp;gt;anarchist&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;right&amp;quot;&amp;gt;for-profit&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;Important Note&amp;lt;/b&amp;gt;: Noisebridge also allows non-members to use our resources.&amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Abrasives&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;amp;nbsp;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;Noisebridge&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;TechShop&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Disk Sander, Large, Pedestal Mounted&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Grinders, Pedestal Mounted&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Sand Blasting Cabinet&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Wire Wheel, Bench Mounted&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Vibratory Polisher&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Arts and Crafts&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;amp;nbsp;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;Noisebridge&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;TechShop&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Vinyl Cutter, Computer-Controlled&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Glass Cutters, Stained Glass&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Soldering Irons, Stained Glass&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Automotive&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;amp;nbsp;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;Noisebridge&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;TechShop&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Floor Jack and Jack Stands&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Motorcycle Lift&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Transmission Jack&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Engine Hoist&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Battery Charger&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Pneumatic Tools&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Darkroom&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;amp;nbsp;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;Noisebridge&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;TechShop&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Darkroom with chemicals and supplies&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;[[Image:check.png]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Electronics&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;amp;nbsp;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;Noisebridge&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;TechShop&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Multimeters&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;[[Image:check.png]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;[[Image:check.png]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Oscilloscopes&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;[[Image:check.png]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;[[Image:check.png]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Soldering Stations&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;[[Image:check.png]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;[[Image:check.png]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Power Supply, DC&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Signal Generator&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Frequency Counter&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Variable Transformer, Variac&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Fabrication&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;amp;nbsp;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;Noisebridge&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;TechShop&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Cold Saw&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Drill Press&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;[[Image:check.png]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;[[Image:check.png]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Horizontal Band Saw&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Vertical Band Saw&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Tubing Bender&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Angle Iron Bender/Notcher&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Fabrics and Sewing&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;amp;nbsp;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;Noisebridge&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;TechShop&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Sewing Machine, Industrial&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Sewing Machine, Standard&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;[[Image:check.png]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;[[Image:check.png]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Overlock Machine, Serger&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;[[Image:check.png]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;[[Image:check.png]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Embroidery Machine, Computer Controlled&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Hand Tools&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;amp;nbsp;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;Noisebridge&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;TechShop&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Assorted Hand and Power Tools&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;[[Image:check.png]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;[[Image:check.png]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Instruction&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;amp;nbsp;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;Noisebridge&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;TechShop&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Camera, Digital SLR&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Projectors&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;[[Image:check.png]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;[[Image:check.png]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Kitchen&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;amp;nbsp;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;Noisebridge&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;TechShop&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Kitchen with utensils and counterspace&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;[[Image:check.png]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Layout&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;amp;nbsp;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;Noisebridge&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;TechShop&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Granite Surface Plate&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Height Gauges, Digital&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Machining&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;amp;nbsp;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;Noisebridge&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;TechShop&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Lathe, Large Metal, with Digital Readout and Tooling&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Milling Machine, Large, with Digital Readout and Tooling&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Milling Machine, 4-Axis, CNC (Tormach)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Measurement&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;amp;nbsp;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;Noisebridge&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;TechShop&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Calipers, Digital and Dial&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Micrometer, Digital&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Plastics&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;amp;nbsp;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;Noisebridge&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;TechShop&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Vacuum Forming Station, 24&amp;quot; x 24&amp;quot;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Heat Strip Bender&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Injection Molder (Morgan)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Router Table&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Prototyping&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;amp;nbsp;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;Noisebridge&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;TechShop&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;3D Printer, ABS&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Laser Cutter, Epilog (Helix 60 Watt)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;3D Scanner (NextEngine)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Sheet Metal&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;amp;nbsp;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;Noisebridge&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;TechShop&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Box and Pan Brake&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;English Wheel&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Planishing Hammer, Air-Powered&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Rotary Turret Punch&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Sheet Metal Shear, Power, 48&amp;quot; Wide&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Slip Roll, Power, 48&amp;quot; Wide&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Throatless Shear, Bench Mounted&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Corner Notcher&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Surface and Finishing&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;amp;nbsp;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;Noisebridge&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;TechShop&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Powder Coating Station and Oven&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Spray Painting Area, Ventilation Hood&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Welding&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;amp;nbsp;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;Noisebridge&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;TechShop&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Plasma Cutter, CNC, 4&#039; x 8&#039; (Torchmate)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Welder, TIG&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Welder, MIG&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Welder, Spot&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Plasma Cutter, Hand Held&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Wood Working&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;amp;nbsp;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;Noisebridge&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;TechShop&amp;lt;/font&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Wood Router, CNC (ShopBot)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Table Saw (SawStop)&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Compound Miter Saw, Sliding&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Table Router&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Band Saw&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Belt/Disc Sander, Free Standing&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Lathe, 24&amp;quot;, 3HP&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Scroll Saw&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Drill Press, Free Standing&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=16434</id>
		<title>Makerbot</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=16434"/>
		<updated>2011-02-17T20:20:05Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: /* fire the makerbot */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= The Makerbot is working (2011-02-15) =&lt;br /&gt;
&lt;br /&gt;
Miloh assembled the Plastruder Mk5, the relay board and the heated build platform, and printed a skull!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=How to Use the Makerbot=&lt;br /&gt;
if it breaks, we can fix it. don&#039;t be afraid of the makerbot! I&#039;ve crashed it hundreds of times and only permanently broke something once.&lt;br /&gt;
&lt;br /&gt;
====install some software first====&lt;br /&gt;
&lt;br /&gt;
* Install Java (if you don&#039;t already have it) - http://www.java.com/en/download/index.jsp&lt;br /&gt;
&lt;br /&gt;
* Install Python (if you don&#039;t already have it). http://www.python.org/download/ &lt;br /&gt;
&lt;br /&gt;
* Optionally, install PsyCo, it will make things run much faster.&lt;br /&gt;
&lt;br /&gt;
* get yourself a copy of replicatorg: http://replicat.org/download&lt;br /&gt;
&lt;br /&gt;
ReplicatorG now includes various versions of the Skeinforge slicing utility, so no need to download and install separately.&lt;br /&gt;
&lt;br /&gt;
You are done.&lt;br /&gt;
&lt;br /&gt;
====using the software====&lt;br /&gt;
&lt;br /&gt;
* Start ReplicatorG.&lt;br /&gt;
&lt;br /&gt;
* Open an STL file. You should see a 3D image of your model.&lt;br /&gt;
&lt;br /&gt;
* Press the &#039;generate GCode&#039; button on the right. &lt;br /&gt;
&lt;br /&gt;
* You will be asked to choose a profile. Currently you are looking at Cupcake CNC Mk4, but very soon you will want Cupcake CNC Mk5 with Heated Build Platform.&lt;br /&gt;
&lt;br /&gt;
* It will take a while to build the GCode for the model. Go talk to visitors to the space and tell them not to sleep here.&lt;br /&gt;
&lt;br /&gt;
* Refer to the detailed instructions on the Makerbot site for more up-to-date tips and instructions (they change often):  http://wiki.makerbot.com/how-to-print&lt;br /&gt;
&lt;br /&gt;
====fire the makerbot====&lt;br /&gt;
&lt;br /&gt;
Instructions have been updated to reflect the (coming) new and improved Makerbot.&lt;br /&gt;
&lt;br /&gt;
* turn on the makerbot PSU, it&#039;s a switch in the back&lt;br /&gt;
* plug in the makerbot usb cable&lt;br /&gt;
* run replicatorg (./replicatorg)&lt;br /&gt;
* (firmware should be updated)&lt;br /&gt;
* the first time you run it, machine-&amp;gt;driver-&amp;gt;cupcake CNC with heated build platform&lt;br /&gt;
* also machine-&amp;gt;serial port, choose whatever serial port is being emulated via USB &lt;br /&gt;
* load filament&lt;br /&gt;
** loosen the extruder thumbscrew&lt;br /&gt;
** insert filament into the extruder, basically to the level of the motor axle (NOT all the way down into the nozzle - you do this so that you can more easily tell if the motor is working)&lt;br /&gt;
** tighten the extruder thumbscrew, just a little bit more than finger tight, enough to get a good grip between the drive gear and the filament - you can adjust this while printing, if the filament starts slipping&lt;br /&gt;
* click on the 4 arrows symbol (control panel)&lt;br /&gt;
** lay a small piece of paper on the platform&lt;br /&gt;
** remove any crud from the nozzle with bent nose pliers (hidden under the EFF hat)&lt;br /&gt;
** move X, Y to the center of the platform (you can do this by pressing Disable steppers, then moving it by hand)&lt;br /&gt;
** jog down in Z first in 10mm increments, then 1mm increments, until there is maximum drag force on the paper&lt;br /&gt;
** jog up in 0.1mm increments until the drag lessens&lt;br /&gt;
** click &amp;quot;set zero&amp;quot;&lt;br /&gt;
** at the bottom of the control panel there are some settings, set them in this order&lt;br /&gt;
*** Motor Speed (PWM): 255&lt;br /&gt;
*** Target Temperature: 220&lt;br /&gt;
*** Heated Build Platform: 120&lt;br /&gt;
*** Motor Control: Stop&lt;br /&gt;
** wait until the temperature is above 200 then try a test extrusion &lt;br /&gt;
*** move Z axis up 20mm or so&lt;br /&gt;
***click Motor Control: forward&lt;br /&gt;
*** wait for the filament to enter the extruder, and start coming out the nozzle&lt;br /&gt;
*** make sure the extruder motor is turning, there is a dot drawn on the axle with sharpie&lt;br /&gt;
*** if you accidentally start the motor before it&#039;s hot, you can fix it by slightly unscrewing the extruder thumbscrew and adjusting the filament&lt;br /&gt;
* the build platform should be plenty hot now&lt;br /&gt;
** there might be an IR thermometer in a little duct tape pouch thingy&lt;br /&gt;
** it should be around 120-130C for best results&lt;br /&gt;
* remove ooze from the nozzle with pliers&lt;br /&gt;
* zero the Z axis (ie. move it down until it near touches the platform)&lt;br /&gt;
* file-&amp;gt;open the .gcode file you created earlier with skeinforge&lt;br /&gt;
* click &#039;build&#039; (the solid kidney bean)&lt;br /&gt;
* if the first layer doesn&#039;t stick at all or peels loose immediately, adjust the z axis down by turning the pulley on top of the makerbot&lt;br /&gt;
* if the first layer starts getting fugly during the infill, with crap building up on the nozzle, adjust the z axis up a few steps until it looks perfectly flat with no &amp;quot;fuzz&amp;quot;&lt;br /&gt;
***note to self: get some pics and video of first layer too high, first layer too low, and verify zeroing procedure&lt;br /&gt;
* now since it probably screwed up somehow, hit stop and remove the grossness with the plastic scraper and/or pliers&lt;br /&gt;
* it should still be zeroed, and hopefully at the correct height adjustment now, so just click &#039;build&#039; again&lt;br /&gt;
* if you can&#039;t get it to stick at all, the platform is probably at the wrong temperature.&lt;br /&gt;
** wait five minutes for it to warm up completely&lt;br /&gt;
[[File:Nophead_pulleys_side.jpg|right|thumbnail|alt=two sample pieces, side view|your part should look like this or better. I still hadn&#039;t tweaked the feedrate perfectly for colored plastic, hence the blobbiness.]]&lt;br /&gt;
&lt;br /&gt;
* ok now presumably you&#039;re done printing and nothing went wrong. &lt;br /&gt;
** jog Z+ 20mm to give yourself some room&lt;br /&gt;
** wait for the piece to cool down, 3 to 5 minutes should be enough&lt;br /&gt;
** now just peel it off with your hand&lt;br /&gt;
** if you let the piece cool all the way down, maybe 10-15 minutes, it will just &amp;quot;pop&amp;quot; off the build platform by itself&lt;br /&gt;
*** be careful, the part may still be soft and can deform&lt;br /&gt;
*** don&#039;t use a knife if at all possible, it will mess up the Kapton coating on the platform - just wait for it to cool&lt;br /&gt;
*** it&#039;s easier if you remove the build platform - it&#039;s held on with magnets&lt;br /&gt;
&lt;br /&gt;
==== tweaking skeinforge ====&lt;br /&gt;
[[File:Nophead_pulleys_top.jpg|right|thumbnail|alt=two sample pieces, top view|note the incomplete infill on the right; this was due to improper perimeter width settings. note the square teeth on the left; this is because &amp;quot;stretch&amp;quot; is turned on. this is a good thing.]]&lt;br /&gt;
there are about 300 different &amp;quot;craft&amp;quot; settings in skeinforge, and they all interrelate in confusing ways. here&#039;s a quick overview of the important ones:&lt;br /&gt;
*carve-&amp;gt;layer height: should be about 0.8*nozzle hole diameter, ship default is 0.4&lt;br /&gt;
*carve-&amp;gt;width over height: should be about 1.45, if threads in flat parts show gap make this value smaller&lt;br /&gt;
*speed-&amp;gt;flow rate: 255&lt;br /&gt;
*speed-&amp;gt;feed rate: start around 35mm/s&lt;br /&gt;
*fill-&amp;gt;infill solidity: 0.25 is adequate and not too slow. higher for stronger parts&lt;br /&gt;
*fill-&amp;gt;infill pattern: controls whether you get hashbrowns or honeycombs&lt;br /&gt;
*comb keeps it from driving through empty spaces and making stringies&lt;br /&gt;
*raft prints a waffle grid thingy to keep the corners held down - will be disabled for heated build platform&lt;br /&gt;
*raftless slows down the first layer and makes a short test extrusion, set this to about 10mm&lt;br /&gt;
*oozebane is useless, forget about it&lt;br /&gt;
*jitter is good, set it to a large value like 100&lt;br /&gt;
*stretch makes corners un-rounded, but can cause data overload stuttering if &amp;quot;stretch from distance&amp;quot; is too small&lt;br /&gt;
*wipe should be turned off&lt;br /&gt;
*outline should be turned on, it draws a rectangle around the first layer which lets you tweak the Z axis distance and ensure adhesion&lt;br /&gt;
&lt;br /&gt;
you can safely ignore the rest&lt;br /&gt;
&lt;br /&gt;
==== care and feeding ====&lt;br /&gt;
* don&#039;t leave the makerbot unattended for hours, as it can theoretically catch on fire (those heated bed wires are iffy)&lt;br /&gt;
* don&#039;t leave the extruder hot for hours. periodically flush through plastic to prevent it from oxidizing.&lt;br /&gt;
* if you are about to run out of filament, cut off both ends square with diagonal flush cutters (the blue cutters for electronics) and simply hold the filament together as it goes in&lt;br /&gt;
*if the filament strips out during use (extruder motor is on, temperature high enough, nothing happening) try pushing it down manually&lt;br /&gt;
** if this doesn&#039;t work, try reversing the motor until the filament comes out, cut it cleanly, and reinsert&lt;br /&gt;
** if it keeps stripping out, you may have to completely disassemble the extruder and remove plastic gunk from the gear teeth.&lt;br /&gt;
*** use a long 5/64&amp;quot; or 2mm allen key to set the extruder idler wheel/feed gear spacing&lt;br /&gt;
** try not to let it happen in the first place. stripping can be caused by setting the first layer too low, blocking the nozzle and letting pressure build up&lt;br /&gt;
*don&#039;t upgrade the firmware unless you&#039;re willing to deal with the consequences&lt;br /&gt;
*keep it away from bright light&lt;br /&gt;
*don&#039;t get any water on it&lt;br /&gt;
*never, never ever feed it after midnight.&lt;br /&gt;
&lt;br /&gt;
= Usage log =&lt;br /&gt;
please write your name, what you tried to make, and what happened below (pics or it didnt happen)&lt;br /&gt;
----&lt;br /&gt;
[[File:Minimendel_Z_leadscrew_base_motor.jpg|none|thumbnail|600px|mini mendel Z leadscrew base and motor mount. This bastard took 2 hours and almost the entire remaining roll of green. It started to peel up badly at the back corner. I rescued it by melting the corner back down with a soldering iron. [[User:Fenn|Fenn]] 13:07, 1 May 2010 (UTC)]]&lt;br /&gt;
&lt;br /&gt;
[[File:example.jpg|none|thumbnail|600px|caption text]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Construction log =&lt;br /&gt;
This describes the current progress of the building of the Makerbot.  Instructions are found [http://wiki.makerbot.com/cupcake here], and a forum for it is found [http://wiki.makerbot.com/forum/c-77688/talk-about-makerbot here].&lt;br /&gt;
&lt;br /&gt;
Noisebridge&#039;s Makerbot kit, thoughtfully purchased by Mitch, arrived at 83C on Monday evening, July 20.  Leading the assembly team is Joachim, along with Christoph, Rachel, Steve (Mr Domino), and Jeffrey (ieatlint).&lt;br /&gt;
&lt;br /&gt;
It took about an hour and a half to go through and check the parts against the [http://pony.noisebridge.net/~cmaier/makerbot/parts_lists.ods parts list].  &amp;lt;strike&amp;gt;We think we are missing a bag of &amp;quot;laser cut pulleys&amp;quot; but it&#039;s hard to be completely sure, as there are a LOT of parts and they are not all labeled exactly as in the parts list&amp;lt;/strike&amp;gt; A bag of &amp;quot;laser cut pulleys&amp;quot; was replaced by MakerBot-made pulleys, but the parts lists weren&#039;t updated.  We determined to start assembly anyway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cupcake [[Makerbot/Electronics|Electronics]] Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-electronics-assembly Instructions] Christoph soldering one of the [[Makerbot/Electronics/Stepper_driver|stepper motor drivers]], one of the [[Makerbot/Electronics/endstop_switches|endstop switches]], and the SMD parts on the [[Makerbot/Electronics/Motherboard|motherboard]] with only occasional bitching to people to &#039;&#039;&#039;&#039;&#039;STOP MOVING THE TABLE&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Motherboard is tested and able to control stepper motors.  Regular firmware needs to be flashed back onto it.  [http://wiki.makerbot.com/burn-custom-firmware-using-arduino This] may help. [[User:Ieatlint|Ieatlint]] 02:55, 25 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Pulley Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-pulley-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake CNC Body Assembly ==&lt;br /&gt;
We got the first part of the body together without difficulty, but had trouble with the Z stage as one of the parts had changed from when the docs were written.  The Z stage rod holding guides changed from being O-shaped to being U-shaped, and are marked &amp;quot;Z guides&amp;quot;.  The forums told us to use them anyway.&lt;br /&gt;
&lt;br /&gt;
The next problem was with threaded rods, which had been cut to size.  The ends of some would not take a nut.  We solved this with judicious use of the bench grinder.  There were LOTS of nut/rod jokes, and we were in a state where they were actually funny! [[User:Rachel|Rachel]] 10:08, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Progressed to and including the step entitled &amp;quot;Z-stage stepper wiring&amp;quot; as detailed on the body assembly [http://wiki.makerbot.com/cupcake-body-assembly instructions].  The body assembly is nearly completed. [[User:Ieatlint|Ieatlint]] 03:52, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Stages assembled and motherboard and stepper driver circuits in place. Driver boards are tested. Axis stops are installed, platforms still need craft stick beam breaks installed. -- [[User:JSharp|JSharp]] 06:45, 2 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Y Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-y-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake X Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-x-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Plastruder MK3 Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/plastruder-mk3-assembly Instructions]&lt;br /&gt;
*Note: Ubuntu 9.04 specific: the librxtxSerial.so and the RXTXcomm.jar that come in the replicatorg download need to be replaced with some binaries from this other place that I don&#039;t remember. -[[User:Elgreengeeto|Skory]]&lt;br /&gt;
&lt;br /&gt;
*Progressed through to end of Heater Barrel Assembly.   [[User:Miloh|Miloh]] 04:24, 21 July 2009 (PDT)&lt;br /&gt;
*Progressed through the Filament Drive Assembly, and Joachim mastered the extruder electronics.  [[User:Miloh|Miloh]] 02:03, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel through step 3. [[User:Miloh|Miloh]] 13:17, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel to the end.  [[User:Miloh|Miloh]] 20:46, 26 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
 Continue at Plastruder burn in test.  The burn in test can&#039;t be completed until the Thermistor and extruder board are recognized by the control system.&lt;br /&gt;
&lt;br /&gt;
*Plastruder board burnt out a few components on power up test. Ordered new plastruder driver from makerbot, should arrive at 83C soon. -- [[User:JSharp|JSharp]] 06:43, 2 August 2009 (PDT)&lt;br /&gt;
**New plastruder control board received and installed. -- [[User:JSharp|JSharp]] 10:52, 9 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
= Status Reports =&lt;br /&gt;
&lt;br /&gt;
== 10/18/09 ==&lt;br /&gt;
&lt;br /&gt;
Martin - The makerbot is working and printing objects well.  You will need to download and install &amp;quot;ReplicatorG&amp;quot; and &amp;quot;skeinforge&amp;quot; in order to use the bot. The software runs on Mac, Linux, and PC.   (skeinforge requires Python, ReplicatorG requires Java)  Example objects are next to the bot.&lt;br /&gt;
&lt;br /&gt;
The X/Y/Z stage endpoints are not yet installed.  It requires a number of popsicle sticks to be cut to the correct length and the stage to be calibrated.  You can operate the MakerBot with ***great*** care without them.  &lt;br /&gt;
&lt;br /&gt;
The extruder head has been upgraded to the Mark-4, with a new bearing and idler wheel.  Also, the extruder head is now insulated with the same material they use to insulate the Space Shuttle heat tiles from the skin of the shuttle itself.  *** IT IS EXPENSIVE.  PLEASE DON&#039;T TAKE APART! ***  I can&#039;t replace the material, it was given as a gift from a friend at JPL.  &lt;br /&gt;
&lt;br /&gt;
Please read all the instructions on how to use the MakerBot on the [[http://wiki.makerbot.com/|MakerBot Wiki Site]] before attempting to use it.&lt;br /&gt;
&lt;br /&gt;
== 08/24/09 ==&lt;br /&gt;
Thanks to excellent efforts and support from Martin, the MakerBot is now in a semi-functional state.  There are three things that need to be worked on, however:&lt;br /&gt;
# The Y stage endpoint is installed incorrectly (the Y stage and physically crash into it)&lt;br /&gt;
# The nichrome wire needs to be better insulated so it can maintain higher temperatures and consistent temperatures.&lt;br /&gt;
# The feeding mechanism needs to be reviewed, as it appears that it fails to operate reliably.&lt;br /&gt;
&lt;br /&gt;
Please do NOT attempt to disassemble the plastruder header.&lt;br /&gt;
Also, do NOT attempt to operate the MakerBot unless you really know what you&#039;re doing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 01/10/2010 ==&lt;br /&gt;
Much has happened to the Makerbot since last noted,&lt;br /&gt;
the broken idler wheel was replaced and the extruder head assembly was upgraded by me using parts from Bre when he was here. Thanks Bre!&lt;br /&gt;
I also at that time upgraded the firmware and printed a bunch of skull throwies, yay! &lt;br /&gt;
Time has passed between then and now and many people have been reporting the makerbot in sickly condition, after much testing I am glad to report this not the case. go go makerbot!&lt;br /&gt;
&lt;br /&gt;
== 03/10/2010 ==&lt;br /&gt;
Bre was here on 20/2 and installed a heated build platform on the Makerbot. The heated platform is a new development, still in prototype stage. It is awesome because it prevents warping, and allows workpieces to stick to the build platform without having to build a raft.&lt;br /&gt;
&lt;br /&gt;
He left a sheet of instructions, they say:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... While here we set you up with a heated build platform. It&#039;s&lt;br /&gt;
hooked up to the fans pot. So before you print, go into the control&lt;br /&gt;
panel and click [x] fan and it will turn it on. Let it warm up for at&lt;br /&gt;
least 5 minutes and then print on it. When the model is done, let it&lt;br /&gt;
cool for 5 minutes and it will &#039;pop&#039; right off the warm kapton tape.&lt;br /&gt;
&lt;br /&gt;
We are also leaving you a spare parts kit for the extruder. Your&lt;br /&gt;
nozzle is super thick and slow. This new nozzle has a smaller nozzle&lt;br /&gt;
hole. Make it, use it, love it!&lt;br /&gt;
&lt;br /&gt;
Bre and Zack, Makerbot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When asked about the workings of the heated build platform, he said:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Yup, ours is a prototype part, it&#039;s awesome but not very well documented.&lt;br /&gt;
&lt;br /&gt;
You want to plug it in above the mosfet that usually runs the fan.&lt;br /&gt;
&lt;br /&gt;
You can then go into the control panel and just turn the fan on, let&lt;br /&gt;
it heat up for 8-10 minutes and it will get to about 110F.&lt;br /&gt;
&lt;br /&gt;
Print away and remember to turn it off and unplug the bot when you&#039;re done!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Please note that he&#039;s left us the parts for an improved extruder - up to us to build it - and some of the new colored ABS plastic.&lt;br /&gt;
&lt;br /&gt;
== 04/03/2010 ==&lt;br /&gt;
After using the makerbot all day I (fenn) noticed the Z axis was consistently jamming up when traversing above 125mm/min. Several hours of head-scratching later I discovered that the heated platform would cause the large acrylic plate that holds the extruder to heat up and expand, pushing outwards on the Z-axis nuts and causing the mechanism to bind ever so slightly. The simple fix of filing the plate down was complicated by the lack of small files and the fact that the machine was assembled wrong, requiring removal of the four small u-shaped plywood &amp;quot;guide plates&amp;quot;, which I put back in the correct orientation: gap outwards.&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure the heated build platform actually ever gets hot enough for ABS to stick to the kapton tape. It seems to max out at 95 celsius, as measured with an infrared thermometer. The RepRap wiki suggests 120-220 degrees for ABS. Perhaps connect the platform directly to a higher voltage power supply?&lt;br /&gt;
&lt;br /&gt;
Lacking a hot enough bed for the first layer to stick to, blue masking tape sorta almost works (the first time you use it), and I got much better results when I taped a business card on top and printed on that instead. I printed a few gears and hope to add a [http://www.thingiverse.com/thing:1794 &amp;quot;wade extruder&amp;quot;] soonish.&lt;br /&gt;
&lt;br /&gt;
== 04/09/2010 ==&lt;br /&gt;
I (fenn) came in today and it appeared that nobody had touched the makerbot since I last left it. But the nozzle wouldn&#039;t heat up. Voltage to the wires, it just didnt get hot. So, heeding the warning to not disassemble the nozzle, I removed it and swapped in another one, which works a lot better anyway. Then I attached a 16V transformer to the heated bed, and now it gets up to 165C which is much better than the old 90C running on 12V. Now the first layer actually sticks! Z axis seems to still be jamming up; I didn&#039;t file the notches deep enough I guess. Wish I had more time to play with it. Skeinforge settings that seem to work with ABS:&lt;br /&gt;
layer height: 0.4mm, flow rate: 255, feed rate: 25mm/s.&lt;br /&gt;
&lt;br /&gt;
== 04/11/2010 ==&lt;br /&gt;
added a fan to cool off the acrylic plate. make sure you enable the fan before printing and it shouldn&#039;t jam up anymore. seems to be working reliably now.&lt;br /&gt;
&lt;br /&gt;
hint: instead of trying to adjust the Z zero in software, manually adjust the height as it prints the first layer.&lt;br /&gt;
&lt;br /&gt;
caution: plugging in or unplugging the heater transformer may cause the power strip breaker to trip and reset the makerbot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 04/13/2010 ==&lt;br /&gt;
leveled bed by shaving down tabs that were sticking up, pushing magnets back in, and adding a small strip of kapton tape. adjusted toothed gear/idler wheel spacing with 5/64 allen key.&lt;br /&gt;
&lt;br /&gt;
Some of the magnets on the Y stage are in sideways (poles on left &amp;amp; right), not upright (poles on top &amp;amp; bottom). I found this when building my Makerbot, since I wanted the build platform to be interoperable, I tried placing the magnets on the Y stage of the NB &#039;bot to check polarity, and found that they were sticking corner-to-corner, not face-to-face. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
== 06/10/2010 ==&lt;br /&gt;
I&#039;ve taken in two functioning nozzle assemblies, and an extruder block with double idler wheel. These should help get the &#039;bot up and running. The nozzles may need to be heated up, PTFE insulator removed and cleaned. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
What is the large spool of white plastic next to the Makerbot? It seems a lot softer than ABS, and certainly acts strange when I try to print with it. (It is so soft that it scrunches up in the extruder feed channel, and the pinch wheel starts grinding into it super quickly. It doesn&#039;t stink when heated.) Could it be Shapelock? - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;it is PLA, rather than ABS.  It melts at a much, much lower temperature.&#039;&#039; - Martin&lt;br /&gt;
&lt;br /&gt;
It&#039;s not PLA, far too soft. There&#039;s some green PLA in the bag on top of the pile. I think it&#039;s HDPE. Smells like HDPE too. (like a blown out candle.) - fenn&lt;br /&gt;
&lt;br /&gt;
== 9/24/2010 ==&lt;br /&gt;
&lt;br /&gt;
The Makerbot is broken...&lt;br /&gt;
&lt;br /&gt;
d&#039;oh!&lt;br /&gt;
&lt;br /&gt;
i&#039;m really not sure what happened. i was cleaning out the extruder and i think one of the green wires touched the large metal washer; there was a spark and a small poof next to the rj-45 connector on the extruder board, and now nothing turns on. sigh.&lt;br /&gt;
&lt;br /&gt;
[[File:IMG_2929.JPG|right|thumbnail|alt=two sample pieces, side view|corroborating evidence]]&lt;br /&gt;
I swapped in one of Gian Pablo&#039;s extruders and bought a new 606 bearing for the gearmotor. (somehow the original must have fallen out and gotten lost.) Lots of jamming up and cussing ensued. Some adjustments were made, much filament run through the machine, and I deduced that the &#039;&#039;&#039;NEW EXTRUDER REQURIES THE FAN ON&#039;&#039;&#039; whenever it is at operating temperature. I got it to print out a timing pulley on the fifth try, and reliably printing after that, using the same settings as before.&lt;br /&gt;
&lt;br /&gt;
The nozzles I left seem to print reliably at much lower temperatures, try 195C and see how that goes. [gian pablo]&lt;br /&gt;
&lt;br /&gt;
== 2011-01-08  ==&lt;br /&gt;
&lt;br /&gt;
I&#039;ve ordered an extensive selection of parts, including new extruder, heated build platform, extruder board etc. Should be here next week. &lt;br /&gt;
&lt;br /&gt;
We&#039;ve started work on this. I&#039;ve also started printing a replacement XY stage (http://www.thingiverse.com/thing:4213) on my Makerbot, and ordered the parts for it (bearings, nuts, screws, washers).&lt;br /&gt;
&lt;br /&gt;
[gian pablo]&lt;br /&gt;
&lt;br /&gt;
== 2011-01-14 ==&lt;br /&gt;
&lt;br /&gt;
All the parts have arrived. Miloh unpacked them and started working on it. Things to do:&lt;br /&gt;
&lt;br /&gt;
* Assemble heated build platform&lt;br /&gt;
* Assemble relay board&lt;br /&gt;
* Assemble Plastruder Mk 5&lt;br /&gt;
* Replace extruder controller (and motherboard if necessary)&lt;br /&gt;
* Clean the &#039;bot&lt;br /&gt;
* Calibrate it&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=16433</id>
		<title>Makerbot</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=16433"/>
		<updated>2011-02-17T20:16:27Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: /* fire the makerbot */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= The Makerbot is working (2011-02-15) =&lt;br /&gt;
&lt;br /&gt;
Miloh assembled the Plastruder Mk5, the relay board and the heated build platform, and printed a skull!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=How to Use the Makerbot=&lt;br /&gt;
if it breaks, we can fix it. don&#039;t be afraid of the makerbot! I&#039;ve crashed it hundreds of times and only permanently broke something once.&lt;br /&gt;
&lt;br /&gt;
====install some software first====&lt;br /&gt;
&lt;br /&gt;
* Install Java (if you don&#039;t already have it) - http://www.java.com/en/download/index.jsp&lt;br /&gt;
&lt;br /&gt;
* Install Python (if you don&#039;t already have it). http://www.python.org/download/ &lt;br /&gt;
&lt;br /&gt;
* Optionally, install PsyCo, it will make things run much faster.&lt;br /&gt;
&lt;br /&gt;
* get yourself a copy of replicatorg: http://replicat.org/download&lt;br /&gt;
&lt;br /&gt;
ReplicatorG now includes various versions of the Skeinforge slicing utility, so no need to download and install separately.&lt;br /&gt;
&lt;br /&gt;
You are done.&lt;br /&gt;
&lt;br /&gt;
====using the software====&lt;br /&gt;
&lt;br /&gt;
* Start ReplicatorG.&lt;br /&gt;
&lt;br /&gt;
* Open an STL file. You should see a 3D image of your model.&lt;br /&gt;
&lt;br /&gt;
* Press the &#039;generate GCode&#039; button on the right. &lt;br /&gt;
&lt;br /&gt;
* You will be asked to choose a profile. Currently you are looking at Cupcake CNC Mk4, but very soon you will want Cupcake CNC Mk5 with Heated Build Platform.&lt;br /&gt;
&lt;br /&gt;
* It will take a while to build the GCode for the model. Go talk to visitors to the space and tell them not to sleep here.&lt;br /&gt;
&lt;br /&gt;
* Refer to the detailed instructions on the Makerbot site for more up-to-date tips and instructions (they change often):  http://wiki.makerbot.com/how-to-print&lt;br /&gt;
&lt;br /&gt;
====fire the makerbot====&lt;br /&gt;
&lt;br /&gt;
Instructions have been updated to reflect the (coming) new and improved Makerbot.&lt;br /&gt;
&lt;br /&gt;
* turn on the makerbot PSU, it&#039;s a switch in the back&lt;br /&gt;
* plug in the makerbot usb cable&lt;br /&gt;
* run replicatorg (./replicatorg)&lt;br /&gt;
* (firmware should be updated)&lt;br /&gt;
* the first time you run it, machine-&amp;gt;driver-&amp;gt;cupcake CNC with heated build platform&lt;br /&gt;
* also machine-&amp;gt;serial port, choose whatever serial port is being emulated via USB &lt;br /&gt;
* load filament&lt;br /&gt;
** loosen the extruder thumbscrew&lt;br /&gt;
** insert filament into the extruder, basically to the level of the motor axle (NOT all the way down into the nozzle - you do this so that you can more easily tell if the motor is working)&lt;br /&gt;
** tighten the extruder thumbscrew, just a little bit more than finger tight, enough to get a good grip between the drive gear and the filament - you can adjust this while printing, if the filament starts slipping&lt;br /&gt;
* click on the 4 arrows symbol (control panel)&lt;br /&gt;
** lay a small piece of paper on the platform&lt;br /&gt;
** remove any crud from the nozzle with bent nose pliers (hidden under the EFF hat)&lt;br /&gt;
** move X, Y to the center of the platform (you can do this by pressing Disable steppers, then moving it by hand)&lt;br /&gt;
** jog down in Z first in 10mm increments, then 1mm increments, until there is maximum drag force on the paper&lt;br /&gt;
** jog up in 0.1mm increments until the drag lessens&lt;br /&gt;
** click &amp;quot;set zero&amp;quot;&lt;br /&gt;
** at the bottom of the control panel there are some settings, set them in this order&lt;br /&gt;
*** Motor Speed (PWM): 255&lt;br /&gt;
*** Target Temperature: 220&lt;br /&gt;
*** Heated Build Platform: 120&lt;br /&gt;
*** Motor Control: Stop&lt;br /&gt;
** wait until the temperature is above 200 then try a test extrusion &lt;br /&gt;
*** move Z axis up 20mm or so&lt;br /&gt;
***click Motor Control: forward&lt;br /&gt;
*** wait for the filament to enter the extruder, and start coming out the nozzle&lt;br /&gt;
*** make sure the extruder motor is turning, there is a dot drawn on the axle with sharpie&lt;br /&gt;
*** if you accidentally start the motor before it&#039;s hot, you can fix it by slightly unscrewing the extruder thumbscrew and adjusting the filament&lt;br /&gt;
* the build platform should be plenty hot now&lt;br /&gt;
** there might be an IR thermometer in a little duct tape pouch thingy&lt;br /&gt;
** it should be around 120-130C for best results&lt;br /&gt;
* remove ooze from the nozzle with pliers&lt;br /&gt;
* zero the Z axis (ie. move it down until it near touches the platform)&lt;br /&gt;
* file-&amp;gt;open the .gcode file you created earlier with skeinforge&lt;br /&gt;
* click &#039;build&#039; (the solid kidney bean)&lt;br /&gt;
* if the first layer doesn&#039;t stick at all or peels loose immediately, adjust the z axis down by turning the pulley on top of the makerbot&lt;br /&gt;
* if the first layer starts getting fugly during the infill, with crap building up on the nozzle, adjust the z axis up a few steps until it looks perfectly flat with no &amp;quot;fuzz&amp;quot;&lt;br /&gt;
***note to self: get some pics and video of first layer too high, first layer too low, and verify zeroing procedure&lt;br /&gt;
* now since it probably screwed up somehow, hit stop and remove the grossness with the plastic scraper and/or pliers&lt;br /&gt;
* it should still be zeroed, and hopefully at the correct height adjustment now, so just click &#039;build&#039; again&lt;br /&gt;
* if you can&#039;t get it to stick at all, the platform is probably at the wrong temperature.&lt;br /&gt;
** wait five minutes for it to warm up completely&lt;br /&gt;
[[File:Nophead_pulleys_side.jpg|right|thumbnail|alt=two sample pieces, side view|your part should look like this or better. I still hadn&#039;t tweaked the feedrate perfectly for colored plastic, hence the blobbiness.]]&lt;br /&gt;
&lt;br /&gt;
* ok now presumably you&#039;re done printing and nothing went wrong. &lt;br /&gt;
** jog Z+ 20mm to give yourself some room&lt;br /&gt;
** wait for the piece to cool down, 3 to 5 minutes should be enough&lt;br /&gt;
** now just peel it off with your hand&lt;br /&gt;
*** be careful, the part is still soft and can deform&lt;br /&gt;
*** it may need a little help with a disposable utility knife or the plastic scraper to break the seal underneath the part&lt;br /&gt;
*** it&#039;s easier if you remove the build platform - it&#039;s held on with magnets&lt;br /&gt;
&lt;br /&gt;
==== tweaking skeinforge ====&lt;br /&gt;
[[File:Nophead_pulleys_top.jpg|right|thumbnail|alt=two sample pieces, top view|note the incomplete infill on the right; this was due to improper perimeter width settings. note the square teeth on the left; this is because &amp;quot;stretch&amp;quot; is turned on. this is a good thing.]]&lt;br /&gt;
there are about 300 different &amp;quot;craft&amp;quot; settings in skeinforge, and they all interrelate in confusing ways. here&#039;s a quick overview of the important ones:&lt;br /&gt;
*carve-&amp;gt;layer height: should be about 0.8*nozzle hole diameter, ship default is 0.4&lt;br /&gt;
*carve-&amp;gt;width over height: should be about 1.45, if threads in flat parts show gap make this value smaller&lt;br /&gt;
*speed-&amp;gt;flow rate: 255&lt;br /&gt;
*speed-&amp;gt;feed rate: start around 35mm/s&lt;br /&gt;
*fill-&amp;gt;infill solidity: 0.25 is adequate and not too slow. higher for stronger parts&lt;br /&gt;
*fill-&amp;gt;infill pattern: controls whether you get hashbrowns or honeycombs&lt;br /&gt;
*comb keeps it from driving through empty spaces and making stringies&lt;br /&gt;
*raft prints a waffle grid thingy to keep the corners held down - will be disabled for heated build platform&lt;br /&gt;
*raftless slows down the first layer and makes a short test extrusion, set this to about 10mm&lt;br /&gt;
*oozebane is useless, forget about it&lt;br /&gt;
*jitter is good, set it to a large value like 100&lt;br /&gt;
*stretch makes corners un-rounded, but can cause data overload stuttering if &amp;quot;stretch from distance&amp;quot; is too small&lt;br /&gt;
*wipe should be turned off&lt;br /&gt;
*outline should be turned on, it draws a rectangle around the first layer which lets you tweak the Z axis distance and ensure adhesion&lt;br /&gt;
&lt;br /&gt;
you can safely ignore the rest&lt;br /&gt;
&lt;br /&gt;
==== care and feeding ====&lt;br /&gt;
* don&#039;t leave the makerbot unattended for hours, as it can theoretically catch on fire (those heated bed wires are iffy)&lt;br /&gt;
* don&#039;t leave the extruder hot for hours. periodically flush through plastic to prevent it from oxidizing.&lt;br /&gt;
* if you are about to run out of filament, cut off both ends square with diagonal flush cutters (the blue cutters for electronics) and simply hold the filament together as it goes in&lt;br /&gt;
*if the filament strips out during use (extruder motor is on, temperature high enough, nothing happening) try pushing it down manually&lt;br /&gt;
** if this doesn&#039;t work, try reversing the motor until the filament comes out, cut it cleanly, and reinsert&lt;br /&gt;
** if it keeps stripping out, you may have to completely disassemble the extruder and remove plastic gunk from the gear teeth.&lt;br /&gt;
*** use a long 5/64&amp;quot; or 2mm allen key to set the extruder idler wheel/feed gear spacing&lt;br /&gt;
** try not to let it happen in the first place. stripping can be caused by setting the first layer too low, blocking the nozzle and letting pressure build up&lt;br /&gt;
*don&#039;t upgrade the firmware unless you&#039;re willing to deal with the consequences&lt;br /&gt;
*keep it away from bright light&lt;br /&gt;
*don&#039;t get any water on it&lt;br /&gt;
*never, never ever feed it after midnight.&lt;br /&gt;
&lt;br /&gt;
= Usage log =&lt;br /&gt;
please write your name, what you tried to make, and what happened below (pics or it didnt happen)&lt;br /&gt;
----&lt;br /&gt;
[[File:Minimendel_Z_leadscrew_base_motor.jpg|none|thumbnail|600px|mini mendel Z leadscrew base and motor mount. This bastard took 2 hours and almost the entire remaining roll of green. It started to peel up badly at the back corner. I rescued it by melting the corner back down with a soldering iron. [[User:Fenn|Fenn]] 13:07, 1 May 2010 (UTC)]]&lt;br /&gt;
&lt;br /&gt;
[[File:example.jpg|none|thumbnail|600px|caption text]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Construction log =&lt;br /&gt;
This describes the current progress of the building of the Makerbot.  Instructions are found [http://wiki.makerbot.com/cupcake here], and a forum for it is found [http://wiki.makerbot.com/forum/c-77688/talk-about-makerbot here].&lt;br /&gt;
&lt;br /&gt;
Noisebridge&#039;s Makerbot kit, thoughtfully purchased by Mitch, arrived at 83C on Monday evening, July 20.  Leading the assembly team is Joachim, along with Christoph, Rachel, Steve (Mr Domino), and Jeffrey (ieatlint).&lt;br /&gt;
&lt;br /&gt;
It took about an hour and a half to go through and check the parts against the [http://pony.noisebridge.net/~cmaier/makerbot/parts_lists.ods parts list].  &amp;lt;strike&amp;gt;We think we are missing a bag of &amp;quot;laser cut pulleys&amp;quot; but it&#039;s hard to be completely sure, as there are a LOT of parts and they are not all labeled exactly as in the parts list&amp;lt;/strike&amp;gt; A bag of &amp;quot;laser cut pulleys&amp;quot; was replaced by MakerBot-made pulleys, but the parts lists weren&#039;t updated.  We determined to start assembly anyway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cupcake [[Makerbot/Electronics|Electronics]] Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-electronics-assembly Instructions] Christoph soldering one of the [[Makerbot/Electronics/Stepper_driver|stepper motor drivers]], one of the [[Makerbot/Electronics/endstop_switches|endstop switches]], and the SMD parts on the [[Makerbot/Electronics/Motherboard|motherboard]] with only occasional bitching to people to &#039;&#039;&#039;&#039;&#039;STOP MOVING THE TABLE&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Motherboard is tested and able to control stepper motors.  Regular firmware needs to be flashed back onto it.  [http://wiki.makerbot.com/burn-custom-firmware-using-arduino This] may help. [[User:Ieatlint|Ieatlint]] 02:55, 25 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Pulley Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-pulley-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake CNC Body Assembly ==&lt;br /&gt;
We got the first part of the body together without difficulty, but had trouble with the Z stage as one of the parts had changed from when the docs were written.  The Z stage rod holding guides changed from being O-shaped to being U-shaped, and are marked &amp;quot;Z guides&amp;quot;.  The forums told us to use them anyway.&lt;br /&gt;
&lt;br /&gt;
The next problem was with threaded rods, which had been cut to size.  The ends of some would not take a nut.  We solved this with judicious use of the bench grinder.  There were LOTS of nut/rod jokes, and we were in a state where they were actually funny! [[User:Rachel|Rachel]] 10:08, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Progressed to and including the step entitled &amp;quot;Z-stage stepper wiring&amp;quot; as detailed on the body assembly [http://wiki.makerbot.com/cupcake-body-assembly instructions].  The body assembly is nearly completed. [[User:Ieatlint|Ieatlint]] 03:52, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Stages assembled and motherboard and stepper driver circuits in place. Driver boards are tested. Axis stops are installed, platforms still need craft stick beam breaks installed. -- [[User:JSharp|JSharp]] 06:45, 2 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Y Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-y-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake X Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-x-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Plastruder MK3 Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/plastruder-mk3-assembly Instructions]&lt;br /&gt;
*Note: Ubuntu 9.04 specific: the librxtxSerial.so and the RXTXcomm.jar that come in the replicatorg download need to be replaced with some binaries from this other place that I don&#039;t remember. -[[User:Elgreengeeto|Skory]]&lt;br /&gt;
&lt;br /&gt;
*Progressed through to end of Heater Barrel Assembly.   [[User:Miloh|Miloh]] 04:24, 21 July 2009 (PDT)&lt;br /&gt;
*Progressed through the Filament Drive Assembly, and Joachim mastered the extruder electronics.  [[User:Miloh|Miloh]] 02:03, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel through step 3. [[User:Miloh|Miloh]] 13:17, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel to the end.  [[User:Miloh|Miloh]] 20:46, 26 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
 Continue at Plastruder burn in test.  The burn in test can&#039;t be completed until the Thermistor and extruder board are recognized by the control system.&lt;br /&gt;
&lt;br /&gt;
*Plastruder board burnt out a few components on power up test. Ordered new plastruder driver from makerbot, should arrive at 83C soon. -- [[User:JSharp|JSharp]] 06:43, 2 August 2009 (PDT)&lt;br /&gt;
**New plastruder control board received and installed. -- [[User:JSharp|JSharp]] 10:52, 9 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
= Status Reports =&lt;br /&gt;
&lt;br /&gt;
== 10/18/09 ==&lt;br /&gt;
&lt;br /&gt;
Martin - The makerbot is working and printing objects well.  You will need to download and install &amp;quot;ReplicatorG&amp;quot; and &amp;quot;skeinforge&amp;quot; in order to use the bot. The software runs on Mac, Linux, and PC.   (skeinforge requires Python, ReplicatorG requires Java)  Example objects are next to the bot.&lt;br /&gt;
&lt;br /&gt;
The X/Y/Z stage endpoints are not yet installed.  It requires a number of popsicle sticks to be cut to the correct length and the stage to be calibrated.  You can operate the MakerBot with ***great*** care without them.  &lt;br /&gt;
&lt;br /&gt;
The extruder head has been upgraded to the Mark-4, with a new bearing and idler wheel.  Also, the extruder head is now insulated with the same material they use to insulate the Space Shuttle heat tiles from the skin of the shuttle itself.  *** IT IS EXPENSIVE.  PLEASE DON&#039;T TAKE APART! ***  I can&#039;t replace the material, it was given as a gift from a friend at JPL.  &lt;br /&gt;
&lt;br /&gt;
Please read all the instructions on how to use the MakerBot on the [[http://wiki.makerbot.com/|MakerBot Wiki Site]] before attempting to use it.&lt;br /&gt;
&lt;br /&gt;
== 08/24/09 ==&lt;br /&gt;
Thanks to excellent efforts and support from Martin, the MakerBot is now in a semi-functional state.  There are three things that need to be worked on, however:&lt;br /&gt;
# The Y stage endpoint is installed incorrectly (the Y stage and physically crash into it)&lt;br /&gt;
# The nichrome wire needs to be better insulated so it can maintain higher temperatures and consistent temperatures.&lt;br /&gt;
# The feeding mechanism needs to be reviewed, as it appears that it fails to operate reliably.&lt;br /&gt;
&lt;br /&gt;
Please do NOT attempt to disassemble the plastruder header.&lt;br /&gt;
Also, do NOT attempt to operate the MakerBot unless you really know what you&#039;re doing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 01/10/2010 ==&lt;br /&gt;
Much has happened to the Makerbot since last noted,&lt;br /&gt;
the broken idler wheel was replaced and the extruder head assembly was upgraded by me using parts from Bre when he was here. Thanks Bre!&lt;br /&gt;
I also at that time upgraded the firmware and printed a bunch of skull throwies, yay! &lt;br /&gt;
Time has passed between then and now and many people have been reporting the makerbot in sickly condition, after much testing I am glad to report this not the case. go go makerbot!&lt;br /&gt;
&lt;br /&gt;
== 03/10/2010 ==&lt;br /&gt;
Bre was here on 20/2 and installed a heated build platform on the Makerbot. The heated platform is a new development, still in prototype stage. It is awesome because it prevents warping, and allows workpieces to stick to the build platform without having to build a raft.&lt;br /&gt;
&lt;br /&gt;
He left a sheet of instructions, they say:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... While here we set you up with a heated build platform. It&#039;s&lt;br /&gt;
hooked up to the fans pot. So before you print, go into the control&lt;br /&gt;
panel and click [x] fan and it will turn it on. Let it warm up for at&lt;br /&gt;
least 5 minutes and then print on it. When the model is done, let it&lt;br /&gt;
cool for 5 minutes and it will &#039;pop&#039; right off the warm kapton tape.&lt;br /&gt;
&lt;br /&gt;
We are also leaving you a spare parts kit for the extruder. Your&lt;br /&gt;
nozzle is super thick and slow. This new nozzle has a smaller nozzle&lt;br /&gt;
hole. Make it, use it, love it!&lt;br /&gt;
&lt;br /&gt;
Bre and Zack, Makerbot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When asked about the workings of the heated build platform, he said:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Yup, ours is a prototype part, it&#039;s awesome but not very well documented.&lt;br /&gt;
&lt;br /&gt;
You want to plug it in above the mosfet that usually runs the fan.&lt;br /&gt;
&lt;br /&gt;
You can then go into the control panel and just turn the fan on, let&lt;br /&gt;
it heat up for 8-10 minutes and it will get to about 110F.&lt;br /&gt;
&lt;br /&gt;
Print away and remember to turn it off and unplug the bot when you&#039;re done!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Please note that he&#039;s left us the parts for an improved extruder - up to us to build it - and some of the new colored ABS plastic.&lt;br /&gt;
&lt;br /&gt;
== 04/03/2010 ==&lt;br /&gt;
After using the makerbot all day I (fenn) noticed the Z axis was consistently jamming up when traversing above 125mm/min. Several hours of head-scratching later I discovered that the heated platform would cause the large acrylic plate that holds the extruder to heat up and expand, pushing outwards on the Z-axis nuts and causing the mechanism to bind ever so slightly. The simple fix of filing the plate down was complicated by the lack of small files and the fact that the machine was assembled wrong, requiring removal of the four small u-shaped plywood &amp;quot;guide plates&amp;quot;, which I put back in the correct orientation: gap outwards.&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure the heated build platform actually ever gets hot enough for ABS to stick to the kapton tape. It seems to max out at 95 celsius, as measured with an infrared thermometer. The RepRap wiki suggests 120-220 degrees for ABS. Perhaps connect the platform directly to a higher voltage power supply?&lt;br /&gt;
&lt;br /&gt;
Lacking a hot enough bed for the first layer to stick to, blue masking tape sorta almost works (the first time you use it), and I got much better results when I taped a business card on top and printed on that instead. I printed a few gears and hope to add a [http://www.thingiverse.com/thing:1794 &amp;quot;wade extruder&amp;quot;] soonish.&lt;br /&gt;
&lt;br /&gt;
== 04/09/2010 ==&lt;br /&gt;
I (fenn) came in today and it appeared that nobody had touched the makerbot since I last left it. But the nozzle wouldn&#039;t heat up. Voltage to the wires, it just didnt get hot. So, heeding the warning to not disassemble the nozzle, I removed it and swapped in another one, which works a lot better anyway. Then I attached a 16V transformer to the heated bed, and now it gets up to 165C which is much better than the old 90C running on 12V. Now the first layer actually sticks! Z axis seems to still be jamming up; I didn&#039;t file the notches deep enough I guess. Wish I had more time to play with it. Skeinforge settings that seem to work with ABS:&lt;br /&gt;
layer height: 0.4mm, flow rate: 255, feed rate: 25mm/s.&lt;br /&gt;
&lt;br /&gt;
== 04/11/2010 ==&lt;br /&gt;
added a fan to cool off the acrylic plate. make sure you enable the fan before printing and it shouldn&#039;t jam up anymore. seems to be working reliably now.&lt;br /&gt;
&lt;br /&gt;
hint: instead of trying to adjust the Z zero in software, manually adjust the height as it prints the first layer.&lt;br /&gt;
&lt;br /&gt;
caution: plugging in or unplugging the heater transformer may cause the power strip breaker to trip and reset the makerbot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 04/13/2010 ==&lt;br /&gt;
leveled bed by shaving down tabs that were sticking up, pushing magnets back in, and adding a small strip of kapton tape. adjusted toothed gear/idler wheel spacing with 5/64 allen key.&lt;br /&gt;
&lt;br /&gt;
Some of the magnets on the Y stage are in sideways (poles on left &amp;amp; right), not upright (poles on top &amp;amp; bottom). I found this when building my Makerbot, since I wanted the build platform to be interoperable, I tried placing the magnets on the Y stage of the NB &#039;bot to check polarity, and found that they were sticking corner-to-corner, not face-to-face. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
== 06/10/2010 ==&lt;br /&gt;
I&#039;ve taken in two functioning nozzle assemblies, and an extruder block with double idler wheel. These should help get the &#039;bot up and running. The nozzles may need to be heated up, PTFE insulator removed and cleaned. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
What is the large spool of white plastic next to the Makerbot? It seems a lot softer than ABS, and certainly acts strange when I try to print with it. (It is so soft that it scrunches up in the extruder feed channel, and the pinch wheel starts grinding into it super quickly. It doesn&#039;t stink when heated.) Could it be Shapelock? - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;it is PLA, rather than ABS.  It melts at a much, much lower temperature.&#039;&#039; - Martin&lt;br /&gt;
&lt;br /&gt;
It&#039;s not PLA, far too soft. There&#039;s some green PLA in the bag on top of the pile. I think it&#039;s HDPE. Smells like HDPE too. (like a blown out candle.) - fenn&lt;br /&gt;
&lt;br /&gt;
== 9/24/2010 ==&lt;br /&gt;
&lt;br /&gt;
The Makerbot is broken...&lt;br /&gt;
&lt;br /&gt;
d&#039;oh!&lt;br /&gt;
&lt;br /&gt;
i&#039;m really not sure what happened. i was cleaning out the extruder and i think one of the green wires touched the large metal washer; there was a spark and a small poof next to the rj-45 connector on the extruder board, and now nothing turns on. sigh.&lt;br /&gt;
&lt;br /&gt;
[[File:IMG_2929.JPG|right|thumbnail|alt=two sample pieces, side view|corroborating evidence]]&lt;br /&gt;
I swapped in one of Gian Pablo&#039;s extruders and bought a new 606 bearing for the gearmotor. (somehow the original must have fallen out and gotten lost.) Lots of jamming up and cussing ensued. Some adjustments were made, much filament run through the machine, and I deduced that the &#039;&#039;&#039;NEW EXTRUDER REQURIES THE FAN ON&#039;&#039;&#039; whenever it is at operating temperature. I got it to print out a timing pulley on the fifth try, and reliably printing after that, using the same settings as before.&lt;br /&gt;
&lt;br /&gt;
The nozzles I left seem to print reliably at much lower temperatures, try 195C and see how that goes. [gian pablo]&lt;br /&gt;
&lt;br /&gt;
== 2011-01-08  ==&lt;br /&gt;
&lt;br /&gt;
I&#039;ve ordered an extensive selection of parts, including new extruder, heated build platform, extruder board etc. Should be here next week. &lt;br /&gt;
&lt;br /&gt;
We&#039;ve started work on this. I&#039;ve also started printing a replacement XY stage (http://www.thingiverse.com/thing:4213) on my Makerbot, and ordered the parts for it (bearings, nuts, screws, washers).&lt;br /&gt;
&lt;br /&gt;
[gian pablo]&lt;br /&gt;
&lt;br /&gt;
== 2011-01-14 ==&lt;br /&gt;
&lt;br /&gt;
All the parts have arrived. Miloh unpacked them and started working on it. Things to do:&lt;br /&gt;
&lt;br /&gt;
* Assemble heated build platform&lt;br /&gt;
* Assemble relay board&lt;br /&gt;
* Assemble Plastruder Mk 5&lt;br /&gt;
* Replace extruder controller (and motherboard if necessary)&lt;br /&gt;
* Clean the &#039;bot&lt;br /&gt;
* Calibrate it&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=16365</id>
		<title>Makerbot</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=16365"/>
		<updated>2011-02-16T03:44:25Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= The Makerbot is working (2011-02-15) =&lt;br /&gt;
&lt;br /&gt;
Miloh assembled the Plastruder Mk5, the relay board and the heated build platform, and printed a skull!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=How to Use the Makerbot=&lt;br /&gt;
if it breaks, we can fix it. don&#039;t be afraid of the makerbot! I&#039;ve crashed it hundreds of times and only permanently broke something once.&lt;br /&gt;
&lt;br /&gt;
====install some software first====&lt;br /&gt;
&lt;br /&gt;
* Install Java (if you don&#039;t already have it) - http://www.java.com/en/download/index.jsp&lt;br /&gt;
&lt;br /&gt;
* Install Python (if you don&#039;t already have it). http://www.python.org/download/ &lt;br /&gt;
&lt;br /&gt;
* Optionally, install PsyCo, it will make things run much faster.&lt;br /&gt;
&lt;br /&gt;
* get yourself a copy of replicatorg: http://replicat.org/download&lt;br /&gt;
&lt;br /&gt;
ReplicatorG now includes various versions of the Skeinforge slicing utility, so no need to download and install separately.&lt;br /&gt;
&lt;br /&gt;
You are done.&lt;br /&gt;
&lt;br /&gt;
====using the software====&lt;br /&gt;
&lt;br /&gt;
* Start ReplicatorG.&lt;br /&gt;
&lt;br /&gt;
* Open an STL file. You should see a 3D image of your model.&lt;br /&gt;
&lt;br /&gt;
* Press the &#039;generate GCode&#039; button on the right. &lt;br /&gt;
&lt;br /&gt;
* You will be asked to choose a profile. Currently you are looking at Cupcake CNC Mk4, but very soon you will want Cupcake CNC Mk5 with Heated Build Platform.&lt;br /&gt;
&lt;br /&gt;
* It will take a while to build the GCode for the model. Go talk to visitors to the space and tell them not to sleep here.&lt;br /&gt;
&lt;br /&gt;
* Refer to the detailed instructions on the Makerbot site for more up-to-date tips and instructions (they change often):  http://wiki.makerbot.com/how-to-print&lt;br /&gt;
&lt;br /&gt;
====fire the makerbot====&lt;br /&gt;
&lt;br /&gt;
Instructions have been updated to reflect the (coming) new and improved Makerbot.&lt;br /&gt;
&lt;br /&gt;
* turn on the makerbot PSU, it&#039;s a switch in the back&lt;br /&gt;
* plug in the makerbot usb cable&lt;br /&gt;
* run replicatorg (./replicatorg)&lt;br /&gt;
* (firmware should be updated)&lt;br /&gt;
* the first time you run it, machine-&amp;gt;driver-&amp;gt;cupcake CNC with heated build platform&lt;br /&gt;
* also machine-&amp;gt;serial port, choose whatever serial port is being emulated via USB &lt;br /&gt;
* click on the 4 arrows symbol (control panel)&lt;br /&gt;
** lay a small piece of paper on the platform&lt;br /&gt;
** remove any crud from the nozzle with bent nose pliers (hidden under the EFF hat)&lt;br /&gt;
** move X, Y to the center of the platform (you can do this by pressing Disable steppers, then moving it by hand)&lt;br /&gt;
** jog down in Z first in 10mm increments, then 1mm increments, until there is maximum drag force on the paper&lt;br /&gt;
** jog up in 0.1mm increments until the drag lessens&lt;br /&gt;
** click &amp;quot;set zero&amp;quot;&lt;br /&gt;
** at the bottom of the control panel there are some settings, set them in this order&lt;br /&gt;
*** Motor Speed (PWM): 255&lt;br /&gt;
*** Target Temperature: 220&lt;br /&gt;
*** Heated Build Platform: 100&lt;br /&gt;
*** Motor Control: Stop&lt;br /&gt;
** wait until the temperature is above 200 then try a test extrusion (click Motor Control: forward)&lt;br /&gt;
*** if nothing happens in ten seconds, stop before you strip out the teeth on the filament&lt;br /&gt;
*** if you accidentally start the motor before it&#039;s hot, you can fix it by manually pushing the filament into the extruder with some pliers&lt;br /&gt;
* the build platform should be plenty hot now&lt;br /&gt;
** there might be an IR thermometer in a little duct tape pouch thingy&lt;br /&gt;
** it should be around 120-130C for best results&lt;br /&gt;
* remove ooze from the nozzle with pliers&lt;br /&gt;
* file-&amp;gt;open the .gcode file you created earlier with skeinforge&lt;br /&gt;
* click &#039;build&#039; (the solid kidney bean)&lt;br /&gt;
* if the first layer doesn&#039;t stick at all or peels loose immediately, adjust the z axis down by turning the pulley on top of the makerbot&lt;br /&gt;
* if the first layer starts getting fugly during the infill, with crap building up on the nozzle, adjust the z axis up a few steps until it looks perfectly flat with no &amp;quot;fuzz&amp;quot;&lt;br /&gt;
***note to self: get some pics and video of first layer too high, first layer too low, and verify zeroing procedure&lt;br /&gt;
* now since it probably screwed up somehow, hit stop and remove the grossness with the plastic scraper and/or pliers&lt;br /&gt;
* it should still be zeroed, and hopefully at the correct height adjustment now, so just click &#039;build&#039; again&lt;br /&gt;
* if you can&#039;t get it to stick at all, the platform is probably at the wrong temperature.&lt;br /&gt;
** wait five minutes for it to warm up completely&lt;br /&gt;
[[File:Nophead_pulleys_side.jpg|right|thumbnail|alt=two sample pieces, side view|your part should look like this or better. I still hadn&#039;t tweaked the feedrate perfectly for colored plastic, hence the blobbiness.]]&lt;br /&gt;
&lt;br /&gt;
* ok now presumably you&#039;re done printing and nothing went wrong. &lt;br /&gt;
** jog Z+ 20mm to give yourself some room&lt;br /&gt;
** wait for the piece to cool down, 3 to 5 minutes should be enough&lt;br /&gt;
** now just peel it off with your hand&lt;br /&gt;
*** be careful, the part is still soft and can deform&lt;br /&gt;
*** it may need a little help with a disposable utility knife or the plastic scraper to break the seal underneath the part&lt;br /&gt;
*** it&#039;s easier if you remove the build platform - it&#039;s held on with magnets&lt;br /&gt;
&lt;br /&gt;
==== tweaking skeinforge ====&lt;br /&gt;
[[File:Nophead_pulleys_top.jpg|right|thumbnail|alt=two sample pieces, top view|note the incomplete infill on the right; this was due to improper perimeter width settings. note the square teeth on the left; this is because &amp;quot;stretch&amp;quot; is turned on. this is a good thing.]]&lt;br /&gt;
there are about 300 different &amp;quot;craft&amp;quot; settings in skeinforge, and they all interrelate in confusing ways. here&#039;s a quick overview of the important ones:&lt;br /&gt;
*carve-&amp;gt;layer height: should be about 0.8*nozzle hole diameter, ship default is 0.4&lt;br /&gt;
*carve-&amp;gt;width over height: should be about 1.45, if threads in flat parts show gap make this value smaller&lt;br /&gt;
*speed-&amp;gt;flow rate: 255&lt;br /&gt;
*speed-&amp;gt;feed rate: start around 35mm/s&lt;br /&gt;
*fill-&amp;gt;infill solidity: 0.25 is adequate and not too slow. higher for stronger parts&lt;br /&gt;
*fill-&amp;gt;infill pattern: controls whether you get hashbrowns or honeycombs&lt;br /&gt;
*comb keeps it from driving through empty spaces and making stringies&lt;br /&gt;
*raft prints a waffle grid thingy to keep the corners held down - will be disabled for heated build platform&lt;br /&gt;
*raftless slows down the first layer and makes a short test extrusion, set this to about 10mm&lt;br /&gt;
*oozebane is useless, forget about it&lt;br /&gt;
*jitter is good, set it to a large value like 100&lt;br /&gt;
*stretch makes corners un-rounded, but can cause data overload stuttering if &amp;quot;stretch from distance&amp;quot; is too small&lt;br /&gt;
*wipe should be turned off&lt;br /&gt;
*outline should be turned on, it draws a rectangle around the first layer which lets you tweak the Z axis distance and ensure adhesion&lt;br /&gt;
&lt;br /&gt;
you can safely ignore the rest&lt;br /&gt;
&lt;br /&gt;
==== care and feeding ====&lt;br /&gt;
* don&#039;t leave the makerbot unattended for hours, as it can theoretically catch on fire (those heated bed wires are iffy)&lt;br /&gt;
* don&#039;t leave the extruder hot for hours. periodically flush through plastic to prevent it from oxidizing.&lt;br /&gt;
* if you are about to run out of filament, cut off both ends square with diagonal flush cutters (the blue cutters for electronics) and simply hold the filament together as it goes in&lt;br /&gt;
*if the filament strips out during use (extruder motor is on, temperature high enough, nothing happening) try pushing it down manually&lt;br /&gt;
** if this doesn&#039;t work, try reversing the motor until the filament comes out, cut it cleanly, and reinsert&lt;br /&gt;
** if it keeps stripping out, you may have to completely disassemble the extruder and remove plastic gunk from the gear teeth.&lt;br /&gt;
*** use a long 5/64&amp;quot; or 2mm allen key to set the extruder idler wheel/feed gear spacing&lt;br /&gt;
** try not to let it happen in the first place. stripping can be caused by setting the first layer too low, blocking the nozzle and letting pressure build up&lt;br /&gt;
*don&#039;t upgrade the firmware unless you&#039;re willing to deal with the consequences&lt;br /&gt;
*keep it away from bright light&lt;br /&gt;
*don&#039;t get any water on it&lt;br /&gt;
*never, never ever feed it after midnight.&lt;br /&gt;
&lt;br /&gt;
= Usage log =&lt;br /&gt;
please write your name, what you tried to make, and what happened below (pics or it didnt happen)&lt;br /&gt;
----&lt;br /&gt;
[[File:Minimendel_Z_leadscrew_base_motor.jpg|none|thumbnail|600px|mini mendel Z leadscrew base and motor mount. This bastard took 2 hours and almost the entire remaining roll of green. It started to peel up badly at the back corner. I rescued it by melting the corner back down with a soldering iron. [[User:Fenn|Fenn]] 13:07, 1 May 2010 (UTC)]]&lt;br /&gt;
&lt;br /&gt;
[[File:example.jpg|none|thumbnail|600px|caption text]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Construction log =&lt;br /&gt;
This describes the current progress of the building of the Makerbot.  Instructions are found [http://wiki.makerbot.com/cupcake here], and a forum for it is found [http://wiki.makerbot.com/forum/c-77688/talk-about-makerbot here].&lt;br /&gt;
&lt;br /&gt;
Noisebridge&#039;s Makerbot kit, thoughtfully purchased by Mitch, arrived at 83C on Monday evening, July 20.  Leading the assembly team is Joachim, along with Christoph, Rachel, Steve (Mr Domino), and Jeffrey (ieatlint).&lt;br /&gt;
&lt;br /&gt;
It took about an hour and a half to go through and check the parts against the [http://pony.noisebridge.net/~cmaier/makerbot/parts_lists.ods parts list].  &amp;lt;strike&amp;gt;We think we are missing a bag of &amp;quot;laser cut pulleys&amp;quot; but it&#039;s hard to be completely sure, as there are a LOT of parts and they are not all labeled exactly as in the parts list&amp;lt;/strike&amp;gt; A bag of &amp;quot;laser cut pulleys&amp;quot; was replaced by MakerBot-made pulleys, but the parts lists weren&#039;t updated.  We determined to start assembly anyway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cupcake [[Makerbot/Electronics|Electronics]] Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-electronics-assembly Instructions] Christoph soldering one of the [[Makerbot/Electronics/Stepper_driver|stepper motor drivers]], one of the [[Makerbot/Electronics/endstop_switches|endstop switches]], and the SMD parts on the [[Makerbot/Electronics/Motherboard|motherboard]] with only occasional bitching to people to &#039;&#039;&#039;&#039;&#039;STOP MOVING THE TABLE&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Motherboard is tested and able to control stepper motors.  Regular firmware needs to be flashed back onto it.  [http://wiki.makerbot.com/burn-custom-firmware-using-arduino This] may help. [[User:Ieatlint|Ieatlint]] 02:55, 25 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Pulley Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-pulley-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake CNC Body Assembly ==&lt;br /&gt;
We got the first part of the body together without difficulty, but had trouble with the Z stage as one of the parts had changed from when the docs were written.  The Z stage rod holding guides changed from being O-shaped to being U-shaped, and are marked &amp;quot;Z guides&amp;quot;.  The forums told us to use them anyway.&lt;br /&gt;
&lt;br /&gt;
The next problem was with threaded rods, which had been cut to size.  The ends of some would not take a nut.  We solved this with judicious use of the bench grinder.  There were LOTS of nut/rod jokes, and we were in a state where they were actually funny! [[User:Rachel|Rachel]] 10:08, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Progressed to and including the step entitled &amp;quot;Z-stage stepper wiring&amp;quot; as detailed on the body assembly [http://wiki.makerbot.com/cupcake-body-assembly instructions].  The body assembly is nearly completed. [[User:Ieatlint|Ieatlint]] 03:52, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Stages assembled and motherboard and stepper driver circuits in place. Driver boards are tested. Axis stops are installed, platforms still need craft stick beam breaks installed. -- [[User:JSharp|JSharp]] 06:45, 2 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Y Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-y-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake X Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-x-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Plastruder MK3 Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/plastruder-mk3-assembly Instructions]&lt;br /&gt;
*Note: Ubuntu 9.04 specific: the librxtxSerial.so and the RXTXcomm.jar that come in the replicatorg download need to be replaced with some binaries from this other place that I don&#039;t remember. -[[User:Elgreengeeto|Skory]]&lt;br /&gt;
&lt;br /&gt;
*Progressed through to end of Heater Barrel Assembly.   [[User:Miloh|Miloh]] 04:24, 21 July 2009 (PDT)&lt;br /&gt;
*Progressed through the Filament Drive Assembly, and Joachim mastered the extruder electronics.  [[User:Miloh|Miloh]] 02:03, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel through step 3. [[User:Miloh|Miloh]] 13:17, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel to the end.  [[User:Miloh|Miloh]] 20:46, 26 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
 Continue at Plastruder burn in test.  The burn in test can&#039;t be completed until the Thermistor and extruder board are recognized by the control system.&lt;br /&gt;
&lt;br /&gt;
*Plastruder board burnt out a few components on power up test. Ordered new plastruder driver from makerbot, should arrive at 83C soon. -- [[User:JSharp|JSharp]] 06:43, 2 August 2009 (PDT)&lt;br /&gt;
**New plastruder control board received and installed. -- [[User:JSharp|JSharp]] 10:52, 9 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
= Status Reports =&lt;br /&gt;
&lt;br /&gt;
== 10/18/09 ==&lt;br /&gt;
&lt;br /&gt;
Martin - The makerbot is working and printing objects well.  You will need to download and install &amp;quot;ReplicatorG&amp;quot; and &amp;quot;skeinforge&amp;quot; in order to use the bot. The software runs on Mac, Linux, and PC.   (skeinforge requires Python, ReplicatorG requires Java)  Example objects are next to the bot.&lt;br /&gt;
&lt;br /&gt;
The X/Y/Z stage endpoints are not yet installed.  It requires a number of popsicle sticks to be cut to the correct length and the stage to be calibrated.  You can operate the MakerBot with ***great*** care without them.  &lt;br /&gt;
&lt;br /&gt;
The extruder head has been upgraded to the Mark-4, with a new bearing and idler wheel.  Also, the extruder head is now insulated with the same material they use to insulate the Space Shuttle heat tiles from the skin of the shuttle itself.  *** IT IS EXPENSIVE.  PLEASE DON&#039;T TAKE APART! ***  I can&#039;t replace the material, it was given as a gift from a friend at JPL.  &lt;br /&gt;
&lt;br /&gt;
Please read all the instructions on how to use the MakerBot on the [[http://wiki.makerbot.com/|MakerBot Wiki Site]] before attempting to use it.&lt;br /&gt;
&lt;br /&gt;
== 08/24/09 ==&lt;br /&gt;
Thanks to excellent efforts and support from Martin, the MakerBot is now in a semi-functional state.  There are three things that need to be worked on, however:&lt;br /&gt;
# The Y stage endpoint is installed incorrectly (the Y stage and physically crash into it)&lt;br /&gt;
# The nichrome wire needs to be better insulated so it can maintain higher temperatures and consistent temperatures.&lt;br /&gt;
# The feeding mechanism needs to be reviewed, as it appears that it fails to operate reliably.&lt;br /&gt;
&lt;br /&gt;
Please do NOT attempt to disassemble the plastruder header.&lt;br /&gt;
Also, do NOT attempt to operate the MakerBot unless you really know what you&#039;re doing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 01/10/2010 ==&lt;br /&gt;
Much has happened to the Makerbot since last noted,&lt;br /&gt;
the broken idler wheel was replaced and the extruder head assembly was upgraded by me using parts from Bre when he was here. Thanks Bre!&lt;br /&gt;
I also at that time upgraded the firmware and printed a bunch of skull throwies, yay! &lt;br /&gt;
Time has passed between then and now and many people have been reporting the makerbot in sickly condition, after much testing I am glad to report this not the case. go go makerbot!&lt;br /&gt;
&lt;br /&gt;
== 03/10/2010 ==&lt;br /&gt;
Bre was here on 20/2 and installed a heated build platform on the Makerbot. The heated platform is a new development, still in prototype stage. It is awesome because it prevents warping, and allows workpieces to stick to the build platform without having to build a raft.&lt;br /&gt;
&lt;br /&gt;
He left a sheet of instructions, they say:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... While here we set you up with a heated build platform. It&#039;s&lt;br /&gt;
hooked up to the fans pot. So before you print, go into the control&lt;br /&gt;
panel and click [x] fan and it will turn it on. Let it warm up for at&lt;br /&gt;
least 5 minutes and then print on it. When the model is done, let it&lt;br /&gt;
cool for 5 minutes and it will &#039;pop&#039; right off the warm kapton tape.&lt;br /&gt;
&lt;br /&gt;
We are also leaving you a spare parts kit for the extruder. Your&lt;br /&gt;
nozzle is super thick and slow. This new nozzle has a smaller nozzle&lt;br /&gt;
hole. Make it, use it, love it!&lt;br /&gt;
&lt;br /&gt;
Bre and Zack, Makerbot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When asked about the workings of the heated build platform, he said:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Yup, ours is a prototype part, it&#039;s awesome but not very well documented.&lt;br /&gt;
&lt;br /&gt;
You want to plug it in above the mosfet that usually runs the fan.&lt;br /&gt;
&lt;br /&gt;
You can then go into the control panel and just turn the fan on, let&lt;br /&gt;
it heat up for 8-10 minutes and it will get to about 110F.&lt;br /&gt;
&lt;br /&gt;
Print away and remember to turn it off and unplug the bot when you&#039;re done!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Please note that he&#039;s left us the parts for an improved extruder - up to us to build it - and some of the new colored ABS plastic.&lt;br /&gt;
&lt;br /&gt;
== 04/03/2010 ==&lt;br /&gt;
After using the makerbot all day I (fenn) noticed the Z axis was consistently jamming up when traversing above 125mm/min. Several hours of head-scratching later I discovered that the heated platform would cause the large acrylic plate that holds the extruder to heat up and expand, pushing outwards on the Z-axis nuts and causing the mechanism to bind ever so slightly. The simple fix of filing the plate down was complicated by the lack of small files and the fact that the machine was assembled wrong, requiring removal of the four small u-shaped plywood &amp;quot;guide plates&amp;quot;, which I put back in the correct orientation: gap outwards.&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure the heated build platform actually ever gets hot enough for ABS to stick to the kapton tape. It seems to max out at 95 celsius, as measured with an infrared thermometer. The RepRap wiki suggests 120-220 degrees for ABS. Perhaps connect the platform directly to a higher voltage power supply?&lt;br /&gt;
&lt;br /&gt;
Lacking a hot enough bed for the first layer to stick to, blue masking tape sorta almost works (the first time you use it), and I got much better results when I taped a business card on top and printed on that instead. I printed a few gears and hope to add a [http://www.thingiverse.com/thing:1794 &amp;quot;wade extruder&amp;quot;] soonish.&lt;br /&gt;
&lt;br /&gt;
== 04/09/2010 ==&lt;br /&gt;
I (fenn) came in today and it appeared that nobody had touched the makerbot since I last left it. But the nozzle wouldn&#039;t heat up. Voltage to the wires, it just didnt get hot. So, heeding the warning to not disassemble the nozzle, I removed it and swapped in another one, which works a lot better anyway. Then I attached a 16V transformer to the heated bed, and now it gets up to 165C which is much better than the old 90C running on 12V. Now the first layer actually sticks! Z axis seems to still be jamming up; I didn&#039;t file the notches deep enough I guess. Wish I had more time to play with it. Skeinforge settings that seem to work with ABS:&lt;br /&gt;
layer height: 0.4mm, flow rate: 255, feed rate: 25mm/s.&lt;br /&gt;
&lt;br /&gt;
== 04/11/2010 ==&lt;br /&gt;
added a fan to cool off the acrylic plate. make sure you enable the fan before printing and it shouldn&#039;t jam up anymore. seems to be working reliably now.&lt;br /&gt;
&lt;br /&gt;
hint: instead of trying to adjust the Z zero in software, manually adjust the height as it prints the first layer.&lt;br /&gt;
&lt;br /&gt;
caution: plugging in or unplugging the heater transformer may cause the power strip breaker to trip and reset the makerbot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 04/13/2010 ==&lt;br /&gt;
leveled bed by shaving down tabs that were sticking up, pushing magnets back in, and adding a small strip of kapton tape. adjusted toothed gear/idler wheel spacing with 5/64 allen key.&lt;br /&gt;
&lt;br /&gt;
Some of the magnets on the Y stage are in sideways (poles on left &amp;amp; right), not upright (poles on top &amp;amp; bottom). I found this when building my Makerbot, since I wanted the build platform to be interoperable, I tried placing the magnets on the Y stage of the NB &#039;bot to check polarity, and found that they were sticking corner-to-corner, not face-to-face. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
== 06/10/2010 ==&lt;br /&gt;
I&#039;ve taken in two functioning nozzle assemblies, and an extruder block with double idler wheel. These should help get the &#039;bot up and running. The nozzles may need to be heated up, PTFE insulator removed and cleaned. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
What is the large spool of white plastic next to the Makerbot? It seems a lot softer than ABS, and certainly acts strange when I try to print with it. (It is so soft that it scrunches up in the extruder feed channel, and the pinch wheel starts grinding into it super quickly. It doesn&#039;t stink when heated.) Could it be Shapelock? - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;it is PLA, rather than ABS.  It melts at a much, much lower temperature.&#039;&#039; - Martin&lt;br /&gt;
&lt;br /&gt;
It&#039;s not PLA, far too soft. There&#039;s some green PLA in the bag on top of the pile. I think it&#039;s HDPE. Smells like HDPE too. (like a blown out candle.) - fenn&lt;br /&gt;
&lt;br /&gt;
== 9/24/2010 ==&lt;br /&gt;
&lt;br /&gt;
The Makerbot is broken...&lt;br /&gt;
&lt;br /&gt;
d&#039;oh!&lt;br /&gt;
&lt;br /&gt;
i&#039;m really not sure what happened. i was cleaning out the extruder and i think one of the green wires touched the large metal washer; there was a spark and a small poof next to the rj-45 connector on the extruder board, and now nothing turns on. sigh.&lt;br /&gt;
&lt;br /&gt;
[[File:IMG_2929.JPG|right|thumbnail|alt=two sample pieces, side view|corroborating evidence]]&lt;br /&gt;
I swapped in one of Gian Pablo&#039;s extruders and bought a new 606 bearing for the gearmotor. (somehow the original must have fallen out and gotten lost.) Lots of jamming up and cussing ensued. Some adjustments were made, much filament run through the machine, and I deduced that the &#039;&#039;&#039;NEW EXTRUDER REQURIES THE FAN ON&#039;&#039;&#039; whenever it is at operating temperature. I got it to print out a timing pulley on the fifth try, and reliably printing after that, using the same settings as before.&lt;br /&gt;
&lt;br /&gt;
The nozzles I left seem to print reliably at much lower temperatures, try 195C and see how that goes. [gian pablo]&lt;br /&gt;
&lt;br /&gt;
== 2011-01-08  ==&lt;br /&gt;
&lt;br /&gt;
I&#039;ve ordered an extensive selection of parts, including new extruder, heated build platform, extruder board etc. Should be here next week. &lt;br /&gt;
&lt;br /&gt;
We&#039;ve started work on this. I&#039;ve also started printing a replacement XY stage (http://www.thingiverse.com/thing:4213) on my Makerbot, and ordered the parts for it (bearings, nuts, screws, washers).&lt;br /&gt;
&lt;br /&gt;
[gian pablo]&lt;br /&gt;
&lt;br /&gt;
== 2011-01-14 ==&lt;br /&gt;
&lt;br /&gt;
All the parts have arrived. Miloh unpacked them and started working on it. Things to do:&lt;br /&gt;
&lt;br /&gt;
* Assemble heated build platform&lt;br /&gt;
* Assemble relay board&lt;br /&gt;
* Assemble Plastruder Mk 5&lt;br /&gt;
* Replace extruder controller (and motherboard if necessary)&lt;br /&gt;
* Clean the &#039;bot&lt;br /&gt;
* Calibrate it&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=16063</id>
		<title>Makerbot</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=16063"/>
		<updated>2011-01-29T16:26:11Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: /* tweaking skeinforge */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
=Help is on the way for the Makerbot (2011-28-01) =&lt;br /&gt;
&lt;br /&gt;
I&#039;ve ordered an extensive selection of parts, including new extruder, heated build platform, extruder board etc. Should be here next week. &lt;br /&gt;
&lt;br /&gt;
We&#039;ve started work on this. I&#039;ve also started printing a replacement XY stage (http://www.thingiverse.com/thing:4213) on my Makerbot, and ordered the parts for it (bearings, nuts, screws, washers).&lt;br /&gt;
&lt;br /&gt;
[gian pablo]&lt;br /&gt;
&lt;br /&gt;
=Parts are here, repairs started (2011-01-14) =&lt;br /&gt;
&lt;br /&gt;
All the parts have arrived. Miloh unpacked them and started working on it. Things to do:&lt;br /&gt;
&lt;br /&gt;
* Assemble heated build platform&lt;br /&gt;
* Assemble relay board&lt;br /&gt;
* Assemble Plastruder Mk 5&lt;br /&gt;
* Replace extruder controller (and motherboard if necessary)&lt;br /&gt;
* Clean the &#039;bot&lt;br /&gt;
* Calibrate it&lt;br /&gt;
&lt;br /&gt;
=How to Use the Makerbot=&lt;br /&gt;
if it breaks, we can fix it. don&#039;t be afraid of the makerbot! I&#039;ve crashed it hundreds of times and only permanently broke something once.&lt;br /&gt;
&lt;br /&gt;
====install some software first====&lt;br /&gt;
&lt;br /&gt;
* Install Java (if you don&#039;t already have it) - http://www.java.com/en/download/index.jsp&lt;br /&gt;
&lt;br /&gt;
* Install Python (if you don&#039;t already have it). http://www.python.org/download/ &lt;br /&gt;
&lt;br /&gt;
* Optionally, install PsyCo, it will make things run much faster.&lt;br /&gt;
&lt;br /&gt;
* get yourself a copy of replicatorg: http://replicat.org/download&lt;br /&gt;
&lt;br /&gt;
ReplicatorG now includes various versions of the Skeinforge slicing utility, so no need to download and install separately.&lt;br /&gt;
&lt;br /&gt;
You are done.&lt;br /&gt;
&lt;br /&gt;
====using the software====&lt;br /&gt;
&lt;br /&gt;
* Start ReplicatorG.&lt;br /&gt;
&lt;br /&gt;
* Open an STL file. You should see a 3D image of your model.&lt;br /&gt;
&lt;br /&gt;
* Press the &#039;generate GCode&#039; button on the right. &lt;br /&gt;
&lt;br /&gt;
* You will be asked to choose a profile. Currently you are looking at Cupcake CNC Mk4, but very soon you will want Cupcake CNC Mk5 with Heated Build Platform.&lt;br /&gt;
&lt;br /&gt;
* It will take a while to build the GCode for the model. Go talk to visitors to the space and tell them not to sleep here.&lt;br /&gt;
&lt;br /&gt;
* Refer to the detailed instructions on the Makerbot site for more up-to-date tips and instructions (they change often):  http://wiki.makerbot.com/how-to-print&lt;br /&gt;
&lt;br /&gt;
====fire the makerbot====&lt;br /&gt;
&lt;br /&gt;
Instructions have been updated to reflect the (coming) new and improved Makerbot.&lt;br /&gt;
&lt;br /&gt;
* turn on the makerbot PSU, it&#039;s a switch in the back&lt;br /&gt;
* plug in the makerbot usb cable&lt;br /&gt;
* run replicatorg (./replicatorg)&lt;br /&gt;
* (firmware should be updated)&lt;br /&gt;
* the first time you run it, machine-&amp;gt;driver-&amp;gt;cupcake CNC with heated build platform&lt;br /&gt;
* also machine-&amp;gt;serial port, choose whatever serial port is being emulated via USB &lt;br /&gt;
* click on the 4 arrows symbol (control panel)&lt;br /&gt;
** lay a small piece of paper on the platform&lt;br /&gt;
** remove any crud from the nozzle with bent nose pliers (hidden under the EFF hat)&lt;br /&gt;
** move X, Y to the center of the platform (you can do this by pressing Disable steppers, then moving it by hand)&lt;br /&gt;
** jog down in Z first in 10mm increments, then 1mm increments, until there is maximum drag force on the paper&lt;br /&gt;
** jog up in 0.1mm increments until the drag lessens&lt;br /&gt;
** click &amp;quot;set zero&amp;quot;&lt;br /&gt;
** at the bottom of the control panel there are some settings, set them in this order&lt;br /&gt;
*** Motor Speed (PWM): 255&lt;br /&gt;
*** Target Temperature: 220&lt;br /&gt;
*** Heated Build Platform: 100&lt;br /&gt;
*** Motor Control: Stop&lt;br /&gt;
** wait until the temperature is above 200 then try a test extrusion (click Motor Control: forward)&lt;br /&gt;
*** if nothing happens in ten seconds, stop before you strip out the teeth on the filament&lt;br /&gt;
*** if you accidentally start the motor before it&#039;s hot, you can fix it by manually pushing the filament into the extruder with some pliers&lt;br /&gt;
* the build platform should be plenty hot now&lt;br /&gt;
** there might be an IR thermometer in a little duct tape pouch thingy&lt;br /&gt;
** it should be around 120-130C for best results&lt;br /&gt;
* remove ooze from the nozzle with pliers&lt;br /&gt;
* file-&amp;gt;open the .gcode file you created earlier with skeinforge&lt;br /&gt;
* click &#039;build&#039; (the solid kidney bean)&lt;br /&gt;
* if the first layer doesn&#039;t stick at all or peels loose immediately, adjust the z axis down by turning the pulley on top of the makerbot&lt;br /&gt;
* if the first layer starts getting fugly during the infill, with crap building up on the nozzle, adjust the z axis up a few steps until it looks perfectly flat with no &amp;quot;fuzz&amp;quot;&lt;br /&gt;
***note to self: get some pics and video of first layer too high, first layer too low, and verify zeroing procedure&lt;br /&gt;
* now since it probably screwed up somehow, hit stop and remove the grossness with the plastic scraper and/or pliers&lt;br /&gt;
* it should still be zeroed, and hopefully at the correct height adjustment now, so just click &#039;build&#039; again&lt;br /&gt;
* if you can&#039;t get it to stick at all, the platform is probably at the wrong temperature.&lt;br /&gt;
** wait five minutes for it to warm up completely&lt;br /&gt;
[[File:Nophead_pulleys_side.jpg|right|thumbnail|alt=two sample pieces, side view|your part should look like this or better. I still hadn&#039;t tweaked the feedrate perfectly for colored plastic, hence the blobbiness.]]&lt;br /&gt;
&lt;br /&gt;
* ok now presumably you&#039;re done printing and nothing went wrong. &lt;br /&gt;
** jog Z+ 20mm to give yourself some room&lt;br /&gt;
** wait for the piece to cool down, 3 to 5 minutes should be enough&lt;br /&gt;
** now just peel it off with your hand&lt;br /&gt;
*** be careful, the part is still soft and can deform&lt;br /&gt;
*** it may need a little help with a disposable utility knife or the plastic scraper to break the seal underneath the part&lt;br /&gt;
*** it&#039;s easier if you remove the build platform - it&#039;s held on with magnets&lt;br /&gt;
&lt;br /&gt;
==== tweaking skeinforge ====&lt;br /&gt;
[[File:Nophead_pulleys_top.jpg|right|thumbnail|alt=two sample pieces, top view|note the incomplete infill on the right; this was due to improper perimeter width settings. note the square teeth on the left; this is because &amp;quot;stretch&amp;quot; is turned on. this is a good thing.]]&lt;br /&gt;
there are about 300 different &amp;quot;craft&amp;quot; settings in skeinforge, and they all interrelate in confusing ways. here&#039;s a quick overview of the important ones:&lt;br /&gt;
*carve-&amp;gt;layer height: should be about 0.8*nozzle hole diameter, ship default is 0.4&lt;br /&gt;
*carve-&amp;gt;width over height: should be about 1.45, if threads in flat parts show gap make this value smaller&lt;br /&gt;
*speed-&amp;gt;flow rate: 255&lt;br /&gt;
*speed-&amp;gt;feed rate: start around 35mm/s&lt;br /&gt;
*fill-&amp;gt;infill solidity: 0.25 is adequate and not too slow. higher for stronger parts&lt;br /&gt;
*fill-&amp;gt;infill pattern: controls whether you get hashbrowns or honeycombs&lt;br /&gt;
*comb keeps it from driving through empty spaces and making stringies&lt;br /&gt;
*raft prints a waffle grid thingy to keep the corners held down - will be disabled for heated build platform&lt;br /&gt;
*raftless slows down the first layer and makes a short test extrusion, set this to about 10mm&lt;br /&gt;
*oozebane is useless, forget about it&lt;br /&gt;
*jitter is good, set it to a large value like 100&lt;br /&gt;
*stretch makes corners un-rounded, but can cause data overload stuttering if &amp;quot;stretch from distance&amp;quot; is too small&lt;br /&gt;
*wipe should be turned off&lt;br /&gt;
*outline should be turned on, it draws a rectangle around the first layer which lets you tweak the Z axis distance and ensure adhesion&lt;br /&gt;
&lt;br /&gt;
you can safely ignore the rest&lt;br /&gt;
&lt;br /&gt;
==== care and feeding ====&lt;br /&gt;
* don&#039;t leave the makerbot unattended for hours, as it can theoretically catch on fire (those heated bed wires are iffy)&lt;br /&gt;
* don&#039;t leave the extruder hot for hours. periodically flush through plastic to prevent it from oxidizing.&lt;br /&gt;
* if you are about to run out of filament, cut off both ends square with diagonal flush cutters (the blue cutters for electronics) and simply hold the filament together as it goes in&lt;br /&gt;
*if the filament strips out during use (extruder motor is on, temperature high enough, nothing happening) try pushing it down manually&lt;br /&gt;
** if this doesn&#039;t work, try reversing the motor until the filament comes out, cut it cleanly, and reinsert&lt;br /&gt;
** if it keeps stripping out, you may have to completely disassemble the extruder and remove plastic gunk from the gear teeth.&lt;br /&gt;
*** use a long 5/64&amp;quot; or 2mm allen key to set the extruder idler wheel/feed gear spacing&lt;br /&gt;
** try not to let it happen in the first place. stripping can be caused by setting the first layer too low, blocking the nozzle and letting pressure build up&lt;br /&gt;
*don&#039;t upgrade the firmware unless you&#039;re willing to deal with the consequences&lt;br /&gt;
*keep it away from bright light&lt;br /&gt;
*don&#039;t get any water on it&lt;br /&gt;
*never, never ever feed it after midnight.&lt;br /&gt;
&lt;br /&gt;
= Usage log =&lt;br /&gt;
please write your name, what you tried to make, and what happened below (pics or it didnt happen)&lt;br /&gt;
----&lt;br /&gt;
[[File:Minimendel_Z_leadscrew_base_motor.jpg|none|thumbnail|600px|mini mendel Z leadscrew base and motor mount. This bastard took 2 hours and almost the entire remaining roll of green. It started to peel up badly at the back corner. I rescued it by melting the corner back down with a soldering iron. [[User:Fenn|Fenn]] 13:07, 1 May 2010 (UTC)]]&lt;br /&gt;
&lt;br /&gt;
[[File:example.jpg|none|thumbnail|600px|caption text]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Construction log =&lt;br /&gt;
This describes the current progress of the building of the Makerbot.  Instructions are found [http://wiki.makerbot.com/cupcake here], and a forum for it is found [http://wiki.makerbot.com/forum/c-77688/talk-about-makerbot here].&lt;br /&gt;
&lt;br /&gt;
Noisebridge&#039;s Makerbot kit, thoughtfully purchased by Mitch, arrived at 83C on Monday evening, July 20.  Leading the assembly team is Joachim, along with Christoph, Rachel, Steve (Mr Domino), and Jeffrey (ieatlint).&lt;br /&gt;
&lt;br /&gt;
It took about an hour and a half to go through and check the parts against the [http://pony.noisebridge.net/~cmaier/makerbot/parts_lists.ods parts list].  &amp;lt;strike&amp;gt;We think we are missing a bag of &amp;quot;laser cut pulleys&amp;quot; but it&#039;s hard to be completely sure, as there are a LOT of parts and they are not all labeled exactly as in the parts list&amp;lt;/strike&amp;gt; A bag of &amp;quot;laser cut pulleys&amp;quot; was replaced by MakerBot-made pulleys, but the parts lists weren&#039;t updated.  We determined to start assembly anyway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cupcake [[Makerbot/Electronics|Electronics]] Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-electronics-assembly Instructions] Christoph soldering one of the [[Makerbot/Electronics/Stepper_driver|stepper motor drivers]], one of the [[Makerbot/Electronics/endstop_switches|endstop switches]], and the SMD parts on the [[Makerbot/Electronics/Motherboard|motherboard]] with only occasional bitching to people to &#039;&#039;&#039;&#039;&#039;STOP MOVING THE TABLE&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Motherboard is tested and able to control stepper motors.  Regular firmware needs to be flashed back onto it.  [http://wiki.makerbot.com/burn-custom-firmware-using-arduino This] may help. [[User:Ieatlint|Ieatlint]] 02:55, 25 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Pulley Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-pulley-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake CNC Body Assembly ==&lt;br /&gt;
We got the first part of the body together without difficulty, but had trouble with the Z stage as one of the parts had changed from when the docs were written.  The Z stage rod holding guides changed from being O-shaped to being U-shaped, and are marked &amp;quot;Z guides&amp;quot;.  The forums told us to use them anyway.&lt;br /&gt;
&lt;br /&gt;
The next problem was with threaded rods, which had been cut to size.  The ends of some would not take a nut.  We solved this with judicious use of the bench grinder.  There were LOTS of nut/rod jokes, and we were in a state where they were actually funny! [[User:Rachel|Rachel]] 10:08, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Progressed to and including the step entitled &amp;quot;Z-stage stepper wiring&amp;quot; as detailed on the body assembly [http://wiki.makerbot.com/cupcake-body-assembly instructions].  The body assembly is nearly completed. [[User:Ieatlint|Ieatlint]] 03:52, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Stages assembled and motherboard and stepper driver circuits in place. Driver boards are tested. Axis stops are installed, platforms still need craft stick beam breaks installed. -- [[User:JSharp|JSharp]] 06:45, 2 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Y Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-y-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake X Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-x-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Plastruder MK3 Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/plastruder-mk3-assembly Instructions]&lt;br /&gt;
*Note: Ubuntu 9.04 specific: the librxtxSerial.so and the RXTXcomm.jar that come in the replicatorg download need to be replaced with some binaries from this other place that I don&#039;t remember. -[[User:Elgreengeeto|Skory]]&lt;br /&gt;
&lt;br /&gt;
*Progressed through to end of Heater Barrel Assembly.   [[User:Miloh|Miloh]] 04:24, 21 July 2009 (PDT)&lt;br /&gt;
*Progressed through the Filament Drive Assembly, and Joachim mastered the extruder electronics.  [[User:Miloh|Miloh]] 02:03, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel through step 3. [[User:Miloh|Miloh]] 13:17, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel to the end.  [[User:Miloh|Miloh]] 20:46, 26 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
 Continue at Plastruder burn in test.  The burn in test can&#039;t be completed until the Thermistor and extruder board are recognized by the control system.&lt;br /&gt;
&lt;br /&gt;
*Plastruder board burnt out a few components on power up test. Ordered new plastruder driver from makerbot, should arrive at 83C soon. -- [[User:JSharp|JSharp]] 06:43, 2 August 2009 (PDT)&lt;br /&gt;
**New plastruder control board received and installed. -- [[User:JSharp|JSharp]] 10:52, 9 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
= Status Reports =&lt;br /&gt;
&lt;br /&gt;
== 10/18/09 ==&lt;br /&gt;
&lt;br /&gt;
Martin - The makerbot is working and printing objects well.  You will need to download and install &amp;quot;ReplicatorG&amp;quot; and &amp;quot;skeinforge&amp;quot; in order to use the bot. The software runs on Mac, Linux, and PC.   (skeinforge requires Python, ReplicatorG requires Java)  Example objects are next to the bot.&lt;br /&gt;
&lt;br /&gt;
The X/Y/Z stage endpoints are not yet installed.  It requires a number of popsicle sticks to be cut to the correct length and the stage to be calibrated.  You can operate the MakerBot with ***great*** care without them.  &lt;br /&gt;
&lt;br /&gt;
The extruder head has been upgraded to the Mark-4, with a new bearing and idler wheel.  Also, the extruder head is now insulated with the same material they use to insulate the Space Shuttle heat tiles from the skin of the shuttle itself.  *** IT IS EXPENSIVE.  PLEASE DON&#039;T TAKE APART! ***  I can&#039;t replace the material, it was given as a gift from a friend at JPL.  &lt;br /&gt;
&lt;br /&gt;
Please read all the instructions on how to use the MakerBot on the [[http://wiki.makerbot.com/|MakerBot Wiki Site]] before attempting to use it.&lt;br /&gt;
&lt;br /&gt;
== 08/24/09 ==&lt;br /&gt;
Thanks to excellent efforts and support from Martin, the MakerBot is now in a semi-functional state.  There are three things that need to be worked on, however:&lt;br /&gt;
# The Y stage endpoint is installed incorrectly (the Y stage and physically crash into it)&lt;br /&gt;
# The nichrome wire needs to be better insulated so it can maintain higher temperatures and consistent temperatures.&lt;br /&gt;
# The feeding mechanism needs to be reviewed, as it appears that it fails to operate reliably.&lt;br /&gt;
&lt;br /&gt;
Please do NOT attempt to disassemble the plastruder header.&lt;br /&gt;
Also, do NOT attempt to operate the MakerBot unless you really know what you&#039;re doing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 01/10/2010 ==&lt;br /&gt;
Much has happened to the Makerbot since last noted,&lt;br /&gt;
the broken idler wheel was replaced and the extruder head assembly was upgraded by me using parts from Bre when he was here. Thanks Bre!&lt;br /&gt;
I also at that time upgraded the firmware and printed a bunch of skull throwies, yay! &lt;br /&gt;
Time has passed between then and now and many people have been reporting the makerbot in sickly condition, after much testing I am glad to report this not the case. go go makerbot!&lt;br /&gt;
&lt;br /&gt;
== 03/10/2010 ==&lt;br /&gt;
Bre was here on 20/2 and installed a heated build platform on the Makerbot. The heated platform is a new development, still in prototype stage. It is awesome because it prevents warping, and allows workpieces to stick to the build platform without having to build a raft.&lt;br /&gt;
&lt;br /&gt;
He left a sheet of instructions, they say:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... While here we set you up with a heated build platform. It&#039;s&lt;br /&gt;
hooked up to the fans pot. So before you print, go into the control&lt;br /&gt;
panel and click [x] fan and it will turn it on. Let it warm up for at&lt;br /&gt;
least 5 minutes and then print on it. When the model is done, let it&lt;br /&gt;
cool for 5 minutes and it will &#039;pop&#039; right off the warm kapton tape.&lt;br /&gt;
&lt;br /&gt;
We are also leaving you a spare parts kit for the extruder. Your&lt;br /&gt;
nozzle is super thick and slow. This new nozzle has a smaller nozzle&lt;br /&gt;
hole. Make it, use it, love it!&lt;br /&gt;
&lt;br /&gt;
Bre and Zack, Makerbot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When asked about the workings of the heated build platform, he said:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Yup, ours is a prototype part, it&#039;s awesome but not very well documented.&lt;br /&gt;
&lt;br /&gt;
You want to plug it in above the mosfet that usually runs the fan.&lt;br /&gt;
&lt;br /&gt;
You can then go into the control panel and just turn the fan on, let&lt;br /&gt;
it heat up for 8-10 minutes and it will get to about 110F.&lt;br /&gt;
&lt;br /&gt;
Print away and remember to turn it off and unplug the bot when you&#039;re done!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Please note that he&#039;s left us the parts for an improved extruder - up to us to build it - and some of the new colored ABS plastic.&lt;br /&gt;
&lt;br /&gt;
== 04/03/2010 ==&lt;br /&gt;
After using the makerbot all day I (fenn) noticed the Z axis was consistently jamming up when traversing above 125mm/min. Several hours of head-scratching later I discovered that the heated platform would cause the large acrylic plate that holds the extruder to heat up and expand, pushing outwards on the Z-axis nuts and causing the mechanism to bind ever so slightly. The simple fix of filing the plate down was complicated by the lack of small files and the fact that the machine was assembled wrong, requiring removal of the four small u-shaped plywood &amp;quot;guide plates&amp;quot;, which I put back in the correct orientation: gap outwards.&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure the heated build platform actually ever gets hot enough for ABS to stick to the kapton tape. It seems to max out at 95 celsius, as measured with an infrared thermometer. The RepRap wiki suggests 120-220 degrees for ABS. Perhaps connect the platform directly to a higher voltage power supply?&lt;br /&gt;
&lt;br /&gt;
Lacking a hot enough bed for the first layer to stick to, blue masking tape sorta almost works (the first time you use it), and I got much better results when I taped a business card on top and printed on that instead. I printed a few gears and hope to add a [http://www.thingiverse.com/thing:1794 &amp;quot;wade extruder&amp;quot;] soonish.&lt;br /&gt;
&lt;br /&gt;
== 04/09/2010 ==&lt;br /&gt;
I (fenn) came in today and it appeared that nobody had touched the makerbot since I last left it. But the nozzle wouldn&#039;t heat up. Voltage to the wires, it just didnt get hot. So, heeding the warning to not disassemble the nozzle, I removed it and swapped in another one, which works a lot better anyway. Then I attached a 16V transformer to the heated bed, and now it gets up to 165C which is much better than the old 90C running on 12V. Now the first layer actually sticks! Z axis seems to still be jamming up; I didn&#039;t file the notches deep enough I guess. Wish I had more time to play with it. Skeinforge settings that seem to work with ABS:&lt;br /&gt;
layer height: 0.4mm, flow rate: 255, feed rate: 25mm/s.&lt;br /&gt;
&lt;br /&gt;
== 04/11/2010 ==&lt;br /&gt;
added a fan to cool off the acrylic plate. make sure you enable the fan before printing and it shouldn&#039;t jam up anymore. seems to be working reliably now.&lt;br /&gt;
&lt;br /&gt;
hint: instead of trying to adjust the Z zero in software, manually adjust the height as it prints the first layer.&lt;br /&gt;
&lt;br /&gt;
caution: plugging in or unplugging the heater transformer may cause the power strip breaker to trip and reset the makerbot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 04/13/2010 ==&lt;br /&gt;
leveled bed by shaving down tabs that were sticking up, pushing magnets back in, and adding a small strip of kapton tape. adjusted toothed gear/idler wheel spacing with 5/64 allen key.&lt;br /&gt;
&lt;br /&gt;
Some of the magnets on the Y stage are in sideways (poles on left &amp;amp; right), not upright (poles on top &amp;amp; bottom). I found this when building my Makerbot, since I wanted the build platform to be interoperable, I tried placing the magnets on the Y stage of the NB &#039;bot to check polarity, and found that they were sticking corner-to-corner, not face-to-face. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
== 06/10/2010 ==&lt;br /&gt;
I&#039;ve taken in two functioning nozzle assemblies, and an extruder block with double idler wheel. These should help get the &#039;bot up and running. The nozzles may need to be heated up, PTFE insulator removed and cleaned. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
What is the large spool of white plastic next to the Makerbot? It seems a lot softer than ABS, and certainly acts strange when I try to print with it. (It is so soft that it scrunches up in the extruder feed channel, and the pinch wheel starts grinding into it super quickly. It doesn&#039;t stink when heated.) Could it be Shapelock? - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;it is PLA, rather than ABS.  It melts at a much, much lower temperature.&#039;&#039; - Martin&lt;br /&gt;
&lt;br /&gt;
It&#039;s not PLA, far too soft. There&#039;s some green PLA in the bag on top of the pile. I think it&#039;s HDPE. Smells like HDPE too. (like a blown out candle.) - fenn&lt;br /&gt;
&lt;br /&gt;
== 9/24/2010 ==&lt;br /&gt;
&lt;br /&gt;
The Makerbot is broken...&lt;br /&gt;
&lt;br /&gt;
d&#039;oh!&lt;br /&gt;
&lt;br /&gt;
i&#039;m really not sure what happened. i was cleaning out the extruder and i think one of the green wires touched the large metal washer; there was a spark and a small poof next to the rj-45 connector on the extruder board, and now nothing turns on. sigh.&lt;br /&gt;
&lt;br /&gt;
[[File:IMG_2929.JPG|right|thumbnail|alt=two sample pieces, side view|corroborating evidence]]&lt;br /&gt;
I swapped in one of Gian Pablo&#039;s extruders and bought a new 606 bearing for the gearmotor. (somehow the original must have fallen out and gotten lost.) Lots of jamming up and cussing ensued. Some adjustments were made, much filament run through the machine, and I deduced that the &#039;&#039;&#039;NEW EXTRUDER REQURIES THE FAN ON&#039;&#039;&#039; whenever it is at operating temperature. I got it to print out a timing pulley on the fifth try, and reliably printing after that, using the same settings as before.&lt;br /&gt;
&lt;br /&gt;
The nozzles I left seem to print reliably at much lower temperatures, try 195C and see how that goes. [gian pablo]&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=16062</id>
		<title>Makerbot</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=16062"/>
		<updated>2011-01-29T16:23:02Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: /* fire the makerbot */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
=Help is on the way for the Makerbot (2011-28-01) =&lt;br /&gt;
&lt;br /&gt;
I&#039;ve ordered an extensive selection of parts, including new extruder, heated build platform, extruder board etc. Should be here next week. &lt;br /&gt;
&lt;br /&gt;
We&#039;ve started work on this. I&#039;ve also started printing a replacement XY stage (http://www.thingiverse.com/thing:4213) on my Makerbot, and ordered the parts for it (bearings, nuts, screws, washers).&lt;br /&gt;
&lt;br /&gt;
[gian pablo]&lt;br /&gt;
&lt;br /&gt;
=Parts are here, repairs started (2011-01-14) =&lt;br /&gt;
&lt;br /&gt;
All the parts have arrived. Miloh unpacked them and started working on it. Things to do:&lt;br /&gt;
&lt;br /&gt;
* Assemble heated build platform&lt;br /&gt;
* Assemble relay board&lt;br /&gt;
* Assemble Plastruder Mk 5&lt;br /&gt;
* Replace extruder controller (and motherboard if necessary)&lt;br /&gt;
* Clean the &#039;bot&lt;br /&gt;
* Calibrate it&lt;br /&gt;
&lt;br /&gt;
=How to Use the Makerbot=&lt;br /&gt;
if it breaks, we can fix it. don&#039;t be afraid of the makerbot! I&#039;ve crashed it hundreds of times and only permanently broke something once.&lt;br /&gt;
&lt;br /&gt;
====install some software first====&lt;br /&gt;
&lt;br /&gt;
* Install Java (if you don&#039;t already have it) - http://www.java.com/en/download/index.jsp&lt;br /&gt;
&lt;br /&gt;
* Install Python (if you don&#039;t already have it). http://www.python.org/download/ &lt;br /&gt;
&lt;br /&gt;
* Optionally, install PsyCo, it will make things run much faster.&lt;br /&gt;
&lt;br /&gt;
* get yourself a copy of replicatorg: http://replicat.org/download&lt;br /&gt;
&lt;br /&gt;
ReplicatorG now includes various versions of the Skeinforge slicing utility, so no need to download and install separately.&lt;br /&gt;
&lt;br /&gt;
You are done.&lt;br /&gt;
&lt;br /&gt;
====using the software====&lt;br /&gt;
&lt;br /&gt;
* Start ReplicatorG.&lt;br /&gt;
&lt;br /&gt;
* Open an STL file. You should see a 3D image of your model.&lt;br /&gt;
&lt;br /&gt;
* Press the &#039;generate GCode&#039; button on the right. &lt;br /&gt;
&lt;br /&gt;
* You will be asked to choose a profile. Currently you are looking at Cupcake CNC Mk4, but very soon you will want Cupcake CNC Mk5 with Heated Build Platform.&lt;br /&gt;
&lt;br /&gt;
* It will take a while to build the GCode for the model. Go talk to visitors to the space and tell them not to sleep here.&lt;br /&gt;
&lt;br /&gt;
* Refer to the detailed instructions on the Makerbot site for more up-to-date tips and instructions (they change often):  http://wiki.makerbot.com/how-to-print&lt;br /&gt;
&lt;br /&gt;
====fire the makerbot====&lt;br /&gt;
&lt;br /&gt;
Instructions have been updated to reflect the (coming) new and improved Makerbot.&lt;br /&gt;
&lt;br /&gt;
* turn on the makerbot PSU, it&#039;s a switch in the back&lt;br /&gt;
* plug in the makerbot usb cable&lt;br /&gt;
* run replicatorg (./replicatorg)&lt;br /&gt;
* (firmware should be updated)&lt;br /&gt;
* the first time you run it, machine-&amp;gt;driver-&amp;gt;cupcake CNC with heated build platform&lt;br /&gt;
* also machine-&amp;gt;serial port, choose whatever serial port is being emulated via USB &lt;br /&gt;
* click on the 4 arrows symbol (control panel)&lt;br /&gt;
** lay a small piece of paper on the platform&lt;br /&gt;
** remove any crud from the nozzle with bent nose pliers (hidden under the EFF hat)&lt;br /&gt;
** move X, Y to the center of the platform (you can do this by pressing Disable steppers, then moving it by hand)&lt;br /&gt;
** jog down in Z first in 10mm increments, then 1mm increments, until there is maximum drag force on the paper&lt;br /&gt;
** jog up in 0.1mm increments until the drag lessens&lt;br /&gt;
** click &amp;quot;set zero&amp;quot;&lt;br /&gt;
** at the bottom of the control panel there are some settings, set them in this order&lt;br /&gt;
*** Motor Speed (PWM): 255&lt;br /&gt;
*** Target Temperature: 220&lt;br /&gt;
*** Heated Build Platform: 100&lt;br /&gt;
*** Motor Control: Stop&lt;br /&gt;
** wait until the temperature is above 200 then try a test extrusion (click Motor Control: forward)&lt;br /&gt;
*** if nothing happens in ten seconds, stop before you strip out the teeth on the filament&lt;br /&gt;
*** if you accidentally start the motor before it&#039;s hot, you can fix it by manually pushing the filament into the extruder with some pliers&lt;br /&gt;
* the build platform should be plenty hot now&lt;br /&gt;
** there might be an IR thermometer in a little duct tape pouch thingy&lt;br /&gt;
** it should be around 120-130C for best results&lt;br /&gt;
* remove ooze from the nozzle with pliers&lt;br /&gt;
* file-&amp;gt;open the .gcode file you created earlier with skeinforge&lt;br /&gt;
* click &#039;build&#039; (the solid kidney bean)&lt;br /&gt;
* if the first layer doesn&#039;t stick at all or peels loose immediately, adjust the z axis down by turning the pulley on top of the makerbot&lt;br /&gt;
* if the first layer starts getting fugly during the infill, with crap building up on the nozzle, adjust the z axis up a few steps until it looks perfectly flat with no &amp;quot;fuzz&amp;quot;&lt;br /&gt;
***note to self: get some pics and video of first layer too high, first layer too low, and verify zeroing procedure&lt;br /&gt;
* now since it probably screwed up somehow, hit stop and remove the grossness with the plastic scraper and/or pliers&lt;br /&gt;
* it should still be zeroed, and hopefully at the correct height adjustment now, so just click &#039;build&#039; again&lt;br /&gt;
* if you can&#039;t get it to stick at all, the platform is probably at the wrong temperature.&lt;br /&gt;
** wait five minutes for it to warm up completely&lt;br /&gt;
[[File:Nophead_pulleys_side.jpg|right|thumbnail|alt=two sample pieces, side view|your part should look like this or better. I still hadn&#039;t tweaked the feedrate perfectly for colored plastic, hence the blobbiness.]]&lt;br /&gt;
&lt;br /&gt;
* ok now presumably you&#039;re done printing and nothing went wrong. &lt;br /&gt;
** jog Z+ 20mm to give yourself some room&lt;br /&gt;
** wait for the piece to cool down, 3 to 5 minutes should be enough&lt;br /&gt;
** now just peel it off with your hand&lt;br /&gt;
*** be careful, the part is still soft and can deform&lt;br /&gt;
*** it may need a little help with a disposable utility knife or the plastic scraper to break the seal underneath the part&lt;br /&gt;
*** it&#039;s easier if you remove the build platform - it&#039;s held on with magnets&lt;br /&gt;
&lt;br /&gt;
==== tweaking skeinforge ====&lt;br /&gt;
[[File:Nophead_pulleys_top.jpg|right|thumbnail|alt=two sample pieces, top view|note the incomplete infill on the right; this was due to improper perimeter width settings. note the square teeth on the left; this is because &amp;quot;stretch&amp;quot; is turned on. this is a good thing.]]&lt;br /&gt;
there are about 300 different &amp;quot;craft&amp;quot; settings in skeinforge, and they all interrelate in confusing ways. here&#039;s a quick overview of the important ones:&lt;br /&gt;
*carve-&amp;gt;layer height: should be about 0.8*nozzle hole diameter&lt;br /&gt;
*speed-&amp;gt;flow rate: 255&lt;br /&gt;
*speed-&amp;gt;feed rate: start around 25mm/s&lt;br /&gt;
*speed-&amp;gt;bridge feed rate multiplier: can be important on parts with bridges, but has a bug that messes up other parts&lt;br /&gt;
*fill-&amp;gt;infill solidity: 0.4 is adequate and not too slow. higher for stronger parts&lt;br /&gt;
*fill-&amp;gt;infill pattern: controls whether you get hashbrowns or honeycombs&lt;br /&gt;
*comb keeps it from driving through empty spaces and making stringies&lt;br /&gt;
*raft prints a waffle grid thingy to keep the corners held down&lt;br /&gt;
*raftless slows down the first layer and makes a short test extrusion, set this to about 10mm&lt;br /&gt;
*oozebane is useless, forget about it&lt;br /&gt;
*jitter is good, set it to a large value like 100&lt;br /&gt;
*stretch makes corners un-rounded, but can cause data overload stuttering if &amp;quot;stretch from distance&amp;quot; is too small&lt;br /&gt;
&lt;br /&gt;
you can safely ignore the rest&lt;br /&gt;
&lt;br /&gt;
==== care and feeding ====&lt;br /&gt;
* don&#039;t leave the makerbot unattended for hours, as it can theoretically catch on fire (those heated bed wires are iffy)&lt;br /&gt;
* don&#039;t leave the extruder hot for hours. periodically flush through plastic to prevent it from oxidizing.&lt;br /&gt;
* if you are about to run out of filament, cut off both ends square with diagonal flush cutters (the blue cutters for electronics) and simply hold the filament together as it goes in&lt;br /&gt;
*if the filament strips out during use (extruder motor is on, temperature high enough, nothing happening) try pushing it down manually&lt;br /&gt;
** if this doesn&#039;t work, try reversing the motor until the filament comes out, cut it cleanly, and reinsert&lt;br /&gt;
** if it keeps stripping out, you may have to completely disassemble the extruder and remove plastic gunk from the gear teeth.&lt;br /&gt;
*** use a long 5/64&amp;quot; or 2mm allen key to set the extruder idler wheel/feed gear spacing&lt;br /&gt;
** try not to let it happen in the first place. stripping can be caused by setting the first layer too low, blocking the nozzle and letting pressure build up&lt;br /&gt;
*don&#039;t upgrade the firmware unless you&#039;re willing to deal with the consequences&lt;br /&gt;
*keep it away from bright light&lt;br /&gt;
*don&#039;t get any water on it&lt;br /&gt;
*never, never ever feed it after midnight.&lt;br /&gt;
&lt;br /&gt;
= Usage log =&lt;br /&gt;
please write your name, what you tried to make, and what happened below (pics or it didnt happen)&lt;br /&gt;
----&lt;br /&gt;
[[File:Minimendel_Z_leadscrew_base_motor.jpg|none|thumbnail|600px|mini mendel Z leadscrew base and motor mount. This bastard took 2 hours and almost the entire remaining roll of green. It started to peel up badly at the back corner. I rescued it by melting the corner back down with a soldering iron. [[User:Fenn|Fenn]] 13:07, 1 May 2010 (UTC)]]&lt;br /&gt;
&lt;br /&gt;
[[File:example.jpg|none|thumbnail|600px|caption text]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Construction log =&lt;br /&gt;
This describes the current progress of the building of the Makerbot.  Instructions are found [http://wiki.makerbot.com/cupcake here], and a forum for it is found [http://wiki.makerbot.com/forum/c-77688/talk-about-makerbot here].&lt;br /&gt;
&lt;br /&gt;
Noisebridge&#039;s Makerbot kit, thoughtfully purchased by Mitch, arrived at 83C on Monday evening, July 20.  Leading the assembly team is Joachim, along with Christoph, Rachel, Steve (Mr Domino), and Jeffrey (ieatlint).&lt;br /&gt;
&lt;br /&gt;
It took about an hour and a half to go through and check the parts against the [http://pony.noisebridge.net/~cmaier/makerbot/parts_lists.ods parts list].  &amp;lt;strike&amp;gt;We think we are missing a bag of &amp;quot;laser cut pulleys&amp;quot; but it&#039;s hard to be completely sure, as there are a LOT of parts and they are not all labeled exactly as in the parts list&amp;lt;/strike&amp;gt; A bag of &amp;quot;laser cut pulleys&amp;quot; was replaced by MakerBot-made pulleys, but the parts lists weren&#039;t updated.  We determined to start assembly anyway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cupcake [[Makerbot/Electronics|Electronics]] Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-electronics-assembly Instructions] Christoph soldering one of the [[Makerbot/Electronics/Stepper_driver|stepper motor drivers]], one of the [[Makerbot/Electronics/endstop_switches|endstop switches]], and the SMD parts on the [[Makerbot/Electronics/Motherboard|motherboard]] with only occasional bitching to people to &#039;&#039;&#039;&#039;&#039;STOP MOVING THE TABLE&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Motherboard is tested and able to control stepper motors.  Regular firmware needs to be flashed back onto it.  [http://wiki.makerbot.com/burn-custom-firmware-using-arduino This] may help. [[User:Ieatlint|Ieatlint]] 02:55, 25 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Pulley Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-pulley-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake CNC Body Assembly ==&lt;br /&gt;
We got the first part of the body together without difficulty, but had trouble with the Z stage as one of the parts had changed from when the docs were written.  The Z stage rod holding guides changed from being O-shaped to being U-shaped, and are marked &amp;quot;Z guides&amp;quot;.  The forums told us to use them anyway.&lt;br /&gt;
&lt;br /&gt;
The next problem was with threaded rods, which had been cut to size.  The ends of some would not take a nut.  We solved this with judicious use of the bench grinder.  There were LOTS of nut/rod jokes, and we were in a state where they were actually funny! [[User:Rachel|Rachel]] 10:08, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Progressed to and including the step entitled &amp;quot;Z-stage stepper wiring&amp;quot; as detailed on the body assembly [http://wiki.makerbot.com/cupcake-body-assembly instructions].  The body assembly is nearly completed. [[User:Ieatlint|Ieatlint]] 03:52, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Stages assembled and motherboard and stepper driver circuits in place. Driver boards are tested. Axis stops are installed, platforms still need craft stick beam breaks installed. -- [[User:JSharp|JSharp]] 06:45, 2 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Y Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-y-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake X Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-x-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Plastruder MK3 Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/plastruder-mk3-assembly Instructions]&lt;br /&gt;
*Note: Ubuntu 9.04 specific: the librxtxSerial.so and the RXTXcomm.jar that come in the replicatorg download need to be replaced with some binaries from this other place that I don&#039;t remember. -[[User:Elgreengeeto|Skory]]&lt;br /&gt;
&lt;br /&gt;
*Progressed through to end of Heater Barrel Assembly.   [[User:Miloh|Miloh]] 04:24, 21 July 2009 (PDT)&lt;br /&gt;
*Progressed through the Filament Drive Assembly, and Joachim mastered the extruder electronics.  [[User:Miloh|Miloh]] 02:03, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel through step 3. [[User:Miloh|Miloh]] 13:17, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel to the end.  [[User:Miloh|Miloh]] 20:46, 26 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
 Continue at Plastruder burn in test.  The burn in test can&#039;t be completed until the Thermistor and extruder board are recognized by the control system.&lt;br /&gt;
&lt;br /&gt;
*Plastruder board burnt out a few components on power up test. Ordered new plastruder driver from makerbot, should arrive at 83C soon. -- [[User:JSharp|JSharp]] 06:43, 2 August 2009 (PDT)&lt;br /&gt;
**New plastruder control board received and installed. -- [[User:JSharp|JSharp]] 10:52, 9 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
= Status Reports =&lt;br /&gt;
&lt;br /&gt;
== 10/18/09 ==&lt;br /&gt;
&lt;br /&gt;
Martin - The makerbot is working and printing objects well.  You will need to download and install &amp;quot;ReplicatorG&amp;quot; and &amp;quot;skeinforge&amp;quot; in order to use the bot. The software runs on Mac, Linux, and PC.   (skeinforge requires Python, ReplicatorG requires Java)  Example objects are next to the bot.&lt;br /&gt;
&lt;br /&gt;
The X/Y/Z stage endpoints are not yet installed.  It requires a number of popsicle sticks to be cut to the correct length and the stage to be calibrated.  You can operate the MakerBot with ***great*** care without them.  &lt;br /&gt;
&lt;br /&gt;
The extruder head has been upgraded to the Mark-4, with a new bearing and idler wheel.  Also, the extruder head is now insulated with the same material they use to insulate the Space Shuttle heat tiles from the skin of the shuttle itself.  *** IT IS EXPENSIVE.  PLEASE DON&#039;T TAKE APART! ***  I can&#039;t replace the material, it was given as a gift from a friend at JPL.  &lt;br /&gt;
&lt;br /&gt;
Please read all the instructions on how to use the MakerBot on the [[http://wiki.makerbot.com/|MakerBot Wiki Site]] before attempting to use it.&lt;br /&gt;
&lt;br /&gt;
== 08/24/09 ==&lt;br /&gt;
Thanks to excellent efforts and support from Martin, the MakerBot is now in a semi-functional state.  There are three things that need to be worked on, however:&lt;br /&gt;
# The Y stage endpoint is installed incorrectly (the Y stage and physically crash into it)&lt;br /&gt;
# The nichrome wire needs to be better insulated so it can maintain higher temperatures and consistent temperatures.&lt;br /&gt;
# The feeding mechanism needs to be reviewed, as it appears that it fails to operate reliably.&lt;br /&gt;
&lt;br /&gt;
Please do NOT attempt to disassemble the plastruder header.&lt;br /&gt;
Also, do NOT attempt to operate the MakerBot unless you really know what you&#039;re doing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 01/10/2010 ==&lt;br /&gt;
Much has happened to the Makerbot since last noted,&lt;br /&gt;
the broken idler wheel was replaced and the extruder head assembly was upgraded by me using parts from Bre when he was here. Thanks Bre!&lt;br /&gt;
I also at that time upgraded the firmware and printed a bunch of skull throwies, yay! &lt;br /&gt;
Time has passed between then and now and many people have been reporting the makerbot in sickly condition, after much testing I am glad to report this not the case. go go makerbot!&lt;br /&gt;
&lt;br /&gt;
== 03/10/2010 ==&lt;br /&gt;
Bre was here on 20/2 and installed a heated build platform on the Makerbot. The heated platform is a new development, still in prototype stage. It is awesome because it prevents warping, and allows workpieces to stick to the build platform without having to build a raft.&lt;br /&gt;
&lt;br /&gt;
He left a sheet of instructions, they say:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... While here we set you up with a heated build platform. It&#039;s&lt;br /&gt;
hooked up to the fans pot. So before you print, go into the control&lt;br /&gt;
panel and click [x] fan and it will turn it on. Let it warm up for at&lt;br /&gt;
least 5 minutes and then print on it. When the model is done, let it&lt;br /&gt;
cool for 5 minutes and it will &#039;pop&#039; right off the warm kapton tape.&lt;br /&gt;
&lt;br /&gt;
We are also leaving you a spare parts kit for the extruder. Your&lt;br /&gt;
nozzle is super thick and slow. This new nozzle has a smaller nozzle&lt;br /&gt;
hole. Make it, use it, love it!&lt;br /&gt;
&lt;br /&gt;
Bre and Zack, Makerbot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When asked about the workings of the heated build platform, he said:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Yup, ours is a prototype part, it&#039;s awesome but not very well documented.&lt;br /&gt;
&lt;br /&gt;
You want to plug it in above the mosfet that usually runs the fan.&lt;br /&gt;
&lt;br /&gt;
You can then go into the control panel and just turn the fan on, let&lt;br /&gt;
it heat up for 8-10 minutes and it will get to about 110F.&lt;br /&gt;
&lt;br /&gt;
Print away and remember to turn it off and unplug the bot when you&#039;re done!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Please note that he&#039;s left us the parts for an improved extruder - up to us to build it - and some of the new colored ABS plastic.&lt;br /&gt;
&lt;br /&gt;
== 04/03/2010 ==&lt;br /&gt;
After using the makerbot all day I (fenn) noticed the Z axis was consistently jamming up when traversing above 125mm/min. Several hours of head-scratching later I discovered that the heated platform would cause the large acrylic plate that holds the extruder to heat up and expand, pushing outwards on the Z-axis nuts and causing the mechanism to bind ever so slightly. The simple fix of filing the plate down was complicated by the lack of small files and the fact that the machine was assembled wrong, requiring removal of the four small u-shaped plywood &amp;quot;guide plates&amp;quot;, which I put back in the correct orientation: gap outwards.&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure the heated build platform actually ever gets hot enough for ABS to stick to the kapton tape. It seems to max out at 95 celsius, as measured with an infrared thermometer. The RepRap wiki suggests 120-220 degrees for ABS. Perhaps connect the platform directly to a higher voltage power supply?&lt;br /&gt;
&lt;br /&gt;
Lacking a hot enough bed for the first layer to stick to, blue masking tape sorta almost works (the first time you use it), and I got much better results when I taped a business card on top and printed on that instead. I printed a few gears and hope to add a [http://www.thingiverse.com/thing:1794 &amp;quot;wade extruder&amp;quot;] soonish.&lt;br /&gt;
&lt;br /&gt;
== 04/09/2010 ==&lt;br /&gt;
I (fenn) came in today and it appeared that nobody had touched the makerbot since I last left it. But the nozzle wouldn&#039;t heat up. Voltage to the wires, it just didnt get hot. So, heeding the warning to not disassemble the nozzle, I removed it and swapped in another one, which works a lot better anyway. Then I attached a 16V transformer to the heated bed, and now it gets up to 165C which is much better than the old 90C running on 12V. Now the first layer actually sticks! Z axis seems to still be jamming up; I didn&#039;t file the notches deep enough I guess. Wish I had more time to play with it. Skeinforge settings that seem to work with ABS:&lt;br /&gt;
layer height: 0.4mm, flow rate: 255, feed rate: 25mm/s.&lt;br /&gt;
&lt;br /&gt;
== 04/11/2010 ==&lt;br /&gt;
added a fan to cool off the acrylic plate. make sure you enable the fan before printing and it shouldn&#039;t jam up anymore. seems to be working reliably now.&lt;br /&gt;
&lt;br /&gt;
hint: instead of trying to adjust the Z zero in software, manually adjust the height as it prints the first layer.&lt;br /&gt;
&lt;br /&gt;
caution: plugging in or unplugging the heater transformer may cause the power strip breaker to trip and reset the makerbot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 04/13/2010 ==&lt;br /&gt;
leveled bed by shaving down tabs that were sticking up, pushing magnets back in, and adding a small strip of kapton tape. adjusted toothed gear/idler wheel spacing with 5/64 allen key.&lt;br /&gt;
&lt;br /&gt;
Some of the magnets on the Y stage are in sideways (poles on left &amp;amp; right), not upright (poles on top &amp;amp; bottom). I found this when building my Makerbot, since I wanted the build platform to be interoperable, I tried placing the magnets on the Y stage of the NB &#039;bot to check polarity, and found that they were sticking corner-to-corner, not face-to-face. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
== 06/10/2010 ==&lt;br /&gt;
I&#039;ve taken in two functioning nozzle assemblies, and an extruder block with double idler wheel. These should help get the &#039;bot up and running. The nozzles may need to be heated up, PTFE insulator removed and cleaned. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
What is the large spool of white plastic next to the Makerbot? It seems a lot softer than ABS, and certainly acts strange when I try to print with it. (It is so soft that it scrunches up in the extruder feed channel, and the pinch wheel starts grinding into it super quickly. It doesn&#039;t stink when heated.) Could it be Shapelock? - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;it is PLA, rather than ABS.  It melts at a much, much lower temperature.&#039;&#039; - Martin&lt;br /&gt;
&lt;br /&gt;
It&#039;s not PLA, far too soft. There&#039;s some green PLA in the bag on top of the pile. I think it&#039;s HDPE. Smells like HDPE too. (like a blown out candle.) - fenn&lt;br /&gt;
&lt;br /&gt;
== 9/24/2010 ==&lt;br /&gt;
&lt;br /&gt;
The Makerbot is broken...&lt;br /&gt;
&lt;br /&gt;
d&#039;oh!&lt;br /&gt;
&lt;br /&gt;
i&#039;m really not sure what happened. i was cleaning out the extruder and i think one of the green wires touched the large metal washer; there was a spark and a small poof next to the rj-45 connector on the extruder board, and now nothing turns on. sigh.&lt;br /&gt;
&lt;br /&gt;
[[File:IMG_2929.JPG|right|thumbnail|alt=two sample pieces, side view|corroborating evidence]]&lt;br /&gt;
I swapped in one of Gian Pablo&#039;s extruders and bought a new 606 bearing for the gearmotor. (somehow the original must have fallen out and gotten lost.) Lots of jamming up and cussing ensued. Some adjustments were made, much filament run through the machine, and I deduced that the &#039;&#039;&#039;NEW EXTRUDER REQURIES THE FAN ON&#039;&#039;&#039; whenever it is at operating temperature. I got it to print out a timing pulley on the fifth try, and reliably printing after that, using the same settings as before.&lt;br /&gt;
&lt;br /&gt;
The nozzles I left seem to print reliably at much lower temperatures, try 195C and see how that goes. [gian pablo]&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=15840</id>
		<title>Makerbot</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=15840"/>
		<updated>2011-01-15T05:43:53Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: /* Help is on the way for the Makerbot (2011-01-02) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
=Help is on the way for the Makerbot (2011-01-02) =&lt;br /&gt;
&lt;br /&gt;
I&#039;ve ordered an extensive selection of parts, including new extruder, heated build platform, extruder board etc. Should be here next week. [gian pablo]&lt;br /&gt;
&lt;br /&gt;
=Parts are here, repairs started (2011-01-14) =&lt;br /&gt;
&lt;br /&gt;
All the parts have arrived. Miloh unpacked them and started working on it. Things to do:&lt;br /&gt;
&lt;br /&gt;
* Assemble heated build platform&lt;br /&gt;
* Assemble relay board&lt;br /&gt;
* Assemble Plastruder Mk 5&lt;br /&gt;
* Replace extruder controller (and motherboard if necessary)&lt;br /&gt;
* Clean the &#039;bot&lt;br /&gt;
* Calibrate it&lt;br /&gt;
&lt;br /&gt;
=How to Use the Makerbot=&lt;br /&gt;
if it breaks, we can fix it. don&#039;t be afraid of the makerbot! I&#039;ve crashed it hundreds of times and only permanently broke something once.&lt;br /&gt;
&lt;br /&gt;
====install some software first====&lt;br /&gt;
&lt;br /&gt;
* Install Java (if you don&#039;t already have it) - http://www.java.com/en/download/index.jsp&lt;br /&gt;
&lt;br /&gt;
* Install Python (if you don&#039;t already have it). http://www.python.org/download/ &lt;br /&gt;
&lt;br /&gt;
* Optionally, install PsyCo, it will make things run much faster.&lt;br /&gt;
&lt;br /&gt;
* get yourself a copy of replicatorg: http://replicat.org/download&lt;br /&gt;
&lt;br /&gt;
ReplicatorG now includes various versions of the Skeinforge slicing utility, so no need to download and install separately.&lt;br /&gt;
&lt;br /&gt;
You are done.&lt;br /&gt;
&lt;br /&gt;
====using the software====&lt;br /&gt;
&lt;br /&gt;
* Start ReplicatorG.&lt;br /&gt;
&lt;br /&gt;
* Open an STL file. You should see a 3D image of your model.&lt;br /&gt;
&lt;br /&gt;
* Press the &#039;generate GCode&#039; button on the right. &lt;br /&gt;
&lt;br /&gt;
* You will be asked to choose a profile. Currently you are looking at Cupcake CNC Mk4, but very soon you will want Cupcake CNC Mk5 with Heated Build Platform.&lt;br /&gt;
&lt;br /&gt;
* It will take a while to build the GCode for the model. Go talk to visitors to the space and tell them not to sleep here.&lt;br /&gt;
&lt;br /&gt;
* Refer to the detailed instructions on the Makerbot site for more up-to-date tips and instructions (they change often):  http://wiki.makerbot.com/how-to-print&lt;br /&gt;
&lt;br /&gt;
====fire the makerbot====&lt;br /&gt;
&lt;br /&gt;
Watch this space for changes, as the new extruder and build platform are installed.&lt;br /&gt;
&lt;br /&gt;
* plug in the heated build platform. yes, it&#039;s just some wires from the transformer shoved in a monitor power cord.&lt;br /&gt;
* turn on the makerbot PSU, it&#039;s a switch in the back&lt;br /&gt;
* plug in the makerbot usb cable&lt;br /&gt;
* run replicatorg (./replicatorg)&lt;br /&gt;
* please don&#039;t upload any firmware&lt;br /&gt;
* the first time you run it, machine-&amp;gt;driver-&amp;gt;cupcake CNC&lt;br /&gt;
* click on the 4 arrows symbol (control panel)&lt;br /&gt;
** lay a small piece of paper on the platform&lt;br /&gt;
** remove any crud from the nozzle with bent nose pliers (hidden under the EFF hat)&lt;br /&gt;
** move X, Y to the center of the platform&lt;br /&gt;
** jog down in Z first in 10mm increments, then 1mm increments, until there is maximum drag force on the paper&lt;br /&gt;
** jog up in 0.1mm increments until the drag lessens&lt;br /&gt;
** click &amp;quot;set zero&amp;quot;&lt;br /&gt;
** at the bottom of the control panel there are some settings, set them in this order (motor control actually sends the target temperature command for some reason)&lt;br /&gt;
*** Motor Speed (PWM): 255&lt;br /&gt;
*** Target Temperature: 222&lt;br /&gt;
*** Motor Control: Stop&lt;br /&gt;
*** Cooling Fan: enable &lt;br /&gt;
** wait until the temperature is above 200 then try a test extrusion (click Motor Control: forward)&lt;br /&gt;
*** if nothing happens in ten seconds, stop before you strip out the teeth on the filament&lt;br /&gt;
*** if you accidentally start the motor before it&#039;s hot, you can fix it by manually pushing the filament into the extruder with some pliers&lt;br /&gt;
* the build platform should be plenty hot now&lt;br /&gt;
** there might be an IR thermometer in a little duct tape pouch thingy&lt;br /&gt;
** it should be around 120-130C for best results&lt;br /&gt;
* remove ooze from the nozzle with pliers&lt;br /&gt;
* file-&amp;gt;open the .gcode file you created earlier with skeinforge&lt;br /&gt;
* click &#039;build&#039; (the solid kidney bean)&lt;br /&gt;
* if the first layer doesn&#039;t stick at all or peels loose immediately, adjust the z axis down by turning the pulley on top of the makerbot&lt;br /&gt;
* if the first layer starts getting fugly during the infill, with crap building up on the nozzle, adjust the z axis up a few steps until it looks perfectly flat with no &amp;quot;fuzz&amp;quot;&lt;br /&gt;
***note to self: get some pics and video of first layer too high, first layer too low, and verify zeroing procedure&lt;br /&gt;
* now since it probably screwed up somehow, hit stop and remove the grossness with the plastic scraper and/or pliers&lt;br /&gt;
* it should still be zeroed, and hopefully at the correct height adjustment now, so just click &#039;build&#039; again&lt;br /&gt;
* if you can&#039;t get it to stick at all, the platform is probably at the wrong temperature.&lt;br /&gt;
** wait five minutes for it to warm up completely&lt;br /&gt;
** or maybe you need to adjust the little cpu fan to blow on the platform to cool it down to 130C (150C is too hot)&lt;br /&gt;
[[File:Nophead_pulleys_side.jpg|right|thumbnail|alt=two sample pieces, side view|your part should look like this or better. I still hadn&#039;t tweaked the feedrate perfectly for colored plastic, hence the blobbiness.]]&lt;br /&gt;
&lt;br /&gt;
* ok now presumably you&#039;re done printing and nothing went wrong. &lt;br /&gt;
** jog Z+ 20mm to give yourself some room&lt;br /&gt;
**rotate the makerbot counterclockwise from above about 30 degrees and turn on the big fan for a minute&lt;br /&gt;
** now just peel it off with your hand&lt;br /&gt;
*** be careful, the part is still soft and can deform&lt;br /&gt;
*** it may need a little help with a disposable utility knife or the plastic scraper to break the seal underneath the part&lt;br /&gt;
*** it&#039;s easier if you remove the build platform - it&#039;s held on with magnets&lt;br /&gt;
&lt;br /&gt;
==== tweaking skeinforge ====&lt;br /&gt;
[[File:Nophead_pulleys_top.jpg|right|thumbnail|alt=two sample pieces, top view|note the incomplete infill on the right; this was due to improper perimeter width settings. note the square teeth on the left; this is because &amp;quot;stretch&amp;quot; is turned on. this is a good thing.]]&lt;br /&gt;
there are about 300 different &amp;quot;craft&amp;quot; settings in skeinforge, and they all interrelate in confusing ways. here&#039;s a quick overview of the important ones:&lt;br /&gt;
*carve-&amp;gt;layer height: should be about 0.8*nozzle hole diameter&lt;br /&gt;
*speed-&amp;gt;flow rate: 255&lt;br /&gt;
*speed-&amp;gt;feed rate: start around 25mm/s&lt;br /&gt;
*speed-&amp;gt;bridge feed rate multiplier: can be important on parts with bridges, but has a bug that messes up other parts&lt;br /&gt;
*fill-&amp;gt;infill solidity: 0.4 is adequate and not too slow. higher for stronger parts&lt;br /&gt;
*fill-&amp;gt;infill pattern: controls whether you get hashbrowns or honeycombs&lt;br /&gt;
*comb keeps it from driving through empty spaces and making stringies&lt;br /&gt;
*raft prints a waffle grid thingy to keep the corners held down&lt;br /&gt;
*raftless slows down the first layer and makes a short test extrusion, set this to about 10mm&lt;br /&gt;
*oozebane is useless, forget about it&lt;br /&gt;
*jitter is good, set it to a large value like 100&lt;br /&gt;
*stretch makes corners un-rounded, but can cause data overload stuttering if &amp;quot;stretch from distance&amp;quot; is too small&lt;br /&gt;
&lt;br /&gt;
you can safely ignore the rest&lt;br /&gt;
&lt;br /&gt;
==== care and feeding ====&lt;br /&gt;
* don&#039;t leave the makerbot unattended for hours, as it can theoretically catch on fire (those heated bed wires are iffy)&lt;br /&gt;
* don&#039;t leave the extruder hot for hours. periodically flush through plastic to prevent it from oxidizing.&lt;br /&gt;
* if you are about to run out of filament, cut off both ends square with diagonal flush cutters (the blue cutters for electronics) and simply hold the filament together as it goes in&lt;br /&gt;
*if the filament strips out during use (extruder motor is on, temperature high enough, nothing happening) try pushing it down manually&lt;br /&gt;
** if this doesn&#039;t work, try reversing the motor until the filament comes out, cut it cleanly, and reinsert&lt;br /&gt;
** if it keeps stripping out, you may have to completely disassemble the extruder and remove plastic gunk from the gear teeth.&lt;br /&gt;
*** use a long 5/64&amp;quot; or 2mm allen key to set the extruder idler wheel/feed gear spacing&lt;br /&gt;
** try not to let it happen in the first place. stripping can be caused by setting the first layer too low, blocking the nozzle and letting pressure build up&lt;br /&gt;
*don&#039;t upgrade the firmware unless you&#039;re willing to deal with the consequences&lt;br /&gt;
*keep it away from bright light&lt;br /&gt;
*don&#039;t get any water on it&lt;br /&gt;
*never, never ever feed it after midnight.&lt;br /&gt;
&lt;br /&gt;
= Usage log =&lt;br /&gt;
please write your name, what you tried to make, and what happened below (pics or it didnt happen)&lt;br /&gt;
----&lt;br /&gt;
[[File:Minimendel_Z_leadscrew_base_motor.jpg|none|thumbnail|600px|mini mendel Z leadscrew base and motor mount. This bastard took 2 hours and almost the entire remaining roll of green. It started to peel up badly at the back corner. I rescued it by melting the corner back down with a soldering iron. [[User:Fenn|Fenn]] 13:07, 1 May 2010 (UTC)]]&lt;br /&gt;
&lt;br /&gt;
[[File:example.jpg|none|thumbnail|600px|caption text]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Construction log =&lt;br /&gt;
This describes the current progress of the building of the Makerbot.  Instructions are found [http://wiki.makerbot.com/cupcake here], and a forum for it is found [http://wiki.makerbot.com/forum/c-77688/talk-about-makerbot here].&lt;br /&gt;
&lt;br /&gt;
Noisebridge&#039;s Makerbot kit, thoughtfully purchased by Mitch, arrived at 83C on Monday evening, July 20.  Leading the assembly team is Joachim, along with Christoph, Rachel, Steve (Mr Domino), and Jeffrey (ieatlint).&lt;br /&gt;
&lt;br /&gt;
It took about an hour and a half to go through and check the parts against the [http://pony.noisebridge.net/~cmaier/makerbot/parts_lists.ods parts list].  &amp;lt;strike&amp;gt;We think we are missing a bag of &amp;quot;laser cut pulleys&amp;quot; but it&#039;s hard to be completely sure, as there are a LOT of parts and they are not all labeled exactly as in the parts list&amp;lt;/strike&amp;gt; A bag of &amp;quot;laser cut pulleys&amp;quot; was replaced by MakerBot-made pulleys, but the parts lists weren&#039;t updated.  We determined to start assembly anyway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cupcake [[Makerbot/Electronics|Electronics]] Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-electronics-assembly Instructions] Christoph soldering one of the [[Makerbot/Electronics/Stepper_driver|stepper motor drivers]], one of the [[Makerbot/Electronics/endstop_switches|endstop switches]], and the SMD parts on the [[Makerbot/Electronics/Motherboard|motherboard]] with only occasional bitching to people to &#039;&#039;&#039;&#039;&#039;STOP MOVING THE TABLE&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Motherboard is tested and able to control stepper motors.  Regular firmware needs to be flashed back onto it.  [http://wiki.makerbot.com/burn-custom-firmware-using-arduino This] may help. [[User:Ieatlint|Ieatlint]] 02:55, 25 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Pulley Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-pulley-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake CNC Body Assembly ==&lt;br /&gt;
We got the first part of the body together without difficulty, but had trouble with the Z stage as one of the parts had changed from when the docs were written.  The Z stage rod holding guides changed from being O-shaped to being U-shaped, and are marked &amp;quot;Z guides&amp;quot;.  The forums told us to use them anyway.&lt;br /&gt;
&lt;br /&gt;
The next problem was with threaded rods, which had been cut to size.  The ends of some would not take a nut.  We solved this with judicious use of the bench grinder.  There were LOTS of nut/rod jokes, and we were in a state where they were actually funny! [[User:Rachel|Rachel]] 10:08, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Progressed to and including the step entitled &amp;quot;Z-stage stepper wiring&amp;quot; as detailed on the body assembly [http://wiki.makerbot.com/cupcake-body-assembly instructions].  The body assembly is nearly completed. [[User:Ieatlint|Ieatlint]] 03:52, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Stages assembled and motherboard and stepper driver circuits in place. Driver boards are tested. Axis stops are installed, platforms still need craft stick beam breaks installed. -- [[User:JSharp|JSharp]] 06:45, 2 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Y Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-y-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake X Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-x-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Plastruder MK3 Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/plastruder-mk3-assembly Instructions]&lt;br /&gt;
*Note: Ubuntu 9.04 specific: the librxtxSerial.so and the RXTXcomm.jar that come in the replicatorg download need to be replaced with some binaries from this other place that I don&#039;t remember. -[[User:Elgreengeeto|Skory]]&lt;br /&gt;
&lt;br /&gt;
*Progressed through to end of Heater Barrel Assembly.   [[User:Miloh|Miloh]] 04:24, 21 July 2009 (PDT)&lt;br /&gt;
*Progressed through the Filament Drive Assembly, and Joachim mastered the extruder electronics.  [[User:Miloh|Miloh]] 02:03, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel through step 3. [[User:Miloh|Miloh]] 13:17, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel to the end.  [[User:Miloh|Miloh]] 20:46, 26 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
 Continue at Plastruder burn in test.  The burn in test can&#039;t be completed until the Thermistor and extruder board are recognized by the control system.&lt;br /&gt;
&lt;br /&gt;
*Plastruder board burnt out a few components on power up test. Ordered new plastruder driver from makerbot, should arrive at 83C soon. -- [[User:JSharp|JSharp]] 06:43, 2 August 2009 (PDT)&lt;br /&gt;
**New plastruder control board received and installed. -- [[User:JSharp|JSharp]] 10:52, 9 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
= Status Reports =&lt;br /&gt;
&lt;br /&gt;
== 10/18/09 ==&lt;br /&gt;
&lt;br /&gt;
Martin - The makerbot is working and printing objects well.  You will need to download and install &amp;quot;ReplicatorG&amp;quot; and &amp;quot;skeinforge&amp;quot; in order to use the bot. The software runs on Mac, Linux, and PC.   (skeinforge requires Python, ReplicatorG requires Java)  Example objects are next to the bot.&lt;br /&gt;
&lt;br /&gt;
The X/Y/Z stage endpoints are not yet installed.  It requires a number of popsicle sticks to be cut to the correct length and the stage to be calibrated.  You can operate the MakerBot with ***great*** care without them.  &lt;br /&gt;
&lt;br /&gt;
The extruder head has been upgraded to the Mark-4, with a new bearing and idler wheel.  Also, the extruder head is now insulated with the same material they use to insulate the Space Shuttle heat tiles from the skin of the shuttle itself.  *** IT IS EXPENSIVE.  PLEASE DON&#039;T TAKE APART! ***  I can&#039;t replace the material, it was given as a gift from a friend at JPL.  &lt;br /&gt;
&lt;br /&gt;
Please read all the instructions on how to use the MakerBot on the [[http://wiki.makerbot.com/|MakerBot Wiki Site]] before attempting to use it.&lt;br /&gt;
&lt;br /&gt;
== 08/24/09 ==&lt;br /&gt;
Thanks to excellent efforts and support from Martin, the MakerBot is now in a semi-functional state.  There are three things that need to be worked on, however:&lt;br /&gt;
# The Y stage endpoint is installed incorrectly (the Y stage and physically crash into it)&lt;br /&gt;
# The nichrome wire needs to be better insulated so it can maintain higher temperatures and consistent temperatures.&lt;br /&gt;
# The feeding mechanism needs to be reviewed, as it appears that it fails to operate reliably.&lt;br /&gt;
&lt;br /&gt;
Please do NOT attempt to disassemble the plastruder header.&lt;br /&gt;
Also, do NOT attempt to operate the MakerBot unless you really know what you&#039;re doing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 01/10/2010 ==&lt;br /&gt;
Much has happened to the Makerbot since last noted,&lt;br /&gt;
the broken idler wheel was replaced and the extruder head assembly was upgraded by me using parts from Bre when he was here. Thanks Bre!&lt;br /&gt;
I also at that time upgraded the firmware and printed a bunch of skull throwies, yay! &lt;br /&gt;
Time has passed between then and now and many people have been reporting the makerbot in sickly condition, after much testing I am glad to report this not the case. go go makerbot!&lt;br /&gt;
&lt;br /&gt;
== 03/10/2010 ==&lt;br /&gt;
Bre was here on 20/2 and installed a heated build platform on the Makerbot. The heated platform is a new development, still in prototype stage. It is awesome because it prevents warping, and allows workpieces to stick to the build platform without having to build a raft.&lt;br /&gt;
&lt;br /&gt;
He left a sheet of instructions, they say:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... While here we set you up with a heated build platform. It&#039;s&lt;br /&gt;
hooked up to the fans pot. So before you print, go into the control&lt;br /&gt;
panel and click [x] fan and it will turn it on. Let it warm up for at&lt;br /&gt;
least 5 minutes and then print on it. When the model is done, let it&lt;br /&gt;
cool for 5 minutes and it will &#039;pop&#039; right off the warm kapton tape.&lt;br /&gt;
&lt;br /&gt;
We are also leaving you a spare parts kit for the extruder. Your&lt;br /&gt;
nozzle is super thick and slow. This new nozzle has a smaller nozzle&lt;br /&gt;
hole. Make it, use it, love it!&lt;br /&gt;
&lt;br /&gt;
Bre and Zack, Makerbot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When asked about the workings of the heated build platform, he said:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Yup, ours is a prototype part, it&#039;s awesome but not very well documented.&lt;br /&gt;
&lt;br /&gt;
You want to plug it in above the mosfet that usually runs the fan.&lt;br /&gt;
&lt;br /&gt;
You can then go into the control panel and just turn the fan on, let&lt;br /&gt;
it heat up for 8-10 minutes and it will get to about 110F.&lt;br /&gt;
&lt;br /&gt;
Print away and remember to turn it off and unplug the bot when you&#039;re done!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Please note that he&#039;s left us the parts for an improved extruder - up to us to build it - and some of the new colored ABS plastic.&lt;br /&gt;
&lt;br /&gt;
== 04/03/2010 ==&lt;br /&gt;
After using the makerbot all day I (fenn) noticed the Z axis was consistently jamming up when traversing above 125mm/min. Several hours of head-scratching later I discovered that the heated platform would cause the large acrylic plate that holds the extruder to heat up and expand, pushing outwards on the Z-axis nuts and causing the mechanism to bind ever so slightly. The simple fix of filing the plate down was complicated by the lack of small files and the fact that the machine was assembled wrong, requiring removal of the four small u-shaped plywood &amp;quot;guide plates&amp;quot;, which I put back in the correct orientation: gap outwards.&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure the heated build platform actually ever gets hot enough for ABS to stick to the kapton tape. It seems to max out at 95 celsius, as measured with an infrared thermometer. The RepRap wiki suggests 120-220 degrees for ABS. Perhaps connect the platform directly to a higher voltage power supply?&lt;br /&gt;
&lt;br /&gt;
Lacking a hot enough bed for the first layer to stick to, blue masking tape sorta almost works (the first time you use it), and I got much better results when I taped a business card on top and printed on that instead. I printed a few gears and hope to add a [http://www.thingiverse.com/thing:1794 &amp;quot;wade extruder&amp;quot;] soonish.&lt;br /&gt;
&lt;br /&gt;
== 04/09/2010 ==&lt;br /&gt;
I (fenn) came in today and it appeared that nobody had touched the makerbot since I last left it. But the nozzle wouldn&#039;t heat up. Voltage to the wires, it just didnt get hot. So, heeding the warning to not disassemble the nozzle, I removed it and swapped in another one, which works a lot better anyway. Then I attached a 16V transformer to the heated bed, and now it gets up to 165C which is much better than the old 90C running on 12V. Now the first layer actually sticks! Z axis seems to still be jamming up; I didn&#039;t file the notches deep enough I guess. Wish I had more time to play with it. Skeinforge settings that seem to work with ABS:&lt;br /&gt;
layer height: 0.4mm, flow rate: 255, feed rate: 25mm/s.&lt;br /&gt;
&lt;br /&gt;
== 04/11/2010 ==&lt;br /&gt;
added a fan to cool off the acrylic plate. make sure you enable the fan before printing and it shouldn&#039;t jam up anymore. seems to be working reliably now.&lt;br /&gt;
&lt;br /&gt;
hint: instead of trying to adjust the Z zero in software, manually adjust the height as it prints the first layer.&lt;br /&gt;
&lt;br /&gt;
caution: plugging in or unplugging the heater transformer may cause the power strip breaker to trip and reset the makerbot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 04/13/2010 ==&lt;br /&gt;
leveled bed by shaving down tabs that were sticking up, pushing magnets back in, and adding a small strip of kapton tape. adjusted toothed gear/idler wheel spacing with 5/64 allen key.&lt;br /&gt;
&lt;br /&gt;
Some of the magnets on the Y stage are in sideways (poles on left &amp;amp; right), not upright (poles on top &amp;amp; bottom). I found this when building my Makerbot, since I wanted the build platform to be interoperable, I tried placing the magnets on the Y stage of the NB &#039;bot to check polarity, and found that they were sticking corner-to-corner, not face-to-face. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
== 06/10/2010 ==&lt;br /&gt;
I&#039;ve taken in two functioning nozzle assemblies, and an extruder block with double idler wheel. These should help get the &#039;bot up and running. The nozzles may need to be heated up, PTFE insulator removed and cleaned. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
What is the large spool of white plastic next to the Makerbot? It seems a lot softer than ABS, and certainly acts strange when I try to print with it. (It is so soft that it scrunches up in the extruder feed channel, and the pinch wheel starts grinding into it super quickly. It doesn&#039;t stink when heated.) Could it be Shapelock? - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;it is PLA, rather than ABS.  It melts at a much, much lower temperature.&#039;&#039; - Martin&lt;br /&gt;
&lt;br /&gt;
It&#039;s not PLA, far too soft. There&#039;s some green PLA in the bag on top of the pile. I think it&#039;s HDPE. Smells like HDPE too. (like a blown out candle.) - fenn&lt;br /&gt;
&lt;br /&gt;
== 9/24/2010 ==&lt;br /&gt;
&lt;br /&gt;
The Makerbot is broken...&lt;br /&gt;
&lt;br /&gt;
d&#039;oh!&lt;br /&gt;
&lt;br /&gt;
i&#039;m really not sure what happened. i was cleaning out the extruder and i think one of the green wires touched the large metal washer; there was a spark and a small poof next to the rj-45 connector on the extruder board, and now nothing turns on. sigh.&lt;br /&gt;
&lt;br /&gt;
[[File:IMG_2929.JPG|right|thumbnail|alt=two sample pieces, side view|corroborating evidence]]&lt;br /&gt;
I swapped in one of Gian Pablo&#039;s extruders and bought a new 606 bearing for the gearmotor. (somehow the original must have fallen out and gotten lost.) Lots of jamming up and cussing ensued. Some adjustments were made, much filament run through the machine, and I deduced that the &#039;&#039;&#039;NEW EXTRUDER REQURIES THE FAN ON&#039;&#039;&#039; whenever it is at operating temperature. I got it to print out a timing pulley on the fifth try, and reliably printing after that, using the same settings as before.&lt;br /&gt;
&lt;br /&gt;
The nozzles I left seem to print reliably at much lower temperatures, try 195C and see how that goes. [gian pablo]&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=15542</id>
		<title>Makerbot</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=15542"/>
		<updated>2011-01-02T20:29:54Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: /* 9/24/2010 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
=Help is on the way for the Makerbot (2011-01-02) =&lt;br /&gt;
&lt;br /&gt;
I&#039;ve ordered an extensive selection of parts, including new extruder, heated build platform, extruder board etc. Should be here next week. [gian pablo]&lt;br /&gt;
&lt;br /&gt;
=How to Use the Makerbot=&lt;br /&gt;
if it breaks, we can fix it. don&#039;t be afraid of the makerbot! I&#039;ve crashed it hundreds of times and only permanently broke something once.&lt;br /&gt;
&lt;br /&gt;
====install some software first====&lt;br /&gt;
&lt;br /&gt;
* Install Java (if you don&#039;t already have it) - http://www.java.com/en/download/index.jsp&lt;br /&gt;
&lt;br /&gt;
* Install Python (if you don&#039;t already have it). http://www.python.org/download/ &lt;br /&gt;
&lt;br /&gt;
* Optionally, install PsyCo, it will make things run much faster.&lt;br /&gt;
&lt;br /&gt;
* get yourself a copy of replicatorg: http://replicat.org/download&lt;br /&gt;
&lt;br /&gt;
ReplicatorG now includes various versions of the Skeinforge slicing utility, so no need to download and install separately.&lt;br /&gt;
&lt;br /&gt;
You are done.&lt;br /&gt;
&lt;br /&gt;
====using the software====&lt;br /&gt;
&lt;br /&gt;
* Start ReplicatorG.&lt;br /&gt;
&lt;br /&gt;
* Open an STL file. You should see a 3D image of your model.&lt;br /&gt;
&lt;br /&gt;
* Press the &#039;generate GCode&#039; button on the right. &lt;br /&gt;
&lt;br /&gt;
* You will be asked to choose a profile. Currently you are looking at Cupcake CNC Mk4, but very soon you will want Cupcake CNC Mk5 with Heated Build Platform.&lt;br /&gt;
&lt;br /&gt;
* It will take a while to build the GCode for the model. Go talk to visitors to the space and tell them not to sleep here.&lt;br /&gt;
&lt;br /&gt;
* Refer to the detailed instructions on the Makerbot site for more up-to-date tips and instructions (they change often):  http://wiki.makerbot.com/how-to-print&lt;br /&gt;
&lt;br /&gt;
====fire the makerbot====&lt;br /&gt;
&lt;br /&gt;
Watch this space for changes, as the new extruder and build platform are installed.&lt;br /&gt;
&lt;br /&gt;
* plug in the heated build platform. yes, it&#039;s just some wires from the transformer shoved in a monitor power cord.&lt;br /&gt;
* turn on the makerbot PSU, it&#039;s a switch in the back&lt;br /&gt;
* plug in the makerbot usb cable&lt;br /&gt;
* run replicatorg (./replicatorg)&lt;br /&gt;
* please don&#039;t upload any firmware&lt;br /&gt;
* the first time you run it, machine-&amp;gt;driver-&amp;gt;cupcake CNC&lt;br /&gt;
* click on the 4 arrows symbol (control panel)&lt;br /&gt;
** lay a small piece of paper on the platform&lt;br /&gt;
** remove any crud from the nozzle with bent nose pliers (hidden under the EFF hat)&lt;br /&gt;
** move X, Y to the center of the platform&lt;br /&gt;
** jog down in Z first in 10mm increments, then 1mm increments, until there is maximum drag force on the paper&lt;br /&gt;
** jog up in 0.1mm increments until the drag lessens&lt;br /&gt;
** click &amp;quot;set zero&amp;quot;&lt;br /&gt;
** at the bottom of the control panel there are some settings, set them in this order (motor control actually sends the target temperature command for some reason)&lt;br /&gt;
*** Motor Speed (PWM): 255&lt;br /&gt;
*** Target Temperature: 222&lt;br /&gt;
*** Motor Control: Stop&lt;br /&gt;
*** Cooling Fan: enable &lt;br /&gt;
** wait until the temperature is above 200 then try a test extrusion (click Motor Control: forward)&lt;br /&gt;
*** if nothing happens in ten seconds, stop before you strip out the teeth on the filament&lt;br /&gt;
*** if you accidentally start the motor before it&#039;s hot, you can fix it by manually pushing the filament into the extruder with some pliers&lt;br /&gt;
* the build platform should be plenty hot now&lt;br /&gt;
** there might be an IR thermometer in a little duct tape pouch thingy&lt;br /&gt;
** it should be around 120-130C for best results&lt;br /&gt;
* remove ooze from the nozzle with pliers&lt;br /&gt;
* file-&amp;gt;open the .gcode file you created earlier with skeinforge&lt;br /&gt;
* click &#039;build&#039; (the solid kidney bean)&lt;br /&gt;
* if the first layer doesn&#039;t stick at all or peels loose immediately, adjust the z axis down by turning the pulley on top of the makerbot&lt;br /&gt;
* if the first layer starts getting fugly during the infill, with crap building up on the nozzle, adjust the z axis up a few steps until it looks perfectly flat with no &amp;quot;fuzz&amp;quot;&lt;br /&gt;
***note to self: get some pics and video of first layer too high, first layer too low, and verify zeroing procedure&lt;br /&gt;
* now since it probably screwed up somehow, hit stop and remove the grossness with the plastic scraper and/or pliers&lt;br /&gt;
* it should still be zeroed, and hopefully at the correct height adjustment now, so just click &#039;build&#039; again&lt;br /&gt;
* if you can&#039;t get it to stick at all, the platform is probably at the wrong temperature.&lt;br /&gt;
** wait five minutes for it to warm up completely&lt;br /&gt;
** or maybe you need to adjust the little cpu fan to blow on the platform to cool it down to 130C (150C is too hot)&lt;br /&gt;
[[File:Nophead_pulleys_side.jpg|right|thumbnail|alt=two sample pieces, side view|your part should look like this or better. I still hadn&#039;t tweaked the feedrate perfectly for colored plastic, hence the blobbiness.]]&lt;br /&gt;
&lt;br /&gt;
* ok now presumably you&#039;re done printing and nothing went wrong. &lt;br /&gt;
** jog Z+ 20mm to give yourself some room&lt;br /&gt;
**rotate the makerbot counterclockwise from above about 30 degrees and turn on the big fan for a minute&lt;br /&gt;
** now just peel it off with your hand&lt;br /&gt;
*** be careful, the part is still soft and can deform&lt;br /&gt;
*** it may need a little help with a disposable utility knife or the plastic scraper to break the seal underneath the part&lt;br /&gt;
*** it&#039;s easier if you remove the build platform - it&#039;s held on with magnets&lt;br /&gt;
&lt;br /&gt;
==== tweaking skeinforge ====&lt;br /&gt;
[[File:Nophead_pulleys_top.jpg|right|thumbnail|alt=two sample pieces, top view|note the incomplete infill on the right; this was due to improper perimeter width settings. note the square teeth on the left; this is because &amp;quot;stretch&amp;quot; is turned on. this is a good thing.]]&lt;br /&gt;
there are about 300 different &amp;quot;craft&amp;quot; settings in skeinforge, and they all interrelate in confusing ways. here&#039;s a quick overview of the important ones:&lt;br /&gt;
*carve-&amp;gt;layer height: should be about 0.8*nozzle hole diameter&lt;br /&gt;
*speed-&amp;gt;flow rate: 255&lt;br /&gt;
*speed-&amp;gt;feed rate: start around 25mm/s&lt;br /&gt;
*speed-&amp;gt;bridge feed rate multiplier: can be important on parts with bridges, but has a bug that messes up other parts&lt;br /&gt;
*fill-&amp;gt;infill solidity: 0.4 is adequate and not too slow. higher for stronger parts&lt;br /&gt;
*fill-&amp;gt;infill pattern: controls whether you get hashbrowns or honeycombs&lt;br /&gt;
*comb keeps it from driving through empty spaces and making stringies&lt;br /&gt;
*raft prints a waffle grid thingy to keep the corners held down&lt;br /&gt;
*raftless slows down the first layer and makes a short test extrusion, set this to about 10mm&lt;br /&gt;
*oozebane is useless, forget about it&lt;br /&gt;
*jitter is good, set it to a large value like 100&lt;br /&gt;
*stretch makes corners un-rounded, but can cause data overload stuttering if &amp;quot;stretch from distance&amp;quot; is too small&lt;br /&gt;
&lt;br /&gt;
you can safely ignore the rest&lt;br /&gt;
&lt;br /&gt;
==== care and feeding ====&lt;br /&gt;
* don&#039;t leave the makerbot unattended for hours, as it can theoretically catch on fire (those heated bed wires are iffy)&lt;br /&gt;
* don&#039;t leave the extruder hot for hours. periodically flush through plastic to prevent it from oxidizing.&lt;br /&gt;
* if you are about to run out of filament, cut off both ends square with diagonal flush cutters (the blue cutters for electronics) and simply hold the filament together as it goes in&lt;br /&gt;
*if the filament strips out during use (extruder motor is on, temperature high enough, nothing happening) try pushing it down manually&lt;br /&gt;
** if this doesn&#039;t work, try reversing the motor until the filament comes out, cut it cleanly, and reinsert&lt;br /&gt;
** if it keeps stripping out, you may have to completely disassemble the extruder and remove plastic gunk from the gear teeth.&lt;br /&gt;
*** use a long 5/64&amp;quot; or 2mm allen key to set the extruder idler wheel/feed gear spacing&lt;br /&gt;
** try not to let it happen in the first place. stripping can be caused by setting the first layer too low, blocking the nozzle and letting pressure build up&lt;br /&gt;
*don&#039;t upgrade the firmware unless you&#039;re willing to deal with the consequences&lt;br /&gt;
*keep it away from bright light&lt;br /&gt;
*don&#039;t get any water on it&lt;br /&gt;
*never, never ever feed it after midnight.&lt;br /&gt;
&lt;br /&gt;
= Usage log =&lt;br /&gt;
please write your name, what you tried to make, and what happened below (pics or it didnt happen)&lt;br /&gt;
----&lt;br /&gt;
[[File:Minimendel_Z_leadscrew_base_motor.jpg|none|thumbnail|600px|mini mendel Z leadscrew base and motor mount. This bastard took 2 hours and almost the entire remaining roll of green. It started to peel up badly at the back corner. I rescued it by melting the corner back down with a soldering iron. [[User:Fenn|Fenn]] 13:07, 1 May 2010 (UTC)]]&lt;br /&gt;
&lt;br /&gt;
[[File:example.jpg|none|thumbnail|600px|caption text]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Construction log =&lt;br /&gt;
This describes the current progress of the building of the Makerbot.  Instructions are found [http://wiki.makerbot.com/cupcake here], and a forum for it is found [http://wiki.makerbot.com/forum/c-77688/talk-about-makerbot here].&lt;br /&gt;
&lt;br /&gt;
Noisebridge&#039;s Makerbot kit, thoughtfully purchased by Mitch, arrived at 83C on Monday evening, July 20.  Leading the assembly team is Joachim, along with Christoph, Rachel, Steve (Mr Domino), and Jeffrey (ieatlint).&lt;br /&gt;
&lt;br /&gt;
It took about an hour and a half to go through and check the parts against the [http://pony.noisebridge.net/~cmaier/makerbot/parts_lists.ods parts list].  &amp;lt;strike&amp;gt;We think we are missing a bag of &amp;quot;laser cut pulleys&amp;quot; but it&#039;s hard to be completely sure, as there are a LOT of parts and they are not all labeled exactly as in the parts list&amp;lt;/strike&amp;gt; A bag of &amp;quot;laser cut pulleys&amp;quot; was replaced by MakerBot-made pulleys, but the parts lists weren&#039;t updated.  We determined to start assembly anyway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cupcake [[Makerbot/Electronics|Electronics]] Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-electronics-assembly Instructions] Christoph soldering one of the [[Makerbot/Electronics/Stepper_driver|stepper motor drivers]], one of the [[Makerbot/Electronics/endstop_switches|endstop switches]], and the SMD parts on the [[Makerbot/Electronics/Motherboard|motherboard]] with only occasional bitching to people to &#039;&#039;&#039;&#039;&#039;STOP MOVING THE TABLE&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Motherboard is tested and able to control stepper motors.  Regular firmware needs to be flashed back onto it.  [http://wiki.makerbot.com/burn-custom-firmware-using-arduino This] may help. [[User:Ieatlint|Ieatlint]] 02:55, 25 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Pulley Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-pulley-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake CNC Body Assembly ==&lt;br /&gt;
We got the first part of the body together without difficulty, but had trouble with the Z stage as one of the parts had changed from when the docs were written.  The Z stage rod holding guides changed from being O-shaped to being U-shaped, and are marked &amp;quot;Z guides&amp;quot;.  The forums told us to use them anyway.&lt;br /&gt;
&lt;br /&gt;
The next problem was with threaded rods, which had been cut to size.  The ends of some would not take a nut.  We solved this with judicious use of the bench grinder.  There were LOTS of nut/rod jokes, and we were in a state where they were actually funny! [[User:Rachel|Rachel]] 10:08, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Progressed to and including the step entitled &amp;quot;Z-stage stepper wiring&amp;quot; as detailed on the body assembly [http://wiki.makerbot.com/cupcake-body-assembly instructions].  The body assembly is nearly completed. [[User:Ieatlint|Ieatlint]] 03:52, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Stages assembled and motherboard and stepper driver circuits in place. Driver boards are tested. Axis stops are installed, platforms still need craft stick beam breaks installed. -- [[User:JSharp|JSharp]] 06:45, 2 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Y Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-y-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake X Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-x-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Plastruder MK3 Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/plastruder-mk3-assembly Instructions]&lt;br /&gt;
*Note: Ubuntu 9.04 specific: the librxtxSerial.so and the RXTXcomm.jar that come in the replicatorg download need to be replaced with some binaries from this other place that I don&#039;t remember. -[[User:Elgreengeeto|Skory]]&lt;br /&gt;
&lt;br /&gt;
*Progressed through to end of Heater Barrel Assembly.   [[User:Miloh|Miloh]] 04:24, 21 July 2009 (PDT)&lt;br /&gt;
*Progressed through the Filament Drive Assembly, and Joachim mastered the extruder electronics.  [[User:Miloh|Miloh]] 02:03, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel through step 3. [[User:Miloh|Miloh]] 13:17, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel to the end.  [[User:Miloh|Miloh]] 20:46, 26 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
 Continue at Plastruder burn in test.  The burn in test can&#039;t be completed until the Thermistor and extruder board are recognized by the control system.&lt;br /&gt;
&lt;br /&gt;
*Plastruder board burnt out a few components on power up test. Ordered new plastruder driver from makerbot, should arrive at 83C soon. -- [[User:JSharp|JSharp]] 06:43, 2 August 2009 (PDT)&lt;br /&gt;
**New plastruder control board received and installed. -- [[User:JSharp|JSharp]] 10:52, 9 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
= Status Reports =&lt;br /&gt;
&lt;br /&gt;
== 10/18/09 ==&lt;br /&gt;
&lt;br /&gt;
Martin - The makerbot is working and printing objects well.  You will need to download and install &amp;quot;ReplicatorG&amp;quot; and &amp;quot;skeinforge&amp;quot; in order to use the bot. The software runs on Mac, Linux, and PC.   (skeinforge requires Python, ReplicatorG requires Java)  Example objects are next to the bot.&lt;br /&gt;
&lt;br /&gt;
The X/Y/Z stage endpoints are not yet installed.  It requires a number of popsicle sticks to be cut to the correct length and the stage to be calibrated.  You can operate the MakerBot with ***great*** care without them.  &lt;br /&gt;
&lt;br /&gt;
The extruder head has been upgraded to the Mark-4, with a new bearing and idler wheel.  Also, the extruder head is now insulated with the same material they use to insulate the Space Shuttle heat tiles from the skin of the shuttle itself.  *** IT IS EXPENSIVE.  PLEASE DON&#039;T TAKE APART! ***  I can&#039;t replace the material, it was given as a gift from a friend at JPL.  &lt;br /&gt;
&lt;br /&gt;
Please read all the instructions on how to use the MakerBot on the [[http://wiki.makerbot.com/|MakerBot Wiki Site]] before attempting to use it.&lt;br /&gt;
&lt;br /&gt;
== 08/24/09 ==&lt;br /&gt;
Thanks to excellent efforts and support from Martin, the MakerBot is now in a semi-functional state.  There are three things that need to be worked on, however:&lt;br /&gt;
# The Y stage endpoint is installed incorrectly (the Y stage and physically crash into it)&lt;br /&gt;
# The nichrome wire needs to be better insulated so it can maintain higher temperatures and consistent temperatures.&lt;br /&gt;
# The feeding mechanism needs to be reviewed, as it appears that it fails to operate reliably.&lt;br /&gt;
&lt;br /&gt;
Please do NOT attempt to disassemble the plastruder header.&lt;br /&gt;
Also, do NOT attempt to operate the MakerBot unless you really know what you&#039;re doing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 01/10/2010 ==&lt;br /&gt;
Much has happened to the Makerbot since last noted,&lt;br /&gt;
the broken idler wheel was replaced and the extruder head assembly was upgraded by me using parts from Bre when he was here. Thanks Bre!&lt;br /&gt;
I also at that time upgraded the firmware and printed a bunch of skull throwies, yay! &lt;br /&gt;
Time has passed between then and now and many people have been reporting the makerbot in sickly condition, after much testing I am glad to report this not the case. go go makerbot!&lt;br /&gt;
&lt;br /&gt;
== 03/10/2010 ==&lt;br /&gt;
Bre was here on 20/2 and installed a heated build platform on the Makerbot. The heated platform is a new development, still in prototype stage. It is awesome because it prevents warping, and allows workpieces to stick to the build platform without having to build a raft.&lt;br /&gt;
&lt;br /&gt;
He left a sheet of instructions, they say:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... While here we set you up with a heated build platform. It&#039;s&lt;br /&gt;
hooked up to the fans pot. So before you print, go into the control&lt;br /&gt;
panel and click [x] fan and it will turn it on. Let it warm up for at&lt;br /&gt;
least 5 minutes and then print on it. When the model is done, let it&lt;br /&gt;
cool for 5 minutes and it will &#039;pop&#039; right off the warm kapton tape.&lt;br /&gt;
&lt;br /&gt;
We are also leaving you a spare parts kit for the extruder. Your&lt;br /&gt;
nozzle is super thick and slow. This new nozzle has a smaller nozzle&lt;br /&gt;
hole. Make it, use it, love it!&lt;br /&gt;
&lt;br /&gt;
Bre and Zack, Makerbot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When asked about the workings of the heated build platform, he said:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Yup, ours is a prototype part, it&#039;s awesome but not very well documented.&lt;br /&gt;
&lt;br /&gt;
You want to plug it in above the mosfet that usually runs the fan.&lt;br /&gt;
&lt;br /&gt;
You can then go into the control panel and just turn the fan on, let&lt;br /&gt;
it heat up for 8-10 minutes and it will get to about 110F.&lt;br /&gt;
&lt;br /&gt;
Print away and remember to turn it off and unplug the bot when you&#039;re done!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Please note that he&#039;s left us the parts for an improved extruder - up to us to build it - and some of the new colored ABS plastic.&lt;br /&gt;
&lt;br /&gt;
== 04/03/2010 ==&lt;br /&gt;
After using the makerbot all day I (fenn) noticed the Z axis was consistently jamming up when traversing above 125mm/min. Several hours of head-scratching later I discovered that the heated platform would cause the large acrylic plate that holds the extruder to heat up and expand, pushing outwards on the Z-axis nuts and causing the mechanism to bind ever so slightly. The simple fix of filing the plate down was complicated by the lack of small files and the fact that the machine was assembled wrong, requiring removal of the four small u-shaped plywood &amp;quot;guide plates&amp;quot;, which I put back in the correct orientation: gap outwards.&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure the heated build platform actually ever gets hot enough for ABS to stick to the kapton tape. It seems to max out at 95 celsius, as measured with an infrared thermometer. The RepRap wiki suggests 120-220 degrees for ABS. Perhaps connect the platform directly to a higher voltage power supply?&lt;br /&gt;
&lt;br /&gt;
Lacking a hot enough bed for the first layer to stick to, blue masking tape sorta almost works (the first time you use it), and I got much better results when I taped a business card on top and printed on that instead. I printed a few gears and hope to add a [http://www.thingiverse.com/thing:1794 &amp;quot;wade extruder&amp;quot;] soonish.&lt;br /&gt;
&lt;br /&gt;
== 04/09/2010 ==&lt;br /&gt;
I (fenn) came in today and it appeared that nobody had touched the makerbot since I last left it. But the nozzle wouldn&#039;t heat up. Voltage to the wires, it just didnt get hot. So, heeding the warning to not disassemble the nozzle, I removed it and swapped in another one, which works a lot better anyway. Then I attached a 16V transformer to the heated bed, and now it gets up to 165C which is much better than the old 90C running on 12V. Now the first layer actually sticks! Z axis seems to still be jamming up; I didn&#039;t file the notches deep enough I guess. Wish I had more time to play with it. Skeinforge settings that seem to work with ABS:&lt;br /&gt;
layer height: 0.4mm, flow rate: 255, feed rate: 25mm/s.&lt;br /&gt;
&lt;br /&gt;
== 04/11/2010 ==&lt;br /&gt;
added a fan to cool off the acrylic plate. make sure you enable the fan before printing and it shouldn&#039;t jam up anymore. seems to be working reliably now.&lt;br /&gt;
&lt;br /&gt;
hint: instead of trying to adjust the Z zero in software, manually adjust the height as it prints the first layer.&lt;br /&gt;
&lt;br /&gt;
caution: plugging in or unplugging the heater transformer may cause the power strip breaker to trip and reset the makerbot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 04/13/2010 ==&lt;br /&gt;
leveled bed by shaving down tabs that were sticking up, pushing magnets back in, and adding a small strip of kapton tape. adjusted toothed gear/idler wheel spacing with 5/64 allen key.&lt;br /&gt;
&lt;br /&gt;
Some of the magnets on the Y stage are in sideways (poles on left &amp;amp; right), not upright (poles on top &amp;amp; bottom). I found this when building my Makerbot, since I wanted the build platform to be interoperable, I tried placing the magnets on the Y stage of the NB &#039;bot to check polarity, and found that they were sticking corner-to-corner, not face-to-face. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
== 06/10/2010 ==&lt;br /&gt;
I&#039;ve taken in two functioning nozzle assemblies, and an extruder block with double idler wheel. These should help get the &#039;bot up and running. The nozzles may need to be heated up, PTFE insulator removed and cleaned. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
What is the large spool of white plastic next to the Makerbot? It seems a lot softer than ABS, and certainly acts strange when I try to print with it. (It is so soft that it scrunches up in the extruder feed channel, and the pinch wheel starts grinding into it super quickly. It doesn&#039;t stink when heated.) Could it be Shapelock? - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;it is PLA, rather than ABS.  It melts at a much, much lower temperature.&#039;&#039; - Martin&lt;br /&gt;
&lt;br /&gt;
It&#039;s not PLA, far too soft. There&#039;s some green PLA in the bag on top of the pile. I think it&#039;s HDPE. Smells like HDPE too. (like a blown out candle.) - fenn&lt;br /&gt;
&lt;br /&gt;
== 9/24/2010 ==&lt;br /&gt;
&lt;br /&gt;
The Makerbot is broken...&lt;br /&gt;
&lt;br /&gt;
d&#039;oh!&lt;br /&gt;
&lt;br /&gt;
i&#039;m really not sure what happened. i was cleaning out the extruder and i think one of the green wires touched the large metal washer; there was a spark and a small poof next to the rj-45 connector on the extruder board, and now nothing turns on. sigh.&lt;br /&gt;
&lt;br /&gt;
[[File:IMG_2929.JPG|right|thumbnail|alt=two sample pieces, side view|corroborating evidence]]&lt;br /&gt;
I swapped in one of Gian Pablo&#039;s extruders and bought a new 606 bearing for the gearmotor. (somehow the original must have fallen out and gotten lost.) Lots of jamming up and cussing ensued. Some adjustments were made, much filament run through the machine, and I deduced that the &#039;&#039;&#039;NEW EXTRUDER REQURIES THE FAN ON&#039;&#039;&#039; whenever it is at operating temperature. I got it to print out a timing pulley on the fifth try, and reliably printing after that, using the same settings as before.&lt;br /&gt;
&lt;br /&gt;
The nozzles I left seem to print reliably at much lower temperatures, try 195C and see how that goes. [gian pablo]&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=15541</id>
		<title>Makerbot</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=15541"/>
		<updated>2011-01-02T20:29:27Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: /* The Makerbot is broken (2010-09-24) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
=Help is on the way for the Makerbot (2011-01-02) =&lt;br /&gt;
&lt;br /&gt;
I&#039;ve ordered an extensive selection of parts, including new extruder, heated build platform, extruder board etc. Should be here next week. [gian pablo]&lt;br /&gt;
&lt;br /&gt;
=How to Use the Makerbot=&lt;br /&gt;
if it breaks, we can fix it. don&#039;t be afraid of the makerbot! I&#039;ve crashed it hundreds of times and only permanently broke something once.&lt;br /&gt;
&lt;br /&gt;
====install some software first====&lt;br /&gt;
&lt;br /&gt;
* Install Java (if you don&#039;t already have it) - http://www.java.com/en/download/index.jsp&lt;br /&gt;
&lt;br /&gt;
* Install Python (if you don&#039;t already have it). http://www.python.org/download/ &lt;br /&gt;
&lt;br /&gt;
* Optionally, install PsyCo, it will make things run much faster.&lt;br /&gt;
&lt;br /&gt;
* get yourself a copy of replicatorg: http://replicat.org/download&lt;br /&gt;
&lt;br /&gt;
ReplicatorG now includes various versions of the Skeinforge slicing utility, so no need to download and install separately.&lt;br /&gt;
&lt;br /&gt;
You are done.&lt;br /&gt;
&lt;br /&gt;
====using the software====&lt;br /&gt;
&lt;br /&gt;
* Start ReplicatorG.&lt;br /&gt;
&lt;br /&gt;
* Open an STL file. You should see a 3D image of your model.&lt;br /&gt;
&lt;br /&gt;
* Press the &#039;generate GCode&#039; button on the right. &lt;br /&gt;
&lt;br /&gt;
* You will be asked to choose a profile. Currently you are looking at Cupcake CNC Mk4, but very soon you will want Cupcake CNC Mk5 with Heated Build Platform.&lt;br /&gt;
&lt;br /&gt;
* It will take a while to build the GCode for the model. Go talk to visitors to the space and tell them not to sleep here.&lt;br /&gt;
&lt;br /&gt;
* Refer to the detailed instructions on the Makerbot site for more up-to-date tips and instructions (they change often):  http://wiki.makerbot.com/how-to-print&lt;br /&gt;
&lt;br /&gt;
====fire the makerbot====&lt;br /&gt;
&lt;br /&gt;
Watch this space for changes, as the new extruder and build platform are installed.&lt;br /&gt;
&lt;br /&gt;
* plug in the heated build platform. yes, it&#039;s just some wires from the transformer shoved in a monitor power cord.&lt;br /&gt;
* turn on the makerbot PSU, it&#039;s a switch in the back&lt;br /&gt;
* plug in the makerbot usb cable&lt;br /&gt;
* run replicatorg (./replicatorg)&lt;br /&gt;
* please don&#039;t upload any firmware&lt;br /&gt;
* the first time you run it, machine-&amp;gt;driver-&amp;gt;cupcake CNC&lt;br /&gt;
* click on the 4 arrows symbol (control panel)&lt;br /&gt;
** lay a small piece of paper on the platform&lt;br /&gt;
** remove any crud from the nozzle with bent nose pliers (hidden under the EFF hat)&lt;br /&gt;
** move X, Y to the center of the platform&lt;br /&gt;
** jog down in Z first in 10mm increments, then 1mm increments, until there is maximum drag force on the paper&lt;br /&gt;
** jog up in 0.1mm increments until the drag lessens&lt;br /&gt;
** click &amp;quot;set zero&amp;quot;&lt;br /&gt;
** at the bottom of the control panel there are some settings, set them in this order (motor control actually sends the target temperature command for some reason)&lt;br /&gt;
*** Motor Speed (PWM): 255&lt;br /&gt;
*** Target Temperature: 222&lt;br /&gt;
*** Motor Control: Stop&lt;br /&gt;
*** Cooling Fan: enable &lt;br /&gt;
** wait until the temperature is above 200 then try a test extrusion (click Motor Control: forward)&lt;br /&gt;
*** if nothing happens in ten seconds, stop before you strip out the teeth on the filament&lt;br /&gt;
*** if you accidentally start the motor before it&#039;s hot, you can fix it by manually pushing the filament into the extruder with some pliers&lt;br /&gt;
* the build platform should be plenty hot now&lt;br /&gt;
** there might be an IR thermometer in a little duct tape pouch thingy&lt;br /&gt;
** it should be around 120-130C for best results&lt;br /&gt;
* remove ooze from the nozzle with pliers&lt;br /&gt;
* file-&amp;gt;open the .gcode file you created earlier with skeinforge&lt;br /&gt;
* click &#039;build&#039; (the solid kidney bean)&lt;br /&gt;
* if the first layer doesn&#039;t stick at all or peels loose immediately, adjust the z axis down by turning the pulley on top of the makerbot&lt;br /&gt;
* if the first layer starts getting fugly during the infill, with crap building up on the nozzle, adjust the z axis up a few steps until it looks perfectly flat with no &amp;quot;fuzz&amp;quot;&lt;br /&gt;
***note to self: get some pics and video of first layer too high, first layer too low, and verify zeroing procedure&lt;br /&gt;
* now since it probably screwed up somehow, hit stop and remove the grossness with the plastic scraper and/or pliers&lt;br /&gt;
* it should still be zeroed, and hopefully at the correct height adjustment now, so just click &#039;build&#039; again&lt;br /&gt;
* if you can&#039;t get it to stick at all, the platform is probably at the wrong temperature.&lt;br /&gt;
** wait five minutes for it to warm up completely&lt;br /&gt;
** or maybe you need to adjust the little cpu fan to blow on the platform to cool it down to 130C (150C is too hot)&lt;br /&gt;
[[File:Nophead_pulleys_side.jpg|right|thumbnail|alt=two sample pieces, side view|your part should look like this or better. I still hadn&#039;t tweaked the feedrate perfectly for colored plastic, hence the blobbiness.]]&lt;br /&gt;
&lt;br /&gt;
* ok now presumably you&#039;re done printing and nothing went wrong. &lt;br /&gt;
** jog Z+ 20mm to give yourself some room&lt;br /&gt;
**rotate the makerbot counterclockwise from above about 30 degrees and turn on the big fan for a minute&lt;br /&gt;
** now just peel it off with your hand&lt;br /&gt;
*** be careful, the part is still soft and can deform&lt;br /&gt;
*** it may need a little help with a disposable utility knife or the plastic scraper to break the seal underneath the part&lt;br /&gt;
*** it&#039;s easier if you remove the build platform - it&#039;s held on with magnets&lt;br /&gt;
&lt;br /&gt;
==== tweaking skeinforge ====&lt;br /&gt;
[[File:Nophead_pulleys_top.jpg|right|thumbnail|alt=two sample pieces, top view|note the incomplete infill on the right; this was due to improper perimeter width settings. note the square teeth on the left; this is because &amp;quot;stretch&amp;quot; is turned on. this is a good thing.]]&lt;br /&gt;
there are about 300 different &amp;quot;craft&amp;quot; settings in skeinforge, and they all interrelate in confusing ways. here&#039;s a quick overview of the important ones:&lt;br /&gt;
*carve-&amp;gt;layer height: should be about 0.8*nozzle hole diameter&lt;br /&gt;
*speed-&amp;gt;flow rate: 255&lt;br /&gt;
*speed-&amp;gt;feed rate: start around 25mm/s&lt;br /&gt;
*speed-&amp;gt;bridge feed rate multiplier: can be important on parts with bridges, but has a bug that messes up other parts&lt;br /&gt;
*fill-&amp;gt;infill solidity: 0.4 is adequate and not too slow. higher for stronger parts&lt;br /&gt;
*fill-&amp;gt;infill pattern: controls whether you get hashbrowns or honeycombs&lt;br /&gt;
*comb keeps it from driving through empty spaces and making stringies&lt;br /&gt;
*raft prints a waffle grid thingy to keep the corners held down&lt;br /&gt;
*raftless slows down the first layer and makes a short test extrusion, set this to about 10mm&lt;br /&gt;
*oozebane is useless, forget about it&lt;br /&gt;
*jitter is good, set it to a large value like 100&lt;br /&gt;
*stretch makes corners un-rounded, but can cause data overload stuttering if &amp;quot;stretch from distance&amp;quot; is too small&lt;br /&gt;
&lt;br /&gt;
you can safely ignore the rest&lt;br /&gt;
&lt;br /&gt;
==== care and feeding ====&lt;br /&gt;
* don&#039;t leave the makerbot unattended for hours, as it can theoretically catch on fire (those heated bed wires are iffy)&lt;br /&gt;
* don&#039;t leave the extruder hot for hours. periodically flush through plastic to prevent it from oxidizing.&lt;br /&gt;
* if you are about to run out of filament, cut off both ends square with diagonal flush cutters (the blue cutters for electronics) and simply hold the filament together as it goes in&lt;br /&gt;
*if the filament strips out during use (extruder motor is on, temperature high enough, nothing happening) try pushing it down manually&lt;br /&gt;
** if this doesn&#039;t work, try reversing the motor until the filament comes out, cut it cleanly, and reinsert&lt;br /&gt;
** if it keeps stripping out, you may have to completely disassemble the extruder and remove plastic gunk from the gear teeth.&lt;br /&gt;
*** use a long 5/64&amp;quot; or 2mm allen key to set the extruder idler wheel/feed gear spacing&lt;br /&gt;
** try not to let it happen in the first place. stripping can be caused by setting the first layer too low, blocking the nozzle and letting pressure build up&lt;br /&gt;
*don&#039;t upgrade the firmware unless you&#039;re willing to deal with the consequences&lt;br /&gt;
*keep it away from bright light&lt;br /&gt;
*don&#039;t get any water on it&lt;br /&gt;
*never, never ever feed it after midnight.&lt;br /&gt;
&lt;br /&gt;
= Usage log =&lt;br /&gt;
please write your name, what you tried to make, and what happened below (pics or it didnt happen)&lt;br /&gt;
----&lt;br /&gt;
[[File:Minimendel_Z_leadscrew_base_motor.jpg|none|thumbnail|600px|mini mendel Z leadscrew base and motor mount. This bastard took 2 hours and almost the entire remaining roll of green. It started to peel up badly at the back corner. I rescued it by melting the corner back down with a soldering iron. [[User:Fenn|Fenn]] 13:07, 1 May 2010 (UTC)]]&lt;br /&gt;
&lt;br /&gt;
[[File:example.jpg|none|thumbnail|600px|caption text]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Construction log =&lt;br /&gt;
This describes the current progress of the building of the Makerbot.  Instructions are found [http://wiki.makerbot.com/cupcake here], and a forum for it is found [http://wiki.makerbot.com/forum/c-77688/talk-about-makerbot here].&lt;br /&gt;
&lt;br /&gt;
Noisebridge&#039;s Makerbot kit, thoughtfully purchased by Mitch, arrived at 83C on Monday evening, July 20.  Leading the assembly team is Joachim, along with Christoph, Rachel, Steve (Mr Domino), and Jeffrey (ieatlint).&lt;br /&gt;
&lt;br /&gt;
It took about an hour and a half to go through and check the parts against the [http://pony.noisebridge.net/~cmaier/makerbot/parts_lists.ods parts list].  &amp;lt;strike&amp;gt;We think we are missing a bag of &amp;quot;laser cut pulleys&amp;quot; but it&#039;s hard to be completely sure, as there are a LOT of parts and they are not all labeled exactly as in the parts list&amp;lt;/strike&amp;gt; A bag of &amp;quot;laser cut pulleys&amp;quot; was replaced by MakerBot-made pulleys, but the parts lists weren&#039;t updated.  We determined to start assembly anyway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cupcake [[Makerbot/Electronics|Electronics]] Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-electronics-assembly Instructions] Christoph soldering one of the [[Makerbot/Electronics/Stepper_driver|stepper motor drivers]], one of the [[Makerbot/Electronics/endstop_switches|endstop switches]], and the SMD parts on the [[Makerbot/Electronics/Motherboard|motherboard]] with only occasional bitching to people to &#039;&#039;&#039;&#039;&#039;STOP MOVING THE TABLE&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Motherboard is tested and able to control stepper motors.  Regular firmware needs to be flashed back onto it.  [http://wiki.makerbot.com/burn-custom-firmware-using-arduino This] may help. [[User:Ieatlint|Ieatlint]] 02:55, 25 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Pulley Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-pulley-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake CNC Body Assembly ==&lt;br /&gt;
We got the first part of the body together without difficulty, but had trouble with the Z stage as one of the parts had changed from when the docs were written.  The Z stage rod holding guides changed from being O-shaped to being U-shaped, and are marked &amp;quot;Z guides&amp;quot;.  The forums told us to use them anyway.&lt;br /&gt;
&lt;br /&gt;
The next problem was with threaded rods, which had been cut to size.  The ends of some would not take a nut.  We solved this with judicious use of the bench grinder.  There were LOTS of nut/rod jokes, and we were in a state where they were actually funny! [[User:Rachel|Rachel]] 10:08, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Progressed to and including the step entitled &amp;quot;Z-stage stepper wiring&amp;quot; as detailed on the body assembly [http://wiki.makerbot.com/cupcake-body-assembly instructions].  The body assembly is nearly completed. [[User:Ieatlint|Ieatlint]] 03:52, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Stages assembled and motherboard and stepper driver circuits in place. Driver boards are tested. Axis stops are installed, platforms still need craft stick beam breaks installed. -- [[User:JSharp|JSharp]] 06:45, 2 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Y Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-y-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake X Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-x-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Plastruder MK3 Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/plastruder-mk3-assembly Instructions]&lt;br /&gt;
*Note: Ubuntu 9.04 specific: the librxtxSerial.so and the RXTXcomm.jar that come in the replicatorg download need to be replaced with some binaries from this other place that I don&#039;t remember. -[[User:Elgreengeeto|Skory]]&lt;br /&gt;
&lt;br /&gt;
*Progressed through to end of Heater Barrel Assembly.   [[User:Miloh|Miloh]] 04:24, 21 July 2009 (PDT)&lt;br /&gt;
*Progressed through the Filament Drive Assembly, and Joachim mastered the extruder electronics.  [[User:Miloh|Miloh]] 02:03, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel through step 3. [[User:Miloh|Miloh]] 13:17, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel to the end.  [[User:Miloh|Miloh]] 20:46, 26 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
 Continue at Plastruder burn in test.  The burn in test can&#039;t be completed until the Thermistor and extruder board are recognized by the control system.&lt;br /&gt;
&lt;br /&gt;
*Plastruder board burnt out a few components on power up test. Ordered new plastruder driver from makerbot, should arrive at 83C soon. -- [[User:JSharp|JSharp]] 06:43, 2 August 2009 (PDT)&lt;br /&gt;
**New plastruder control board received and installed. -- [[User:JSharp|JSharp]] 10:52, 9 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
= Status Reports =&lt;br /&gt;
&lt;br /&gt;
== 10/18/09 ==&lt;br /&gt;
&lt;br /&gt;
Martin - The makerbot is working and printing objects well.  You will need to download and install &amp;quot;ReplicatorG&amp;quot; and &amp;quot;skeinforge&amp;quot; in order to use the bot. The software runs on Mac, Linux, and PC.   (skeinforge requires Python, ReplicatorG requires Java)  Example objects are next to the bot.&lt;br /&gt;
&lt;br /&gt;
The X/Y/Z stage endpoints are not yet installed.  It requires a number of popsicle sticks to be cut to the correct length and the stage to be calibrated.  You can operate the MakerBot with ***great*** care without them.  &lt;br /&gt;
&lt;br /&gt;
The extruder head has been upgraded to the Mark-4, with a new bearing and idler wheel.  Also, the extruder head is now insulated with the same material they use to insulate the Space Shuttle heat tiles from the skin of the shuttle itself.  *** IT IS EXPENSIVE.  PLEASE DON&#039;T TAKE APART! ***  I can&#039;t replace the material, it was given as a gift from a friend at JPL.  &lt;br /&gt;
&lt;br /&gt;
Please read all the instructions on how to use the MakerBot on the [[http://wiki.makerbot.com/|MakerBot Wiki Site]] before attempting to use it.&lt;br /&gt;
&lt;br /&gt;
== 08/24/09 ==&lt;br /&gt;
Thanks to excellent efforts and support from Martin, the MakerBot is now in a semi-functional state.  There are three things that need to be worked on, however:&lt;br /&gt;
# The Y stage endpoint is installed incorrectly (the Y stage and physically crash into it)&lt;br /&gt;
# The nichrome wire needs to be better insulated so it can maintain higher temperatures and consistent temperatures.&lt;br /&gt;
# The feeding mechanism needs to be reviewed, as it appears that it fails to operate reliably.&lt;br /&gt;
&lt;br /&gt;
Please do NOT attempt to disassemble the plastruder header.&lt;br /&gt;
Also, do NOT attempt to operate the MakerBot unless you really know what you&#039;re doing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 01/10/2010 ==&lt;br /&gt;
Much has happened to the Makerbot since last noted,&lt;br /&gt;
the broken idler wheel was replaced and the extruder head assembly was upgraded by me using parts from Bre when he was here. Thanks Bre!&lt;br /&gt;
I also at that time upgraded the firmware and printed a bunch of skull throwies, yay! &lt;br /&gt;
Time has passed between then and now and many people have been reporting the makerbot in sickly condition, after much testing I am glad to report this not the case. go go makerbot!&lt;br /&gt;
&lt;br /&gt;
== 03/10/2010 ==&lt;br /&gt;
Bre was here on 20/2 and installed a heated build platform on the Makerbot. The heated platform is a new development, still in prototype stage. It is awesome because it prevents warping, and allows workpieces to stick to the build platform without having to build a raft.&lt;br /&gt;
&lt;br /&gt;
He left a sheet of instructions, they say:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... While here we set you up with a heated build platform. It&#039;s&lt;br /&gt;
hooked up to the fans pot. So before you print, go into the control&lt;br /&gt;
panel and click [x] fan and it will turn it on. Let it warm up for at&lt;br /&gt;
least 5 minutes and then print on it. When the model is done, let it&lt;br /&gt;
cool for 5 minutes and it will &#039;pop&#039; right off the warm kapton tape.&lt;br /&gt;
&lt;br /&gt;
We are also leaving you a spare parts kit for the extruder. Your&lt;br /&gt;
nozzle is super thick and slow. This new nozzle has a smaller nozzle&lt;br /&gt;
hole. Make it, use it, love it!&lt;br /&gt;
&lt;br /&gt;
Bre and Zack, Makerbot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When asked about the workings of the heated build platform, he said:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Yup, ours is a prototype part, it&#039;s awesome but not very well documented.&lt;br /&gt;
&lt;br /&gt;
You want to plug it in above the mosfet that usually runs the fan.&lt;br /&gt;
&lt;br /&gt;
You can then go into the control panel and just turn the fan on, let&lt;br /&gt;
it heat up for 8-10 minutes and it will get to about 110F.&lt;br /&gt;
&lt;br /&gt;
Print away and remember to turn it off and unplug the bot when you&#039;re done!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Please note that he&#039;s left us the parts for an improved extruder - up to us to build it - and some of the new colored ABS plastic.&lt;br /&gt;
&lt;br /&gt;
== 04/03/2010 ==&lt;br /&gt;
After using the makerbot all day I (fenn) noticed the Z axis was consistently jamming up when traversing above 125mm/min. Several hours of head-scratching later I discovered that the heated platform would cause the large acrylic plate that holds the extruder to heat up and expand, pushing outwards on the Z-axis nuts and causing the mechanism to bind ever so slightly. The simple fix of filing the plate down was complicated by the lack of small files and the fact that the machine was assembled wrong, requiring removal of the four small u-shaped plywood &amp;quot;guide plates&amp;quot;, which I put back in the correct orientation: gap outwards.&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure the heated build platform actually ever gets hot enough for ABS to stick to the kapton tape. It seems to max out at 95 celsius, as measured with an infrared thermometer. The RepRap wiki suggests 120-220 degrees for ABS. Perhaps connect the platform directly to a higher voltage power supply?&lt;br /&gt;
&lt;br /&gt;
Lacking a hot enough bed for the first layer to stick to, blue masking tape sorta almost works (the first time you use it), and I got much better results when I taped a business card on top and printed on that instead. I printed a few gears and hope to add a [http://www.thingiverse.com/thing:1794 &amp;quot;wade extruder&amp;quot;] soonish.&lt;br /&gt;
&lt;br /&gt;
== 04/09/2010 ==&lt;br /&gt;
I (fenn) came in today and it appeared that nobody had touched the makerbot since I last left it. But the nozzle wouldn&#039;t heat up. Voltage to the wires, it just didnt get hot. So, heeding the warning to not disassemble the nozzle, I removed it and swapped in another one, which works a lot better anyway. Then I attached a 16V transformer to the heated bed, and now it gets up to 165C which is much better than the old 90C running on 12V. Now the first layer actually sticks! Z axis seems to still be jamming up; I didn&#039;t file the notches deep enough I guess. Wish I had more time to play with it. Skeinforge settings that seem to work with ABS:&lt;br /&gt;
layer height: 0.4mm, flow rate: 255, feed rate: 25mm/s.&lt;br /&gt;
&lt;br /&gt;
== 04/11/2010 ==&lt;br /&gt;
added a fan to cool off the acrylic plate. make sure you enable the fan before printing and it shouldn&#039;t jam up anymore. seems to be working reliably now.&lt;br /&gt;
&lt;br /&gt;
hint: instead of trying to adjust the Z zero in software, manually adjust the height as it prints the first layer.&lt;br /&gt;
&lt;br /&gt;
caution: plugging in or unplugging the heater transformer may cause the power strip breaker to trip and reset the makerbot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 04/13/2010 ==&lt;br /&gt;
leveled bed by shaving down tabs that were sticking up, pushing magnets back in, and adding a small strip of kapton tape. adjusted toothed gear/idler wheel spacing with 5/64 allen key.&lt;br /&gt;
&lt;br /&gt;
Some of the magnets on the Y stage are in sideways (poles on left &amp;amp; right), not upright (poles on top &amp;amp; bottom). I found this when building my Makerbot, since I wanted the build platform to be interoperable, I tried placing the magnets on the Y stage of the NB &#039;bot to check polarity, and found that they were sticking corner-to-corner, not face-to-face. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
== 06/10/2010 ==&lt;br /&gt;
I&#039;ve taken in two functioning nozzle assemblies, and an extruder block with double idler wheel. These should help get the &#039;bot up and running. The nozzles may need to be heated up, PTFE insulator removed and cleaned. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
What is the large spool of white plastic next to the Makerbot? It seems a lot softer than ABS, and certainly acts strange when I try to print with it. (It is so soft that it scrunches up in the extruder feed channel, and the pinch wheel starts grinding into it super quickly. It doesn&#039;t stink when heated.) Could it be Shapelock? - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;it is PLA, rather than ABS.  It melts at a much, much lower temperature.&#039;&#039; - Martin&lt;br /&gt;
&lt;br /&gt;
It&#039;s not PLA, far too soft. There&#039;s some green PLA in the bag on top of the pile. I think it&#039;s HDPE. Smells like HDPE too. (like a blown out candle.) - fenn&lt;br /&gt;
&lt;br /&gt;
== 9/24/2010 ==&lt;br /&gt;
&lt;br /&gt;
The Makerbot is broken...&lt;br /&gt;
&lt;br /&gt;
d&#039;oh!&lt;br /&gt;
&lt;br /&gt;
i&#039;m really not sure what happened. i was cleaning out the extruder and i think one of the green wires touched the large metal washer; there was a spark and a small poof next to the rj-45 connector on the extruder board, and now nothing turns on. sigh.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:IMG_2929.JPG|right|thumbnail|alt=two sample pieces, side view|corroborating evidence]]&lt;br /&gt;
I swapped in one of Gian Pablo&#039;s extruders and bought a new 606 bearing for the gearmotor. (somehow the original must have fallen out and gotten lost.) Lots of jamming up and cussing ensued. Some adjustments were made, much filament run through the machine, and I deduced that the &#039;&#039;&#039;NEW EXTRUDER REQURIES THE FAN ON&#039;&#039;&#039; whenever it is at operating temperature. I got it to print out a timing pulley on the fifth try, and reliably printing after that, using the same settings as before.&lt;br /&gt;
&lt;br /&gt;
The nozzles I left seem to print reliably at much lower temperatures, try 195C and see how that goes. [gian pablo]&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=15540</id>
		<title>Makerbot</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=15540"/>
		<updated>2011-01-02T20:28:53Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: /* Status Reports */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
=Help is on the way for the Makerbot (2011-01-02) =&lt;br /&gt;
&lt;br /&gt;
I&#039;ve ordered an extensive selection of parts, including new extruder, heated build platform, extruder board etc. Should be here next week. [gian pablo]&lt;br /&gt;
&lt;br /&gt;
=The Makerbot is broken (2010-09-24) =&lt;br /&gt;
&lt;br /&gt;
d&#039;oh!&lt;br /&gt;
&lt;br /&gt;
i&#039;m really not sure what happened. i was cleaning out the extruder and i think one of the green wires touched the large metal washer; there was a spark and a small poof next to the rj-45 connector on the extruder board, and now nothing turns on. sigh.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:IMG_2929.JPG|right|thumbnail|alt=two sample pieces, side view|corroborating evidence]]&lt;br /&gt;
I swapped in one of Gian Pablo&#039;s extruders and bought a new 606 bearing for the gearmotor. (somehow the original must have fallen out and gotten lost.) Lots of jamming up and cussing ensued. Some adjustments were made, much filament run through the machine, and I deduced that the &#039;&#039;&#039;NEW EXTRUDER REQURIES THE FAN ON&#039;&#039;&#039; whenever it is at operating temperature. I got it to print out a timing pulley on the fifth try, and reliably printing after that, using the same settings as before.&lt;br /&gt;
&lt;br /&gt;
The nozzles I left seem to print reliably at much lower temperatures, try 195C and see how that goes. [gian pablo]&lt;br /&gt;
&lt;br /&gt;
=How to Use the Makerbot=&lt;br /&gt;
if it breaks, we can fix it. don&#039;t be afraid of the makerbot! I&#039;ve crashed it hundreds of times and only permanently broke something once.&lt;br /&gt;
&lt;br /&gt;
====install some software first====&lt;br /&gt;
&lt;br /&gt;
* Install Java (if you don&#039;t already have it) - http://www.java.com/en/download/index.jsp&lt;br /&gt;
&lt;br /&gt;
* Install Python (if you don&#039;t already have it). http://www.python.org/download/ &lt;br /&gt;
&lt;br /&gt;
* Optionally, install PsyCo, it will make things run much faster.&lt;br /&gt;
&lt;br /&gt;
* get yourself a copy of replicatorg: http://replicat.org/download&lt;br /&gt;
&lt;br /&gt;
ReplicatorG now includes various versions of the Skeinforge slicing utility, so no need to download and install separately.&lt;br /&gt;
&lt;br /&gt;
You are done.&lt;br /&gt;
&lt;br /&gt;
====using the software====&lt;br /&gt;
&lt;br /&gt;
* Start ReplicatorG.&lt;br /&gt;
&lt;br /&gt;
* Open an STL file. You should see a 3D image of your model.&lt;br /&gt;
&lt;br /&gt;
* Press the &#039;generate GCode&#039; button on the right. &lt;br /&gt;
&lt;br /&gt;
* You will be asked to choose a profile. Currently you are looking at Cupcake CNC Mk4, but very soon you will want Cupcake CNC Mk5 with Heated Build Platform.&lt;br /&gt;
&lt;br /&gt;
* It will take a while to build the GCode for the model. Go talk to visitors to the space and tell them not to sleep here.&lt;br /&gt;
&lt;br /&gt;
* Refer to the detailed instructions on the Makerbot site for more up-to-date tips and instructions (they change often):  http://wiki.makerbot.com/how-to-print&lt;br /&gt;
&lt;br /&gt;
====fire the makerbot====&lt;br /&gt;
&lt;br /&gt;
Watch this space for changes, as the new extruder and build platform are installed.&lt;br /&gt;
&lt;br /&gt;
* plug in the heated build platform. yes, it&#039;s just some wires from the transformer shoved in a monitor power cord.&lt;br /&gt;
* turn on the makerbot PSU, it&#039;s a switch in the back&lt;br /&gt;
* plug in the makerbot usb cable&lt;br /&gt;
* run replicatorg (./replicatorg)&lt;br /&gt;
* please don&#039;t upload any firmware&lt;br /&gt;
* the first time you run it, machine-&amp;gt;driver-&amp;gt;cupcake CNC&lt;br /&gt;
* click on the 4 arrows symbol (control panel)&lt;br /&gt;
** lay a small piece of paper on the platform&lt;br /&gt;
** remove any crud from the nozzle with bent nose pliers (hidden under the EFF hat)&lt;br /&gt;
** move X, Y to the center of the platform&lt;br /&gt;
** jog down in Z first in 10mm increments, then 1mm increments, until there is maximum drag force on the paper&lt;br /&gt;
** jog up in 0.1mm increments until the drag lessens&lt;br /&gt;
** click &amp;quot;set zero&amp;quot;&lt;br /&gt;
** at the bottom of the control panel there are some settings, set them in this order (motor control actually sends the target temperature command for some reason)&lt;br /&gt;
*** Motor Speed (PWM): 255&lt;br /&gt;
*** Target Temperature: 222&lt;br /&gt;
*** Motor Control: Stop&lt;br /&gt;
*** Cooling Fan: enable &lt;br /&gt;
** wait until the temperature is above 200 then try a test extrusion (click Motor Control: forward)&lt;br /&gt;
*** if nothing happens in ten seconds, stop before you strip out the teeth on the filament&lt;br /&gt;
*** if you accidentally start the motor before it&#039;s hot, you can fix it by manually pushing the filament into the extruder with some pliers&lt;br /&gt;
* the build platform should be plenty hot now&lt;br /&gt;
** there might be an IR thermometer in a little duct tape pouch thingy&lt;br /&gt;
** it should be around 120-130C for best results&lt;br /&gt;
* remove ooze from the nozzle with pliers&lt;br /&gt;
* file-&amp;gt;open the .gcode file you created earlier with skeinforge&lt;br /&gt;
* click &#039;build&#039; (the solid kidney bean)&lt;br /&gt;
* if the first layer doesn&#039;t stick at all or peels loose immediately, adjust the z axis down by turning the pulley on top of the makerbot&lt;br /&gt;
* if the first layer starts getting fugly during the infill, with crap building up on the nozzle, adjust the z axis up a few steps until it looks perfectly flat with no &amp;quot;fuzz&amp;quot;&lt;br /&gt;
***note to self: get some pics and video of first layer too high, first layer too low, and verify zeroing procedure&lt;br /&gt;
* now since it probably screwed up somehow, hit stop and remove the grossness with the plastic scraper and/or pliers&lt;br /&gt;
* it should still be zeroed, and hopefully at the correct height adjustment now, so just click &#039;build&#039; again&lt;br /&gt;
* if you can&#039;t get it to stick at all, the platform is probably at the wrong temperature.&lt;br /&gt;
** wait five minutes for it to warm up completely&lt;br /&gt;
** or maybe you need to adjust the little cpu fan to blow on the platform to cool it down to 130C (150C is too hot)&lt;br /&gt;
[[File:Nophead_pulleys_side.jpg|right|thumbnail|alt=two sample pieces, side view|your part should look like this or better. I still hadn&#039;t tweaked the feedrate perfectly for colored plastic, hence the blobbiness.]]&lt;br /&gt;
&lt;br /&gt;
* ok now presumably you&#039;re done printing and nothing went wrong. &lt;br /&gt;
** jog Z+ 20mm to give yourself some room&lt;br /&gt;
**rotate the makerbot counterclockwise from above about 30 degrees and turn on the big fan for a minute&lt;br /&gt;
** now just peel it off with your hand&lt;br /&gt;
*** be careful, the part is still soft and can deform&lt;br /&gt;
*** it may need a little help with a disposable utility knife or the plastic scraper to break the seal underneath the part&lt;br /&gt;
*** it&#039;s easier if you remove the build platform - it&#039;s held on with magnets&lt;br /&gt;
&lt;br /&gt;
==== tweaking skeinforge ====&lt;br /&gt;
[[File:Nophead_pulleys_top.jpg|right|thumbnail|alt=two sample pieces, top view|note the incomplete infill on the right; this was due to improper perimeter width settings. note the square teeth on the left; this is because &amp;quot;stretch&amp;quot; is turned on. this is a good thing.]]&lt;br /&gt;
there are about 300 different &amp;quot;craft&amp;quot; settings in skeinforge, and they all interrelate in confusing ways. here&#039;s a quick overview of the important ones:&lt;br /&gt;
*carve-&amp;gt;layer height: should be about 0.8*nozzle hole diameter&lt;br /&gt;
*speed-&amp;gt;flow rate: 255&lt;br /&gt;
*speed-&amp;gt;feed rate: start around 25mm/s&lt;br /&gt;
*speed-&amp;gt;bridge feed rate multiplier: can be important on parts with bridges, but has a bug that messes up other parts&lt;br /&gt;
*fill-&amp;gt;infill solidity: 0.4 is adequate and not too slow. higher for stronger parts&lt;br /&gt;
*fill-&amp;gt;infill pattern: controls whether you get hashbrowns or honeycombs&lt;br /&gt;
*comb keeps it from driving through empty spaces and making stringies&lt;br /&gt;
*raft prints a waffle grid thingy to keep the corners held down&lt;br /&gt;
*raftless slows down the first layer and makes a short test extrusion, set this to about 10mm&lt;br /&gt;
*oozebane is useless, forget about it&lt;br /&gt;
*jitter is good, set it to a large value like 100&lt;br /&gt;
*stretch makes corners un-rounded, but can cause data overload stuttering if &amp;quot;stretch from distance&amp;quot; is too small&lt;br /&gt;
&lt;br /&gt;
you can safely ignore the rest&lt;br /&gt;
&lt;br /&gt;
==== care and feeding ====&lt;br /&gt;
* don&#039;t leave the makerbot unattended for hours, as it can theoretically catch on fire (those heated bed wires are iffy)&lt;br /&gt;
* don&#039;t leave the extruder hot for hours. periodically flush through plastic to prevent it from oxidizing.&lt;br /&gt;
* if you are about to run out of filament, cut off both ends square with diagonal flush cutters (the blue cutters for electronics) and simply hold the filament together as it goes in&lt;br /&gt;
*if the filament strips out during use (extruder motor is on, temperature high enough, nothing happening) try pushing it down manually&lt;br /&gt;
** if this doesn&#039;t work, try reversing the motor until the filament comes out, cut it cleanly, and reinsert&lt;br /&gt;
** if it keeps stripping out, you may have to completely disassemble the extruder and remove plastic gunk from the gear teeth.&lt;br /&gt;
*** use a long 5/64&amp;quot; or 2mm allen key to set the extruder idler wheel/feed gear spacing&lt;br /&gt;
** try not to let it happen in the first place. stripping can be caused by setting the first layer too low, blocking the nozzle and letting pressure build up&lt;br /&gt;
*don&#039;t upgrade the firmware unless you&#039;re willing to deal with the consequences&lt;br /&gt;
*keep it away from bright light&lt;br /&gt;
*don&#039;t get any water on it&lt;br /&gt;
*never, never ever feed it after midnight.&lt;br /&gt;
&lt;br /&gt;
= Usage log =&lt;br /&gt;
please write your name, what you tried to make, and what happened below (pics or it didnt happen)&lt;br /&gt;
----&lt;br /&gt;
[[File:Minimendel_Z_leadscrew_base_motor.jpg|none|thumbnail|600px|mini mendel Z leadscrew base and motor mount. This bastard took 2 hours and almost the entire remaining roll of green. It started to peel up badly at the back corner. I rescued it by melting the corner back down with a soldering iron. [[User:Fenn|Fenn]] 13:07, 1 May 2010 (UTC)]]&lt;br /&gt;
&lt;br /&gt;
[[File:example.jpg|none|thumbnail|600px|caption text]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Construction log =&lt;br /&gt;
This describes the current progress of the building of the Makerbot.  Instructions are found [http://wiki.makerbot.com/cupcake here], and a forum for it is found [http://wiki.makerbot.com/forum/c-77688/talk-about-makerbot here].&lt;br /&gt;
&lt;br /&gt;
Noisebridge&#039;s Makerbot kit, thoughtfully purchased by Mitch, arrived at 83C on Monday evening, July 20.  Leading the assembly team is Joachim, along with Christoph, Rachel, Steve (Mr Domino), and Jeffrey (ieatlint).&lt;br /&gt;
&lt;br /&gt;
It took about an hour and a half to go through and check the parts against the [http://pony.noisebridge.net/~cmaier/makerbot/parts_lists.ods parts list].  &amp;lt;strike&amp;gt;We think we are missing a bag of &amp;quot;laser cut pulleys&amp;quot; but it&#039;s hard to be completely sure, as there are a LOT of parts and they are not all labeled exactly as in the parts list&amp;lt;/strike&amp;gt; A bag of &amp;quot;laser cut pulleys&amp;quot; was replaced by MakerBot-made pulleys, but the parts lists weren&#039;t updated.  We determined to start assembly anyway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cupcake [[Makerbot/Electronics|Electronics]] Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-electronics-assembly Instructions] Christoph soldering one of the [[Makerbot/Electronics/Stepper_driver|stepper motor drivers]], one of the [[Makerbot/Electronics/endstop_switches|endstop switches]], and the SMD parts on the [[Makerbot/Electronics/Motherboard|motherboard]] with only occasional bitching to people to &#039;&#039;&#039;&#039;&#039;STOP MOVING THE TABLE&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Motherboard is tested and able to control stepper motors.  Regular firmware needs to be flashed back onto it.  [http://wiki.makerbot.com/burn-custom-firmware-using-arduino This] may help. [[User:Ieatlint|Ieatlint]] 02:55, 25 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Pulley Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-pulley-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake CNC Body Assembly ==&lt;br /&gt;
We got the first part of the body together without difficulty, but had trouble with the Z stage as one of the parts had changed from when the docs were written.  The Z stage rod holding guides changed from being O-shaped to being U-shaped, and are marked &amp;quot;Z guides&amp;quot;.  The forums told us to use them anyway.&lt;br /&gt;
&lt;br /&gt;
The next problem was with threaded rods, which had been cut to size.  The ends of some would not take a nut.  We solved this with judicious use of the bench grinder.  There were LOTS of nut/rod jokes, and we were in a state where they were actually funny! [[User:Rachel|Rachel]] 10:08, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Progressed to and including the step entitled &amp;quot;Z-stage stepper wiring&amp;quot; as detailed on the body assembly [http://wiki.makerbot.com/cupcake-body-assembly instructions].  The body assembly is nearly completed. [[User:Ieatlint|Ieatlint]] 03:52, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Stages assembled and motherboard and stepper driver circuits in place. Driver boards are tested. Axis stops are installed, platforms still need craft stick beam breaks installed. -- [[User:JSharp|JSharp]] 06:45, 2 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Y Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-y-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake X Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-x-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Plastruder MK3 Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/plastruder-mk3-assembly Instructions]&lt;br /&gt;
*Note: Ubuntu 9.04 specific: the librxtxSerial.so and the RXTXcomm.jar that come in the replicatorg download need to be replaced with some binaries from this other place that I don&#039;t remember. -[[User:Elgreengeeto|Skory]]&lt;br /&gt;
&lt;br /&gt;
*Progressed through to end of Heater Barrel Assembly.   [[User:Miloh|Miloh]] 04:24, 21 July 2009 (PDT)&lt;br /&gt;
*Progressed through the Filament Drive Assembly, and Joachim mastered the extruder electronics.  [[User:Miloh|Miloh]] 02:03, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel through step 3. [[User:Miloh|Miloh]] 13:17, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel to the end.  [[User:Miloh|Miloh]] 20:46, 26 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
 Continue at Plastruder burn in test.  The burn in test can&#039;t be completed until the Thermistor and extruder board are recognized by the control system.&lt;br /&gt;
&lt;br /&gt;
*Plastruder board burnt out a few components on power up test. Ordered new plastruder driver from makerbot, should arrive at 83C soon. -- [[User:JSharp|JSharp]] 06:43, 2 August 2009 (PDT)&lt;br /&gt;
**New plastruder control board received and installed. -- [[User:JSharp|JSharp]] 10:52, 9 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
= Status Reports =&lt;br /&gt;
&lt;br /&gt;
== 10/18/09 ==&lt;br /&gt;
&lt;br /&gt;
Martin - The makerbot is working and printing objects well.  You will need to download and install &amp;quot;ReplicatorG&amp;quot; and &amp;quot;skeinforge&amp;quot; in order to use the bot. The software runs on Mac, Linux, and PC.   (skeinforge requires Python, ReplicatorG requires Java)  Example objects are next to the bot.&lt;br /&gt;
&lt;br /&gt;
The X/Y/Z stage endpoints are not yet installed.  It requires a number of popsicle sticks to be cut to the correct length and the stage to be calibrated.  You can operate the MakerBot with ***great*** care without them.  &lt;br /&gt;
&lt;br /&gt;
The extruder head has been upgraded to the Mark-4, with a new bearing and idler wheel.  Also, the extruder head is now insulated with the same material they use to insulate the Space Shuttle heat tiles from the skin of the shuttle itself.  *** IT IS EXPENSIVE.  PLEASE DON&#039;T TAKE APART! ***  I can&#039;t replace the material, it was given as a gift from a friend at JPL.  &lt;br /&gt;
&lt;br /&gt;
Please read all the instructions on how to use the MakerBot on the [[http://wiki.makerbot.com/|MakerBot Wiki Site]] before attempting to use it.&lt;br /&gt;
&lt;br /&gt;
== 08/24/09 ==&lt;br /&gt;
Thanks to excellent efforts and support from Martin, the MakerBot is now in a semi-functional state.  There are three things that need to be worked on, however:&lt;br /&gt;
# The Y stage endpoint is installed incorrectly (the Y stage and physically crash into it)&lt;br /&gt;
# The nichrome wire needs to be better insulated so it can maintain higher temperatures and consistent temperatures.&lt;br /&gt;
# The feeding mechanism needs to be reviewed, as it appears that it fails to operate reliably.&lt;br /&gt;
&lt;br /&gt;
Please do NOT attempt to disassemble the plastruder header.&lt;br /&gt;
Also, do NOT attempt to operate the MakerBot unless you really know what you&#039;re doing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 01/10/2010 ==&lt;br /&gt;
Much has happened to the Makerbot since last noted,&lt;br /&gt;
the broken idler wheel was replaced and the extruder head assembly was upgraded by me using parts from Bre when he was here. Thanks Bre!&lt;br /&gt;
I also at that time upgraded the firmware and printed a bunch of skull throwies, yay! &lt;br /&gt;
Time has passed between then and now and many people have been reporting the makerbot in sickly condition, after much testing I am glad to report this not the case. go go makerbot!&lt;br /&gt;
&lt;br /&gt;
== 03/10/2010 ==&lt;br /&gt;
Bre was here on 20/2 and installed a heated build platform on the Makerbot. The heated platform is a new development, still in prototype stage. It is awesome because it prevents warping, and allows workpieces to stick to the build platform without having to build a raft.&lt;br /&gt;
&lt;br /&gt;
He left a sheet of instructions, they say:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... While here we set you up with a heated build platform. It&#039;s&lt;br /&gt;
hooked up to the fans pot. So before you print, go into the control&lt;br /&gt;
panel and click [x] fan and it will turn it on. Let it warm up for at&lt;br /&gt;
least 5 minutes and then print on it. When the model is done, let it&lt;br /&gt;
cool for 5 minutes and it will &#039;pop&#039; right off the warm kapton tape.&lt;br /&gt;
&lt;br /&gt;
We are also leaving you a spare parts kit for the extruder. Your&lt;br /&gt;
nozzle is super thick and slow. This new nozzle has a smaller nozzle&lt;br /&gt;
hole. Make it, use it, love it!&lt;br /&gt;
&lt;br /&gt;
Bre and Zack, Makerbot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When asked about the workings of the heated build platform, he said:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Yup, ours is a prototype part, it&#039;s awesome but not very well documented.&lt;br /&gt;
&lt;br /&gt;
You want to plug it in above the mosfet that usually runs the fan.&lt;br /&gt;
&lt;br /&gt;
You can then go into the control panel and just turn the fan on, let&lt;br /&gt;
it heat up for 8-10 minutes and it will get to about 110F.&lt;br /&gt;
&lt;br /&gt;
Print away and remember to turn it off and unplug the bot when you&#039;re done!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Please note that he&#039;s left us the parts for an improved extruder - up to us to build it - and some of the new colored ABS plastic.&lt;br /&gt;
&lt;br /&gt;
== 04/03/2010 ==&lt;br /&gt;
After using the makerbot all day I (fenn) noticed the Z axis was consistently jamming up when traversing above 125mm/min. Several hours of head-scratching later I discovered that the heated platform would cause the large acrylic plate that holds the extruder to heat up and expand, pushing outwards on the Z-axis nuts and causing the mechanism to bind ever so slightly. The simple fix of filing the plate down was complicated by the lack of small files and the fact that the machine was assembled wrong, requiring removal of the four small u-shaped plywood &amp;quot;guide plates&amp;quot;, which I put back in the correct orientation: gap outwards.&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure the heated build platform actually ever gets hot enough for ABS to stick to the kapton tape. It seems to max out at 95 celsius, as measured with an infrared thermometer. The RepRap wiki suggests 120-220 degrees for ABS. Perhaps connect the platform directly to a higher voltage power supply?&lt;br /&gt;
&lt;br /&gt;
Lacking a hot enough bed for the first layer to stick to, blue masking tape sorta almost works (the first time you use it), and I got much better results when I taped a business card on top and printed on that instead. I printed a few gears and hope to add a [http://www.thingiverse.com/thing:1794 &amp;quot;wade extruder&amp;quot;] soonish.&lt;br /&gt;
&lt;br /&gt;
== 04/09/2010 ==&lt;br /&gt;
I (fenn) came in today and it appeared that nobody had touched the makerbot since I last left it. But the nozzle wouldn&#039;t heat up. Voltage to the wires, it just didnt get hot. So, heeding the warning to not disassemble the nozzle, I removed it and swapped in another one, which works a lot better anyway. Then I attached a 16V transformer to the heated bed, and now it gets up to 165C which is much better than the old 90C running on 12V. Now the first layer actually sticks! Z axis seems to still be jamming up; I didn&#039;t file the notches deep enough I guess. Wish I had more time to play with it. Skeinforge settings that seem to work with ABS:&lt;br /&gt;
layer height: 0.4mm, flow rate: 255, feed rate: 25mm/s.&lt;br /&gt;
&lt;br /&gt;
== 04/11/2010 ==&lt;br /&gt;
added a fan to cool off the acrylic plate. make sure you enable the fan before printing and it shouldn&#039;t jam up anymore. seems to be working reliably now.&lt;br /&gt;
&lt;br /&gt;
hint: instead of trying to adjust the Z zero in software, manually adjust the height as it prints the first layer.&lt;br /&gt;
&lt;br /&gt;
caution: plugging in or unplugging the heater transformer may cause the power strip breaker to trip and reset the makerbot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 04/13/2010 ==&lt;br /&gt;
leveled bed by shaving down tabs that were sticking up, pushing magnets back in, and adding a small strip of kapton tape. adjusted toothed gear/idler wheel spacing with 5/64 allen key.&lt;br /&gt;
&lt;br /&gt;
Some of the magnets on the Y stage are in sideways (poles on left &amp;amp; right), not upright (poles on top &amp;amp; bottom). I found this when building my Makerbot, since I wanted the build platform to be interoperable, I tried placing the magnets on the Y stage of the NB &#039;bot to check polarity, and found that they were sticking corner-to-corner, not face-to-face. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
== 06/10/2010 ==&lt;br /&gt;
I&#039;ve taken in two functioning nozzle assemblies, and an extruder block with double idler wheel. These should help get the &#039;bot up and running. The nozzles may need to be heated up, PTFE insulator removed and cleaned. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
What is the large spool of white plastic next to the Makerbot? It seems a lot softer than ABS, and certainly acts strange when I try to print with it. (It is so soft that it scrunches up in the extruder feed channel, and the pinch wheel starts grinding into it super quickly. It doesn&#039;t stink when heated.) Could it be Shapelock? - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;it is PLA, rather than ABS.  It melts at a much, much lower temperature.&#039;&#039; - Martin&lt;br /&gt;
&lt;br /&gt;
It&#039;s not PLA, far too soft. There&#039;s some green PLA in the bag on top of the pile. I think it&#039;s HDPE. Smells like HDPE too. (like a blown out candle.) - fenn&lt;br /&gt;
&lt;br /&gt;
== 9/24/2010 ==&lt;br /&gt;
&lt;br /&gt;
The Makerbot is broken...&lt;br /&gt;
&lt;br /&gt;
d&#039;oh!&lt;br /&gt;
&lt;br /&gt;
i&#039;m really not sure what happened. i was cleaning out the extruder and i think one of the green wires touched the large metal washer; there was a spark and a small poof next to the rj-45 connector on the extruder board, and now nothing turns on. sigh.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:IMG_2929.JPG|right|thumbnail|alt=two sample pieces, side view|corroborating evidence]]&lt;br /&gt;
I swapped in one of Gian Pablo&#039;s extruders and bought a new 606 bearing for the gearmotor. (somehow the original must have fallen out and gotten lost.) Lots of jamming up and cussing ensued. Some adjustments were made, much filament run through the machine, and I deduced that the &#039;&#039;&#039;NEW EXTRUDER REQURIES THE FAN ON&#039;&#039;&#039; whenever it is at operating temperature. I got it to print out a timing pulley on the fifth try, and reliably printing after that, using the same settings as before.&lt;br /&gt;
&lt;br /&gt;
The nozzles I left seem to print reliably at much lower temperatures, try 195C and see how that goes. [gian pablo]&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=15539</id>
		<title>Makerbot</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=15539"/>
		<updated>2011-01-02T17:18:06Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: /* using the software */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
=Help is on the way for the Makerbot (2011-01-02) =&lt;br /&gt;
&lt;br /&gt;
I&#039;ve ordered an extensive selection of parts, including new extruder, heated build platform, extruder board etc. Should be here next week. [gian pablo]&lt;br /&gt;
&lt;br /&gt;
=The Makerbot is broken (2010-09-24) =&lt;br /&gt;
&lt;br /&gt;
d&#039;oh!&lt;br /&gt;
&lt;br /&gt;
i&#039;m really not sure what happened. i was cleaning out the extruder and i think one of the green wires touched the large metal washer; there was a spark and a small poof next to the rj-45 connector on the extruder board, and now nothing turns on. sigh.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:IMG_2929.JPG|right|thumbnail|alt=two sample pieces, side view|corroborating evidence]]&lt;br /&gt;
I swapped in one of Gian Pablo&#039;s extruders and bought a new 606 bearing for the gearmotor. (somehow the original must have fallen out and gotten lost.) Lots of jamming up and cussing ensued. Some adjustments were made, much filament run through the machine, and I deduced that the &#039;&#039;&#039;NEW EXTRUDER REQURIES THE FAN ON&#039;&#039;&#039; whenever it is at operating temperature. I got it to print out a timing pulley on the fifth try, and reliably printing after that, using the same settings as before.&lt;br /&gt;
&lt;br /&gt;
The nozzles I left seem to print reliably at much lower temperatures, try 195C and see how that goes. [gian pablo]&lt;br /&gt;
&lt;br /&gt;
=How to Use the Makerbot=&lt;br /&gt;
if it breaks, we can fix it. don&#039;t be afraid of the makerbot! I&#039;ve crashed it hundreds of times and only permanently broke something once.&lt;br /&gt;
&lt;br /&gt;
====install some software first====&lt;br /&gt;
&lt;br /&gt;
* Install Java (if you don&#039;t already have it) - http://www.java.com/en/download/index.jsp&lt;br /&gt;
&lt;br /&gt;
* Install Python (if you don&#039;t already have it). http://www.python.org/download/ &lt;br /&gt;
&lt;br /&gt;
* Optionally, install PsyCo, it will make things run much faster.&lt;br /&gt;
&lt;br /&gt;
* get yourself a copy of replicatorg: http://replicat.org/download&lt;br /&gt;
&lt;br /&gt;
ReplicatorG now includes various versions of the Skeinforge slicing utility, so no need to download and install separately.&lt;br /&gt;
&lt;br /&gt;
You are done.&lt;br /&gt;
&lt;br /&gt;
====using the software====&lt;br /&gt;
&lt;br /&gt;
* Start ReplicatorG.&lt;br /&gt;
&lt;br /&gt;
* Open an STL file. You should see a 3D image of your model.&lt;br /&gt;
&lt;br /&gt;
* Press the &#039;generate GCode&#039; button on the right. &lt;br /&gt;
&lt;br /&gt;
* You will be asked to choose a profile. Currently you are looking at Cupcake CNC Mk4, but very soon you will want Cupcake CNC Mk5 with Heated Build Platform.&lt;br /&gt;
&lt;br /&gt;
* It will take a while to build the GCode for the model. Go talk to visitors to the space and tell them not to sleep here.&lt;br /&gt;
&lt;br /&gt;
* Refer to the detailed instructions on the Makerbot site for more up-to-date tips and instructions (they change often):  http://wiki.makerbot.com/how-to-print&lt;br /&gt;
&lt;br /&gt;
====fire the makerbot====&lt;br /&gt;
&lt;br /&gt;
Watch this space for changes, as the new extruder and build platform are installed.&lt;br /&gt;
&lt;br /&gt;
* plug in the heated build platform. yes, it&#039;s just some wires from the transformer shoved in a monitor power cord.&lt;br /&gt;
* turn on the makerbot PSU, it&#039;s a switch in the back&lt;br /&gt;
* plug in the makerbot usb cable&lt;br /&gt;
* run replicatorg (./replicatorg)&lt;br /&gt;
* please don&#039;t upload any firmware&lt;br /&gt;
* the first time you run it, machine-&amp;gt;driver-&amp;gt;cupcake CNC&lt;br /&gt;
* click on the 4 arrows symbol (control panel)&lt;br /&gt;
** lay a small piece of paper on the platform&lt;br /&gt;
** remove any crud from the nozzle with bent nose pliers (hidden under the EFF hat)&lt;br /&gt;
** move X, Y to the center of the platform&lt;br /&gt;
** jog down in Z first in 10mm increments, then 1mm increments, until there is maximum drag force on the paper&lt;br /&gt;
** jog up in 0.1mm increments until the drag lessens&lt;br /&gt;
** click &amp;quot;set zero&amp;quot;&lt;br /&gt;
** at the bottom of the control panel there are some settings, set them in this order (motor control actually sends the target temperature command for some reason)&lt;br /&gt;
*** Motor Speed (PWM): 255&lt;br /&gt;
*** Target Temperature: 222&lt;br /&gt;
*** Motor Control: Stop&lt;br /&gt;
*** Cooling Fan: enable &lt;br /&gt;
** wait until the temperature is above 200 then try a test extrusion (click Motor Control: forward)&lt;br /&gt;
*** if nothing happens in ten seconds, stop before you strip out the teeth on the filament&lt;br /&gt;
*** if you accidentally start the motor before it&#039;s hot, you can fix it by manually pushing the filament into the extruder with some pliers&lt;br /&gt;
* the build platform should be plenty hot now&lt;br /&gt;
** there might be an IR thermometer in a little duct tape pouch thingy&lt;br /&gt;
** it should be around 120-130C for best results&lt;br /&gt;
* remove ooze from the nozzle with pliers&lt;br /&gt;
* file-&amp;gt;open the .gcode file you created earlier with skeinforge&lt;br /&gt;
* click &#039;build&#039; (the solid kidney bean)&lt;br /&gt;
* if the first layer doesn&#039;t stick at all or peels loose immediately, adjust the z axis down by turning the pulley on top of the makerbot&lt;br /&gt;
* if the first layer starts getting fugly during the infill, with crap building up on the nozzle, adjust the z axis up a few steps until it looks perfectly flat with no &amp;quot;fuzz&amp;quot;&lt;br /&gt;
***note to self: get some pics and video of first layer too high, first layer too low, and verify zeroing procedure&lt;br /&gt;
* now since it probably screwed up somehow, hit stop and remove the grossness with the plastic scraper and/or pliers&lt;br /&gt;
* it should still be zeroed, and hopefully at the correct height adjustment now, so just click &#039;build&#039; again&lt;br /&gt;
* if you can&#039;t get it to stick at all, the platform is probably at the wrong temperature.&lt;br /&gt;
** wait five minutes for it to warm up completely&lt;br /&gt;
** or maybe you need to adjust the little cpu fan to blow on the platform to cool it down to 130C (150C is too hot)&lt;br /&gt;
[[File:Nophead_pulleys_side.jpg|right|thumbnail|alt=two sample pieces, side view|your part should look like this or better. I still hadn&#039;t tweaked the feedrate perfectly for colored plastic, hence the blobbiness.]]&lt;br /&gt;
&lt;br /&gt;
* ok now presumably you&#039;re done printing and nothing went wrong. &lt;br /&gt;
** jog Z+ 20mm to give yourself some room&lt;br /&gt;
**rotate the makerbot counterclockwise from above about 30 degrees and turn on the big fan for a minute&lt;br /&gt;
** now just peel it off with your hand&lt;br /&gt;
*** be careful, the part is still soft and can deform&lt;br /&gt;
*** it may need a little help with a disposable utility knife or the plastic scraper to break the seal underneath the part&lt;br /&gt;
*** it&#039;s easier if you remove the build platform - it&#039;s held on with magnets&lt;br /&gt;
&lt;br /&gt;
==== tweaking skeinforge ====&lt;br /&gt;
[[File:Nophead_pulleys_top.jpg|right|thumbnail|alt=two sample pieces, top view|note the incomplete infill on the right; this was due to improper perimeter width settings. note the square teeth on the left; this is because &amp;quot;stretch&amp;quot; is turned on. this is a good thing.]]&lt;br /&gt;
there are about 300 different &amp;quot;craft&amp;quot; settings in skeinforge, and they all interrelate in confusing ways. here&#039;s a quick overview of the important ones:&lt;br /&gt;
*carve-&amp;gt;layer height: should be about 0.8*nozzle hole diameter&lt;br /&gt;
*speed-&amp;gt;flow rate: 255&lt;br /&gt;
*speed-&amp;gt;feed rate: start around 25mm/s&lt;br /&gt;
*speed-&amp;gt;bridge feed rate multiplier: can be important on parts with bridges, but has a bug that messes up other parts&lt;br /&gt;
*fill-&amp;gt;infill solidity: 0.4 is adequate and not too slow. higher for stronger parts&lt;br /&gt;
*fill-&amp;gt;infill pattern: controls whether you get hashbrowns or honeycombs&lt;br /&gt;
*comb keeps it from driving through empty spaces and making stringies&lt;br /&gt;
*raft prints a waffle grid thingy to keep the corners held down&lt;br /&gt;
*raftless slows down the first layer and makes a short test extrusion, set this to about 10mm&lt;br /&gt;
*oozebane is useless, forget about it&lt;br /&gt;
*jitter is good, set it to a large value like 100&lt;br /&gt;
*stretch makes corners un-rounded, but can cause data overload stuttering if &amp;quot;stretch from distance&amp;quot; is too small&lt;br /&gt;
&lt;br /&gt;
you can safely ignore the rest&lt;br /&gt;
&lt;br /&gt;
==== care and feeding ====&lt;br /&gt;
* don&#039;t leave the makerbot unattended for hours, as it can theoretically catch on fire (those heated bed wires are iffy)&lt;br /&gt;
* don&#039;t leave the extruder hot for hours. periodically flush through plastic to prevent it from oxidizing.&lt;br /&gt;
* if you are about to run out of filament, cut off both ends square with diagonal flush cutters (the blue cutters for electronics) and simply hold the filament together as it goes in&lt;br /&gt;
*if the filament strips out during use (extruder motor is on, temperature high enough, nothing happening) try pushing it down manually&lt;br /&gt;
** if this doesn&#039;t work, try reversing the motor until the filament comes out, cut it cleanly, and reinsert&lt;br /&gt;
** if it keeps stripping out, you may have to completely disassemble the extruder and remove plastic gunk from the gear teeth.&lt;br /&gt;
*** use a long 5/64&amp;quot; or 2mm allen key to set the extruder idler wheel/feed gear spacing&lt;br /&gt;
** try not to let it happen in the first place. stripping can be caused by setting the first layer too low, blocking the nozzle and letting pressure build up&lt;br /&gt;
*don&#039;t upgrade the firmware unless you&#039;re willing to deal with the consequences&lt;br /&gt;
*keep it away from bright light&lt;br /&gt;
*don&#039;t get any water on it&lt;br /&gt;
*never, never ever feed it after midnight.&lt;br /&gt;
&lt;br /&gt;
= Usage log =&lt;br /&gt;
please write your name, what you tried to make, and what happened below (pics or it didnt happen)&lt;br /&gt;
----&lt;br /&gt;
[[File:Minimendel_Z_leadscrew_base_motor.jpg|none|thumbnail|600px|mini mendel Z leadscrew base and motor mount. This bastard took 2 hours and almost the entire remaining roll of green. It started to peel up badly at the back corner. I rescued it by melting the corner back down with a soldering iron. [[User:Fenn|Fenn]] 13:07, 1 May 2010 (UTC)]]&lt;br /&gt;
&lt;br /&gt;
[[File:example.jpg|none|thumbnail|600px|caption text]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Construction log =&lt;br /&gt;
This describes the current progress of the building of the Makerbot.  Instructions are found [http://wiki.makerbot.com/cupcake here], and a forum for it is found [http://wiki.makerbot.com/forum/c-77688/talk-about-makerbot here].&lt;br /&gt;
&lt;br /&gt;
Noisebridge&#039;s Makerbot kit, thoughtfully purchased by Mitch, arrived at 83C on Monday evening, July 20.  Leading the assembly team is Joachim, along with Christoph, Rachel, Steve (Mr Domino), and Jeffrey (ieatlint).&lt;br /&gt;
&lt;br /&gt;
It took about an hour and a half to go through and check the parts against the [http://pony.noisebridge.net/~cmaier/makerbot/parts_lists.ods parts list].  &amp;lt;strike&amp;gt;We think we are missing a bag of &amp;quot;laser cut pulleys&amp;quot; but it&#039;s hard to be completely sure, as there are a LOT of parts and they are not all labeled exactly as in the parts list&amp;lt;/strike&amp;gt; A bag of &amp;quot;laser cut pulleys&amp;quot; was replaced by MakerBot-made pulleys, but the parts lists weren&#039;t updated.  We determined to start assembly anyway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cupcake [[Makerbot/Electronics|Electronics]] Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-electronics-assembly Instructions] Christoph soldering one of the [[Makerbot/Electronics/Stepper_driver|stepper motor drivers]], one of the [[Makerbot/Electronics/endstop_switches|endstop switches]], and the SMD parts on the [[Makerbot/Electronics/Motherboard|motherboard]] with only occasional bitching to people to &#039;&#039;&#039;&#039;&#039;STOP MOVING THE TABLE&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Motherboard is tested and able to control stepper motors.  Regular firmware needs to be flashed back onto it.  [http://wiki.makerbot.com/burn-custom-firmware-using-arduino This] may help. [[User:Ieatlint|Ieatlint]] 02:55, 25 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Pulley Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-pulley-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake CNC Body Assembly ==&lt;br /&gt;
We got the first part of the body together without difficulty, but had trouble with the Z stage as one of the parts had changed from when the docs were written.  The Z stage rod holding guides changed from being O-shaped to being U-shaped, and are marked &amp;quot;Z guides&amp;quot;.  The forums told us to use them anyway.&lt;br /&gt;
&lt;br /&gt;
The next problem was with threaded rods, which had been cut to size.  The ends of some would not take a nut.  We solved this with judicious use of the bench grinder.  There were LOTS of nut/rod jokes, and we were in a state where they were actually funny! [[User:Rachel|Rachel]] 10:08, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Progressed to and including the step entitled &amp;quot;Z-stage stepper wiring&amp;quot; as detailed on the body assembly [http://wiki.makerbot.com/cupcake-body-assembly instructions].  The body assembly is nearly completed. [[User:Ieatlint|Ieatlint]] 03:52, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Stages assembled and motherboard and stepper driver circuits in place. Driver boards are tested. Axis stops are installed, platforms still need craft stick beam breaks installed. -- [[User:JSharp|JSharp]] 06:45, 2 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Y Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-y-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake X Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-x-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Plastruder MK3 Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/plastruder-mk3-assembly Instructions]&lt;br /&gt;
*Note: Ubuntu 9.04 specific: the librxtxSerial.so and the RXTXcomm.jar that come in the replicatorg download need to be replaced with some binaries from this other place that I don&#039;t remember. -[[User:Elgreengeeto|Skory]]&lt;br /&gt;
&lt;br /&gt;
*Progressed through to end of Heater Barrel Assembly.   [[User:Miloh|Miloh]] 04:24, 21 July 2009 (PDT)&lt;br /&gt;
*Progressed through the Filament Drive Assembly, and Joachim mastered the extruder electronics.  [[User:Miloh|Miloh]] 02:03, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel through step 3. [[User:Miloh|Miloh]] 13:17, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel to the end.  [[User:Miloh|Miloh]] 20:46, 26 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
 Continue at Plastruder burn in test.  The burn in test can&#039;t be completed until the Thermistor and extruder board are recognized by the control system.&lt;br /&gt;
&lt;br /&gt;
*Plastruder board burnt out a few components on power up test. Ordered new plastruder driver from makerbot, should arrive at 83C soon. -- [[User:JSharp|JSharp]] 06:43, 2 August 2009 (PDT)&lt;br /&gt;
**New plastruder control board received and installed. -- [[User:JSharp|JSharp]] 10:52, 9 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
= Status Reports =&lt;br /&gt;
&lt;br /&gt;
== 10/18/09 ==&lt;br /&gt;
&lt;br /&gt;
Martin - The makerbot is working and printing objects well.  You will need to download and install &amp;quot;ReplicatorG&amp;quot; and &amp;quot;skeinforge&amp;quot; in order to use the bot. The software runs on Mac, Linux, and PC.   (skeinforge requires Python, ReplicatorG requires Java)  Example objects are next to the bot.&lt;br /&gt;
&lt;br /&gt;
The X/Y/Z stage endpoints are not yet installed.  It requires a number of popsicle sticks to be cut to the correct length and the stage to be calibrated.  You can operate the MakerBot with ***great*** care without them.  &lt;br /&gt;
&lt;br /&gt;
The extruder head has been upgraded to the Mark-4, with a new bearing and idler wheel.  Also, the extruder head is now insulated with the same material they use to insulate the Space Shuttle heat tiles from the skin of the shuttle itself.  *** IT IS EXPENSIVE.  PLEASE DON&#039;T TAKE APART! ***  I can&#039;t replace the material, it was given as a gift from a friend at JPL.  &lt;br /&gt;
&lt;br /&gt;
Please read all the instructions on how to use the MakerBot on the [[http://wiki.makerbot.com/|MakerBot Wiki Site]] before attempting to use it.&lt;br /&gt;
&lt;br /&gt;
== 08/24/09 ==&lt;br /&gt;
Thanks to excellent efforts and support from Martin, the MakerBot is now in a semi-functional state.  There are three things that need to be worked on, however:&lt;br /&gt;
# The Y stage endpoint is installed incorrectly (the Y stage and physically crash into it)&lt;br /&gt;
# The nichrome wire needs to be better insulated so it can maintain higher temperatures and consistent temperatures.&lt;br /&gt;
# The feeding mechanism needs to be reviewed, as it appears that it fails to operate reliably.&lt;br /&gt;
&lt;br /&gt;
Please do NOT attempt to disassemble the plastruder header.&lt;br /&gt;
Also, do NOT attempt to operate the MakerBot unless you really know what you&#039;re doing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 01/10/2010 ==&lt;br /&gt;
Much has happened to the Makerbot since last noted,&lt;br /&gt;
the broken idler wheel was replaced and the extruder head assembly was upgraded by me using parts from Bre when he was here. Thanks Bre!&lt;br /&gt;
I also at that time upgraded the firmware and printed a bunch of skull throwies, yay! &lt;br /&gt;
Time has passed between then and now and many people have been reporting the makerbot in sickly condition, after much testing I am glad to report this not the case. go go makerbot!&lt;br /&gt;
&lt;br /&gt;
== 03/10/2010 ==&lt;br /&gt;
Bre was here on 20/2 and installed a heated build platform on the Makerbot. The heated platform is a new development, still in prototype stage. It is awesome because it prevents warping, and allows workpieces to stick to the build platform without having to build a raft.&lt;br /&gt;
&lt;br /&gt;
He left a sheet of instructions, they say:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... While here we set you up with a heated build platform. It&#039;s&lt;br /&gt;
hooked up to the fans pot. So before you print, go into the control&lt;br /&gt;
panel and click [x] fan and it will turn it on. Let it warm up for at&lt;br /&gt;
least 5 minutes and then print on it. When the model is done, let it&lt;br /&gt;
cool for 5 minutes and it will &#039;pop&#039; right off the warm kapton tape.&lt;br /&gt;
&lt;br /&gt;
We are also leaving you a spare parts kit for the extruder. Your&lt;br /&gt;
nozzle is super thick and slow. This new nozzle has a smaller nozzle&lt;br /&gt;
hole. Make it, use it, love it!&lt;br /&gt;
&lt;br /&gt;
Bre and Zack, Makerbot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When asked about the workings of the heated build platform, he said:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Yup, ours is a prototype part, it&#039;s awesome but not very well documented.&lt;br /&gt;
&lt;br /&gt;
You want to plug it in above the mosfet that usually runs the fan.&lt;br /&gt;
&lt;br /&gt;
You can then go into the control panel and just turn the fan on, let&lt;br /&gt;
it heat up for 8-10 minutes and it will get to about 110F.&lt;br /&gt;
&lt;br /&gt;
Print away and remember to turn it off and unplug the bot when you&#039;re done!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Please note that he&#039;s left us the parts for an improved extruder - up to us to build it - and some of the new colored ABS plastic.&lt;br /&gt;
&lt;br /&gt;
== 04/03/2010 ==&lt;br /&gt;
After using the makerbot all day I (fenn) noticed the Z axis was consistently jamming up when traversing above 125mm/min. Several hours of head-scratching later I discovered that the heated platform would cause the large acrylic plate that holds the extruder to heat up and expand, pushing outwards on the Z-axis nuts and causing the mechanism to bind ever so slightly. The simple fix of filing the plate down was complicated by the lack of small files and the fact that the machine was assembled wrong, requiring removal of the four small u-shaped plywood &amp;quot;guide plates&amp;quot;, which I put back in the correct orientation: gap outwards.&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure the heated build platform actually ever gets hot enough for ABS to stick to the kapton tape. It seems to max out at 95 celsius, as measured with an infrared thermometer. The RepRap wiki suggests 120-220 degrees for ABS. Perhaps connect the platform directly to a higher voltage power supply?&lt;br /&gt;
&lt;br /&gt;
Lacking a hot enough bed for the first layer to stick to, blue masking tape sorta almost works (the first time you use it), and I got much better results when I taped a business card on top and printed on that instead. I printed a few gears and hope to add a [http://www.thingiverse.com/thing:1794 &amp;quot;wade extruder&amp;quot;] soonish.&lt;br /&gt;
&lt;br /&gt;
== 04/09/2010 ==&lt;br /&gt;
I (fenn) came in today and it appeared that nobody had touched the makerbot since I last left it. But the nozzle wouldn&#039;t heat up. Voltage to the wires, it just didnt get hot. So, heeding the warning to not disassemble the nozzle, I removed it and swapped in another one, which works a lot better anyway. Then I attached a 16V transformer to the heated bed, and now it gets up to 165C which is much better than the old 90C running on 12V. Now the first layer actually sticks! Z axis seems to still be jamming up; I didn&#039;t file the notches deep enough I guess. Wish I had more time to play with it. Skeinforge settings that seem to work with ABS:&lt;br /&gt;
layer height: 0.4mm, flow rate: 255, feed rate: 25mm/s.&lt;br /&gt;
&lt;br /&gt;
== 04/11/2010 ==&lt;br /&gt;
added a fan to cool off the acrylic plate. make sure you enable the fan before printing and it shouldn&#039;t jam up anymore. seems to be working reliably now.&lt;br /&gt;
&lt;br /&gt;
hint: instead of trying to adjust the Z zero in software, manually adjust the height as it prints the first layer.&lt;br /&gt;
&lt;br /&gt;
caution: plugging in or unplugging the heater transformer may cause the power strip breaker to trip and reset the makerbot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 04/13/2010 ==&lt;br /&gt;
leveled bed by shaving down tabs that were sticking up, pushing magnets back in, and adding a small strip of kapton tape. adjusted toothed gear/idler wheel spacing with 5/64 allen key.&lt;br /&gt;
&lt;br /&gt;
Some of the magnets on the Y stage are in sideways (poles on left &amp;amp; right), not upright (poles on top &amp;amp; bottom). I found this when building my Makerbot, since I wanted the build platform to be interoperable, I tried placing the magnets on the Y stage of the NB &#039;bot to check polarity, and found that they were sticking corner-to-corner, not face-to-face. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
== 06/10/2010 ==&lt;br /&gt;
I&#039;ve taken in two functioning nozzle assemblies, and an extruder block with double idler wheel. These should help get the &#039;bot up and running. The nozzles may need to be heated up, PTFE insulator removed and cleaned. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
What is the large spool of white plastic next to the Makerbot? It seems a lot softer than ABS, and certainly acts strange when I try to print with it. (It is so soft that it scrunches up in the extruder feed channel, and the pinch wheel starts grinding into it super quickly. It doesn&#039;t stink when heated.) Could it be Shapelock? - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;it is PLA, rather than ABS.  It melts at a much, much lower temperature.&#039;&#039; - Martin&lt;br /&gt;
&lt;br /&gt;
It&#039;s not PLA, far too soft. There&#039;s some green PLA in the bag on top of the pile. I think it&#039;s HDPE. Smells like HDPE too. (like a blown out candle.) - fenn&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=15538</id>
		<title>Makerbot</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=15538"/>
		<updated>2011-01-02T17:17:28Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: /* install some software first */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
=Help is on the way for the Makerbot (2011-01-02) =&lt;br /&gt;
&lt;br /&gt;
I&#039;ve ordered an extensive selection of parts, including new extruder, heated build platform, extruder board etc. Should be here next week. [gian pablo]&lt;br /&gt;
&lt;br /&gt;
=The Makerbot is broken (2010-09-24) =&lt;br /&gt;
&lt;br /&gt;
d&#039;oh!&lt;br /&gt;
&lt;br /&gt;
i&#039;m really not sure what happened. i was cleaning out the extruder and i think one of the green wires touched the large metal washer; there was a spark and a small poof next to the rj-45 connector on the extruder board, and now nothing turns on. sigh.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:IMG_2929.JPG|right|thumbnail|alt=two sample pieces, side view|corroborating evidence]]&lt;br /&gt;
I swapped in one of Gian Pablo&#039;s extruders and bought a new 606 bearing for the gearmotor. (somehow the original must have fallen out and gotten lost.) Lots of jamming up and cussing ensued. Some adjustments were made, much filament run through the machine, and I deduced that the &#039;&#039;&#039;NEW EXTRUDER REQURIES THE FAN ON&#039;&#039;&#039; whenever it is at operating temperature. I got it to print out a timing pulley on the fifth try, and reliably printing after that, using the same settings as before.&lt;br /&gt;
&lt;br /&gt;
The nozzles I left seem to print reliably at much lower temperatures, try 195C and see how that goes. [gian pablo]&lt;br /&gt;
&lt;br /&gt;
=How to Use the Makerbot=&lt;br /&gt;
if it breaks, we can fix it. don&#039;t be afraid of the makerbot! I&#039;ve crashed it hundreds of times and only permanently broke something once.&lt;br /&gt;
&lt;br /&gt;
====install some software first====&lt;br /&gt;
&lt;br /&gt;
* Install Java (if you don&#039;t already have it) - http://www.java.com/en/download/index.jsp&lt;br /&gt;
&lt;br /&gt;
* Install Python (if you don&#039;t already have it). http://www.python.org/download/ &lt;br /&gt;
&lt;br /&gt;
* Optionally, install PsyCo, it will make things run much faster.&lt;br /&gt;
&lt;br /&gt;
* get yourself a copy of replicatorg: http://replicat.org/download&lt;br /&gt;
&lt;br /&gt;
ReplicatorG now includes various versions of the Skeinforge slicing utility, so no need to download and install separately.&lt;br /&gt;
&lt;br /&gt;
You are done.&lt;br /&gt;
&lt;br /&gt;
====using the software====&lt;br /&gt;
&lt;br /&gt;
Start ReplicatorG.&lt;br /&gt;
&lt;br /&gt;
Open an STL file. You should see a 3D image of your model.&lt;br /&gt;
&lt;br /&gt;
Press the &#039;generate GCode&#039; button on the right. &lt;br /&gt;
&lt;br /&gt;
You will be asked to choose a profile. Currently you are looking at Cupcake CNC Mk4, but very soon you will want Cupcake CNC Mk5 with Heated Build Platform.&lt;br /&gt;
&lt;br /&gt;
It will take a while to build the GCode for the model. Go talk to visitors to the space and tell them not to sleep here.&lt;br /&gt;
&lt;br /&gt;
Refer to the detailed instructions on the Makerbot site for more up-to-date tips and instructions (they change often):  http://wiki.makerbot.com/how-to-print&lt;br /&gt;
&lt;br /&gt;
====fire the makerbot====&lt;br /&gt;
&lt;br /&gt;
Watch this space for changes, as the new extruder and build platform are installed.&lt;br /&gt;
&lt;br /&gt;
* plug in the heated build platform. yes, it&#039;s just some wires from the transformer shoved in a monitor power cord.&lt;br /&gt;
* turn on the makerbot PSU, it&#039;s a switch in the back&lt;br /&gt;
* plug in the makerbot usb cable&lt;br /&gt;
* run replicatorg (./replicatorg)&lt;br /&gt;
* please don&#039;t upload any firmware&lt;br /&gt;
* the first time you run it, machine-&amp;gt;driver-&amp;gt;cupcake CNC&lt;br /&gt;
* click on the 4 arrows symbol (control panel)&lt;br /&gt;
** lay a small piece of paper on the platform&lt;br /&gt;
** remove any crud from the nozzle with bent nose pliers (hidden under the EFF hat)&lt;br /&gt;
** move X, Y to the center of the platform&lt;br /&gt;
** jog down in Z first in 10mm increments, then 1mm increments, until there is maximum drag force on the paper&lt;br /&gt;
** jog up in 0.1mm increments until the drag lessens&lt;br /&gt;
** click &amp;quot;set zero&amp;quot;&lt;br /&gt;
** at the bottom of the control panel there are some settings, set them in this order (motor control actually sends the target temperature command for some reason)&lt;br /&gt;
*** Motor Speed (PWM): 255&lt;br /&gt;
*** Target Temperature: 222&lt;br /&gt;
*** Motor Control: Stop&lt;br /&gt;
*** Cooling Fan: enable &lt;br /&gt;
** wait until the temperature is above 200 then try a test extrusion (click Motor Control: forward)&lt;br /&gt;
*** if nothing happens in ten seconds, stop before you strip out the teeth on the filament&lt;br /&gt;
*** if you accidentally start the motor before it&#039;s hot, you can fix it by manually pushing the filament into the extruder with some pliers&lt;br /&gt;
* the build platform should be plenty hot now&lt;br /&gt;
** there might be an IR thermometer in a little duct tape pouch thingy&lt;br /&gt;
** it should be around 120-130C for best results&lt;br /&gt;
* remove ooze from the nozzle with pliers&lt;br /&gt;
* file-&amp;gt;open the .gcode file you created earlier with skeinforge&lt;br /&gt;
* click &#039;build&#039; (the solid kidney bean)&lt;br /&gt;
* if the first layer doesn&#039;t stick at all or peels loose immediately, adjust the z axis down by turning the pulley on top of the makerbot&lt;br /&gt;
* if the first layer starts getting fugly during the infill, with crap building up on the nozzle, adjust the z axis up a few steps until it looks perfectly flat with no &amp;quot;fuzz&amp;quot;&lt;br /&gt;
***note to self: get some pics and video of first layer too high, first layer too low, and verify zeroing procedure&lt;br /&gt;
* now since it probably screwed up somehow, hit stop and remove the grossness with the plastic scraper and/or pliers&lt;br /&gt;
* it should still be zeroed, and hopefully at the correct height adjustment now, so just click &#039;build&#039; again&lt;br /&gt;
* if you can&#039;t get it to stick at all, the platform is probably at the wrong temperature.&lt;br /&gt;
** wait five minutes for it to warm up completely&lt;br /&gt;
** or maybe you need to adjust the little cpu fan to blow on the platform to cool it down to 130C (150C is too hot)&lt;br /&gt;
[[File:Nophead_pulleys_side.jpg|right|thumbnail|alt=two sample pieces, side view|your part should look like this or better. I still hadn&#039;t tweaked the feedrate perfectly for colored plastic, hence the blobbiness.]]&lt;br /&gt;
&lt;br /&gt;
* ok now presumably you&#039;re done printing and nothing went wrong. &lt;br /&gt;
** jog Z+ 20mm to give yourself some room&lt;br /&gt;
**rotate the makerbot counterclockwise from above about 30 degrees and turn on the big fan for a minute&lt;br /&gt;
** now just peel it off with your hand&lt;br /&gt;
*** be careful, the part is still soft and can deform&lt;br /&gt;
*** it may need a little help with a disposable utility knife or the plastic scraper to break the seal underneath the part&lt;br /&gt;
*** it&#039;s easier if you remove the build platform - it&#039;s held on with magnets&lt;br /&gt;
&lt;br /&gt;
==== tweaking skeinforge ====&lt;br /&gt;
[[File:Nophead_pulleys_top.jpg|right|thumbnail|alt=two sample pieces, top view|note the incomplete infill on the right; this was due to improper perimeter width settings. note the square teeth on the left; this is because &amp;quot;stretch&amp;quot; is turned on. this is a good thing.]]&lt;br /&gt;
there are about 300 different &amp;quot;craft&amp;quot; settings in skeinforge, and they all interrelate in confusing ways. here&#039;s a quick overview of the important ones:&lt;br /&gt;
*carve-&amp;gt;layer height: should be about 0.8*nozzle hole diameter&lt;br /&gt;
*speed-&amp;gt;flow rate: 255&lt;br /&gt;
*speed-&amp;gt;feed rate: start around 25mm/s&lt;br /&gt;
*speed-&amp;gt;bridge feed rate multiplier: can be important on parts with bridges, but has a bug that messes up other parts&lt;br /&gt;
*fill-&amp;gt;infill solidity: 0.4 is adequate and not too slow. higher for stronger parts&lt;br /&gt;
*fill-&amp;gt;infill pattern: controls whether you get hashbrowns or honeycombs&lt;br /&gt;
*comb keeps it from driving through empty spaces and making stringies&lt;br /&gt;
*raft prints a waffle grid thingy to keep the corners held down&lt;br /&gt;
*raftless slows down the first layer and makes a short test extrusion, set this to about 10mm&lt;br /&gt;
*oozebane is useless, forget about it&lt;br /&gt;
*jitter is good, set it to a large value like 100&lt;br /&gt;
*stretch makes corners un-rounded, but can cause data overload stuttering if &amp;quot;stretch from distance&amp;quot; is too small&lt;br /&gt;
&lt;br /&gt;
you can safely ignore the rest&lt;br /&gt;
&lt;br /&gt;
==== care and feeding ====&lt;br /&gt;
* don&#039;t leave the makerbot unattended for hours, as it can theoretically catch on fire (those heated bed wires are iffy)&lt;br /&gt;
* don&#039;t leave the extruder hot for hours. periodically flush through plastic to prevent it from oxidizing.&lt;br /&gt;
* if you are about to run out of filament, cut off both ends square with diagonal flush cutters (the blue cutters for electronics) and simply hold the filament together as it goes in&lt;br /&gt;
*if the filament strips out during use (extruder motor is on, temperature high enough, nothing happening) try pushing it down manually&lt;br /&gt;
** if this doesn&#039;t work, try reversing the motor until the filament comes out, cut it cleanly, and reinsert&lt;br /&gt;
** if it keeps stripping out, you may have to completely disassemble the extruder and remove plastic gunk from the gear teeth.&lt;br /&gt;
*** use a long 5/64&amp;quot; or 2mm allen key to set the extruder idler wheel/feed gear spacing&lt;br /&gt;
** try not to let it happen in the first place. stripping can be caused by setting the first layer too low, blocking the nozzle and letting pressure build up&lt;br /&gt;
*don&#039;t upgrade the firmware unless you&#039;re willing to deal with the consequences&lt;br /&gt;
*keep it away from bright light&lt;br /&gt;
*don&#039;t get any water on it&lt;br /&gt;
*never, never ever feed it after midnight.&lt;br /&gt;
&lt;br /&gt;
= Usage log =&lt;br /&gt;
please write your name, what you tried to make, and what happened below (pics or it didnt happen)&lt;br /&gt;
----&lt;br /&gt;
[[File:Minimendel_Z_leadscrew_base_motor.jpg|none|thumbnail|600px|mini mendel Z leadscrew base and motor mount. This bastard took 2 hours and almost the entire remaining roll of green. It started to peel up badly at the back corner. I rescued it by melting the corner back down with a soldering iron. [[User:Fenn|Fenn]] 13:07, 1 May 2010 (UTC)]]&lt;br /&gt;
&lt;br /&gt;
[[File:example.jpg|none|thumbnail|600px|caption text]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Construction log =&lt;br /&gt;
This describes the current progress of the building of the Makerbot.  Instructions are found [http://wiki.makerbot.com/cupcake here], and a forum for it is found [http://wiki.makerbot.com/forum/c-77688/talk-about-makerbot here].&lt;br /&gt;
&lt;br /&gt;
Noisebridge&#039;s Makerbot kit, thoughtfully purchased by Mitch, arrived at 83C on Monday evening, July 20.  Leading the assembly team is Joachim, along with Christoph, Rachel, Steve (Mr Domino), and Jeffrey (ieatlint).&lt;br /&gt;
&lt;br /&gt;
It took about an hour and a half to go through and check the parts against the [http://pony.noisebridge.net/~cmaier/makerbot/parts_lists.ods parts list].  &amp;lt;strike&amp;gt;We think we are missing a bag of &amp;quot;laser cut pulleys&amp;quot; but it&#039;s hard to be completely sure, as there are a LOT of parts and they are not all labeled exactly as in the parts list&amp;lt;/strike&amp;gt; A bag of &amp;quot;laser cut pulleys&amp;quot; was replaced by MakerBot-made pulleys, but the parts lists weren&#039;t updated.  We determined to start assembly anyway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cupcake [[Makerbot/Electronics|Electronics]] Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-electronics-assembly Instructions] Christoph soldering one of the [[Makerbot/Electronics/Stepper_driver|stepper motor drivers]], one of the [[Makerbot/Electronics/endstop_switches|endstop switches]], and the SMD parts on the [[Makerbot/Electronics/Motherboard|motherboard]] with only occasional bitching to people to &#039;&#039;&#039;&#039;&#039;STOP MOVING THE TABLE&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Motherboard is tested and able to control stepper motors.  Regular firmware needs to be flashed back onto it.  [http://wiki.makerbot.com/burn-custom-firmware-using-arduino This] may help. [[User:Ieatlint|Ieatlint]] 02:55, 25 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Pulley Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-pulley-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake CNC Body Assembly ==&lt;br /&gt;
We got the first part of the body together without difficulty, but had trouble with the Z stage as one of the parts had changed from when the docs were written.  The Z stage rod holding guides changed from being O-shaped to being U-shaped, and are marked &amp;quot;Z guides&amp;quot;.  The forums told us to use them anyway.&lt;br /&gt;
&lt;br /&gt;
The next problem was with threaded rods, which had been cut to size.  The ends of some would not take a nut.  We solved this with judicious use of the bench grinder.  There were LOTS of nut/rod jokes, and we were in a state where they were actually funny! [[User:Rachel|Rachel]] 10:08, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Progressed to and including the step entitled &amp;quot;Z-stage stepper wiring&amp;quot; as detailed on the body assembly [http://wiki.makerbot.com/cupcake-body-assembly instructions].  The body assembly is nearly completed. [[User:Ieatlint|Ieatlint]] 03:52, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Stages assembled and motherboard and stepper driver circuits in place. Driver boards are tested. Axis stops are installed, platforms still need craft stick beam breaks installed. -- [[User:JSharp|JSharp]] 06:45, 2 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Y Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-y-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake X Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-x-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Plastruder MK3 Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/plastruder-mk3-assembly Instructions]&lt;br /&gt;
*Note: Ubuntu 9.04 specific: the librxtxSerial.so and the RXTXcomm.jar that come in the replicatorg download need to be replaced with some binaries from this other place that I don&#039;t remember. -[[User:Elgreengeeto|Skory]]&lt;br /&gt;
&lt;br /&gt;
*Progressed through to end of Heater Barrel Assembly.   [[User:Miloh|Miloh]] 04:24, 21 July 2009 (PDT)&lt;br /&gt;
*Progressed through the Filament Drive Assembly, and Joachim mastered the extruder electronics.  [[User:Miloh|Miloh]] 02:03, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel through step 3. [[User:Miloh|Miloh]] 13:17, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel to the end.  [[User:Miloh|Miloh]] 20:46, 26 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
 Continue at Plastruder burn in test.  The burn in test can&#039;t be completed until the Thermistor and extruder board are recognized by the control system.&lt;br /&gt;
&lt;br /&gt;
*Plastruder board burnt out a few components on power up test. Ordered new plastruder driver from makerbot, should arrive at 83C soon. -- [[User:JSharp|JSharp]] 06:43, 2 August 2009 (PDT)&lt;br /&gt;
**New plastruder control board received and installed. -- [[User:JSharp|JSharp]] 10:52, 9 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
= Status Reports =&lt;br /&gt;
&lt;br /&gt;
== 10/18/09 ==&lt;br /&gt;
&lt;br /&gt;
Martin - The makerbot is working and printing objects well.  You will need to download and install &amp;quot;ReplicatorG&amp;quot; and &amp;quot;skeinforge&amp;quot; in order to use the bot. The software runs on Mac, Linux, and PC.   (skeinforge requires Python, ReplicatorG requires Java)  Example objects are next to the bot.&lt;br /&gt;
&lt;br /&gt;
The X/Y/Z stage endpoints are not yet installed.  It requires a number of popsicle sticks to be cut to the correct length and the stage to be calibrated.  You can operate the MakerBot with ***great*** care without them.  &lt;br /&gt;
&lt;br /&gt;
The extruder head has been upgraded to the Mark-4, with a new bearing and idler wheel.  Also, the extruder head is now insulated with the same material they use to insulate the Space Shuttle heat tiles from the skin of the shuttle itself.  *** IT IS EXPENSIVE.  PLEASE DON&#039;T TAKE APART! ***  I can&#039;t replace the material, it was given as a gift from a friend at JPL.  &lt;br /&gt;
&lt;br /&gt;
Please read all the instructions on how to use the MakerBot on the [[http://wiki.makerbot.com/|MakerBot Wiki Site]] before attempting to use it.&lt;br /&gt;
&lt;br /&gt;
== 08/24/09 ==&lt;br /&gt;
Thanks to excellent efforts and support from Martin, the MakerBot is now in a semi-functional state.  There are three things that need to be worked on, however:&lt;br /&gt;
# The Y stage endpoint is installed incorrectly (the Y stage and physically crash into it)&lt;br /&gt;
# The nichrome wire needs to be better insulated so it can maintain higher temperatures and consistent temperatures.&lt;br /&gt;
# The feeding mechanism needs to be reviewed, as it appears that it fails to operate reliably.&lt;br /&gt;
&lt;br /&gt;
Please do NOT attempt to disassemble the plastruder header.&lt;br /&gt;
Also, do NOT attempt to operate the MakerBot unless you really know what you&#039;re doing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 01/10/2010 ==&lt;br /&gt;
Much has happened to the Makerbot since last noted,&lt;br /&gt;
the broken idler wheel was replaced and the extruder head assembly was upgraded by me using parts from Bre when he was here. Thanks Bre!&lt;br /&gt;
I also at that time upgraded the firmware and printed a bunch of skull throwies, yay! &lt;br /&gt;
Time has passed between then and now and many people have been reporting the makerbot in sickly condition, after much testing I am glad to report this not the case. go go makerbot!&lt;br /&gt;
&lt;br /&gt;
== 03/10/2010 ==&lt;br /&gt;
Bre was here on 20/2 and installed a heated build platform on the Makerbot. The heated platform is a new development, still in prototype stage. It is awesome because it prevents warping, and allows workpieces to stick to the build platform without having to build a raft.&lt;br /&gt;
&lt;br /&gt;
He left a sheet of instructions, they say:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... While here we set you up with a heated build platform. It&#039;s&lt;br /&gt;
hooked up to the fans pot. So before you print, go into the control&lt;br /&gt;
panel and click [x] fan and it will turn it on. Let it warm up for at&lt;br /&gt;
least 5 minutes and then print on it. When the model is done, let it&lt;br /&gt;
cool for 5 minutes and it will &#039;pop&#039; right off the warm kapton tape.&lt;br /&gt;
&lt;br /&gt;
We are also leaving you a spare parts kit for the extruder. Your&lt;br /&gt;
nozzle is super thick and slow. This new nozzle has a smaller nozzle&lt;br /&gt;
hole. Make it, use it, love it!&lt;br /&gt;
&lt;br /&gt;
Bre and Zack, Makerbot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When asked about the workings of the heated build platform, he said:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Yup, ours is a prototype part, it&#039;s awesome but not very well documented.&lt;br /&gt;
&lt;br /&gt;
You want to plug it in above the mosfet that usually runs the fan.&lt;br /&gt;
&lt;br /&gt;
You can then go into the control panel and just turn the fan on, let&lt;br /&gt;
it heat up for 8-10 minutes and it will get to about 110F.&lt;br /&gt;
&lt;br /&gt;
Print away and remember to turn it off and unplug the bot when you&#039;re done!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Please note that he&#039;s left us the parts for an improved extruder - up to us to build it - and some of the new colored ABS plastic.&lt;br /&gt;
&lt;br /&gt;
== 04/03/2010 ==&lt;br /&gt;
After using the makerbot all day I (fenn) noticed the Z axis was consistently jamming up when traversing above 125mm/min. Several hours of head-scratching later I discovered that the heated platform would cause the large acrylic plate that holds the extruder to heat up and expand, pushing outwards on the Z-axis nuts and causing the mechanism to bind ever so slightly. The simple fix of filing the plate down was complicated by the lack of small files and the fact that the machine was assembled wrong, requiring removal of the four small u-shaped plywood &amp;quot;guide plates&amp;quot;, which I put back in the correct orientation: gap outwards.&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure the heated build platform actually ever gets hot enough for ABS to stick to the kapton tape. It seems to max out at 95 celsius, as measured with an infrared thermometer. The RepRap wiki suggests 120-220 degrees for ABS. Perhaps connect the platform directly to a higher voltage power supply?&lt;br /&gt;
&lt;br /&gt;
Lacking a hot enough bed for the first layer to stick to, blue masking tape sorta almost works (the first time you use it), and I got much better results when I taped a business card on top and printed on that instead. I printed a few gears and hope to add a [http://www.thingiverse.com/thing:1794 &amp;quot;wade extruder&amp;quot;] soonish.&lt;br /&gt;
&lt;br /&gt;
== 04/09/2010 ==&lt;br /&gt;
I (fenn) came in today and it appeared that nobody had touched the makerbot since I last left it. But the nozzle wouldn&#039;t heat up. Voltage to the wires, it just didnt get hot. So, heeding the warning to not disassemble the nozzle, I removed it and swapped in another one, which works a lot better anyway. Then I attached a 16V transformer to the heated bed, and now it gets up to 165C which is much better than the old 90C running on 12V. Now the first layer actually sticks! Z axis seems to still be jamming up; I didn&#039;t file the notches deep enough I guess. Wish I had more time to play with it. Skeinforge settings that seem to work with ABS:&lt;br /&gt;
layer height: 0.4mm, flow rate: 255, feed rate: 25mm/s.&lt;br /&gt;
&lt;br /&gt;
== 04/11/2010 ==&lt;br /&gt;
added a fan to cool off the acrylic plate. make sure you enable the fan before printing and it shouldn&#039;t jam up anymore. seems to be working reliably now.&lt;br /&gt;
&lt;br /&gt;
hint: instead of trying to adjust the Z zero in software, manually adjust the height as it prints the first layer.&lt;br /&gt;
&lt;br /&gt;
caution: plugging in or unplugging the heater transformer may cause the power strip breaker to trip and reset the makerbot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 04/13/2010 ==&lt;br /&gt;
leveled bed by shaving down tabs that were sticking up, pushing magnets back in, and adding a small strip of kapton tape. adjusted toothed gear/idler wheel spacing with 5/64 allen key.&lt;br /&gt;
&lt;br /&gt;
Some of the magnets on the Y stage are in sideways (poles on left &amp;amp; right), not upright (poles on top &amp;amp; bottom). I found this when building my Makerbot, since I wanted the build platform to be interoperable, I tried placing the magnets on the Y stage of the NB &#039;bot to check polarity, and found that they were sticking corner-to-corner, not face-to-face. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
== 06/10/2010 ==&lt;br /&gt;
I&#039;ve taken in two functioning nozzle assemblies, and an extruder block with double idler wheel. These should help get the &#039;bot up and running. The nozzles may need to be heated up, PTFE insulator removed and cleaned. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
What is the large spool of white plastic next to the Makerbot? It seems a lot softer than ABS, and certainly acts strange when I try to print with it. (It is so soft that it scrunches up in the extruder feed channel, and the pinch wheel starts grinding into it super quickly. It doesn&#039;t stink when heated.) Could it be Shapelock? - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;it is PLA, rather than ABS.  It melts at a much, much lower temperature.&#039;&#039; - Martin&lt;br /&gt;
&lt;br /&gt;
It&#039;s not PLA, far too soft. There&#039;s some green PLA in the bag on top of the pile. I think it&#039;s HDPE. Smells like HDPE too. (like a blown out candle.) - fenn&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=15537</id>
		<title>Makerbot</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=15537"/>
		<updated>2011-01-02T17:13:26Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: /* fire the makerbot */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
=Help is on the way for the Makerbot (2011-01-02) =&lt;br /&gt;
&lt;br /&gt;
I&#039;ve ordered an extensive selection of parts, including new extruder, heated build platform, extruder board etc. Should be here next week. [gian pablo]&lt;br /&gt;
&lt;br /&gt;
=The Makerbot is broken (2010-09-24) =&lt;br /&gt;
&lt;br /&gt;
d&#039;oh!&lt;br /&gt;
&lt;br /&gt;
i&#039;m really not sure what happened. i was cleaning out the extruder and i think one of the green wires touched the large metal washer; there was a spark and a small poof next to the rj-45 connector on the extruder board, and now nothing turns on. sigh.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:IMG_2929.JPG|right|thumbnail|alt=two sample pieces, side view|corroborating evidence]]&lt;br /&gt;
I swapped in one of Gian Pablo&#039;s extruders and bought a new 606 bearing for the gearmotor. (somehow the original must have fallen out and gotten lost.) Lots of jamming up and cussing ensued. Some adjustments were made, much filament run through the machine, and I deduced that the &#039;&#039;&#039;NEW EXTRUDER REQURIES THE FAN ON&#039;&#039;&#039; whenever it is at operating temperature. I got it to print out a timing pulley on the fifth try, and reliably printing after that, using the same settings as before.&lt;br /&gt;
&lt;br /&gt;
The nozzles I left seem to print reliably at much lower temperatures, try 195C and see how that goes. [gian pablo]&lt;br /&gt;
&lt;br /&gt;
=How to Use the Makerbot=&lt;br /&gt;
if it breaks, we can fix it. don&#039;t be afraid of the makerbot! I&#039;ve crashed it hundreds of times and only permanently broke something once.&lt;br /&gt;
&lt;br /&gt;
====install some software first====&lt;br /&gt;
*get yourself a copy of replicatorg:&lt;br /&gt;
http://replicat.org/download&lt;br /&gt;
&lt;br /&gt;
ReplicatorG now includes various versions of the Skeinforge slicing utility, so no need to download and install separately.&lt;br /&gt;
&lt;br /&gt;
You are done.&lt;br /&gt;
&lt;br /&gt;
====using the software====&lt;br /&gt;
&lt;br /&gt;
Start ReplicatorG.&lt;br /&gt;
&lt;br /&gt;
Open an STL file. You should see a 3D image of your model.&lt;br /&gt;
&lt;br /&gt;
Press the &#039;generate GCode&#039; button on the right. &lt;br /&gt;
&lt;br /&gt;
You will be asked to choose a profile. Currently you are looking at Cupcake CNC Mk4, but very soon you will want Cupcake CNC Mk5 with Heated Build Platform.&lt;br /&gt;
&lt;br /&gt;
It will take a while to build the GCode for the model. Go talk to visitors to the space and tell them not to sleep here.&lt;br /&gt;
&lt;br /&gt;
Refer to the detailed instructions on the Makerbot site for more up-to-date tips and instructions (they change often):  http://wiki.makerbot.com/how-to-print&lt;br /&gt;
&lt;br /&gt;
====fire the makerbot====&lt;br /&gt;
&lt;br /&gt;
Watch this space for changes, as the new extruder and build platform are installed.&lt;br /&gt;
&lt;br /&gt;
* plug in the heated build platform. yes, it&#039;s just some wires from the transformer shoved in a monitor power cord.&lt;br /&gt;
* turn on the makerbot PSU, it&#039;s a switch in the back&lt;br /&gt;
* plug in the makerbot usb cable&lt;br /&gt;
* run replicatorg (./replicatorg)&lt;br /&gt;
* please don&#039;t upload any firmware&lt;br /&gt;
* the first time you run it, machine-&amp;gt;driver-&amp;gt;cupcake CNC&lt;br /&gt;
* click on the 4 arrows symbol (control panel)&lt;br /&gt;
** lay a small piece of paper on the platform&lt;br /&gt;
** remove any crud from the nozzle with bent nose pliers (hidden under the EFF hat)&lt;br /&gt;
** move X, Y to the center of the platform&lt;br /&gt;
** jog down in Z first in 10mm increments, then 1mm increments, until there is maximum drag force on the paper&lt;br /&gt;
** jog up in 0.1mm increments until the drag lessens&lt;br /&gt;
** click &amp;quot;set zero&amp;quot;&lt;br /&gt;
** at the bottom of the control panel there are some settings, set them in this order (motor control actually sends the target temperature command for some reason)&lt;br /&gt;
*** Motor Speed (PWM): 255&lt;br /&gt;
*** Target Temperature: 222&lt;br /&gt;
*** Motor Control: Stop&lt;br /&gt;
*** Cooling Fan: enable &lt;br /&gt;
** wait until the temperature is above 200 then try a test extrusion (click Motor Control: forward)&lt;br /&gt;
*** if nothing happens in ten seconds, stop before you strip out the teeth on the filament&lt;br /&gt;
*** if you accidentally start the motor before it&#039;s hot, you can fix it by manually pushing the filament into the extruder with some pliers&lt;br /&gt;
* the build platform should be plenty hot now&lt;br /&gt;
** there might be an IR thermometer in a little duct tape pouch thingy&lt;br /&gt;
** it should be around 120-130C for best results&lt;br /&gt;
* remove ooze from the nozzle with pliers&lt;br /&gt;
* file-&amp;gt;open the .gcode file you created earlier with skeinforge&lt;br /&gt;
* click &#039;build&#039; (the solid kidney bean)&lt;br /&gt;
* if the first layer doesn&#039;t stick at all or peels loose immediately, adjust the z axis down by turning the pulley on top of the makerbot&lt;br /&gt;
* if the first layer starts getting fugly during the infill, with crap building up on the nozzle, adjust the z axis up a few steps until it looks perfectly flat with no &amp;quot;fuzz&amp;quot;&lt;br /&gt;
***note to self: get some pics and video of first layer too high, first layer too low, and verify zeroing procedure&lt;br /&gt;
* now since it probably screwed up somehow, hit stop and remove the grossness with the plastic scraper and/or pliers&lt;br /&gt;
* it should still be zeroed, and hopefully at the correct height adjustment now, so just click &#039;build&#039; again&lt;br /&gt;
* if you can&#039;t get it to stick at all, the platform is probably at the wrong temperature.&lt;br /&gt;
** wait five minutes for it to warm up completely&lt;br /&gt;
** or maybe you need to adjust the little cpu fan to blow on the platform to cool it down to 130C (150C is too hot)&lt;br /&gt;
[[File:Nophead_pulleys_side.jpg|right|thumbnail|alt=two sample pieces, side view|your part should look like this or better. I still hadn&#039;t tweaked the feedrate perfectly for colored plastic, hence the blobbiness.]]&lt;br /&gt;
&lt;br /&gt;
* ok now presumably you&#039;re done printing and nothing went wrong. &lt;br /&gt;
** jog Z+ 20mm to give yourself some room&lt;br /&gt;
**rotate the makerbot counterclockwise from above about 30 degrees and turn on the big fan for a minute&lt;br /&gt;
** now just peel it off with your hand&lt;br /&gt;
*** be careful, the part is still soft and can deform&lt;br /&gt;
*** it may need a little help with a disposable utility knife or the plastic scraper to break the seal underneath the part&lt;br /&gt;
*** it&#039;s easier if you remove the build platform - it&#039;s held on with magnets&lt;br /&gt;
&lt;br /&gt;
==== tweaking skeinforge ====&lt;br /&gt;
[[File:Nophead_pulleys_top.jpg|right|thumbnail|alt=two sample pieces, top view|note the incomplete infill on the right; this was due to improper perimeter width settings. note the square teeth on the left; this is because &amp;quot;stretch&amp;quot; is turned on. this is a good thing.]]&lt;br /&gt;
there are about 300 different &amp;quot;craft&amp;quot; settings in skeinforge, and they all interrelate in confusing ways. here&#039;s a quick overview of the important ones:&lt;br /&gt;
*carve-&amp;gt;layer height: should be about 0.8*nozzle hole diameter&lt;br /&gt;
*speed-&amp;gt;flow rate: 255&lt;br /&gt;
*speed-&amp;gt;feed rate: start around 25mm/s&lt;br /&gt;
*speed-&amp;gt;bridge feed rate multiplier: can be important on parts with bridges, but has a bug that messes up other parts&lt;br /&gt;
*fill-&amp;gt;infill solidity: 0.4 is adequate and not too slow. higher for stronger parts&lt;br /&gt;
*fill-&amp;gt;infill pattern: controls whether you get hashbrowns or honeycombs&lt;br /&gt;
*comb keeps it from driving through empty spaces and making stringies&lt;br /&gt;
*raft prints a waffle grid thingy to keep the corners held down&lt;br /&gt;
*raftless slows down the first layer and makes a short test extrusion, set this to about 10mm&lt;br /&gt;
*oozebane is useless, forget about it&lt;br /&gt;
*jitter is good, set it to a large value like 100&lt;br /&gt;
*stretch makes corners un-rounded, but can cause data overload stuttering if &amp;quot;stretch from distance&amp;quot; is too small&lt;br /&gt;
&lt;br /&gt;
you can safely ignore the rest&lt;br /&gt;
&lt;br /&gt;
==== care and feeding ====&lt;br /&gt;
* don&#039;t leave the makerbot unattended for hours, as it can theoretically catch on fire (those heated bed wires are iffy)&lt;br /&gt;
* don&#039;t leave the extruder hot for hours. periodically flush through plastic to prevent it from oxidizing.&lt;br /&gt;
* if you are about to run out of filament, cut off both ends square with diagonal flush cutters (the blue cutters for electronics) and simply hold the filament together as it goes in&lt;br /&gt;
*if the filament strips out during use (extruder motor is on, temperature high enough, nothing happening) try pushing it down manually&lt;br /&gt;
** if this doesn&#039;t work, try reversing the motor until the filament comes out, cut it cleanly, and reinsert&lt;br /&gt;
** if it keeps stripping out, you may have to completely disassemble the extruder and remove plastic gunk from the gear teeth.&lt;br /&gt;
*** use a long 5/64&amp;quot; or 2mm allen key to set the extruder idler wheel/feed gear spacing&lt;br /&gt;
** try not to let it happen in the first place. stripping can be caused by setting the first layer too low, blocking the nozzle and letting pressure build up&lt;br /&gt;
*don&#039;t upgrade the firmware unless you&#039;re willing to deal with the consequences&lt;br /&gt;
*keep it away from bright light&lt;br /&gt;
*don&#039;t get any water on it&lt;br /&gt;
*never, never ever feed it after midnight.&lt;br /&gt;
&lt;br /&gt;
= Usage log =&lt;br /&gt;
please write your name, what you tried to make, and what happened below (pics or it didnt happen)&lt;br /&gt;
----&lt;br /&gt;
[[File:Minimendel_Z_leadscrew_base_motor.jpg|none|thumbnail|600px|mini mendel Z leadscrew base and motor mount. This bastard took 2 hours and almost the entire remaining roll of green. It started to peel up badly at the back corner. I rescued it by melting the corner back down with a soldering iron. [[User:Fenn|Fenn]] 13:07, 1 May 2010 (UTC)]]&lt;br /&gt;
&lt;br /&gt;
[[File:example.jpg|none|thumbnail|600px|caption text]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Construction log =&lt;br /&gt;
This describes the current progress of the building of the Makerbot.  Instructions are found [http://wiki.makerbot.com/cupcake here], and a forum for it is found [http://wiki.makerbot.com/forum/c-77688/talk-about-makerbot here].&lt;br /&gt;
&lt;br /&gt;
Noisebridge&#039;s Makerbot kit, thoughtfully purchased by Mitch, arrived at 83C on Monday evening, July 20.  Leading the assembly team is Joachim, along with Christoph, Rachel, Steve (Mr Domino), and Jeffrey (ieatlint).&lt;br /&gt;
&lt;br /&gt;
It took about an hour and a half to go through and check the parts against the [http://pony.noisebridge.net/~cmaier/makerbot/parts_lists.ods parts list].  &amp;lt;strike&amp;gt;We think we are missing a bag of &amp;quot;laser cut pulleys&amp;quot; but it&#039;s hard to be completely sure, as there are a LOT of parts and they are not all labeled exactly as in the parts list&amp;lt;/strike&amp;gt; A bag of &amp;quot;laser cut pulleys&amp;quot; was replaced by MakerBot-made pulleys, but the parts lists weren&#039;t updated.  We determined to start assembly anyway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cupcake [[Makerbot/Electronics|Electronics]] Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-electronics-assembly Instructions] Christoph soldering one of the [[Makerbot/Electronics/Stepper_driver|stepper motor drivers]], one of the [[Makerbot/Electronics/endstop_switches|endstop switches]], and the SMD parts on the [[Makerbot/Electronics/Motherboard|motherboard]] with only occasional bitching to people to &#039;&#039;&#039;&#039;&#039;STOP MOVING THE TABLE&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Motherboard is tested and able to control stepper motors.  Regular firmware needs to be flashed back onto it.  [http://wiki.makerbot.com/burn-custom-firmware-using-arduino This] may help. [[User:Ieatlint|Ieatlint]] 02:55, 25 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Pulley Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-pulley-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake CNC Body Assembly ==&lt;br /&gt;
We got the first part of the body together without difficulty, but had trouble with the Z stage as one of the parts had changed from when the docs were written.  The Z stage rod holding guides changed from being O-shaped to being U-shaped, and are marked &amp;quot;Z guides&amp;quot;.  The forums told us to use them anyway.&lt;br /&gt;
&lt;br /&gt;
The next problem was with threaded rods, which had been cut to size.  The ends of some would not take a nut.  We solved this with judicious use of the bench grinder.  There were LOTS of nut/rod jokes, and we were in a state where they were actually funny! [[User:Rachel|Rachel]] 10:08, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Progressed to and including the step entitled &amp;quot;Z-stage stepper wiring&amp;quot; as detailed on the body assembly [http://wiki.makerbot.com/cupcake-body-assembly instructions].  The body assembly is nearly completed. [[User:Ieatlint|Ieatlint]] 03:52, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Stages assembled and motherboard and stepper driver circuits in place. Driver boards are tested. Axis stops are installed, platforms still need craft stick beam breaks installed. -- [[User:JSharp|JSharp]] 06:45, 2 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Y Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-y-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake X Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-x-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Plastruder MK3 Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/plastruder-mk3-assembly Instructions]&lt;br /&gt;
*Note: Ubuntu 9.04 specific: the librxtxSerial.so and the RXTXcomm.jar that come in the replicatorg download need to be replaced with some binaries from this other place that I don&#039;t remember. -[[User:Elgreengeeto|Skory]]&lt;br /&gt;
&lt;br /&gt;
*Progressed through to end of Heater Barrel Assembly.   [[User:Miloh|Miloh]] 04:24, 21 July 2009 (PDT)&lt;br /&gt;
*Progressed through the Filament Drive Assembly, and Joachim mastered the extruder electronics.  [[User:Miloh|Miloh]] 02:03, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel through step 3. [[User:Miloh|Miloh]] 13:17, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel to the end.  [[User:Miloh|Miloh]] 20:46, 26 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
 Continue at Plastruder burn in test.  The burn in test can&#039;t be completed until the Thermistor and extruder board are recognized by the control system.&lt;br /&gt;
&lt;br /&gt;
*Plastruder board burnt out a few components on power up test. Ordered new plastruder driver from makerbot, should arrive at 83C soon. -- [[User:JSharp|JSharp]] 06:43, 2 August 2009 (PDT)&lt;br /&gt;
**New plastruder control board received and installed. -- [[User:JSharp|JSharp]] 10:52, 9 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
= Status Reports =&lt;br /&gt;
&lt;br /&gt;
== 10/18/09 ==&lt;br /&gt;
&lt;br /&gt;
Martin - The makerbot is working and printing objects well.  You will need to download and install &amp;quot;ReplicatorG&amp;quot; and &amp;quot;skeinforge&amp;quot; in order to use the bot. The software runs on Mac, Linux, and PC.   (skeinforge requires Python, ReplicatorG requires Java)  Example objects are next to the bot.&lt;br /&gt;
&lt;br /&gt;
The X/Y/Z stage endpoints are not yet installed.  It requires a number of popsicle sticks to be cut to the correct length and the stage to be calibrated.  You can operate the MakerBot with ***great*** care without them.  &lt;br /&gt;
&lt;br /&gt;
The extruder head has been upgraded to the Mark-4, with a new bearing and idler wheel.  Also, the extruder head is now insulated with the same material they use to insulate the Space Shuttle heat tiles from the skin of the shuttle itself.  *** IT IS EXPENSIVE.  PLEASE DON&#039;T TAKE APART! ***  I can&#039;t replace the material, it was given as a gift from a friend at JPL.  &lt;br /&gt;
&lt;br /&gt;
Please read all the instructions on how to use the MakerBot on the [[http://wiki.makerbot.com/|MakerBot Wiki Site]] before attempting to use it.&lt;br /&gt;
&lt;br /&gt;
== 08/24/09 ==&lt;br /&gt;
Thanks to excellent efforts and support from Martin, the MakerBot is now in a semi-functional state.  There are three things that need to be worked on, however:&lt;br /&gt;
# The Y stage endpoint is installed incorrectly (the Y stage and physically crash into it)&lt;br /&gt;
# The nichrome wire needs to be better insulated so it can maintain higher temperatures and consistent temperatures.&lt;br /&gt;
# The feeding mechanism needs to be reviewed, as it appears that it fails to operate reliably.&lt;br /&gt;
&lt;br /&gt;
Please do NOT attempt to disassemble the plastruder header.&lt;br /&gt;
Also, do NOT attempt to operate the MakerBot unless you really know what you&#039;re doing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 01/10/2010 ==&lt;br /&gt;
Much has happened to the Makerbot since last noted,&lt;br /&gt;
the broken idler wheel was replaced and the extruder head assembly was upgraded by me using parts from Bre when he was here. Thanks Bre!&lt;br /&gt;
I also at that time upgraded the firmware and printed a bunch of skull throwies, yay! &lt;br /&gt;
Time has passed between then and now and many people have been reporting the makerbot in sickly condition, after much testing I am glad to report this not the case. go go makerbot!&lt;br /&gt;
&lt;br /&gt;
== 03/10/2010 ==&lt;br /&gt;
Bre was here on 20/2 and installed a heated build platform on the Makerbot. The heated platform is a new development, still in prototype stage. It is awesome because it prevents warping, and allows workpieces to stick to the build platform without having to build a raft.&lt;br /&gt;
&lt;br /&gt;
He left a sheet of instructions, they say:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... While here we set you up with a heated build platform. It&#039;s&lt;br /&gt;
hooked up to the fans pot. So before you print, go into the control&lt;br /&gt;
panel and click [x] fan and it will turn it on. Let it warm up for at&lt;br /&gt;
least 5 minutes and then print on it. When the model is done, let it&lt;br /&gt;
cool for 5 minutes and it will &#039;pop&#039; right off the warm kapton tape.&lt;br /&gt;
&lt;br /&gt;
We are also leaving you a spare parts kit for the extruder. Your&lt;br /&gt;
nozzle is super thick and slow. This new nozzle has a smaller nozzle&lt;br /&gt;
hole. Make it, use it, love it!&lt;br /&gt;
&lt;br /&gt;
Bre and Zack, Makerbot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When asked about the workings of the heated build platform, he said:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Yup, ours is a prototype part, it&#039;s awesome but not very well documented.&lt;br /&gt;
&lt;br /&gt;
You want to plug it in above the mosfet that usually runs the fan.&lt;br /&gt;
&lt;br /&gt;
You can then go into the control panel and just turn the fan on, let&lt;br /&gt;
it heat up for 8-10 minutes and it will get to about 110F.&lt;br /&gt;
&lt;br /&gt;
Print away and remember to turn it off and unplug the bot when you&#039;re done!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Please note that he&#039;s left us the parts for an improved extruder - up to us to build it - and some of the new colored ABS plastic.&lt;br /&gt;
&lt;br /&gt;
== 04/03/2010 ==&lt;br /&gt;
After using the makerbot all day I (fenn) noticed the Z axis was consistently jamming up when traversing above 125mm/min. Several hours of head-scratching later I discovered that the heated platform would cause the large acrylic plate that holds the extruder to heat up and expand, pushing outwards on the Z-axis nuts and causing the mechanism to bind ever so slightly. The simple fix of filing the plate down was complicated by the lack of small files and the fact that the machine was assembled wrong, requiring removal of the four small u-shaped plywood &amp;quot;guide plates&amp;quot;, which I put back in the correct orientation: gap outwards.&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure the heated build platform actually ever gets hot enough for ABS to stick to the kapton tape. It seems to max out at 95 celsius, as measured with an infrared thermometer. The RepRap wiki suggests 120-220 degrees for ABS. Perhaps connect the platform directly to a higher voltage power supply?&lt;br /&gt;
&lt;br /&gt;
Lacking a hot enough bed for the first layer to stick to, blue masking tape sorta almost works (the first time you use it), and I got much better results when I taped a business card on top and printed on that instead. I printed a few gears and hope to add a [http://www.thingiverse.com/thing:1794 &amp;quot;wade extruder&amp;quot;] soonish.&lt;br /&gt;
&lt;br /&gt;
== 04/09/2010 ==&lt;br /&gt;
I (fenn) came in today and it appeared that nobody had touched the makerbot since I last left it. But the nozzle wouldn&#039;t heat up. Voltage to the wires, it just didnt get hot. So, heeding the warning to not disassemble the nozzle, I removed it and swapped in another one, which works a lot better anyway. Then I attached a 16V transformer to the heated bed, and now it gets up to 165C which is much better than the old 90C running on 12V. Now the first layer actually sticks! Z axis seems to still be jamming up; I didn&#039;t file the notches deep enough I guess. Wish I had more time to play with it. Skeinforge settings that seem to work with ABS:&lt;br /&gt;
layer height: 0.4mm, flow rate: 255, feed rate: 25mm/s.&lt;br /&gt;
&lt;br /&gt;
== 04/11/2010 ==&lt;br /&gt;
added a fan to cool off the acrylic plate. make sure you enable the fan before printing and it shouldn&#039;t jam up anymore. seems to be working reliably now.&lt;br /&gt;
&lt;br /&gt;
hint: instead of trying to adjust the Z zero in software, manually adjust the height as it prints the first layer.&lt;br /&gt;
&lt;br /&gt;
caution: plugging in or unplugging the heater transformer may cause the power strip breaker to trip and reset the makerbot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 04/13/2010 ==&lt;br /&gt;
leveled bed by shaving down tabs that were sticking up, pushing magnets back in, and adding a small strip of kapton tape. adjusted toothed gear/idler wheel spacing with 5/64 allen key.&lt;br /&gt;
&lt;br /&gt;
Some of the magnets on the Y stage are in sideways (poles on left &amp;amp; right), not upright (poles on top &amp;amp; bottom). I found this when building my Makerbot, since I wanted the build platform to be interoperable, I tried placing the magnets on the Y stage of the NB &#039;bot to check polarity, and found that they were sticking corner-to-corner, not face-to-face. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
== 06/10/2010 ==&lt;br /&gt;
I&#039;ve taken in two functioning nozzle assemblies, and an extruder block with double idler wheel. These should help get the &#039;bot up and running. The nozzles may need to be heated up, PTFE insulator removed and cleaned. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
What is the large spool of white plastic next to the Makerbot? It seems a lot softer than ABS, and certainly acts strange when I try to print with it. (It is so soft that it scrunches up in the extruder feed channel, and the pinch wheel starts grinding into it super quickly. It doesn&#039;t stink when heated.) Could it be Shapelock? - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;it is PLA, rather than ABS.  It melts at a much, much lower temperature.&#039;&#039; - Martin&lt;br /&gt;
&lt;br /&gt;
It&#039;s not PLA, far too soft. There&#039;s some green PLA in the bag on top of the pile. I think it&#039;s HDPE. Smells like HDPE too. (like a blown out candle.) - fenn&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=15536</id>
		<title>Makerbot</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=15536"/>
		<updated>2011-01-02T17:12:06Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: /* using the software */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
=Help is on the way for the Makerbot (2011-01-02) =&lt;br /&gt;
&lt;br /&gt;
I&#039;ve ordered an extensive selection of parts, including new extruder, heated build platform, extruder board etc. Should be here next week. [gian pablo]&lt;br /&gt;
&lt;br /&gt;
=The Makerbot is broken (2010-09-24) =&lt;br /&gt;
&lt;br /&gt;
d&#039;oh!&lt;br /&gt;
&lt;br /&gt;
i&#039;m really not sure what happened. i was cleaning out the extruder and i think one of the green wires touched the large metal washer; there was a spark and a small poof next to the rj-45 connector on the extruder board, and now nothing turns on. sigh.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:IMG_2929.JPG|right|thumbnail|alt=two sample pieces, side view|corroborating evidence]]&lt;br /&gt;
I swapped in one of Gian Pablo&#039;s extruders and bought a new 606 bearing for the gearmotor. (somehow the original must have fallen out and gotten lost.) Lots of jamming up and cussing ensued. Some adjustments were made, much filament run through the machine, and I deduced that the &#039;&#039;&#039;NEW EXTRUDER REQURIES THE FAN ON&#039;&#039;&#039; whenever it is at operating temperature. I got it to print out a timing pulley on the fifth try, and reliably printing after that, using the same settings as before.&lt;br /&gt;
&lt;br /&gt;
The nozzles I left seem to print reliably at much lower temperatures, try 195C and see how that goes. [gian pablo]&lt;br /&gt;
&lt;br /&gt;
=How to Use the Makerbot=&lt;br /&gt;
if it breaks, we can fix it. don&#039;t be afraid of the makerbot! I&#039;ve crashed it hundreds of times and only permanently broke something once.&lt;br /&gt;
&lt;br /&gt;
====install some software first====&lt;br /&gt;
*get yourself a copy of replicatorg:&lt;br /&gt;
http://replicat.org/download&lt;br /&gt;
&lt;br /&gt;
ReplicatorG now includes various versions of the Skeinforge slicing utility, so no need to download and install separately.&lt;br /&gt;
&lt;br /&gt;
You are done.&lt;br /&gt;
&lt;br /&gt;
====using the software====&lt;br /&gt;
&lt;br /&gt;
Start ReplicatorG.&lt;br /&gt;
&lt;br /&gt;
Open an STL file. You should see a 3D image of your model.&lt;br /&gt;
&lt;br /&gt;
Press the &#039;generate GCode&#039; button on the right. &lt;br /&gt;
&lt;br /&gt;
You will be asked to choose a profile. Currently you are looking at Cupcake CNC Mk4, but very soon you will want Cupcake CNC Mk5 with Heated Build Platform.&lt;br /&gt;
&lt;br /&gt;
It will take a while to build the GCode for the model. Go talk to visitors to the space and tell them not to sleep here.&lt;br /&gt;
&lt;br /&gt;
Refer to the detailed instructions on the Makerbot site for more up-to-date tips and instructions (they change often):  http://wiki.makerbot.com/how-to-print&lt;br /&gt;
&lt;br /&gt;
====fire the makerbot====&lt;br /&gt;
* plug in the heated build platform. yes, it&#039;s just some wires from the transformer shoved in a monitor power cord.&lt;br /&gt;
* turn on the makerbot PSU, it&#039;s a switch in the back&lt;br /&gt;
* plug in the makerbot usb cable&lt;br /&gt;
* run replicatorg (./replicatorg)&lt;br /&gt;
* please don&#039;t upload any firmware&lt;br /&gt;
* the first time you run it, machine-&amp;gt;driver-&amp;gt;cupcake CNC&lt;br /&gt;
* click on the 4 arrows symbol (control panel)&lt;br /&gt;
** lay a small piece of paper on the platform&lt;br /&gt;
** remove any crud from the nozzle with bent nose pliers (hidden under the EFF hat)&lt;br /&gt;
** move X, Y to the center of the platform&lt;br /&gt;
** jog down in Z first in 10mm increments, then 1mm increments, until there is maximum drag force on the paper&lt;br /&gt;
** jog up in 0.1mm increments until the drag lessens&lt;br /&gt;
** click &amp;quot;set zero&amp;quot;&lt;br /&gt;
** at the bottom of the control panel there are some settings, set them in this order (motor control actually sends the target temperature command for some reason)&lt;br /&gt;
*** Motor Speed (PWM): 255&lt;br /&gt;
*** Target Temperature: 222&lt;br /&gt;
*** Motor Control: Stop&lt;br /&gt;
*** Cooling Fan: enable &lt;br /&gt;
** wait until the temperature is above 200 then try a test extrusion (click Motor Control: forward)&lt;br /&gt;
*** if nothing happens in ten seconds, stop before you strip out the teeth on the filament&lt;br /&gt;
*** if you accidentally start the motor before it&#039;s hot, you can fix it by manually pushing the filament into the extruder with some pliers&lt;br /&gt;
* the build platform should be plenty hot now&lt;br /&gt;
** there might be an IR thermometer in a little duct tape pouch thingy&lt;br /&gt;
** it should be around 120-130C for best results&lt;br /&gt;
* remove ooze from the nozzle with pliers&lt;br /&gt;
* file-&amp;gt;open the .gcode file you created earlier with skeinforge&lt;br /&gt;
* click &#039;build&#039; (the solid kidney bean)&lt;br /&gt;
* if the first layer doesn&#039;t stick at all or peels loose immediately, adjust the z axis down by turning the pulley on top of the makerbot&lt;br /&gt;
* if the first layer starts getting fugly during the infill, with crap building up on the nozzle, adjust the z axis up a few steps until it looks perfectly flat with no &amp;quot;fuzz&amp;quot;&lt;br /&gt;
***note to self: get some pics and video of first layer too high, first layer too low, and verify zeroing procedure&lt;br /&gt;
* now since it probably screwed up somehow, hit stop and remove the grossness with the plastic scraper and/or pliers&lt;br /&gt;
* it should still be zeroed, and hopefully at the correct height adjustment now, so just click &#039;build&#039; again&lt;br /&gt;
* if you can&#039;t get it to stick at all, the platform is probably at the wrong temperature.&lt;br /&gt;
** wait five minutes for it to warm up completely&lt;br /&gt;
** or maybe you need to adjust the little cpu fan to blow on the platform to cool it down to 130C (150C is too hot)&lt;br /&gt;
[[File:Nophead_pulleys_side.jpg|right|thumbnail|alt=two sample pieces, side view|your part should look like this or better. I still hadn&#039;t tweaked the feedrate perfectly for colored plastic, hence the blobbiness.]]&lt;br /&gt;
&lt;br /&gt;
* ok now presumably you&#039;re done printing and nothing went wrong. &lt;br /&gt;
** jog Z+ 20mm to give yourself some room&lt;br /&gt;
**rotate the makerbot counterclockwise from above about 30 degrees and turn on the big fan for a minute&lt;br /&gt;
** now just peel it off with your hand&lt;br /&gt;
*** be careful, the part is still soft and can deform&lt;br /&gt;
*** it may need a little help with a disposable utility knife or the plastic scraper to break the seal underneath the part&lt;br /&gt;
*** it&#039;s easier if you remove the build platform - it&#039;s held on with magnets&lt;br /&gt;
&lt;br /&gt;
==== tweaking skeinforge ====&lt;br /&gt;
[[File:Nophead_pulleys_top.jpg|right|thumbnail|alt=two sample pieces, top view|note the incomplete infill on the right; this was due to improper perimeter width settings. note the square teeth on the left; this is because &amp;quot;stretch&amp;quot; is turned on. this is a good thing.]]&lt;br /&gt;
there are about 300 different &amp;quot;craft&amp;quot; settings in skeinforge, and they all interrelate in confusing ways. here&#039;s a quick overview of the important ones:&lt;br /&gt;
*carve-&amp;gt;layer height: should be about 0.8*nozzle hole diameter&lt;br /&gt;
*speed-&amp;gt;flow rate: 255&lt;br /&gt;
*speed-&amp;gt;feed rate: start around 25mm/s&lt;br /&gt;
*speed-&amp;gt;bridge feed rate multiplier: can be important on parts with bridges, but has a bug that messes up other parts&lt;br /&gt;
*fill-&amp;gt;infill solidity: 0.4 is adequate and not too slow. higher for stronger parts&lt;br /&gt;
*fill-&amp;gt;infill pattern: controls whether you get hashbrowns or honeycombs&lt;br /&gt;
*comb keeps it from driving through empty spaces and making stringies&lt;br /&gt;
*raft prints a waffle grid thingy to keep the corners held down&lt;br /&gt;
*raftless slows down the first layer and makes a short test extrusion, set this to about 10mm&lt;br /&gt;
*oozebane is useless, forget about it&lt;br /&gt;
*jitter is good, set it to a large value like 100&lt;br /&gt;
*stretch makes corners un-rounded, but can cause data overload stuttering if &amp;quot;stretch from distance&amp;quot; is too small&lt;br /&gt;
&lt;br /&gt;
you can safely ignore the rest&lt;br /&gt;
&lt;br /&gt;
==== care and feeding ====&lt;br /&gt;
* don&#039;t leave the makerbot unattended for hours, as it can theoretically catch on fire (those heated bed wires are iffy)&lt;br /&gt;
* don&#039;t leave the extruder hot for hours. periodically flush through plastic to prevent it from oxidizing.&lt;br /&gt;
* if you are about to run out of filament, cut off both ends square with diagonal flush cutters (the blue cutters for electronics) and simply hold the filament together as it goes in&lt;br /&gt;
*if the filament strips out during use (extruder motor is on, temperature high enough, nothing happening) try pushing it down manually&lt;br /&gt;
** if this doesn&#039;t work, try reversing the motor until the filament comes out, cut it cleanly, and reinsert&lt;br /&gt;
** if it keeps stripping out, you may have to completely disassemble the extruder and remove plastic gunk from the gear teeth.&lt;br /&gt;
*** use a long 5/64&amp;quot; or 2mm allen key to set the extruder idler wheel/feed gear spacing&lt;br /&gt;
** try not to let it happen in the first place. stripping can be caused by setting the first layer too low, blocking the nozzle and letting pressure build up&lt;br /&gt;
*don&#039;t upgrade the firmware unless you&#039;re willing to deal with the consequences&lt;br /&gt;
*keep it away from bright light&lt;br /&gt;
*don&#039;t get any water on it&lt;br /&gt;
*never, never ever feed it after midnight.&lt;br /&gt;
&lt;br /&gt;
= Usage log =&lt;br /&gt;
please write your name, what you tried to make, and what happened below (pics or it didnt happen)&lt;br /&gt;
----&lt;br /&gt;
[[File:Minimendel_Z_leadscrew_base_motor.jpg|none|thumbnail|600px|mini mendel Z leadscrew base and motor mount. This bastard took 2 hours and almost the entire remaining roll of green. It started to peel up badly at the back corner. I rescued it by melting the corner back down with a soldering iron. [[User:Fenn|Fenn]] 13:07, 1 May 2010 (UTC)]]&lt;br /&gt;
&lt;br /&gt;
[[File:example.jpg|none|thumbnail|600px|caption text]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Construction log =&lt;br /&gt;
This describes the current progress of the building of the Makerbot.  Instructions are found [http://wiki.makerbot.com/cupcake here], and a forum for it is found [http://wiki.makerbot.com/forum/c-77688/talk-about-makerbot here].&lt;br /&gt;
&lt;br /&gt;
Noisebridge&#039;s Makerbot kit, thoughtfully purchased by Mitch, arrived at 83C on Monday evening, July 20.  Leading the assembly team is Joachim, along with Christoph, Rachel, Steve (Mr Domino), and Jeffrey (ieatlint).&lt;br /&gt;
&lt;br /&gt;
It took about an hour and a half to go through and check the parts against the [http://pony.noisebridge.net/~cmaier/makerbot/parts_lists.ods parts list].  &amp;lt;strike&amp;gt;We think we are missing a bag of &amp;quot;laser cut pulleys&amp;quot; but it&#039;s hard to be completely sure, as there are a LOT of parts and they are not all labeled exactly as in the parts list&amp;lt;/strike&amp;gt; A bag of &amp;quot;laser cut pulleys&amp;quot; was replaced by MakerBot-made pulleys, but the parts lists weren&#039;t updated.  We determined to start assembly anyway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cupcake [[Makerbot/Electronics|Electronics]] Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-electronics-assembly Instructions] Christoph soldering one of the [[Makerbot/Electronics/Stepper_driver|stepper motor drivers]], one of the [[Makerbot/Electronics/endstop_switches|endstop switches]], and the SMD parts on the [[Makerbot/Electronics/Motherboard|motherboard]] with only occasional bitching to people to &#039;&#039;&#039;&#039;&#039;STOP MOVING THE TABLE&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Motherboard is tested and able to control stepper motors.  Regular firmware needs to be flashed back onto it.  [http://wiki.makerbot.com/burn-custom-firmware-using-arduino This] may help. [[User:Ieatlint|Ieatlint]] 02:55, 25 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Pulley Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-pulley-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake CNC Body Assembly ==&lt;br /&gt;
We got the first part of the body together without difficulty, but had trouble with the Z stage as one of the parts had changed from when the docs were written.  The Z stage rod holding guides changed from being O-shaped to being U-shaped, and are marked &amp;quot;Z guides&amp;quot;.  The forums told us to use them anyway.&lt;br /&gt;
&lt;br /&gt;
The next problem was with threaded rods, which had been cut to size.  The ends of some would not take a nut.  We solved this with judicious use of the bench grinder.  There were LOTS of nut/rod jokes, and we were in a state where they were actually funny! [[User:Rachel|Rachel]] 10:08, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Progressed to and including the step entitled &amp;quot;Z-stage stepper wiring&amp;quot; as detailed on the body assembly [http://wiki.makerbot.com/cupcake-body-assembly instructions].  The body assembly is nearly completed. [[User:Ieatlint|Ieatlint]] 03:52, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Stages assembled and motherboard and stepper driver circuits in place. Driver boards are tested. Axis stops are installed, platforms still need craft stick beam breaks installed. -- [[User:JSharp|JSharp]] 06:45, 2 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Y Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-y-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake X Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-x-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Plastruder MK3 Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/plastruder-mk3-assembly Instructions]&lt;br /&gt;
*Note: Ubuntu 9.04 specific: the librxtxSerial.so and the RXTXcomm.jar that come in the replicatorg download need to be replaced with some binaries from this other place that I don&#039;t remember. -[[User:Elgreengeeto|Skory]]&lt;br /&gt;
&lt;br /&gt;
*Progressed through to end of Heater Barrel Assembly.   [[User:Miloh|Miloh]] 04:24, 21 July 2009 (PDT)&lt;br /&gt;
*Progressed through the Filament Drive Assembly, and Joachim mastered the extruder electronics.  [[User:Miloh|Miloh]] 02:03, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel through step 3. [[User:Miloh|Miloh]] 13:17, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel to the end.  [[User:Miloh|Miloh]] 20:46, 26 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
 Continue at Plastruder burn in test.  The burn in test can&#039;t be completed until the Thermistor and extruder board are recognized by the control system.&lt;br /&gt;
&lt;br /&gt;
*Plastruder board burnt out a few components on power up test. Ordered new plastruder driver from makerbot, should arrive at 83C soon. -- [[User:JSharp|JSharp]] 06:43, 2 August 2009 (PDT)&lt;br /&gt;
**New plastruder control board received and installed. -- [[User:JSharp|JSharp]] 10:52, 9 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
= Status Reports =&lt;br /&gt;
&lt;br /&gt;
== 10/18/09 ==&lt;br /&gt;
&lt;br /&gt;
Martin - The makerbot is working and printing objects well.  You will need to download and install &amp;quot;ReplicatorG&amp;quot; and &amp;quot;skeinforge&amp;quot; in order to use the bot. The software runs on Mac, Linux, and PC.   (skeinforge requires Python, ReplicatorG requires Java)  Example objects are next to the bot.&lt;br /&gt;
&lt;br /&gt;
The X/Y/Z stage endpoints are not yet installed.  It requires a number of popsicle sticks to be cut to the correct length and the stage to be calibrated.  You can operate the MakerBot with ***great*** care without them.  &lt;br /&gt;
&lt;br /&gt;
The extruder head has been upgraded to the Mark-4, with a new bearing and idler wheel.  Also, the extruder head is now insulated with the same material they use to insulate the Space Shuttle heat tiles from the skin of the shuttle itself.  *** IT IS EXPENSIVE.  PLEASE DON&#039;T TAKE APART! ***  I can&#039;t replace the material, it was given as a gift from a friend at JPL.  &lt;br /&gt;
&lt;br /&gt;
Please read all the instructions on how to use the MakerBot on the [[http://wiki.makerbot.com/|MakerBot Wiki Site]] before attempting to use it.&lt;br /&gt;
&lt;br /&gt;
== 08/24/09 ==&lt;br /&gt;
Thanks to excellent efforts and support from Martin, the MakerBot is now in a semi-functional state.  There are three things that need to be worked on, however:&lt;br /&gt;
# The Y stage endpoint is installed incorrectly (the Y stage and physically crash into it)&lt;br /&gt;
# The nichrome wire needs to be better insulated so it can maintain higher temperatures and consistent temperatures.&lt;br /&gt;
# The feeding mechanism needs to be reviewed, as it appears that it fails to operate reliably.&lt;br /&gt;
&lt;br /&gt;
Please do NOT attempt to disassemble the plastruder header.&lt;br /&gt;
Also, do NOT attempt to operate the MakerBot unless you really know what you&#039;re doing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 01/10/2010 ==&lt;br /&gt;
Much has happened to the Makerbot since last noted,&lt;br /&gt;
the broken idler wheel was replaced and the extruder head assembly was upgraded by me using parts from Bre when he was here. Thanks Bre!&lt;br /&gt;
I also at that time upgraded the firmware and printed a bunch of skull throwies, yay! &lt;br /&gt;
Time has passed between then and now and many people have been reporting the makerbot in sickly condition, after much testing I am glad to report this not the case. go go makerbot!&lt;br /&gt;
&lt;br /&gt;
== 03/10/2010 ==&lt;br /&gt;
Bre was here on 20/2 and installed a heated build platform on the Makerbot. The heated platform is a new development, still in prototype stage. It is awesome because it prevents warping, and allows workpieces to stick to the build platform without having to build a raft.&lt;br /&gt;
&lt;br /&gt;
He left a sheet of instructions, they say:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... While here we set you up with a heated build platform. It&#039;s&lt;br /&gt;
hooked up to the fans pot. So before you print, go into the control&lt;br /&gt;
panel and click [x] fan and it will turn it on. Let it warm up for at&lt;br /&gt;
least 5 minutes and then print on it. When the model is done, let it&lt;br /&gt;
cool for 5 minutes and it will &#039;pop&#039; right off the warm kapton tape.&lt;br /&gt;
&lt;br /&gt;
We are also leaving you a spare parts kit for the extruder. Your&lt;br /&gt;
nozzle is super thick and slow. This new nozzle has a smaller nozzle&lt;br /&gt;
hole. Make it, use it, love it!&lt;br /&gt;
&lt;br /&gt;
Bre and Zack, Makerbot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When asked about the workings of the heated build platform, he said:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Yup, ours is a prototype part, it&#039;s awesome but not very well documented.&lt;br /&gt;
&lt;br /&gt;
You want to plug it in above the mosfet that usually runs the fan.&lt;br /&gt;
&lt;br /&gt;
You can then go into the control panel and just turn the fan on, let&lt;br /&gt;
it heat up for 8-10 minutes and it will get to about 110F.&lt;br /&gt;
&lt;br /&gt;
Print away and remember to turn it off and unplug the bot when you&#039;re done!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Please note that he&#039;s left us the parts for an improved extruder - up to us to build it - and some of the new colored ABS plastic.&lt;br /&gt;
&lt;br /&gt;
== 04/03/2010 ==&lt;br /&gt;
After using the makerbot all day I (fenn) noticed the Z axis was consistently jamming up when traversing above 125mm/min. Several hours of head-scratching later I discovered that the heated platform would cause the large acrylic plate that holds the extruder to heat up and expand, pushing outwards on the Z-axis nuts and causing the mechanism to bind ever so slightly. The simple fix of filing the plate down was complicated by the lack of small files and the fact that the machine was assembled wrong, requiring removal of the four small u-shaped plywood &amp;quot;guide plates&amp;quot;, which I put back in the correct orientation: gap outwards.&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure the heated build platform actually ever gets hot enough for ABS to stick to the kapton tape. It seems to max out at 95 celsius, as measured with an infrared thermometer. The RepRap wiki suggests 120-220 degrees for ABS. Perhaps connect the platform directly to a higher voltage power supply?&lt;br /&gt;
&lt;br /&gt;
Lacking a hot enough bed for the first layer to stick to, blue masking tape sorta almost works (the first time you use it), and I got much better results when I taped a business card on top and printed on that instead. I printed a few gears and hope to add a [http://www.thingiverse.com/thing:1794 &amp;quot;wade extruder&amp;quot;] soonish.&lt;br /&gt;
&lt;br /&gt;
== 04/09/2010 ==&lt;br /&gt;
I (fenn) came in today and it appeared that nobody had touched the makerbot since I last left it. But the nozzle wouldn&#039;t heat up. Voltage to the wires, it just didnt get hot. So, heeding the warning to not disassemble the nozzle, I removed it and swapped in another one, which works a lot better anyway. Then I attached a 16V transformer to the heated bed, and now it gets up to 165C which is much better than the old 90C running on 12V. Now the first layer actually sticks! Z axis seems to still be jamming up; I didn&#039;t file the notches deep enough I guess. Wish I had more time to play with it. Skeinforge settings that seem to work with ABS:&lt;br /&gt;
layer height: 0.4mm, flow rate: 255, feed rate: 25mm/s.&lt;br /&gt;
&lt;br /&gt;
== 04/11/2010 ==&lt;br /&gt;
added a fan to cool off the acrylic plate. make sure you enable the fan before printing and it shouldn&#039;t jam up anymore. seems to be working reliably now.&lt;br /&gt;
&lt;br /&gt;
hint: instead of trying to adjust the Z zero in software, manually adjust the height as it prints the first layer.&lt;br /&gt;
&lt;br /&gt;
caution: plugging in or unplugging the heater transformer may cause the power strip breaker to trip and reset the makerbot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 04/13/2010 ==&lt;br /&gt;
leveled bed by shaving down tabs that were sticking up, pushing magnets back in, and adding a small strip of kapton tape. adjusted toothed gear/idler wheel spacing with 5/64 allen key.&lt;br /&gt;
&lt;br /&gt;
Some of the magnets on the Y stage are in sideways (poles on left &amp;amp; right), not upright (poles on top &amp;amp; bottom). I found this when building my Makerbot, since I wanted the build platform to be interoperable, I tried placing the magnets on the Y stage of the NB &#039;bot to check polarity, and found that they were sticking corner-to-corner, not face-to-face. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
== 06/10/2010 ==&lt;br /&gt;
I&#039;ve taken in two functioning nozzle assemblies, and an extruder block with double idler wheel. These should help get the &#039;bot up and running. The nozzles may need to be heated up, PTFE insulator removed and cleaned. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
What is the large spool of white plastic next to the Makerbot? It seems a lot softer than ABS, and certainly acts strange when I try to print with it. (It is so soft that it scrunches up in the extruder feed channel, and the pinch wheel starts grinding into it super quickly. It doesn&#039;t stink when heated.) Could it be Shapelock? - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;it is PLA, rather than ABS.  It melts at a much, much lower temperature.&#039;&#039; - Martin&lt;br /&gt;
&lt;br /&gt;
It&#039;s not PLA, far too soft. There&#039;s some green PLA in the bag on top of the pile. I think it&#039;s HDPE. Smells like HDPE too. (like a blown out candle.) - fenn&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=15535</id>
		<title>Makerbot</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=15535"/>
		<updated>2011-01-02T17:07:34Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: /* install some software first */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
=Help is on the way for the Makerbot (2011-01-02) =&lt;br /&gt;
&lt;br /&gt;
I&#039;ve ordered an extensive selection of parts, including new extruder, heated build platform, extruder board etc. Should be here next week. [gian pablo]&lt;br /&gt;
&lt;br /&gt;
=The Makerbot is broken (2010-09-24) =&lt;br /&gt;
&lt;br /&gt;
d&#039;oh!&lt;br /&gt;
&lt;br /&gt;
i&#039;m really not sure what happened. i was cleaning out the extruder and i think one of the green wires touched the large metal washer; there was a spark and a small poof next to the rj-45 connector on the extruder board, and now nothing turns on. sigh.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:IMG_2929.JPG|right|thumbnail|alt=two sample pieces, side view|corroborating evidence]]&lt;br /&gt;
I swapped in one of Gian Pablo&#039;s extruders and bought a new 606 bearing for the gearmotor. (somehow the original must have fallen out and gotten lost.) Lots of jamming up and cussing ensued. Some adjustments were made, much filament run through the machine, and I deduced that the &#039;&#039;&#039;NEW EXTRUDER REQURIES THE FAN ON&#039;&#039;&#039; whenever it is at operating temperature. I got it to print out a timing pulley on the fifth try, and reliably printing after that, using the same settings as before.&lt;br /&gt;
&lt;br /&gt;
The nozzles I left seem to print reliably at much lower temperatures, try 195C and see how that goes. [gian pablo]&lt;br /&gt;
&lt;br /&gt;
=How to Use the Makerbot=&lt;br /&gt;
if it breaks, we can fix it. don&#039;t be afraid of the makerbot! I&#039;ve crashed it hundreds of times and only permanently broke something once.&lt;br /&gt;
&lt;br /&gt;
====install some software first====&lt;br /&gt;
*get yourself a copy of replicatorg:&lt;br /&gt;
http://replicat.org/download&lt;br /&gt;
&lt;br /&gt;
ReplicatorG now includes various versions of the Skeinforge slicing utility, so no need to download and install separately.&lt;br /&gt;
&lt;br /&gt;
You are done.&lt;br /&gt;
&lt;br /&gt;
====using the software====&lt;br /&gt;
run skeinforge with:&lt;br /&gt;
&amp;lt;pre&amp;gt; python skeinforge.py&amp;lt;/pre&amp;gt;&lt;br /&gt;
click on &amp;quot;Skeinforge&amp;quot; in the lower left, select an STL file, for example [http://www.thingiverse.com/download:5914 pulley.stl] and get ready to wait. the larger the object, longer the wait. you can kinda see what it&#039;s doing on the terminal. that file took 2 minutes on my netbook, and larger objects 15 minutes or more. eventually a 2d layer diagram will pop up, and then you can open the .gcode file in replicatorg.&lt;br /&gt;
&lt;br /&gt;
click on the dotted kidney bean (simulate) in replicatorg to make sure everything is working. it should tell you how long the print takes, something like&lt;br /&gt;
&lt;br /&gt;
====fire the makerbot====&lt;br /&gt;
* plug in the heated build platform. yes, it&#039;s just some wires from the transformer shoved in a monitor power cord.&lt;br /&gt;
* turn on the makerbot PSU, it&#039;s a switch in the back&lt;br /&gt;
* plug in the makerbot usb cable&lt;br /&gt;
* run replicatorg (./replicatorg)&lt;br /&gt;
* please don&#039;t upload any firmware&lt;br /&gt;
* the first time you run it, machine-&amp;gt;driver-&amp;gt;cupcake CNC&lt;br /&gt;
* click on the 4 arrows symbol (control panel)&lt;br /&gt;
** lay a small piece of paper on the platform&lt;br /&gt;
** remove any crud from the nozzle with bent nose pliers (hidden under the EFF hat)&lt;br /&gt;
** move X, Y to the center of the platform&lt;br /&gt;
** jog down in Z first in 10mm increments, then 1mm increments, until there is maximum drag force on the paper&lt;br /&gt;
** jog up in 0.1mm increments until the drag lessens&lt;br /&gt;
** click &amp;quot;set zero&amp;quot;&lt;br /&gt;
** at the bottom of the control panel there are some settings, set them in this order (motor control actually sends the target temperature command for some reason)&lt;br /&gt;
*** Motor Speed (PWM): 255&lt;br /&gt;
*** Target Temperature: 222&lt;br /&gt;
*** Motor Control: Stop&lt;br /&gt;
*** Cooling Fan: enable &lt;br /&gt;
** wait until the temperature is above 200 then try a test extrusion (click Motor Control: forward)&lt;br /&gt;
*** if nothing happens in ten seconds, stop before you strip out the teeth on the filament&lt;br /&gt;
*** if you accidentally start the motor before it&#039;s hot, you can fix it by manually pushing the filament into the extruder with some pliers&lt;br /&gt;
* the build platform should be plenty hot now&lt;br /&gt;
** there might be an IR thermometer in a little duct tape pouch thingy&lt;br /&gt;
** it should be around 120-130C for best results&lt;br /&gt;
* remove ooze from the nozzle with pliers&lt;br /&gt;
* file-&amp;gt;open the .gcode file you created earlier with skeinforge&lt;br /&gt;
* click &#039;build&#039; (the solid kidney bean)&lt;br /&gt;
* if the first layer doesn&#039;t stick at all or peels loose immediately, adjust the z axis down by turning the pulley on top of the makerbot&lt;br /&gt;
* if the first layer starts getting fugly during the infill, with crap building up on the nozzle, adjust the z axis up a few steps until it looks perfectly flat with no &amp;quot;fuzz&amp;quot;&lt;br /&gt;
***note to self: get some pics and video of first layer too high, first layer too low, and verify zeroing procedure&lt;br /&gt;
* now since it probably screwed up somehow, hit stop and remove the grossness with the plastic scraper and/or pliers&lt;br /&gt;
* it should still be zeroed, and hopefully at the correct height adjustment now, so just click &#039;build&#039; again&lt;br /&gt;
* if you can&#039;t get it to stick at all, the platform is probably at the wrong temperature.&lt;br /&gt;
** wait five minutes for it to warm up completely&lt;br /&gt;
** or maybe you need to adjust the little cpu fan to blow on the platform to cool it down to 130C (150C is too hot)&lt;br /&gt;
[[File:Nophead_pulleys_side.jpg|right|thumbnail|alt=two sample pieces, side view|your part should look like this or better. I still hadn&#039;t tweaked the feedrate perfectly for colored plastic, hence the blobbiness.]]&lt;br /&gt;
&lt;br /&gt;
* ok now presumably you&#039;re done printing and nothing went wrong. &lt;br /&gt;
** jog Z+ 20mm to give yourself some room&lt;br /&gt;
**rotate the makerbot counterclockwise from above about 30 degrees and turn on the big fan for a minute&lt;br /&gt;
** now just peel it off with your hand&lt;br /&gt;
*** be careful, the part is still soft and can deform&lt;br /&gt;
*** it may need a little help with a disposable utility knife or the plastic scraper to break the seal underneath the part&lt;br /&gt;
*** it&#039;s easier if you remove the build platform - it&#039;s held on with magnets&lt;br /&gt;
&lt;br /&gt;
==== tweaking skeinforge ====&lt;br /&gt;
[[File:Nophead_pulleys_top.jpg|right|thumbnail|alt=two sample pieces, top view|note the incomplete infill on the right; this was due to improper perimeter width settings. note the square teeth on the left; this is because &amp;quot;stretch&amp;quot; is turned on. this is a good thing.]]&lt;br /&gt;
there are about 300 different &amp;quot;craft&amp;quot; settings in skeinforge, and they all interrelate in confusing ways. here&#039;s a quick overview of the important ones:&lt;br /&gt;
*carve-&amp;gt;layer height: should be about 0.8*nozzle hole diameter&lt;br /&gt;
*speed-&amp;gt;flow rate: 255&lt;br /&gt;
*speed-&amp;gt;feed rate: start around 25mm/s&lt;br /&gt;
*speed-&amp;gt;bridge feed rate multiplier: can be important on parts with bridges, but has a bug that messes up other parts&lt;br /&gt;
*fill-&amp;gt;infill solidity: 0.4 is adequate and not too slow. higher for stronger parts&lt;br /&gt;
*fill-&amp;gt;infill pattern: controls whether you get hashbrowns or honeycombs&lt;br /&gt;
*comb keeps it from driving through empty spaces and making stringies&lt;br /&gt;
*raft prints a waffle grid thingy to keep the corners held down&lt;br /&gt;
*raftless slows down the first layer and makes a short test extrusion, set this to about 10mm&lt;br /&gt;
*oozebane is useless, forget about it&lt;br /&gt;
*jitter is good, set it to a large value like 100&lt;br /&gt;
*stretch makes corners un-rounded, but can cause data overload stuttering if &amp;quot;stretch from distance&amp;quot; is too small&lt;br /&gt;
&lt;br /&gt;
you can safely ignore the rest&lt;br /&gt;
&lt;br /&gt;
==== care and feeding ====&lt;br /&gt;
* don&#039;t leave the makerbot unattended for hours, as it can theoretically catch on fire (those heated bed wires are iffy)&lt;br /&gt;
* don&#039;t leave the extruder hot for hours. periodically flush through plastic to prevent it from oxidizing.&lt;br /&gt;
* if you are about to run out of filament, cut off both ends square with diagonal flush cutters (the blue cutters for electronics) and simply hold the filament together as it goes in&lt;br /&gt;
*if the filament strips out during use (extruder motor is on, temperature high enough, nothing happening) try pushing it down manually&lt;br /&gt;
** if this doesn&#039;t work, try reversing the motor until the filament comes out, cut it cleanly, and reinsert&lt;br /&gt;
** if it keeps stripping out, you may have to completely disassemble the extruder and remove plastic gunk from the gear teeth.&lt;br /&gt;
*** use a long 5/64&amp;quot; or 2mm allen key to set the extruder idler wheel/feed gear spacing&lt;br /&gt;
** try not to let it happen in the first place. stripping can be caused by setting the first layer too low, blocking the nozzle and letting pressure build up&lt;br /&gt;
*don&#039;t upgrade the firmware unless you&#039;re willing to deal with the consequences&lt;br /&gt;
*keep it away from bright light&lt;br /&gt;
*don&#039;t get any water on it&lt;br /&gt;
*never, never ever feed it after midnight.&lt;br /&gt;
&lt;br /&gt;
= Usage log =&lt;br /&gt;
please write your name, what you tried to make, and what happened below (pics or it didnt happen)&lt;br /&gt;
----&lt;br /&gt;
[[File:Minimendel_Z_leadscrew_base_motor.jpg|none|thumbnail|600px|mini mendel Z leadscrew base and motor mount. This bastard took 2 hours and almost the entire remaining roll of green. It started to peel up badly at the back corner. I rescued it by melting the corner back down with a soldering iron. [[User:Fenn|Fenn]] 13:07, 1 May 2010 (UTC)]]&lt;br /&gt;
&lt;br /&gt;
[[File:example.jpg|none|thumbnail|600px|caption text]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Construction log =&lt;br /&gt;
This describes the current progress of the building of the Makerbot.  Instructions are found [http://wiki.makerbot.com/cupcake here], and a forum for it is found [http://wiki.makerbot.com/forum/c-77688/talk-about-makerbot here].&lt;br /&gt;
&lt;br /&gt;
Noisebridge&#039;s Makerbot kit, thoughtfully purchased by Mitch, arrived at 83C on Monday evening, July 20.  Leading the assembly team is Joachim, along with Christoph, Rachel, Steve (Mr Domino), and Jeffrey (ieatlint).&lt;br /&gt;
&lt;br /&gt;
It took about an hour and a half to go through and check the parts against the [http://pony.noisebridge.net/~cmaier/makerbot/parts_lists.ods parts list].  &amp;lt;strike&amp;gt;We think we are missing a bag of &amp;quot;laser cut pulleys&amp;quot; but it&#039;s hard to be completely sure, as there are a LOT of parts and they are not all labeled exactly as in the parts list&amp;lt;/strike&amp;gt; A bag of &amp;quot;laser cut pulleys&amp;quot; was replaced by MakerBot-made pulleys, but the parts lists weren&#039;t updated.  We determined to start assembly anyway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cupcake [[Makerbot/Electronics|Electronics]] Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-electronics-assembly Instructions] Christoph soldering one of the [[Makerbot/Electronics/Stepper_driver|stepper motor drivers]], one of the [[Makerbot/Electronics/endstop_switches|endstop switches]], and the SMD parts on the [[Makerbot/Electronics/Motherboard|motherboard]] with only occasional bitching to people to &#039;&#039;&#039;&#039;&#039;STOP MOVING THE TABLE&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Motherboard is tested and able to control stepper motors.  Regular firmware needs to be flashed back onto it.  [http://wiki.makerbot.com/burn-custom-firmware-using-arduino This] may help. [[User:Ieatlint|Ieatlint]] 02:55, 25 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Pulley Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-pulley-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake CNC Body Assembly ==&lt;br /&gt;
We got the first part of the body together without difficulty, but had trouble with the Z stage as one of the parts had changed from when the docs were written.  The Z stage rod holding guides changed from being O-shaped to being U-shaped, and are marked &amp;quot;Z guides&amp;quot;.  The forums told us to use them anyway.&lt;br /&gt;
&lt;br /&gt;
The next problem was with threaded rods, which had been cut to size.  The ends of some would not take a nut.  We solved this with judicious use of the bench grinder.  There were LOTS of nut/rod jokes, and we were in a state where they were actually funny! [[User:Rachel|Rachel]] 10:08, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Progressed to and including the step entitled &amp;quot;Z-stage stepper wiring&amp;quot; as detailed on the body assembly [http://wiki.makerbot.com/cupcake-body-assembly instructions].  The body assembly is nearly completed. [[User:Ieatlint|Ieatlint]] 03:52, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Stages assembled and motherboard and stepper driver circuits in place. Driver boards are tested. Axis stops are installed, platforms still need craft stick beam breaks installed. -- [[User:JSharp|JSharp]] 06:45, 2 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Y Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-y-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake X Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-x-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Plastruder MK3 Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/plastruder-mk3-assembly Instructions]&lt;br /&gt;
*Note: Ubuntu 9.04 specific: the librxtxSerial.so and the RXTXcomm.jar that come in the replicatorg download need to be replaced with some binaries from this other place that I don&#039;t remember. -[[User:Elgreengeeto|Skory]]&lt;br /&gt;
&lt;br /&gt;
*Progressed through to end of Heater Barrel Assembly.   [[User:Miloh|Miloh]] 04:24, 21 July 2009 (PDT)&lt;br /&gt;
*Progressed through the Filament Drive Assembly, and Joachim mastered the extruder electronics.  [[User:Miloh|Miloh]] 02:03, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel through step 3. [[User:Miloh|Miloh]] 13:17, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel to the end.  [[User:Miloh|Miloh]] 20:46, 26 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
 Continue at Plastruder burn in test.  The burn in test can&#039;t be completed until the Thermistor and extruder board are recognized by the control system.&lt;br /&gt;
&lt;br /&gt;
*Plastruder board burnt out a few components on power up test. Ordered new plastruder driver from makerbot, should arrive at 83C soon. -- [[User:JSharp|JSharp]] 06:43, 2 August 2009 (PDT)&lt;br /&gt;
**New plastruder control board received and installed. -- [[User:JSharp|JSharp]] 10:52, 9 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
= Status Reports =&lt;br /&gt;
&lt;br /&gt;
== 10/18/09 ==&lt;br /&gt;
&lt;br /&gt;
Martin - The makerbot is working and printing objects well.  You will need to download and install &amp;quot;ReplicatorG&amp;quot; and &amp;quot;skeinforge&amp;quot; in order to use the bot. The software runs on Mac, Linux, and PC.   (skeinforge requires Python, ReplicatorG requires Java)  Example objects are next to the bot.&lt;br /&gt;
&lt;br /&gt;
The X/Y/Z stage endpoints are not yet installed.  It requires a number of popsicle sticks to be cut to the correct length and the stage to be calibrated.  You can operate the MakerBot with ***great*** care without them.  &lt;br /&gt;
&lt;br /&gt;
The extruder head has been upgraded to the Mark-4, with a new bearing and idler wheel.  Also, the extruder head is now insulated with the same material they use to insulate the Space Shuttle heat tiles from the skin of the shuttle itself.  *** IT IS EXPENSIVE.  PLEASE DON&#039;T TAKE APART! ***  I can&#039;t replace the material, it was given as a gift from a friend at JPL.  &lt;br /&gt;
&lt;br /&gt;
Please read all the instructions on how to use the MakerBot on the [[http://wiki.makerbot.com/|MakerBot Wiki Site]] before attempting to use it.&lt;br /&gt;
&lt;br /&gt;
== 08/24/09 ==&lt;br /&gt;
Thanks to excellent efforts and support from Martin, the MakerBot is now in a semi-functional state.  There are three things that need to be worked on, however:&lt;br /&gt;
# The Y stage endpoint is installed incorrectly (the Y stage and physically crash into it)&lt;br /&gt;
# The nichrome wire needs to be better insulated so it can maintain higher temperatures and consistent temperatures.&lt;br /&gt;
# The feeding mechanism needs to be reviewed, as it appears that it fails to operate reliably.&lt;br /&gt;
&lt;br /&gt;
Please do NOT attempt to disassemble the plastruder header.&lt;br /&gt;
Also, do NOT attempt to operate the MakerBot unless you really know what you&#039;re doing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 01/10/2010 ==&lt;br /&gt;
Much has happened to the Makerbot since last noted,&lt;br /&gt;
the broken idler wheel was replaced and the extruder head assembly was upgraded by me using parts from Bre when he was here. Thanks Bre!&lt;br /&gt;
I also at that time upgraded the firmware and printed a bunch of skull throwies, yay! &lt;br /&gt;
Time has passed between then and now and many people have been reporting the makerbot in sickly condition, after much testing I am glad to report this not the case. go go makerbot!&lt;br /&gt;
&lt;br /&gt;
== 03/10/2010 ==&lt;br /&gt;
Bre was here on 20/2 and installed a heated build platform on the Makerbot. The heated platform is a new development, still in prototype stage. It is awesome because it prevents warping, and allows workpieces to stick to the build platform without having to build a raft.&lt;br /&gt;
&lt;br /&gt;
He left a sheet of instructions, they say:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... While here we set you up with a heated build platform. It&#039;s&lt;br /&gt;
hooked up to the fans pot. So before you print, go into the control&lt;br /&gt;
panel and click [x] fan and it will turn it on. Let it warm up for at&lt;br /&gt;
least 5 minutes and then print on it. When the model is done, let it&lt;br /&gt;
cool for 5 minutes and it will &#039;pop&#039; right off the warm kapton tape.&lt;br /&gt;
&lt;br /&gt;
We are also leaving you a spare parts kit for the extruder. Your&lt;br /&gt;
nozzle is super thick and slow. This new nozzle has a smaller nozzle&lt;br /&gt;
hole. Make it, use it, love it!&lt;br /&gt;
&lt;br /&gt;
Bre and Zack, Makerbot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When asked about the workings of the heated build platform, he said:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Yup, ours is a prototype part, it&#039;s awesome but not very well documented.&lt;br /&gt;
&lt;br /&gt;
You want to plug it in above the mosfet that usually runs the fan.&lt;br /&gt;
&lt;br /&gt;
You can then go into the control panel and just turn the fan on, let&lt;br /&gt;
it heat up for 8-10 minutes and it will get to about 110F.&lt;br /&gt;
&lt;br /&gt;
Print away and remember to turn it off and unplug the bot when you&#039;re done!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Please note that he&#039;s left us the parts for an improved extruder - up to us to build it - and some of the new colored ABS plastic.&lt;br /&gt;
&lt;br /&gt;
== 04/03/2010 ==&lt;br /&gt;
After using the makerbot all day I (fenn) noticed the Z axis was consistently jamming up when traversing above 125mm/min. Several hours of head-scratching later I discovered that the heated platform would cause the large acrylic plate that holds the extruder to heat up and expand, pushing outwards on the Z-axis nuts and causing the mechanism to bind ever so slightly. The simple fix of filing the plate down was complicated by the lack of small files and the fact that the machine was assembled wrong, requiring removal of the four small u-shaped plywood &amp;quot;guide plates&amp;quot;, which I put back in the correct orientation: gap outwards.&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure the heated build platform actually ever gets hot enough for ABS to stick to the kapton tape. It seems to max out at 95 celsius, as measured with an infrared thermometer. The RepRap wiki suggests 120-220 degrees for ABS. Perhaps connect the platform directly to a higher voltage power supply?&lt;br /&gt;
&lt;br /&gt;
Lacking a hot enough bed for the first layer to stick to, blue masking tape sorta almost works (the first time you use it), and I got much better results when I taped a business card on top and printed on that instead. I printed a few gears and hope to add a [http://www.thingiverse.com/thing:1794 &amp;quot;wade extruder&amp;quot;] soonish.&lt;br /&gt;
&lt;br /&gt;
== 04/09/2010 ==&lt;br /&gt;
I (fenn) came in today and it appeared that nobody had touched the makerbot since I last left it. But the nozzle wouldn&#039;t heat up. Voltage to the wires, it just didnt get hot. So, heeding the warning to not disassemble the nozzle, I removed it and swapped in another one, which works a lot better anyway. Then I attached a 16V transformer to the heated bed, and now it gets up to 165C which is much better than the old 90C running on 12V. Now the first layer actually sticks! Z axis seems to still be jamming up; I didn&#039;t file the notches deep enough I guess. Wish I had more time to play with it. Skeinforge settings that seem to work with ABS:&lt;br /&gt;
layer height: 0.4mm, flow rate: 255, feed rate: 25mm/s.&lt;br /&gt;
&lt;br /&gt;
== 04/11/2010 ==&lt;br /&gt;
added a fan to cool off the acrylic plate. make sure you enable the fan before printing and it shouldn&#039;t jam up anymore. seems to be working reliably now.&lt;br /&gt;
&lt;br /&gt;
hint: instead of trying to adjust the Z zero in software, manually adjust the height as it prints the first layer.&lt;br /&gt;
&lt;br /&gt;
caution: plugging in or unplugging the heater transformer may cause the power strip breaker to trip and reset the makerbot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 04/13/2010 ==&lt;br /&gt;
leveled bed by shaving down tabs that were sticking up, pushing magnets back in, and adding a small strip of kapton tape. adjusted toothed gear/idler wheel spacing with 5/64 allen key.&lt;br /&gt;
&lt;br /&gt;
Some of the magnets on the Y stage are in sideways (poles on left &amp;amp; right), not upright (poles on top &amp;amp; bottom). I found this when building my Makerbot, since I wanted the build platform to be interoperable, I tried placing the magnets on the Y stage of the NB &#039;bot to check polarity, and found that they were sticking corner-to-corner, not face-to-face. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
== 06/10/2010 ==&lt;br /&gt;
I&#039;ve taken in two functioning nozzle assemblies, and an extruder block with double idler wheel. These should help get the &#039;bot up and running. The nozzles may need to be heated up, PTFE insulator removed and cleaned. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
What is the large spool of white plastic next to the Makerbot? It seems a lot softer than ABS, and certainly acts strange when I try to print with it. (It is so soft that it scrunches up in the extruder feed channel, and the pinch wheel starts grinding into it super quickly. It doesn&#039;t stink when heated.) Could it be Shapelock? - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;it is PLA, rather than ABS.  It melts at a much, much lower temperature.&#039;&#039; - Martin&lt;br /&gt;
&lt;br /&gt;
It&#039;s not PLA, far too soft. There&#039;s some green PLA in the bag on top of the pile. I think it&#039;s HDPE. Smells like HDPE too. (like a blown out candle.) - fenn&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=15534</id>
		<title>Makerbot</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=15534"/>
		<updated>2011-01-02T17:03:30Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: /* The Makerbot is broken (2010-09-24) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
=Help is on the way for the Makerbot (2011-01-02) =&lt;br /&gt;
&lt;br /&gt;
I&#039;ve ordered an extensive selection of parts, including new extruder, heated build platform, extruder board etc. Should be here next week. [gian pablo]&lt;br /&gt;
&lt;br /&gt;
=The Makerbot is broken (2010-09-24) =&lt;br /&gt;
&lt;br /&gt;
d&#039;oh!&lt;br /&gt;
&lt;br /&gt;
i&#039;m really not sure what happened. i was cleaning out the extruder and i think one of the green wires touched the large metal washer; there was a spark and a small poof next to the rj-45 connector on the extruder board, and now nothing turns on. sigh.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:IMG_2929.JPG|right|thumbnail|alt=two sample pieces, side view|corroborating evidence]]&lt;br /&gt;
I swapped in one of Gian Pablo&#039;s extruders and bought a new 606 bearing for the gearmotor. (somehow the original must have fallen out and gotten lost.) Lots of jamming up and cussing ensued. Some adjustments were made, much filament run through the machine, and I deduced that the &#039;&#039;&#039;NEW EXTRUDER REQURIES THE FAN ON&#039;&#039;&#039; whenever it is at operating temperature. I got it to print out a timing pulley on the fifth try, and reliably printing after that, using the same settings as before.&lt;br /&gt;
&lt;br /&gt;
The nozzles I left seem to print reliably at much lower temperatures, try 195C and see how that goes. [gian pablo]&lt;br /&gt;
&lt;br /&gt;
=How to Use the Makerbot=&lt;br /&gt;
if it breaks, we can fix it. don&#039;t be afraid of the makerbot! I&#039;ve crashed it hundreds of times and only permanently broke something once.&lt;br /&gt;
&lt;br /&gt;
====install some software first====&lt;br /&gt;
*get yourself a copy of replicatorg:&lt;br /&gt;
http://replicat.org/download&lt;br /&gt;
&lt;br /&gt;
*and skeinforge &amp;lt;ref&amp;gt; this is an old version, but it&#039;s what i&#039;m using. if you use a later version my settings files will probably not work. &amp;lt;/ref&amp;gt; :&lt;br /&gt;
http://fabmetheus.crsndoo.com/files/6_reprap_python_beanshell_2009_12_12.zip&lt;br /&gt;
&lt;br /&gt;
*optionally sudo apt-get install python-psyco&lt;br /&gt;
&lt;br /&gt;
*and my skeinforge settings:&lt;br /&gt;
[[File:Good.skeinforge-2010-04-27.tgz.jpg]] (if you can&#039;t get raftless to work)&lt;br /&gt;
&lt;br /&gt;
[[File:Raftless red.skeinforge-04-27-10.tgz.jpg]]&lt;br /&gt;
(rename and) untar the settings directory and move it to ~/.skeinforge&lt;br /&gt;
&lt;br /&gt;
*get raftless and install in your skeinforge:&lt;br /&gt;
http://pleasantsoftware.com/developer/3d/2009/12/05/raftless/&lt;br /&gt;
&lt;br /&gt;
*apply this patch (it&#039;s actually a .tgz)&lt;br /&gt;
[[File:Raftless.patch.jpg]]&lt;br /&gt;
&lt;br /&gt;
ummm.. ok we done yet? &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====using the software====&lt;br /&gt;
run skeinforge with:&lt;br /&gt;
&amp;lt;pre&amp;gt; python skeinforge.py&amp;lt;/pre&amp;gt;&lt;br /&gt;
click on &amp;quot;Skeinforge&amp;quot; in the lower left, select an STL file, for example [http://www.thingiverse.com/download:5914 pulley.stl] and get ready to wait. the larger the object, longer the wait. you can kinda see what it&#039;s doing on the terminal. that file took 2 minutes on my netbook, and larger objects 15 minutes or more. eventually a 2d layer diagram will pop up, and then you can open the .gcode file in replicatorg.&lt;br /&gt;
&lt;br /&gt;
click on the dotted kidney bean (simulate) in replicatorg to make sure everything is working. it should tell you how long the print takes, something like&lt;br /&gt;
&lt;br /&gt;
====fire the makerbot====&lt;br /&gt;
* plug in the heated build platform. yes, it&#039;s just some wires from the transformer shoved in a monitor power cord.&lt;br /&gt;
* turn on the makerbot PSU, it&#039;s a switch in the back&lt;br /&gt;
* plug in the makerbot usb cable&lt;br /&gt;
* run replicatorg (./replicatorg)&lt;br /&gt;
* please don&#039;t upload any firmware&lt;br /&gt;
* the first time you run it, machine-&amp;gt;driver-&amp;gt;cupcake CNC&lt;br /&gt;
* click on the 4 arrows symbol (control panel)&lt;br /&gt;
** lay a small piece of paper on the platform&lt;br /&gt;
** remove any crud from the nozzle with bent nose pliers (hidden under the EFF hat)&lt;br /&gt;
** move X, Y to the center of the platform&lt;br /&gt;
** jog down in Z first in 10mm increments, then 1mm increments, until there is maximum drag force on the paper&lt;br /&gt;
** jog up in 0.1mm increments until the drag lessens&lt;br /&gt;
** click &amp;quot;set zero&amp;quot;&lt;br /&gt;
** at the bottom of the control panel there are some settings, set them in this order (motor control actually sends the target temperature command for some reason)&lt;br /&gt;
*** Motor Speed (PWM): 255&lt;br /&gt;
*** Target Temperature: 222&lt;br /&gt;
*** Motor Control: Stop&lt;br /&gt;
*** Cooling Fan: enable &lt;br /&gt;
** wait until the temperature is above 200 then try a test extrusion (click Motor Control: forward)&lt;br /&gt;
*** if nothing happens in ten seconds, stop before you strip out the teeth on the filament&lt;br /&gt;
*** if you accidentally start the motor before it&#039;s hot, you can fix it by manually pushing the filament into the extruder with some pliers&lt;br /&gt;
* the build platform should be plenty hot now&lt;br /&gt;
** there might be an IR thermometer in a little duct tape pouch thingy&lt;br /&gt;
** it should be around 120-130C for best results&lt;br /&gt;
* remove ooze from the nozzle with pliers&lt;br /&gt;
* file-&amp;gt;open the .gcode file you created earlier with skeinforge&lt;br /&gt;
* click &#039;build&#039; (the solid kidney bean)&lt;br /&gt;
* if the first layer doesn&#039;t stick at all or peels loose immediately, adjust the z axis down by turning the pulley on top of the makerbot&lt;br /&gt;
* if the first layer starts getting fugly during the infill, with crap building up on the nozzle, adjust the z axis up a few steps until it looks perfectly flat with no &amp;quot;fuzz&amp;quot;&lt;br /&gt;
***note to self: get some pics and video of first layer too high, first layer too low, and verify zeroing procedure&lt;br /&gt;
* now since it probably screwed up somehow, hit stop and remove the grossness with the plastic scraper and/or pliers&lt;br /&gt;
* it should still be zeroed, and hopefully at the correct height adjustment now, so just click &#039;build&#039; again&lt;br /&gt;
* if you can&#039;t get it to stick at all, the platform is probably at the wrong temperature.&lt;br /&gt;
** wait five minutes for it to warm up completely&lt;br /&gt;
** or maybe you need to adjust the little cpu fan to blow on the platform to cool it down to 130C (150C is too hot)&lt;br /&gt;
[[File:Nophead_pulleys_side.jpg|right|thumbnail|alt=two sample pieces, side view|your part should look like this or better. I still hadn&#039;t tweaked the feedrate perfectly for colored plastic, hence the blobbiness.]]&lt;br /&gt;
&lt;br /&gt;
* ok now presumably you&#039;re done printing and nothing went wrong. &lt;br /&gt;
** jog Z+ 20mm to give yourself some room&lt;br /&gt;
**rotate the makerbot counterclockwise from above about 30 degrees and turn on the big fan for a minute&lt;br /&gt;
** now just peel it off with your hand&lt;br /&gt;
*** be careful, the part is still soft and can deform&lt;br /&gt;
*** it may need a little help with a disposable utility knife or the plastic scraper to break the seal underneath the part&lt;br /&gt;
*** it&#039;s easier if you remove the build platform - it&#039;s held on with magnets&lt;br /&gt;
&lt;br /&gt;
==== tweaking skeinforge ====&lt;br /&gt;
[[File:Nophead_pulleys_top.jpg|right|thumbnail|alt=two sample pieces, top view|note the incomplete infill on the right; this was due to improper perimeter width settings. note the square teeth on the left; this is because &amp;quot;stretch&amp;quot; is turned on. this is a good thing.]]&lt;br /&gt;
there are about 300 different &amp;quot;craft&amp;quot; settings in skeinforge, and they all interrelate in confusing ways. here&#039;s a quick overview of the important ones:&lt;br /&gt;
*carve-&amp;gt;layer height: should be about 0.8*nozzle hole diameter&lt;br /&gt;
*speed-&amp;gt;flow rate: 255&lt;br /&gt;
*speed-&amp;gt;feed rate: start around 25mm/s&lt;br /&gt;
*speed-&amp;gt;bridge feed rate multiplier: can be important on parts with bridges, but has a bug that messes up other parts&lt;br /&gt;
*fill-&amp;gt;infill solidity: 0.4 is adequate and not too slow. higher for stronger parts&lt;br /&gt;
*fill-&amp;gt;infill pattern: controls whether you get hashbrowns or honeycombs&lt;br /&gt;
*comb keeps it from driving through empty spaces and making stringies&lt;br /&gt;
*raft prints a waffle grid thingy to keep the corners held down&lt;br /&gt;
*raftless slows down the first layer and makes a short test extrusion, set this to about 10mm&lt;br /&gt;
*oozebane is useless, forget about it&lt;br /&gt;
*jitter is good, set it to a large value like 100&lt;br /&gt;
*stretch makes corners un-rounded, but can cause data overload stuttering if &amp;quot;stretch from distance&amp;quot; is too small&lt;br /&gt;
&lt;br /&gt;
you can safely ignore the rest&lt;br /&gt;
&lt;br /&gt;
==== care and feeding ====&lt;br /&gt;
* don&#039;t leave the makerbot unattended for hours, as it can theoretically catch on fire (those heated bed wires are iffy)&lt;br /&gt;
* don&#039;t leave the extruder hot for hours. periodically flush through plastic to prevent it from oxidizing.&lt;br /&gt;
* if you are about to run out of filament, cut off both ends square with diagonal flush cutters (the blue cutters for electronics) and simply hold the filament together as it goes in&lt;br /&gt;
*if the filament strips out during use (extruder motor is on, temperature high enough, nothing happening) try pushing it down manually&lt;br /&gt;
** if this doesn&#039;t work, try reversing the motor until the filament comes out, cut it cleanly, and reinsert&lt;br /&gt;
** if it keeps stripping out, you may have to completely disassemble the extruder and remove plastic gunk from the gear teeth.&lt;br /&gt;
*** use a long 5/64&amp;quot; or 2mm allen key to set the extruder idler wheel/feed gear spacing&lt;br /&gt;
** try not to let it happen in the first place. stripping can be caused by setting the first layer too low, blocking the nozzle and letting pressure build up&lt;br /&gt;
*don&#039;t upgrade the firmware unless you&#039;re willing to deal with the consequences&lt;br /&gt;
*keep it away from bright light&lt;br /&gt;
*don&#039;t get any water on it&lt;br /&gt;
*never, never ever feed it after midnight.&lt;br /&gt;
&lt;br /&gt;
= Usage log =&lt;br /&gt;
please write your name, what you tried to make, and what happened below (pics or it didnt happen)&lt;br /&gt;
----&lt;br /&gt;
[[File:Minimendel_Z_leadscrew_base_motor.jpg|none|thumbnail|600px|mini mendel Z leadscrew base and motor mount. This bastard took 2 hours and almost the entire remaining roll of green. It started to peel up badly at the back corner. I rescued it by melting the corner back down with a soldering iron. [[User:Fenn|Fenn]] 13:07, 1 May 2010 (UTC)]]&lt;br /&gt;
&lt;br /&gt;
[[File:example.jpg|none|thumbnail|600px|caption text]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Construction log =&lt;br /&gt;
This describes the current progress of the building of the Makerbot.  Instructions are found [http://wiki.makerbot.com/cupcake here], and a forum for it is found [http://wiki.makerbot.com/forum/c-77688/talk-about-makerbot here].&lt;br /&gt;
&lt;br /&gt;
Noisebridge&#039;s Makerbot kit, thoughtfully purchased by Mitch, arrived at 83C on Monday evening, July 20.  Leading the assembly team is Joachim, along with Christoph, Rachel, Steve (Mr Domino), and Jeffrey (ieatlint).&lt;br /&gt;
&lt;br /&gt;
It took about an hour and a half to go through and check the parts against the [http://pony.noisebridge.net/~cmaier/makerbot/parts_lists.ods parts list].  &amp;lt;strike&amp;gt;We think we are missing a bag of &amp;quot;laser cut pulleys&amp;quot; but it&#039;s hard to be completely sure, as there are a LOT of parts and they are not all labeled exactly as in the parts list&amp;lt;/strike&amp;gt; A bag of &amp;quot;laser cut pulleys&amp;quot; was replaced by MakerBot-made pulleys, but the parts lists weren&#039;t updated.  We determined to start assembly anyway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cupcake [[Makerbot/Electronics|Electronics]] Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-electronics-assembly Instructions] Christoph soldering one of the [[Makerbot/Electronics/Stepper_driver|stepper motor drivers]], one of the [[Makerbot/Electronics/endstop_switches|endstop switches]], and the SMD parts on the [[Makerbot/Electronics/Motherboard|motherboard]] with only occasional bitching to people to &#039;&#039;&#039;&#039;&#039;STOP MOVING THE TABLE&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Motherboard is tested and able to control stepper motors.  Regular firmware needs to be flashed back onto it.  [http://wiki.makerbot.com/burn-custom-firmware-using-arduino This] may help. [[User:Ieatlint|Ieatlint]] 02:55, 25 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Pulley Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-pulley-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake CNC Body Assembly ==&lt;br /&gt;
We got the first part of the body together without difficulty, but had trouble with the Z stage as one of the parts had changed from when the docs were written.  The Z stage rod holding guides changed from being O-shaped to being U-shaped, and are marked &amp;quot;Z guides&amp;quot;.  The forums told us to use them anyway.&lt;br /&gt;
&lt;br /&gt;
The next problem was with threaded rods, which had been cut to size.  The ends of some would not take a nut.  We solved this with judicious use of the bench grinder.  There were LOTS of nut/rod jokes, and we were in a state where they were actually funny! [[User:Rachel|Rachel]] 10:08, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Progressed to and including the step entitled &amp;quot;Z-stage stepper wiring&amp;quot; as detailed on the body assembly [http://wiki.makerbot.com/cupcake-body-assembly instructions].  The body assembly is nearly completed. [[User:Ieatlint|Ieatlint]] 03:52, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Stages assembled and motherboard and stepper driver circuits in place. Driver boards are tested. Axis stops are installed, platforms still need craft stick beam breaks installed. -- [[User:JSharp|JSharp]] 06:45, 2 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Y Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-y-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake X Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-x-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Plastruder MK3 Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/plastruder-mk3-assembly Instructions]&lt;br /&gt;
*Note: Ubuntu 9.04 specific: the librxtxSerial.so and the RXTXcomm.jar that come in the replicatorg download need to be replaced with some binaries from this other place that I don&#039;t remember. -[[User:Elgreengeeto|Skory]]&lt;br /&gt;
&lt;br /&gt;
*Progressed through to end of Heater Barrel Assembly.   [[User:Miloh|Miloh]] 04:24, 21 July 2009 (PDT)&lt;br /&gt;
*Progressed through the Filament Drive Assembly, and Joachim mastered the extruder electronics.  [[User:Miloh|Miloh]] 02:03, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel through step 3. [[User:Miloh|Miloh]] 13:17, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel to the end.  [[User:Miloh|Miloh]] 20:46, 26 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
 Continue at Plastruder burn in test.  The burn in test can&#039;t be completed until the Thermistor and extruder board are recognized by the control system.&lt;br /&gt;
&lt;br /&gt;
*Plastruder board burnt out a few components on power up test. Ordered new plastruder driver from makerbot, should arrive at 83C soon. -- [[User:JSharp|JSharp]] 06:43, 2 August 2009 (PDT)&lt;br /&gt;
**New plastruder control board received and installed. -- [[User:JSharp|JSharp]] 10:52, 9 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
= Status Reports =&lt;br /&gt;
&lt;br /&gt;
== 10/18/09 ==&lt;br /&gt;
&lt;br /&gt;
Martin - The makerbot is working and printing objects well.  You will need to download and install &amp;quot;ReplicatorG&amp;quot; and &amp;quot;skeinforge&amp;quot; in order to use the bot. The software runs on Mac, Linux, and PC.   (skeinforge requires Python, ReplicatorG requires Java)  Example objects are next to the bot.&lt;br /&gt;
&lt;br /&gt;
The X/Y/Z stage endpoints are not yet installed.  It requires a number of popsicle sticks to be cut to the correct length and the stage to be calibrated.  You can operate the MakerBot with ***great*** care without them.  &lt;br /&gt;
&lt;br /&gt;
The extruder head has been upgraded to the Mark-4, with a new bearing and idler wheel.  Also, the extruder head is now insulated with the same material they use to insulate the Space Shuttle heat tiles from the skin of the shuttle itself.  *** IT IS EXPENSIVE.  PLEASE DON&#039;T TAKE APART! ***  I can&#039;t replace the material, it was given as a gift from a friend at JPL.  &lt;br /&gt;
&lt;br /&gt;
Please read all the instructions on how to use the MakerBot on the [[http://wiki.makerbot.com/|MakerBot Wiki Site]] before attempting to use it.&lt;br /&gt;
&lt;br /&gt;
== 08/24/09 ==&lt;br /&gt;
Thanks to excellent efforts and support from Martin, the MakerBot is now in a semi-functional state.  There are three things that need to be worked on, however:&lt;br /&gt;
# The Y stage endpoint is installed incorrectly (the Y stage and physically crash into it)&lt;br /&gt;
# The nichrome wire needs to be better insulated so it can maintain higher temperatures and consistent temperatures.&lt;br /&gt;
# The feeding mechanism needs to be reviewed, as it appears that it fails to operate reliably.&lt;br /&gt;
&lt;br /&gt;
Please do NOT attempt to disassemble the plastruder header.&lt;br /&gt;
Also, do NOT attempt to operate the MakerBot unless you really know what you&#039;re doing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 01/10/2010 ==&lt;br /&gt;
Much has happened to the Makerbot since last noted,&lt;br /&gt;
the broken idler wheel was replaced and the extruder head assembly was upgraded by me using parts from Bre when he was here. Thanks Bre!&lt;br /&gt;
I also at that time upgraded the firmware and printed a bunch of skull throwies, yay! &lt;br /&gt;
Time has passed between then and now and many people have been reporting the makerbot in sickly condition, after much testing I am glad to report this not the case. go go makerbot!&lt;br /&gt;
&lt;br /&gt;
== 03/10/2010 ==&lt;br /&gt;
Bre was here on 20/2 and installed a heated build platform on the Makerbot. The heated platform is a new development, still in prototype stage. It is awesome because it prevents warping, and allows workpieces to stick to the build platform without having to build a raft.&lt;br /&gt;
&lt;br /&gt;
He left a sheet of instructions, they say:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... While here we set you up with a heated build platform. It&#039;s&lt;br /&gt;
hooked up to the fans pot. So before you print, go into the control&lt;br /&gt;
panel and click [x] fan and it will turn it on. Let it warm up for at&lt;br /&gt;
least 5 minutes and then print on it. When the model is done, let it&lt;br /&gt;
cool for 5 minutes and it will &#039;pop&#039; right off the warm kapton tape.&lt;br /&gt;
&lt;br /&gt;
We are also leaving you a spare parts kit for the extruder. Your&lt;br /&gt;
nozzle is super thick and slow. This new nozzle has a smaller nozzle&lt;br /&gt;
hole. Make it, use it, love it!&lt;br /&gt;
&lt;br /&gt;
Bre and Zack, Makerbot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When asked about the workings of the heated build platform, he said:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Yup, ours is a prototype part, it&#039;s awesome but not very well documented.&lt;br /&gt;
&lt;br /&gt;
You want to plug it in above the mosfet that usually runs the fan.&lt;br /&gt;
&lt;br /&gt;
You can then go into the control panel and just turn the fan on, let&lt;br /&gt;
it heat up for 8-10 minutes and it will get to about 110F.&lt;br /&gt;
&lt;br /&gt;
Print away and remember to turn it off and unplug the bot when you&#039;re done!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Please note that he&#039;s left us the parts for an improved extruder - up to us to build it - and some of the new colored ABS plastic.&lt;br /&gt;
&lt;br /&gt;
== 04/03/2010 ==&lt;br /&gt;
After using the makerbot all day I (fenn) noticed the Z axis was consistently jamming up when traversing above 125mm/min. Several hours of head-scratching later I discovered that the heated platform would cause the large acrylic plate that holds the extruder to heat up and expand, pushing outwards on the Z-axis nuts and causing the mechanism to bind ever so slightly. The simple fix of filing the plate down was complicated by the lack of small files and the fact that the machine was assembled wrong, requiring removal of the four small u-shaped plywood &amp;quot;guide plates&amp;quot;, which I put back in the correct orientation: gap outwards.&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure the heated build platform actually ever gets hot enough for ABS to stick to the kapton tape. It seems to max out at 95 celsius, as measured with an infrared thermometer. The RepRap wiki suggests 120-220 degrees for ABS. Perhaps connect the platform directly to a higher voltage power supply?&lt;br /&gt;
&lt;br /&gt;
Lacking a hot enough bed for the first layer to stick to, blue masking tape sorta almost works (the first time you use it), and I got much better results when I taped a business card on top and printed on that instead. I printed a few gears and hope to add a [http://www.thingiverse.com/thing:1794 &amp;quot;wade extruder&amp;quot;] soonish.&lt;br /&gt;
&lt;br /&gt;
== 04/09/2010 ==&lt;br /&gt;
I (fenn) came in today and it appeared that nobody had touched the makerbot since I last left it. But the nozzle wouldn&#039;t heat up. Voltage to the wires, it just didnt get hot. So, heeding the warning to not disassemble the nozzle, I removed it and swapped in another one, which works a lot better anyway. Then I attached a 16V transformer to the heated bed, and now it gets up to 165C which is much better than the old 90C running on 12V. Now the first layer actually sticks! Z axis seems to still be jamming up; I didn&#039;t file the notches deep enough I guess. Wish I had more time to play with it. Skeinforge settings that seem to work with ABS:&lt;br /&gt;
layer height: 0.4mm, flow rate: 255, feed rate: 25mm/s.&lt;br /&gt;
&lt;br /&gt;
== 04/11/2010 ==&lt;br /&gt;
added a fan to cool off the acrylic plate. make sure you enable the fan before printing and it shouldn&#039;t jam up anymore. seems to be working reliably now.&lt;br /&gt;
&lt;br /&gt;
hint: instead of trying to adjust the Z zero in software, manually adjust the height as it prints the first layer.&lt;br /&gt;
&lt;br /&gt;
caution: plugging in or unplugging the heater transformer may cause the power strip breaker to trip and reset the makerbot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 04/13/2010 ==&lt;br /&gt;
leveled bed by shaving down tabs that were sticking up, pushing magnets back in, and adding a small strip of kapton tape. adjusted toothed gear/idler wheel spacing with 5/64 allen key.&lt;br /&gt;
&lt;br /&gt;
Some of the magnets on the Y stage are in sideways (poles on left &amp;amp; right), not upright (poles on top &amp;amp; bottom). I found this when building my Makerbot, since I wanted the build platform to be interoperable, I tried placing the magnets on the Y stage of the NB &#039;bot to check polarity, and found that they were sticking corner-to-corner, not face-to-face. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
== 06/10/2010 ==&lt;br /&gt;
I&#039;ve taken in two functioning nozzle assemblies, and an extruder block with double idler wheel. These should help get the &#039;bot up and running. The nozzles may need to be heated up, PTFE insulator removed and cleaned. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
What is the large spool of white plastic next to the Makerbot? It seems a lot softer than ABS, and certainly acts strange when I try to print with it. (It is so soft that it scrunches up in the extruder feed channel, and the pinch wheel starts grinding into it super quickly. It doesn&#039;t stink when heated.) Could it be Shapelock? - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;it is PLA, rather than ABS.  It melts at a much, much lower temperature.&#039;&#039; - Martin&lt;br /&gt;
&lt;br /&gt;
It&#039;s not PLA, far too soft. There&#039;s some green PLA in the bag on top of the pile. I think it&#039;s HDPE. Smells like HDPE too. (like a blown out candle.) - fenn&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=SponsorADay&amp;diff=15127</id>
		<title>SponsorADay</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=SponsorADay&amp;diff=15127"/>
		<updated>2010-12-21T03:21:06Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sponsor a day at Noisebridge, and you get to name it!  It&#039;s like a brick, but it&#039;s a day. When you sponsor a day of Noisebridge, you provide hundreds of hackers with an excuse to celebrate for a day, and you help keep Noisebridge open. &lt;br /&gt;
&lt;br /&gt;
$165, anonymous is okay, just name the day below, and then give the money to someone responsible looking, who will put their name in the &amp;quot;accepted by&amp;quot; column. You can pay online [[Donate_or_Pay_Dues | via Paypal or direct bank transfer]]. If you use either of these options, be sure to write &amp;quot;Sponsoring (date)&amp;quot; in the description or email treasurer@noisebridge.net if you&#039;re uncertain your annotation went through.&lt;br /&gt;
&lt;br /&gt;
Any day which has been named, but doesn&#039;t yet have an &amp;quot;accepted by&amp;quot; filled in, is still fair game.  Disputes will be resolved by fisticuffs or flamewar.&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
Sponsored Days in the month of December&lt;br /&gt;
|-&lt;br /&gt;
! Day&lt;br /&gt;
! Day Name&lt;br /&gt;
! Sponsor&lt;br /&gt;
! Donation accepted by&lt;br /&gt;
|-&lt;br /&gt;
|2010-12-01 || FIRST POST WOOOOOO || Rachel McConnell || ...&lt;br /&gt;
|-&lt;br /&gt;
|2010-12-02 || Boring Day || ... || ...&lt;br /&gt;
|-&lt;br /&gt;
|2010-12-03 || Boring Day || ... || ...&lt;br /&gt;
|-&lt;br /&gt;
|2010-12-04 || Boring Day || ... || ...&lt;br /&gt;
|-&lt;br /&gt;
|2010-12-05 || Boring Day || ... || ...&lt;br /&gt;
|-&lt;br /&gt;
|2010-12-06 || Boring Day || ... || ...&lt;br /&gt;
|-&lt;br /&gt;
|2010-12-07 || Boring Day || ... || ...&lt;br /&gt;
|-&lt;br /&gt;
|2010-12-08 || [http://en.wikipedia.org/wiki/Discordian_calendar Afflux] || aestetix || ... &lt;br /&gt;
|-&lt;br /&gt;
|2010-12-09 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2010-12-10 || Be Excellent Day || [[User:miah|Miah Johnson]] || Paypal y0&lt;br /&gt;
|-&lt;br /&gt;
|2010-12-11 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2010-12-12 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2010-12-13 || Andy Day || [[User:Adi|adi]] || sent with December dues &lt;br /&gt;
|-&lt;br /&gt;
|2010-12-14 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2010-12-15 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2010-12-16 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2010-12-17 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2010-12-18 || Caturday || Jason Dusek || ... &lt;br /&gt;
|-&lt;br /&gt;
|2010-12-19 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2010-12-20 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2010-12-21 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2010-12-22 || Kinky sex with Praveen Day || Praveen || Paypal &lt;br /&gt;
|-&lt;br /&gt;
|2010-12-23 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2010-12-24 || Jof Day || Jof || ... &lt;br /&gt;
|-&lt;br /&gt;
|2010-12-25 || Christmas || Shannon || Pledged with December&#039;s dues.&lt;br /&gt;
|-&lt;br /&gt;
|2010-12-26 || Al Day || Al || Al (wells fargo transfer)&lt;br /&gt;
|-&lt;br /&gt;
|2010-12-27 || Boring Day || ... || ...&lt;br /&gt;
|-&lt;br /&gt;
|2010-12-28 || Boring Day || Noodles || Sent via Paypal&lt;br /&gt;
|-&lt;br /&gt;
|2010-12-29 || Boring Day || ... || ...&lt;br /&gt;
|-&lt;br /&gt;
|2010-12-30 || Boring Day || ... || ...&lt;br /&gt;
|-&lt;br /&gt;
|2010-12-31 || Boring Day || dpf || paypal + check&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
More days you can sponsor!&lt;br /&gt;
|-&lt;br /&gt;
! Day&lt;br /&gt;
! Day Name&lt;br /&gt;
! Sponsor&lt;br /&gt;
! Donation Notes&lt;br /&gt;
|-&lt;br /&gt;
|2011-01-01 || SHINY DAY || Rachel McConnell || WF bank transfer &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-02 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-03 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-04 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-05 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-06 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-07 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-08 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-09 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-10 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-11 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-12 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-13 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-14 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-15 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-16 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-17 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-18 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-19 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-20 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-21 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-22 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-23 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-24 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-25 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-26 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-27 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-28 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-29 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-30 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-31 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-01 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-02 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-03 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-04 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-05 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-06 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-07 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-08 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-09 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-10 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-11 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-12 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-13 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-14 || Kiss a Cherub on the Ass Day || [[User:turbclnt|Sean C]] || Paypal! &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-15 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-16 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-17 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-18 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-19 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-20 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-21 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-22 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-23 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-24 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-25 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-26 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-27 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-28 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-01 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-02 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-03 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-04 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-05 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-06 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-07 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-08 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-09 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-10 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-11 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-12 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-13 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-14 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-15 || beware the ides of march || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-16 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-17 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-18 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-19 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-20 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-21 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-22 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-23 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-24 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-25 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-26 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-27 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-28 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-29 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-30 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-31 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-01 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-02 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-03 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-04 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-05 || Be nice to Gian Pablo day || [[User:gpvillamil|Gian Pablo]] || sent via Paypal&lt;br /&gt;
|-&lt;br /&gt;
|2011-04-06 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-07 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-08 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-09 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-10 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-11 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-12 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-13 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-14 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-15 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-16 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-17 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-18 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-19 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-20 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-21 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-22 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-23 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-24 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-25 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-26 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-27 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-28 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-29 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-30 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-01 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-02 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-03 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-04 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-05 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-06 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-07 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-08 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-09 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-10 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-11 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-12 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-13 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-14 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-15 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-16 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-17 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-18 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-19 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-20 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-21 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-22 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-23 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-24 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-25 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-26 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-27 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-28 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-29 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-30 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-31 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-01 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-02 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-03 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-04 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-05 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-06 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-07 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-08 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-09 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-10 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-11 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-12 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-13 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-14 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-15 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-16 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-17 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-18 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-19 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-20 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-21 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-22 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-23 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-24 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-25 || damien&#039;s birthday || dpf || paypal receiver i hope&lt;br /&gt;
|-&lt;br /&gt;
|2011-06-26 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-27 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-28 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-29 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-30 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-01 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-02 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-03 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-04 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-05 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-06 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-07 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-08 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-09 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-10 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-11 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-12 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-13 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-14 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-15 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-16 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-17 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-18 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-19 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-20 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-21 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-22 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-23 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-24 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-25 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-26 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-27 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-28 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-29 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-30 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-31 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-01 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-02 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-03 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-04 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-05 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-06 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-07 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-08 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-09 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-10 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-11 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-12 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-13 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-14 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-15 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-16 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-17 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-18 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-19 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-20 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-21 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-22 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-23 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-24 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-25 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-26 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-27 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-28 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-29 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-30 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-31 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-01 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-02 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-03 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-04 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-05 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-06 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-07 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-08 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-09 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-10 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-11 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-12 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-13 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-14 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-15 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-16 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-17 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-18 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-19 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-20 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-21 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-22 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-23 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-24 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-25 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-26 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-27 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-28 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-29 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-30 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-01 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-02 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-03 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-04 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-05 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-06 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-07 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-08 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-09 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-10 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-11 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-12 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-13 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-14 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-15 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-16 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-17 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-18 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-19 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-20 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-21 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-22 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-23 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-24 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-25 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-26 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-27 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-28 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-29 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-30 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-31 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-01 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-02 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-03 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-04 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-05 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-06 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-07 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-08 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-09 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-10 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-11 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-12 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-13 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-14 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-15 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-16 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-17 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-18 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-19 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-20 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-21 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-22 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-23 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-24 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-25 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-26 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-27 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-28 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-29 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-30 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-01 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-02 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-03 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-04 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-05 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-06 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-07 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-08 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-09 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-10 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-11 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-12 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-13 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-14 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-15 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-16 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-17 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-18 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-19 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-20 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-21 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-22 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-23 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-24 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-25 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-26 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-27 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-28 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-29 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-30 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-31 || Boring Day || ... || ... &lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=15126</id>
		<title>Makerbot</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=15126"/>
		<updated>2010-12-21T03:19:06Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: /* The Makerbot is broken (2010-09-24) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
=The Makerbot is broken (2010-09-24) =&lt;br /&gt;
d&#039;oh!&lt;br /&gt;
&lt;br /&gt;
i&#039;m really not sure what happened. i was cleaning out the extruder and i think one of the green wires touched the large metal washer; there was a spark and a small poof next to the rj-45 connector on the extruder board, and now nothing turns on. sigh.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:IMG_2929.JPG|right|thumbnail|alt=two sample pieces, side view|corroborating evidence]]&lt;br /&gt;
I swapped in one of Gian Pablo&#039;s extruders and bought a new 606 bearing for the gearmotor. (somehow the original must have fallen out and gotten lost.) Lots of jamming up and cussing ensued. Some adjustments were made, much filament run through the machine, and I deduced that the &#039;&#039;&#039;NEW EXTRUDER REQURIES THE FAN ON&#039;&#039;&#039; whenever it is at operating temperature. I got it to print out a timing pulley on the fifth try, and reliably printing after that, using the same settings as before.&lt;br /&gt;
&lt;br /&gt;
The nozzles I left seem to print reliably at much lower temperatures, try 195C and see how that goes. [gian pablo]&lt;br /&gt;
&lt;br /&gt;
=How to Use the Makerbot=&lt;br /&gt;
if it breaks, we can fix it. don&#039;t be afraid of the makerbot! I&#039;ve crashed it hundreds of times and only permanently broke something once.&lt;br /&gt;
&lt;br /&gt;
====install some software first====&lt;br /&gt;
*get yourself a copy of replicatorg:&lt;br /&gt;
http://replicat.org/download&lt;br /&gt;
&lt;br /&gt;
*and skeinforge &amp;lt;ref&amp;gt; this is an old version, but it&#039;s what i&#039;m using. if you use a later version my settings files will probably not work. &amp;lt;/ref&amp;gt; :&lt;br /&gt;
http://fabmetheus.crsndoo.com/files/6_reprap_python_beanshell_2009_12_12.zip&lt;br /&gt;
&lt;br /&gt;
*optionally sudo apt-get install python-psyco&lt;br /&gt;
&lt;br /&gt;
*and my skeinforge settings:&lt;br /&gt;
[[File:Good.skeinforge-2010-04-27.tgz.jpg]] (if you can&#039;t get raftless to work)&lt;br /&gt;
&lt;br /&gt;
[[File:Raftless red.skeinforge-04-27-10.tgz.jpg]]&lt;br /&gt;
(rename and) untar the settings directory and move it to ~/.skeinforge&lt;br /&gt;
&lt;br /&gt;
*get raftless and install in your skeinforge:&lt;br /&gt;
http://pleasantsoftware.com/developer/3d/2009/12/05/raftless/&lt;br /&gt;
&lt;br /&gt;
*apply this patch (it&#039;s actually a .tgz)&lt;br /&gt;
[[File:Raftless.patch.jpg]]&lt;br /&gt;
&lt;br /&gt;
ummm.. ok we done yet? &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====using the software====&lt;br /&gt;
run skeinforge with:&lt;br /&gt;
&amp;lt;pre&amp;gt; python skeinforge.py&amp;lt;/pre&amp;gt;&lt;br /&gt;
click on &amp;quot;Skeinforge&amp;quot; in the lower left, select an STL file, for example [http://www.thingiverse.com/download:5914 pulley.stl] and get ready to wait. the larger the object, longer the wait. you can kinda see what it&#039;s doing on the terminal. that file took 2 minutes on my netbook, and larger objects 15 minutes or more. eventually a 2d layer diagram will pop up, and then you can open the .gcode file in replicatorg.&lt;br /&gt;
&lt;br /&gt;
click on the dotted kidney bean (simulate) in replicatorg to make sure everything is working. it should tell you how long the print takes, something like&lt;br /&gt;
&lt;br /&gt;
====fire the makerbot====&lt;br /&gt;
* plug in the heated build platform. yes, it&#039;s just some wires from the transformer shoved in a monitor power cord.&lt;br /&gt;
* turn on the makerbot PSU, it&#039;s a switch in the back&lt;br /&gt;
* plug in the makerbot usb cable&lt;br /&gt;
* run replicatorg (./replicatorg)&lt;br /&gt;
* please don&#039;t upload any firmware&lt;br /&gt;
* the first time you run it, machine-&amp;gt;driver-&amp;gt;cupcake CNC&lt;br /&gt;
* click on the 4 arrows symbol (control panel)&lt;br /&gt;
** lay a small piece of paper on the platform&lt;br /&gt;
** remove any crud from the nozzle with bent nose pliers (hidden under the EFF hat)&lt;br /&gt;
** move X, Y to the center of the platform&lt;br /&gt;
** jog down in Z first in 10mm increments, then 1mm increments, until there is maximum drag force on the paper&lt;br /&gt;
** jog up in 0.1mm increments until the drag lessens&lt;br /&gt;
** click &amp;quot;set zero&amp;quot;&lt;br /&gt;
** at the bottom of the control panel there are some settings, set them in this order (motor control actually sends the target temperature command for some reason)&lt;br /&gt;
*** Motor Speed (PWM): 255&lt;br /&gt;
*** Target Temperature: 222&lt;br /&gt;
*** Motor Control: Stop&lt;br /&gt;
*** Cooling Fan: enable &lt;br /&gt;
** wait until the temperature is above 200 then try a test extrusion (click Motor Control: forward)&lt;br /&gt;
*** if nothing happens in ten seconds, stop before you strip out the teeth on the filament&lt;br /&gt;
*** if you accidentally start the motor before it&#039;s hot, you can fix it by manually pushing the filament into the extruder with some pliers&lt;br /&gt;
* the build platform should be plenty hot now&lt;br /&gt;
** there might be an IR thermometer in a little duct tape pouch thingy&lt;br /&gt;
** it should be around 120-130C for best results&lt;br /&gt;
* remove ooze from the nozzle with pliers&lt;br /&gt;
* file-&amp;gt;open the .gcode file you created earlier with skeinforge&lt;br /&gt;
* click &#039;build&#039; (the solid kidney bean)&lt;br /&gt;
* if the first layer doesn&#039;t stick at all or peels loose immediately, adjust the z axis down by turning the pulley on top of the makerbot&lt;br /&gt;
* if the first layer starts getting fugly during the infill, with crap building up on the nozzle, adjust the z axis up a few steps until it looks perfectly flat with no &amp;quot;fuzz&amp;quot;&lt;br /&gt;
***note to self: get some pics and video of first layer too high, first layer too low, and verify zeroing procedure&lt;br /&gt;
* now since it probably screwed up somehow, hit stop and remove the grossness with the plastic scraper and/or pliers&lt;br /&gt;
* it should still be zeroed, and hopefully at the correct height adjustment now, so just click &#039;build&#039; again&lt;br /&gt;
* if you can&#039;t get it to stick at all, the platform is probably at the wrong temperature.&lt;br /&gt;
** wait five minutes for it to warm up completely&lt;br /&gt;
** or maybe you need to adjust the little cpu fan to blow on the platform to cool it down to 130C (150C is too hot)&lt;br /&gt;
[[File:Nophead_pulleys_side.jpg|right|thumbnail|alt=two sample pieces, side view|your part should look like this or better. I still hadn&#039;t tweaked the feedrate perfectly for colored plastic, hence the blobbiness.]]&lt;br /&gt;
&lt;br /&gt;
* ok now presumably you&#039;re done printing and nothing went wrong. &lt;br /&gt;
** jog Z+ 20mm to give yourself some room&lt;br /&gt;
**rotate the makerbot counterclockwise from above about 30 degrees and turn on the big fan for a minute&lt;br /&gt;
** now just peel it off with your hand&lt;br /&gt;
*** be careful, the part is still soft and can deform&lt;br /&gt;
*** it may need a little help with a disposable utility knife or the plastic scraper to break the seal underneath the part&lt;br /&gt;
*** it&#039;s easier if you remove the build platform - it&#039;s held on with magnets&lt;br /&gt;
&lt;br /&gt;
==== tweaking skeinforge ====&lt;br /&gt;
[[File:Nophead_pulleys_top.jpg|right|thumbnail|alt=two sample pieces, top view|note the incomplete infill on the right; this was due to improper perimeter width settings. note the square teeth on the left; this is because &amp;quot;stretch&amp;quot; is turned on. this is a good thing.]]&lt;br /&gt;
there are about 300 different &amp;quot;craft&amp;quot; settings in skeinforge, and they all interrelate in confusing ways. here&#039;s a quick overview of the important ones:&lt;br /&gt;
*carve-&amp;gt;layer height: should be about 0.8*nozzle hole diameter&lt;br /&gt;
*speed-&amp;gt;flow rate: 255&lt;br /&gt;
*speed-&amp;gt;feed rate: start around 25mm/s&lt;br /&gt;
*speed-&amp;gt;bridge feed rate multiplier: can be important on parts with bridges, but has a bug that messes up other parts&lt;br /&gt;
*fill-&amp;gt;infill solidity: 0.4 is adequate and not too slow. higher for stronger parts&lt;br /&gt;
*fill-&amp;gt;infill pattern: controls whether you get hashbrowns or honeycombs&lt;br /&gt;
*comb keeps it from driving through empty spaces and making stringies&lt;br /&gt;
*raft prints a waffle grid thingy to keep the corners held down&lt;br /&gt;
*raftless slows down the first layer and makes a short test extrusion, set this to about 10mm&lt;br /&gt;
*oozebane is useless, forget about it&lt;br /&gt;
*jitter is good, set it to a large value like 100&lt;br /&gt;
*stretch makes corners un-rounded, but can cause data overload stuttering if &amp;quot;stretch from distance&amp;quot; is too small&lt;br /&gt;
&lt;br /&gt;
you can safely ignore the rest&lt;br /&gt;
&lt;br /&gt;
==== care and feeding ====&lt;br /&gt;
* don&#039;t leave the makerbot unattended for hours, as it can theoretically catch on fire (those heated bed wires are iffy)&lt;br /&gt;
* don&#039;t leave the extruder hot for hours. periodically flush through plastic to prevent it from oxidizing.&lt;br /&gt;
* if you are about to run out of filament, cut off both ends square with diagonal flush cutters (the blue cutters for electronics) and simply hold the filament together as it goes in&lt;br /&gt;
*if the filament strips out during use (extruder motor is on, temperature high enough, nothing happening) try pushing it down manually&lt;br /&gt;
** if this doesn&#039;t work, try reversing the motor until the filament comes out, cut it cleanly, and reinsert&lt;br /&gt;
** if it keeps stripping out, you may have to completely disassemble the extruder and remove plastic gunk from the gear teeth.&lt;br /&gt;
*** use a long 5/64&amp;quot; or 2mm allen key to set the extruder idler wheel/feed gear spacing&lt;br /&gt;
** try not to let it happen in the first place. stripping can be caused by setting the first layer too low, blocking the nozzle and letting pressure build up&lt;br /&gt;
*don&#039;t upgrade the firmware unless you&#039;re willing to deal with the consequences&lt;br /&gt;
*keep it away from bright light&lt;br /&gt;
*don&#039;t get any water on it&lt;br /&gt;
*never, never ever feed it after midnight.&lt;br /&gt;
&lt;br /&gt;
= Usage log =&lt;br /&gt;
please write your name, what you tried to make, and what happened below (pics or it didnt happen)&lt;br /&gt;
----&lt;br /&gt;
[[File:Minimendel_Z_leadscrew_base_motor.jpg|none|thumbnail|600px|mini mendel Z leadscrew base and motor mount. This bastard took 2 hours and almost the entire remaining roll of green. It started to peel up badly at the back corner. I rescued it by melting the corner back down with a soldering iron. [[User:Fenn|Fenn]] 13:07, 1 May 2010 (UTC)]]&lt;br /&gt;
&lt;br /&gt;
[[File:example.jpg|none|thumbnail|600px|caption text]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Construction log =&lt;br /&gt;
This describes the current progress of the building of the Makerbot.  Instructions are found [http://wiki.makerbot.com/cupcake here], and a forum for it is found [http://wiki.makerbot.com/forum/c-77688/talk-about-makerbot here].&lt;br /&gt;
&lt;br /&gt;
Noisebridge&#039;s Makerbot kit, thoughtfully purchased by Mitch, arrived at 83C on Monday evening, July 20.  Leading the assembly team is Joachim, along with Christoph, Rachel, Steve (Mr Domino), and Jeffrey (ieatlint).&lt;br /&gt;
&lt;br /&gt;
It took about an hour and a half to go through and check the parts against the [http://pony.noisebridge.net/~cmaier/makerbot/parts_lists.ods parts list].  &amp;lt;strike&amp;gt;We think we are missing a bag of &amp;quot;laser cut pulleys&amp;quot; but it&#039;s hard to be completely sure, as there are a LOT of parts and they are not all labeled exactly as in the parts list&amp;lt;/strike&amp;gt; A bag of &amp;quot;laser cut pulleys&amp;quot; was replaced by MakerBot-made pulleys, but the parts lists weren&#039;t updated.  We determined to start assembly anyway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cupcake [[Makerbot/Electronics|Electronics]] Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-electronics-assembly Instructions] Christoph soldering one of the [[Makerbot/Electronics/Stepper_driver|stepper motor drivers]], one of the [[Makerbot/Electronics/endstop_switches|endstop switches]], and the SMD parts on the [[Makerbot/Electronics/Motherboard|motherboard]] with only occasional bitching to people to &#039;&#039;&#039;&#039;&#039;STOP MOVING THE TABLE&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Motherboard is tested and able to control stepper motors.  Regular firmware needs to be flashed back onto it.  [http://wiki.makerbot.com/burn-custom-firmware-using-arduino This] may help. [[User:Ieatlint|Ieatlint]] 02:55, 25 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Pulley Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-pulley-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake CNC Body Assembly ==&lt;br /&gt;
We got the first part of the body together without difficulty, but had trouble with the Z stage as one of the parts had changed from when the docs were written.  The Z stage rod holding guides changed from being O-shaped to being U-shaped, and are marked &amp;quot;Z guides&amp;quot;.  The forums told us to use them anyway.&lt;br /&gt;
&lt;br /&gt;
The next problem was with threaded rods, which had been cut to size.  The ends of some would not take a nut.  We solved this with judicious use of the bench grinder.  There were LOTS of nut/rod jokes, and we were in a state where they were actually funny! [[User:Rachel|Rachel]] 10:08, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Progressed to and including the step entitled &amp;quot;Z-stage stepper wiring&amp;quot; as detailed on the body assembly [http://wiki.makerbot.com/cupcake-body-assembly instructions].  The body assembly is nearly completed. [[User:Ieatlint|Ieatlint]] 03:52, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Stages assembled and motherboard and stepper driver circuits in place. Driver boards are tested. Axis stops are installed, platforms still need craft stick beam breaks installed. -- [[User:JSharp|JSharp]] 06:45, 2 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Y Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-y-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake X Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-x-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Plastruder MK3 Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/plastruder-mk3-assembly Instructions]&lt;br /&gt;
*Note: Ubuntu 9.04 specific: the librxtxSerial.so and the RXTXcomm.jar that come in the replicatorg download need to be replaced with some binaries from this other place that I don&#039;t remember. -[[User:Elgreengeeto|Skory]]&lt;br /&gt;
&lt;br /&gt;
*Progressed through to end of Heater Barrel Assembly.   [[User:Miloh|Miloh]] 04:24, 21 July 2009 (PDT)&lt;br /&gt;
*Progressed through the Filament Drive Assembly, and Joachim mastered the extruder electronics.  [[User:Miloh|Miloh]] 02:03, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel through step 3. [[User:Miloh|Miloh]] 13:17, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel to the end.  [[User:Miloh|Miloh]] 20:46, 26 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
 Continue at Plastruder burn in test.  The burn in test can&#039;t be completed until the Thermistor and extruder board are recognized by the control system.&lt;br /&gt;
&lt;br /&gt;
*Plastruder board burnt out a few components on power up test. Ordered new plastruder driver from makerbot, should arrive at 83C soon. -- [[User:JSharp|JSharp]] 06:43, 2 August 2009 (PDT)&lt;br /&gt;
**New plastruder control board received and installed. -- [[User:JSharp|JSharp]] 10:52, 9 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
= Status Reports =&lt;br /&gt;
&lt;br /&gt;
== 10/18/09 ==&lt;br /&gt;
&lt;br /&gt;
Martin - The makerbot is working and printing objects well.  You will need to download and install &amp;quot;ReplicatorG&amp;quot; and &amp;quot;skeinforge&amp;quot; in order to use the bot. The software runs on Mac, Linux, and PC.   (skeinforge requires Python, ReplicatorG requires Java)  Example objects are next to the bot.&lt;br /&gt;
&lt;br /&gt;
The X/Y/Z stage endpoints are not yet installed.  It requires a number of popsicle sticks to be cut to the correct length and the stage to be calibrated.  You can operate the MakerBot with ***great*** care without them.  &lt;br /&gt;
&lt;br /&gt;
The extruder head has been upgraded to the Mark-4, with a new bearing and idler wheel.  Also, the extruder head is now insulated with the same material they use to insulate the Space Shuttle heat tiles from the skin of the shuttle itself.  *** IT IS EXPENSIVE.  PLEASE DON&#039;T TAKE APART! ***  I can&#039;t replace the material, it was given as a gift from a friend at JPL.  &lt;br /&gt;
&lt;br /&gt;
Please read all the instructions on how to use the MakerBot on the [[http://wiki.makerbot.com/|MakerBot Wiki Site]] before attempting to use it.&lt;br /&gt;
&lt;br /&gt;
== 08/24/09 ==&lt;br /&gt;
Thanks to excellent efforts and support from Martin, the MakerBot is now in a semi-functional state.  There are three things that need to be worked on, however:&lt;br /&gt;
# The Y stage endpoint is installed incorrectly (the Y stage and physically crash into it)&lt;br /&gt;
# The nichrome wire needs to be better insulated so it can maintain higher temperatures and consistent temperatures.&lt;br /&gt;
# The feeding mechanism needs to be reviewed, as it appears that it fails to operate reliably.&lt;br /&gt;
&lt;br /&gt;
Please do NOT attempt to disassemble the plastruder header.&lt;br /&gt;
Also, do NOT attempt to operate the MakerBot unless you really know what you&#039;re doing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 01/10/2010 ==&lt;br /&gt;
Much has happened to the Makerbot since last noted,&lt;br /&gt;
the broken idler wheel was replaced and the extruder head assembly was upgraded by me using parts from Bre when he was here. Thanks Bre!&lt;br /&gt;
I also at that time upgraded the firmware and printed a bunch of skull throwies, yay! &lt;br /&gt;
Time has passed between then and now and many people have been reporting the makerbot in sickly condition, after much testing I am glad to report this not the case. go go makerbot!&lt;br /&gt;
&lt;br /&gt;
== 03/10/2010 ==&lt;br /&gt;
Bre was here on 20/2 and installed a heated build platform on the Makerbot. The heated platform is a new development, still in prototype stage. It is awesome because it prevents warping, and allows workpieces to stick to the build platform without having to build a raft.&lt;br /&gt;
&lt;br /&gt;
He left a sheet of instructions, they say:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... While here we set you up with a heated build platform. It&#039;s&lt;br /&gt;
hooked up to the fans pot. So before you print, go into the control&lt;br /&gt;
panel and click [x] fan and it will turn it on. Let it warm up for at&lt;br /&gt;
least 5 minutes and then print on it. When the model is done, let it&lt;br /&gt;
cool for 5 minutes and it will &#039;pop&#039; right off the warm kapton tape.&lt;br /&gt;
&lt;br /&gt;
We are also leaving you a spare parts kit for the extruder. Your&lt;br /&gt;
nozzle is super thick and slow. This new nozzle has a smaller nozzle&lt;br /&gt;
hole. Make it, use it, love it!&lt;br /&gt;
&lt;br /&gt;
Bre and Zack, Makerbot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When asked about the workings of the heated build platform, he said:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Yup, ours is a prototype part, it&#039;s awesome but not very well documented.&lt;br /&gt;
&lt;br /&gt;
You want to plug it in above the mosfet that usually runs the fan.&lt;br /&gt;
&lt;br /&gt;
You can then go into the control panel and just turn the fan on, let&lt;br /&gt;
it heat up for 8-10 minutes and it will get to about 110F.&lt;br /&gt;
&lt;br /&gt;
Print away and remember to turn it off and unplug the bot when you&#039;re done!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Please note that he&#039;s left us the parts for an improved extruder - up to us to build it - and some of the new colored ABS plastic.&lt;br /&gt;
&lt;br /&gt;
== 04/03/2010 ==&lt;br /&gt;
After using the makerbot all day I (fenn) noticed the Z axis was consistently jamming up when traversing above 125mm/min. Several hours of head-scratching later I discovered that the heated platform would cause the large acrylic plate that holds the extruder to heat up and expand, pushing outwards on the Z-axis nuts and causing the mechanism to bind ever so slightly. The simple fix of filing the plate down was complicated by the lack of small files and the fact that the machine was assembled wrong, requiring removal of the four small u-shaped plywood &amp;quot;guide plates&amp;quot;, which I put back in the correct orientation: gap outwards.&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure the heated build platform actually ever gets hot enough for ABS to stick to the kapton tape. It seems to max out at 95 celsius, as measured with an infrared thermometer. The RepRap wiki suggests 120-220 degrees for ABS. Perhaps connect the platform directly to a higher voltage power supply?&lt;br /&gt;
&lt;br /&gt;
Lacking a hot enough bed for the first layer to stick to, blue masking tape sorta almost works (the first time you use it), and I got much better results when I taped a business card on top and printed on that instead. I printed a few gears and hope to add a [http://www.thingiverse.com/thing:1794 &amp;quot;wade extruder&amp;quot;] soonish.&lt;br /&gt;
&lt;br /&gt;
== 04/09/2010 ==&lt;br /&gt;
I (fenn) came in today and it appeared that nobody had touched the makerbot since I last left it. But the nozzle wouldn&#039;t heat up. Voltage to the wires, it just didnt get hot. So, heeding the warning to not disassemble the nozzle, I removed it and swapped in another one, which works a lot better anyway. Then I attached a 16V transformer to the heated bed, and now it gets up to 165C which is much better than the old 90C running on 12V. Now the first layer actually sticks! Z axis seems to still be jamming up; I didn&#039;t file the notches deep enough I guess. Wish I had more time to play with it. Skeinforge settings that seem to work with ABS:&lt;br /&gt;
layer height: 0.4mm, flow rate: 255, feed rate: 25mm/s.&lt;br /&gt;
&lt;br /&gt;
== 04/11/2010 ==&lt;br /&gt;
added a fan to cool off the acrylic plate. make sure you enable the fan before printing and it shouldn&#039;t jam up anymore. seems to be working reliably now.&lt;br /&gt;
&lt;br /&gt;
hint: instead of trying to adjust the Z zero in software, manually adjust the height as it prints the first layer.&lt;br /&gt;
&lt;br /&gt;
caution: plugging in or unplugging the heater transformer may cause the power strip breaker to trip and reset the makerbot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 04/13/2010 ==&lt;br /&gt;
leveled bed by shaving down tabs that were sticking up, pushing magnets back in, and adding a small strip of kapton tape. adjusted toothed gear/idler wheel spacing with 5/64 allen key.&lt;br /&gt;
&lt;br /&gt;
Some of the magnets on the Y stage are in sideways (poles on left &amp;amp; right), not upright (poles on top &amp;amp; bottom). I found this when building my Makerbot, since I wanted the build platform to be interoperable, I tried placing the magnets on the Y stage of the NB &#039;bot to check polarity, and found that they were sticking corner-to-corner, not face-to-face. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
== 06/10/2010 ==&lt;br /&gt;
I&#039;ve taken in two functioning nozzle assemblies, and an extruder block with double idler wheel. These should help get the &#039;bot up and running. The nozzles may need to be heated up, PTFE insulator removed and cleaned. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
What is the large spool of white plastic next to the Makerbot? It seems a lot softer than ABS, and certainly acts strange when I try to print with it. (It is so soft that it scrunches up in the extruder feed channel, and the pinch wheel starts grinding into it super quickly. It doesn&#039;t stink when heated.) Could it be Shapelock? - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;it is PLA, rather than ABS.  It melts at a much, much lower temperature.&#039;&#039; - Martin&lt;br /&gt;
&lt;br /&gt;
It&#039;s not PLA, far too soft. There&#039;s some green PLA in the bag on top of the pile. I think it&#039;s HDPE. Smells like HDPE too. (like a blown out candle.) - fenn&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=SponsorADay&amp;diff=15125</id>
		<title>SponsorADay</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=SponsorADay&amp;diff=15125"/>
		<updated>2010-12-21T03:15:48Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sponsor a day at Noisebridge, and you get to name it!  It&#039;s like a brick, but it&#039;s a day. When you sponsor a day of Noisebridge, you provide hundreds of hackers with an excuse to celebrate for a day, and you help keep Noisebridge open. &lt;br /&gt;
&lt;br /&gt;
$165, anonymous is okay, just name the day below, and then give the money to someone responsible looking, who will put their name in the &amp;quot;accepted by&amp;quot; column. You can pay online [[Donate_or_Pay_Dues | via Paypal or direct bank transfer]]. If you use either of these options, be sure to write &amp;quot;Sponsoring (date)&amp;quot; in the description or email treasurer@noisebridge.net if you&#039;re uncertain your annotation went through.&lt;br /&gt;
&lt;br /&gt;
Any day which has been named, but doesn&#039;t yet have an &amp;quot;accepted by&amp;quot; filled in, is still fair game.  Disputes will be resolved by fisticuffs or flamewar.&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
Sponsored Days in the month of December&lt;br /&gt;
|-&lt;br /&gt;
! Day&lt;br /&gt;
! Day Name&lt;br /&gt;
! Sponsor&lt;br /&gt;
! Donation accepted by&lt;br /&gt;
|-&lt;br /&gt;
|2010-12-01 || FIRST POST WOOOOOO || Rachel McConnell || ...&lt;br /&gt;
|-&lt;br /&gt;
|2010-12-02 || Boring Day || ... || ...&lt;br /&gt;
|-&lt;br /&gt;
|2010-12-03 || Boring Day || ... || ...&lt;br /&gt;
|-&lt;br /&gt;
|2010-12-04 || Boring Day || ... || ...&lt;br /&gt;
|-&lt;br /&gt;
|2010-12-05 || Boring Day || ... || ...&lt;br /&gt;
|-&lt;br /&gt;
|2010-12-06 || Boring Day || ... || ...&lt;br /&gt;
|-&lt;br /&gt;
|2010-12-07 || Boring Day || ... || ...&lt;br /&gt;
|-&lt;br /&gt;
|2010-12-08 || [http://en.wikipedia.org/wiki/Discordian_calendar Afflux] || aestetix || ... &lt;br /&gt;
|-&lt;br /&gt;
|2010-12-09 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2010-12-10 || Be Excellent Day || [[User:miah|Miah Johnson]] || Paypal y0&lt;br /&gt;
|-&lt;br /&gt;
|2010-12-11 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2010-12-12 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2010-12-13 || Andy Day || [[User:Adi|adi]] || sent with December dues &lt;br /&gt;
|-&lt;br /&gt;
|2010-12-14 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2010-12-15 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2010-12-16 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2010-12-17 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2010-12-18 || Caturday || Jason Dusek || ... &lt;br /&gt;
|-&lt;br /&gt;
|2010-12-19 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2010-12-20 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2010-12-21 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2010-12-22 || Kinky sex with Praveen Day || Praveen || Paypal &lt;br /&gt;
|-&lt;br /&gt;
|2010-12-23 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2010-12-24 || Jof Day || Jof || ... &lt;br /&gt;
|-&lt;br /&gt;
|2010-12-25 || Christmas || Shannon || Pledged with December&#039;s dues.&lt;br /&gt;
|-&lt;br /&gt;
|2010-12-26 || Al Day || Al || Al (wells fargo transfer)&lt;br /&gt;
|-&lt;br /&gt;
|2010-12-27 || Boring Day || ... || ...&lt;br /&gt;
|-&lt;br /&gt;
|2010-12-28 || Boring Day || Noodles || Sent via Paypal&lt;br /&gt;
|-&lt;br /&gt;
|2010-12-29 || Boring Day || ... || ...&lt;br /&gt;
|-&lt;br /&gt;
|2010-12-30 || Boring Day || ... || ...&lt;br /&gt;
|-&lt;br /&gt;
|2010-12-31 || Boring Day || dpf || paypal + check&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=1&lt;br /&gt;
More days you can sponsor!&lt;br /&gt;
|-&lt;br /&gt;
! Day&lt;br /&gt;
! Day Name&lt;br /&gt;
! Sponsor&lt;br /&gt;
! Donation Notes&lt;br /&gt;
|-&lt;br /&gt;
|2011-01-01 || SHINY DAY || Rachel McConnell || WF bank transfer &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-02 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-03 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-04 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-05 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-06 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-07 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-08 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-09 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-10 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-11 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-12 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-13 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-14 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-15 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-16 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-17 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-18 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-19 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-20 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-21 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-22 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-23 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-24 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-25 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-26 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-27 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-28 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-29 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-30 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-01-31 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-01 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-02 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-03 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-04 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-05 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-06 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-07 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-08 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-09 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-10 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-11 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-12 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-13 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-14 || Kiss a Cherub on the Ass Day || [[User:turbclnt|Sean C]] || Paypal! &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-15 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-16 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-17 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-18 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-19 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-20 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-21 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-22 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-23 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-24 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-25 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-26 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-27 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-02-28 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-01 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-02 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-03 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-04 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-05 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-06 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-07 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-08 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-09 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-10 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-11 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-12 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-13 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-14 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-15 || beware the ides of march || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-16 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-17 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-18 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-19 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-20 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-21 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-22 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-23 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-24 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-25 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-26 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-27 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-28 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-29 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-30 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-03-31 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-01 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-02 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-03 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-04 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-05 || Be nice to Gian Pablo day || Gian Pablo || sent via Paypal&lt;br /&gt;
|-&lt;br /&gt;
|2011-04-06 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-07 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-08 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-09 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-10 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-11 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-12 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-13 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-14 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-15 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-16 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-17 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-18 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-19 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-20 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-21 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-22 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-23 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-24 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-25 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-26 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-27 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-28 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-29 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-04-30 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-01 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-02 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-03 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-04 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-05 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-06 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-07 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-08 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-09 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-10 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-11 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-12 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-13 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-14 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-15 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-16 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-17 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-18 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-19 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-20 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-21 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-22 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-23 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-24 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-25 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-26 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-27 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-28 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-29 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-30 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-05-31 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-01 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-02 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-03 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-04 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-05 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-06 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-07 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-08 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-09 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-10 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-11 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-12 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-13 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-14 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-15 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-16 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-17 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-18 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-19 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-20 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-21 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-22 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-23 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-24 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-25 || damien&#039;s birthday || dpf || paypal receiver i hope&lt;br /&gt;
|-&lt;br /&gt;
|2011-06-26 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-27 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-28 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-29 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-06-30 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-01 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-02 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-03 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-04 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-05 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-06 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-07 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-08 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-09 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-10 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-11 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-12 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-13 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-14 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-15 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-16 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-17 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-18 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-19 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-20 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-21 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-22 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-23 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-24 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-25 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-26 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-27 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-28 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-29 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-30 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-07-31 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-01 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-02 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-03 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-04 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-05 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-06 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-07 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-08 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-09 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-10 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-11 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-12 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-13 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-14 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-15 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-16 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-17 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-18 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-19 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-20 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-21 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-22 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-23 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-24 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-25 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-26 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-27 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-28 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-29 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-30 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-08-31 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-01 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-02 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-03 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-04 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-05 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-06 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-07 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-08 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-09 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-10 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-11 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-12 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-13 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-14 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-15 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-16 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-17 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-18 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-19 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-20 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-21 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-22 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-23 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-24 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-25 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-26 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-27 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-28 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-29 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-09-30 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-01 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-02 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-03 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-04 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-05 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-06 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-07 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-08 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-09 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-10 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-11 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-12 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-13 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-14 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-15 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-16 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-17 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-18 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-19 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-20 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-21 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-22 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-23 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-24 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-25 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-26 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-27 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-28 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-29 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-30 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-10-31 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-01 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-02 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-03 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-04 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-05 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-06 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-07 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-08 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-09 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-10 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-11 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-12 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-13 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-14 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-15 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-16 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-17 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-18 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-19 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-20 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-21 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-22 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-23 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-24 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-25 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-26 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-27 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-28 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-29 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-11-30 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-01 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-02 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-03 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-04 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-05 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-06 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-07 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-08 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-09 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-10 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-11 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-12 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-13 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-14 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-15 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-16 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-17 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-18 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-19 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-20 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-21 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-22 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-23 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-24 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-25 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-26 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-27 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-28 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-29 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-30 || Boring Day || ... || ... &lt;br /&gt;
|-&lt;br /&gt;
|2011-12-31 || Boring Day || ... || ... &lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Router_table&amp;diff=12292</id>
		<title>Router table</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Router_table&amp;diff=12292"/>
		<updated>2010-08-10T20:41:10Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: Created page with &amp;#039;The Dremel router table is a handy accessory that allows precise routing using a Dremel tool.  The way you attach the Dremel to the router table is not obvious, since the instruc…&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Dremel router table is a handy accessory that allows precise routing using a Dremel tool.&lt;br /&gt;
&lt;br /&gt;
The way you attach the Dremel to the router table is not obvious, since the instructions that shipped with it do not match the actual device, instead there is a separate addendum that explains it.&lt;br /&gt;
&lt;br /&gt;
In a nutshell, the real instructions are:&lt;br /&gt;
&lt;br /&gt;
* Loosen the locking knob for the height adjustment&lt;br /&gt;
* Lower the tool holder (away from the table) by turning the silver knob&lt;br /&gt;
* Remove the collet from the Dremel&lt;br /&gt;
* Remove the collar from the Dremel (below the bit), it will expose a thread&lt;br /&gt;
* Put the Dremel into the tool bracket on the router table, and use the large flat hex wrench to tighten it into place (You can&#039;t just screw the Dremel into the tool bracket, it will rotate freely. You need to use the hex wrench to hold it in place.)&lt;br /&gt;
* On/off switch should be visible towards the front&lt;br /&gt;
* Bring the Dremel back up to operating height&lt;br /&gt;
&lt;br /&gt;
Use C-Clamps to attach the routing table to a bench.&lt;br /&gt;
&lt;br /&gt;
Adjustment of the routing table is not challenging and is left as an exercise for the reader.&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Shop_Tools&amp;diff=12291</id>
		<title>Shop Tools</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Shop_Tools&amp;diff=12291"/>
		<updated>2010-08-10T20:35:30Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a list of tools we have in the shop and where they go, as we determine that and come up with an organizational scheme and tracking system.  It is very much a work in progress.  If you notice a tool that is not on this page please add it.&lt;br /&gt;
&lt;br /&gt;
* lathe&lt;br /&gt;
* other lathe&lt;br /&gt;
* bandsaw&lt;br /&gt;
* CNC mill&lt;br /&gt;
* cordless drills (3?)&lt;br /&gt;
* cordless circular saw&lt;br /&gt;
* Dremel (+ [[router table]])&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=12002</id>
		<title>Makerbot</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=12002"/>
		<updated>2010-07-07T22:41:44Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: /* The Makerbot is Currently Not Working (2010-05-17) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=The Makerbot is Currently Not Working (2010-05-17) =&lt;br /&gt;
[[Category:WhyWeCantHaveNiceThings]]&lt;br /&gt;
I ran it without the cooling fan for a half hour and due to a design flaw the extruder self destructed. After reassembly it only extrudes for 10 seconds or so before jamming up. Serious re-engineering of the extruder head will commence after make faire. In the meanwhile you could try searching in the cardboard box for a functional extruder barrel...&lt;br /&gt;
&lt;br /&gt;
I&#039;ve taken in two functioning nozzle assemblies, and an extruder block with double idler wheel. These should help get the &#039;bot up and running. The nozzles may need to be heated up, PTFE insulator removed and cleaned. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
=How to Use the Makerbot=&lt;br /&gt;
if it breaks, we can fix it. don&#039;t be afraid of the makerbot! I&#039;ve crashed it hundreds of times and only permanently broke something once.&lt;br /&gt;
&lt;br /&gt;
====install some software first====&lt;br /&gt;
*get yourself a copy of replicatorg:&lt;br /&gt;
http://replicat.org/download&lt;br /&gt;
&lt;br /&gt;
*and skeinforge &amp;lt;ref&amp;gt; this is an old version, but it&#039;s what i&#039;m using. if you use a later version my settings files will probably not work. &amp;lt;/ref&amp;gt; :&lt;br /&gt;
http://fabmetheus.crsndoo.com/files/6_reprap_python_beanshell_2009_12_12.zip&lt;br /&gt;
&lt;br /&gt;
*optionally sudo apt-get install python-psyco&lt;br /&gt;
&lt;br /&gt;
*and my skeinforge settings:&lt;br /&gt;
[[File:Good.skeinforge-2010-04-27.tgz.jpg]] (if you can&#039;t get raftless to work)&lt;br /&gt;
&lt;br /&gt;
[[File:Raftless red.skeinforge-04-27-10.tgz.jpg]]&lt;br /&gt;
(rename and) untar the settings directory and move it to ~/.skeinforge&lt;br /&gt;
&lt;br /&gt;
*get raftless and install in your skeinforge:&lt;br /&gt;
http://pleasantsoftware.com/developer/3d/2009/12/05/raftless/&lt;br /&gt;
&lt;br /&gt;
*apply this patch (it&#039;s actually a .tgz)&lt;br /&gt;
[[File:Raftless.patch.jpg]]&lt;br /&gt;
&lt;br /&gt;
ummm.. ok we done yet? &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====using the software====&lt;br /&gt;
run skeinforge with:&lt;br /&gt;
&amp;lt;pre&amp;gt; python skeinforge.py&amp;lt;/pre&amp;gt;&lt;br /&gt;
click on &amp;quot;Skeinforge&amp;quot; in the lower left, select an STL file, for example [http://www.thingiverse.com/download:5914 pulley.stl] and get ready to wait. the larger the object, longer the wait. you can kinda see what it&#039;s doing on the terminal. that file took 2 minutes on my netbook, and larger objects 15 minutes or more. eventually a 2d layer diagram will pop up, and then you can open the .gcode file in replicatorg.&lt;br /&gt;
&lt;br /&gt;
click on the dotted kidney bean (simulate) in replicatorg to make sure everything is working. it should tell you how long the print takes, something like&lt;br /&gt;
&lt;br /&gt;
====fire the makerbot====&lt;br /&gt;
* plug in the heated build platform. yes, it&#039;s just some wires from the transformer shoved in a monitor power cord.&lt;br /&gt;
* turn on the makerbot PSU, it&#039;s a switch in the back&lt;br /&gt;
* plug in the makerbot usb cable&lt;br /&gt;
* run replicatorg (./replicatorg)&lt;br /&gt;
* please don&#039;t upload any firmware&lt;br /&gt;
* the first time you run it, machine-&amp;gt;driver-&amp;gt;cupcake CNC&lt;br /&gt;
* click on the 4 arrows symbol (control panel)&lt;br /&gt;
** lay a small piece of paper on the platform&lt;br /&gt;
** remove any crud from the nozzle with bent nose pliers (hidden under the EFF hat)&lt;br /&gt;
** move X, Y to the center of the platform&lt;br /&gt;
** jog down in Z first in 10mm increments, then 1mm increments, until there is maximum drag force on the paper&lt;br /&gt;
** jog up in 0.1mm increments until the drag lessens&lt;br /&gt;
** click &amp;quot;set zero&amp;quot;&lt;br /&gt;
** at the bottom of the control panel there are some settings, set them in this order (motor control actually sends the target temperature command for some reason)&lt;br /&gt;
*** Motor Speed (PWM): 255&lt;br /&gt;
*** Target Temperature: 222&lt;br /&gt;
*** Motor Control: Stop&lt;br /&gt;
*** Cooling Fan: enable &lt;br /&gt;
** wait until the temperature is above 200 then try a test extrusion (click Motor Control: forward)&lt;br /&gt;
*** if nothing happens in ten seconds, stop before you strip out the teeth on the filament&lt;br /&gt;
*** if you accidentally start the motor before it&#039;s hot, you can fix it by manually pushing the filament into the extruder with some pliers&lt;br /&gt;
* the build platform should be plenty hot now&lt;br /&gt;
** there might be an IR thermometer in a little duct tape pouch thingy&lt;br /&gt;
** it should be around 120-130C for best results&lt;br /&gt;
* remove ooze from the nozzle with pliers&lt;br /&gt;
* file-&amp;gt;open the .gcode file you created earlier with skeinforge&lt;br /&gt;
* click &#039;build&#039; (the solid kidney bean)&lt;br /&gt;
* if the first layer doesn&#039;t stick at all or peels loose immediately, adjust the z axis down by turning the pulley on top of the makerbot&lt;br /&gt;
* if the first layer starts getting fugly during the infill, with crap building up on the nozzle, adjust the z axis up a few steps until it looks perfectly flat with no &amp;quot;fuzz&amp;quot;&lt;br /&gt;
***note to self: get some pics and video of first layer too high, first layer too low, and verify zeroing procedure&lt;br /&gt;
* now since it probably screwed up somehow, hit stop and remove the grossness with the plastic scraper and/or pliers&lt;br /&gt;
* it should still be zeroed, and hopefully at the correct height adjustment now, so just click &#039;build&#039; again&lt;br /&gt;
* if you can&#039;t get it to stick at all, the platform is probably at the wrong temperature.&lt;br /&gt;
** wait five minutes for it to warm up completely&lt;br /&gt;
** or maybe you need to adjust the little cpu fan to blow on the platform to cool it down to 130C (150C is too hot)&lt;br /&gt;
[[File:Nophead_pulleys_side.jpg|right|thumbnail|alt=two sample pieces, side view|your part should look like this or better. I still hadn&#039;t tweaked the feedrate perfectly for colored plastic, hence the blobbiness.]]&lt;br /&gt;
&lt;br /&gt;
* ok now presumably you&#039;re done printing and nothing went wrong. &lt;br /&gt;
** jog Z+ 20mm to give yourself some room&lt;br /&gt;
**rotate the makerbot counterclockwise from above about 30 degrees and turn on the big fan for a minute&lt;br /&gt;
** now just peel it off with your hand&lt;br /&gt;
*** be careful, the part is still soft and can deform&lt;br /&gt;
*** it may need a little help with a disposable utility knife or the plastic scraper to break the seal underneath the part&lt;br /&gt;
*** it&#039;s easier if you remove the build platform - it&#039;s held on with magnets&lt;br /&gt;
&lt;br /&gt;
==== tweaking skeinforge ====&lt;br /&gt;
[[File:Nophead_pulleys_top.jpg|right|thumbnail|alt=two sample pieces, top view|note the incomplete infill on the right; this was due to improper perimeter width settings. note the square teeth on the left; this is because &amp;quot;stretch&amp;quot; is turned on. this is a good thing.]]&lt;br /&gt;
there are about 300 different &amp;quot;craft&amp;quot; settings in skeinforge, and they all interrelate in confusing ways. here&#039;s a quick overview of the important ones:&lt;br /&gt;
*carve-&amp;gt;layer height: should be about 0.8*nozzle hole diameter&lt;br /&gt;
*speed-&amp;gt;flow rate: 255&lt;br /&gt;
*speed-&amp;gt;feed rate: start around 25mm/s&lt;br /&gt;
*speed-&amp;gt;bridge feed rate multiplier: can be important on parts with bridges, but has a bug that messes up other parts&lt;br /&gt;
*fill-&amp;gt;infill solidity: 0.4 is adequate and not too slow. higher for stronger parts&lt;br /&gt;
*fill-&amp;gt;infill pattern: controls whether you get hashbrowns or honeycombs&lt;br /&gt;
*comb keeps it from driving through empty spaces and making stringies&lt;br /&gt;
*raft prints a waffle grid thingy to keep the corners held down&lt;br /&gt;
*raftless slows down the first layer and makes a short test extrusion, set this to about 10mm&lt;br /&gt;
*oozebane is useless, forget about it&lt;br /&gt;
*jitter is good, set it to a large value like 100&lt;br /&gt;
*stretch makes corners un-rounded, but can cause data overload stuttering if &amp;quot;stretch from distance&amp;quot; is too small&lt;br /&gt;
&lt;br /&gt;
you can safely ignore the rest&lt;br /&gt;
&lt;br /&gt;
==== care and feeding ====&lt;br /&gt;
* don&#039;t leave the makerbot unattended for hours, as it can theoretically catch on fire (those heated bed wires are iffy)&lt;br /&gt;
* don&#039;t leave the extruder hot for hours. periodically flush through plastic to prevent it from oxidizing.&lt;br /&gt;
* if you are about to run out of filament, cut off both ends square with diagonal flush cutters (the blue cutters for electronics) and simply hold the filament together as it goes in&lt;br /&gt;
*if the filament strips out during use (extruder motor is on, temperature high enough, nothing happening) try pushing it down manually&lt;br /&gt;
** if this doesn&#039;t work, try reversing the motor until the filament comes out, cut it cleanly, and reinsert&lt;br /&gt;
** if it keeps stripping out, you may have to completely disassemble the extruder and remove plastic gunk from the gear teeth.&lt;br /&gt;
*** use a long 5/64&amp;quot; or 2mm allen key to set the extruder idler wheel/feed gear spacing&lt;br /&gt;
** try not to let it happen in the first place. stripping can be caused by setting the first layer too low, blocking the nozzle and letting pressure build up&lt;br /&gt;
*don&#039;t upgrade the firmware unless you&#039;re willing to deal with the consequences&lt;br /&gt;
*keep it away from bright light&lt;br /&gt;
*don&#039;t get any water on it&lt;br /&gt;
*never, never ever feed it after midnight.&lt;br /&gt;
&lt;br /&gt;
= Usage log =&lt;br /&gt;
please write your name, what you tried to make, and what happened below (pics or it didnt happen)&lt;br /&gt;
----&lt;br /&gt;
[[File:Minimendel_Z_leadscrew_base_motor.jpg|none|thumbnail|600px|mini mendel Z leadscrew base and motor mount. This bastard took 2 hours and almost the entire remaining roll of green. It started to peel up badly at the back corner. I rescued it by melting the corner back down with a soldering iron. [[User:Fenn|Fenn]] 13:07, 1 May 2010 (UTC)]]&lt;br /&gt;
&lt;br /&gt;
[[File:example.jpg|none|thumbnail|600px|caption text]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Construction log =&lt;br /&gt;
This describes the current progress of the building of the Makerbot.  Instructions are found [http://wiki.makerbot.com/cupcake here], and a forum for it is found [http://wiki.makerbot.com/forum/c-77688/talk-about-makerbot here].&lt;br /&gt;
&lt;br /&gt;
Noisebridge&#039;s Makerbot kit, thoughtfully purchased by Mitch, arrived at 83C on Monday evening, July 20.  Leading the assembly team is Joachim, along with Christoph, Rachel, Steve (Mr Domino), and Jeffrey (ieatlint).&lt;br /&gt;
&lt;br /&gt;
It took about an hour and a half to go through and check the parts against the [http://pony.noisebridge.net/~cmaier/makerbot/parts_lists.ods parts list].  &amp;lt;strike&amp;gt;We think we are missing a bag of &amp;quot;laser cut pulleys&amp;quot; but it&#039;s hard to be completely sure, as there are a LOT of parts and they are not all labeled exactly as in the parts list&amp;lt;/strike&amp;gt; A bag of &amp;quot;laser cut pulleys&amp;quot; was replaced by MakerBot-made pulleys, but the parts lists weren&#039;t updated.  We determined to start assembly anyway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cupcake [[Makerbot/Electronics|Electronics]] Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-electronics-assembly Instructions] Christoph soldering one of the [[Makerbot/Electronics/Stepper_driver|stepper motor drivers]], one of the [[Makerbot/Electronics/endstop_switches|endstop switches]], and the SMD parts on the [[Makerbot/Electronics/Motherboard|motherboard]] with only occasional bitching to people to &#039;&#039;&#039;&#039;&#039;STOP MOVING THE TABLE&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Motherboard is tested and able to control stepper motors.  Regular firmware needs to be flashed back onto it.  [http://wiki.makerbot.com/burn-custom-firmware-using-arduino This] may help. [[User:Ieatlint|Ieatlint]] 02:55, 25 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Pulley Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-pulley-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake CNC Body Assembly ==&lt;br /&gt;
We got the first part of the body together without difficulty, but had trouble with the Z stage as one of the parts had changed from when the docs were written.  The Z stage rod holding guides changed from being O-shaped to being U-shaped, and are marked &amp;quot;Z guides&amp;quot;.  The forums told us to use them anyway.&lt;br /&gt;
&lt;br /&gt;
The next problem was with threaded rods, which had been cut to size.  The ends of some would not take a nut.  We solved this with judicious use of the bench grinder.  There were LOTS of nut/rod jokes, and we were in a state where they were actually funny! [[User:Rachel|Rachel]] 10:08, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Progressed to and including the step entitled &amp;quot;Z-stage stepper wiring&amp;quot; as detailed on the body assembly [http://wiki.makerbot.com/cupcake-body-assembly instructions].  The body assembly is nearly completed. [[User:Ieatlint|Ieatlint]] 03:52, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Stages assembled and motherboard and stepper driver circuits in place. Driver boards are tested. Axis stops are installed, platforms still need craft stick beam breaks installed. -- [[User:JSharp|JSharp]] 06:45, 2 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Y Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-y-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake X Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-x-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Plastruder MK3 Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/plastruder-mk3-assembly Instructions]&lt;br /&gt;
*Note: Ubuntu 9.04 specific: the librxtxSerial.so and the RXTXcomm.jar that come in the replicatorg download need to be replaced with some binaries from this other place that I don&#039;t remember. -[[User:Elgreengeeto|Skory]]&lt;br /&gt;
&lt;br /&gt;
*Progressed through to end of Heater Barrel Assembly.   [[User:Miloh|Miloh]] 04:24, 21 July 2009 (PDT)&lt;br /&gt;
*Progressed through the Filament Drive Assembly, and Joachim mastered the extruder electronics.  [[User:Miloh|Miloh]] 02:03, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel through step 3. [[User:Miloh|Miloh]] 13:17, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel to the end.  [[User:Miloh|Miloh]] 20:46, 26 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
 Continue at Plastruder burn in test.  The burn in test can&#039;t be completed until the Thermistor and extruder board are recognized by the control system.&lt;br /&gt;
&lt;br /&gt;
*Plastruder board burnt out a few components on power up test. Ordered new plastruder driver from makerbot, should arrive at 83C soon. -- [[User:JSharp|JSharp]] 06:43, 2 August 2009 (PDT)&lt;br /&gt;
**New plastruder control board received and installed. -- [[User:JSharp|JSharp]] 10:52, 9 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
= Status Reports =&lt;br /&gt;
&lt;br /&gt;
== 10/18/09 ==&lt;br /&gt;
&lt;br /&gt;
Martin - The makerbot is working and printing objects well.  You will need to download and install &amp;quot;ReplicatorG&amp;quot; and &amp;quot;skeinforge&amp;quot; in order to use the bot. The software runs on Mac, Linux, and PC.   (skeinforge requires Python, ReplicatorG requires Java)  Example objects are next to the bot.&lt;br /&gt;
&lt;br /&gt;
The X/Y/Z stage endpoints are not yet installed.  It requires a number of popsicle sticks to be cut to the correct length and the stage to be calibrated.  You can operate the MakerBot with ***great*** care without them.  &lt;br /&gt;
&lt;br /&gt;
The extruder head has been upgraded to the Mark-4, with a new bearing and idler wheel.  Also, the extruder head is now insulated with the same material they use to insulate the Space Shuttle heat tiles from the skin of the shuttle itself.  *** IT IS EXPENSIVE.  PLEASE DON&#039;T TAKE APART! ***  I can&#039;t replace the material, it was given as a gift from a friend at JPL.  &lt;br /&gt;
&lt;br /&gt;
Please read all the instructions on how to use the MakerBot on the [[http://wiki.makerbot.com/|MakerBot Wiki Site]] before attempting to use it.&lt;br /&gt;
&lt;br /&gt;
== 08/24/09 ==&lt;br /&gt;
Thanks to excellent efforts and support from Martin, the MakerBot is now in a semi-functional state.  There are three things that need to be worked on, however:&lt;br /&gt;
# The Y stage endpoint is installed incorrectly (the Y stage and physically crash into it)&lt;br /&gt;
# The nichrome wire needs to be better insulated so it can maintain higher temperatures and consistent temperatures.&lt;br /&gt;
# The feeding mechanism needs to be reviewed, as it appears that it fails to operate reliably.&lt;br /&gt;
&lt;br /&gt;
Please do NOT attempt to disassemble the plastruder header.&lt;br /&gt;
Also, do NOT attempt to operate the MakerBot unless you really know what you&#039;re doing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 01/10/2010 ==&lt;br /&gt;
Much has happened to the Makerbot since last noted,&lt;br /&gt;
the broken idler wheel was replaced and the extruder head assembly was upgraded by me using parts from Bre when he was here. Thanks Bre!&lt;br /&gt;
I also at that time upgraded the firmware and printed a bunch of skull throwies, yay! &lt;br /&gt;
Time has passed between then and now and many people have been reporting the makerbot in sickly condition, after much testing I am glad to report this not the case. go go makerbot!&lt;br /&gt;
&lt;br /&gt;
== 03/10/2010 ==&lt;br /&gt;
Bre was here on 20/2 and installed a heated build platform on the Makerbot. The heated platform is a new development, still in prototype stage. It is awesome because it prevents warping, and allows workpieces to stick to the build platform without having to build a raft.&lt;br /&gt;
&lt;br /&gt;
He left a sheet of instructions, they say:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... While here we set you up with a heated build platform. It&#039;s&lt;br /&gt;
hooked up to the fans pot. So before you print, go into the control&lt;br /&gt;
panel and click [x] fan and it will turn it on. Let it warm up for at&lt;br /&gt;
least 5 minutes and then print on it. When the model is done, let it&lt;br /&gt;
cool for 5 minutes and it will &#039;pop&#039; right off the warm kapton tape.&lt;br /&gt;
&lt;br /&gt;
We are also leaving you a spare parts kit for the extruder. Your&lt;br /&gt;
nozzle is super thick and slow. This new nozzle has a smaller nozzle&lt;br /&gt;
hole. Make it, use it, love it!&lt;br /&gt;
&lt;br /&gt;
Bre and Zack, Makerbot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When asked about the workings of the heated build platform, he said:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Yup, ours is a prototype part, it&#039;s awesome but not very well documented.&lt;br /&gt;
&lt;br /&gt;
You want to plug it in above the mosfet that usually runs the fan.&lt;br /&gt;
&lt;br /&gt;
You can then go into the control panel and just turn the fan on, let&lt;br /&gt;
it heat up for 8-10 minutes and it will get to about 110F.&lt;br /&gt;
&lt;br /&gt;
Print away and remember to turn it off and unplug the bot when you&#039;re done!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Please note that he&#039;s left us the parts for an improved extruder - up to us to build it - and some of the new colored ABS plastic.&lt;br /&gt;
&lt;br /&gt;
== 04/03/2010 ==&lt;br /&gt;
After using the makerbot all day I (fenn) noticed the Z axis was consistently jamming up when traversing above 125mm/min. Several hours of head-scratching later I discovered that the heated platform would cause the large acrylic plate that holds the extruder to heat up and expand, pushing outwards on the Z-axis nuts and causing the mechanism to bind ever so slightly. The simple fix of filing the plate down was complicated by the lack of small files and the fact that the machine was assembled wrong, requiring removal of the four small u-shaped plywood &amp;quot;guide plates&amp;quot;, which I put back in the correct orientation: gap outwards.&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure the heated build platform actually ever gets hot enough for ABS to stick to the kapton tape. It seems to max out at 95 celsius, as measured with an infrared thermometer. The RepRap wiki suggests 120-220 degrees for ABS. Perhaps connect the platform directly to a higher voltage power supply?&lt;br /&gt;
&lt;br /&gt;
Lacking a hot enough bed for the first layer to stick to, blue masking tape sorta almost works (the first time you use it), and I got much better results when I taped a business card on top and printed on that instead. I printed a few gears and hope to add a [http://www.thingiverse.com/thing:1794 &amp;quot;wade extruder&amp;quot;] soonish.&lt;br /&gt;
&lt;br /&gt;
== 04/09/2010 ==&lt;br /&gt;
I (fenn) came in today and it appeared that nobody had touched the makerbot since I last left it. But the nozzle wouldn&#039;t heat up. Voltage to the wires, it just didnt get hot. So, heeding the warning to not disassemble the nozzle, I removed it and swapped in another one, which works a lot better anyway. Then I attached a 16V transformer to the heated bed, and now it gets up to 165C which is much better than the old 90C running on 12V. Now the first layer actually sticks! Z axis seems to still be jamming up; I didn&#039;t file the notches deep enough I guess. Wish I had more time to play with it. Skeinforge settings that seem to work with ABS:&lt;br /&gt;
layer height: 0.4mm, flow rate: 255, feed rate: 25mm/s.&lt;br /&gt;
&lt;br /&gt;
== 04/11/2010 ==&lt;br /&gt;
added a fan to cool off the acrylic plate. make sure you enable the fan before printing and it shouldn&#039;t jam up anymore. seems to be working reliably now.&lt;br /&gt;
&lt;br /&gt;
hint: instead of trying to adjust the Z zero in software, manually adjust the height as it prints the first layer.&lt;br /&gt;
&lt;br /&gt;
caution: plugging in or unplugging the heater transformer may cause the power strip breaker to trip and reset the makerbot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 04/13/2010 ==&lt;br /&gt;
leveled bed by shaving down tabs that were sticking up, pushing magnets back in, and adding a small strip of kapton tape. adjusted toothed gear/idler wheel spacing with 5/64 allen key.&lt;br /&gt;
&lt;br /&gt;
Some of the magnets on the Y stage are in sideways (poles on left &amp;amp; right), not upright (poles on top &amp;amp; bottom). I found this when building my Makerbot, since I wanted the build platform to be interoperable, I tried placing the magnets on the Y stage of the NB &#039;bot to check polarity, and found that they were sticking corner-to-corner, not face-to-face. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
== 06/10/2010 ==&lt;br /&gt;
What is the large spool of white plastic next to the Makerbot? It seems a lot softer than ABS, and certainly acts strange when I try to print with it. (It is so soft that it scrunches up in the extruder feed channel, and the pinch wheel starts grinding into it super quickly. It doesn&#039;t stink when heated.) Could it be Shapelock? - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;it is PLA, rather than ABS.  It melts at a much, much lower temperature.&#039;&#039; - Martin&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=11718</id>
		<title>Makerbot</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=11718"/>
		<updated>2010-06-11T05:33:51Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=The Makerbot is Currently Not Working=&lt;br /&gt;
I ran it without the cooling fan for a half hour and due to a design flaw the extruder self destructed. After reassembly it only extrudes for 10 seconds or so before jamming up. Serious re-engineering of the extruder head will commence after make faire. In the meanwhile you could try searching in the cardboard box for a functional extruder barrel...&lt;br /&gt;
&lt;br /&gt;
=How to Use the Makerbot=&lt;br /&gt;
if it breaks, we can fix it. don&#039;t be afraid of the makerbot! I&#039;ve crashed it hundreds of times and only permanently broke something once.&lt;br /&gt;
&lt;br /&gt;
====install some software first====&lt;br /&gt;
*get yourself a copy of replicatorg:&lt;br /&gt;
http://replicat.org/download&lt;br /&gt;
&lt;br /&gt;
*and skeinforge &amp;lt;ref&amp;gt; this is an old version, but it&#039;s what i&#039;m using. if you use a later version my settings files will probably not work. &amp;lt;/ref&amp;gt; :&lt;br /&gt;
http://fabmetheus.crsndoo.com/files/6_reprap_python_beanshell_2009_12_12.zip&lt;br /&gt;
&lt;br /&gt;
*optionally sudo apt-get install python-psyco&lt;br /&gt;
&lt;br /&gt;
*and my skeinforge settings:&lt;br /&gt;
[[File:Good.skeinforge-2010-04-27.tgz.jpg]] (if you can&#039;t get raftless to work)&lt;br /&gt;
&lt;br /&gt;
[[File:Raftless red.skeinforge-04-27-10.tgz.jpg]]&lt;br /&gt;
(rename and) untar the settings directory and move it to ~/.skeinforge&lt;br /&gt;
&lt;br /&gt;
*get raftless and install in your skeinforge:&lt;br /&gt;
http://pleasantsoftware.com/developer/3d/2009/12/05/raftless/&lt;br /&gt;
&lt;br /&gt;
*apply this patch (it&#039;s actually a .tgz)&lt;br /&gt;
[[File:Raftless.patch.jpg]]&lt;br /&gt;
&lt;br /&gt;
ummm.. ok we done yet? &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====using the software====&lt;br /&gt;
run skeinforge with:&lt;br /&gt;
&amp;lt;pre&amp;gt; python skeinforge.py&amp;lt;/pre&amp;gt;&lt;br /&gt;
click on &amp;quot;Skeinforge&amp;quot; in the lower left, select an STL file, for example [http://www.thingiverse.com/download:5914 pulley.stl] and get ready to wait. the larger the object, longer the wait. you can kinda see what it&#039;s doing on the terminal. that file took 2 minutes on my netbook, and larger objects 15 minutes or more. eventually a 2d layer diagram will pop up, and then you can open the .gcode file in replicatorg.&lt;br /&gt;
&lt;br /&gt;
click on the dotted kidney bean (simulate) in replicatorg to make sure everything is working. it should tell you how long the print takes, something like&lt;br /&gt;
&lt;br /&gt;
====fire the makerbot====&lt;br /&gt;
* plug in the heated build platform. yes, it&#039;s just some wires from the transformer shoved in a monitor power cord.&lt;br /&gt;
* turn on the makerbot PSU, it&#039;s a switch in the back&lt;br /&gt;
* plug in the makerbot usb cable&lt;br /&gt;
* run replicatorg (./replicatorg)&lt;br /&gt;
* please don&#039;t upload any firmware&lt;br /&gt;
* the first time you run it, machine-&amp;gt;driver-&amp;gt;cupcake CNC&lt;br /&gt;
* click on the 4 arrows symbol (control panel)&lt;br /&gt;
** lay a small piece of paper on the platform&lt;br /&gt;
** remove any crud from the nozzle with bent nose pliers (hidden under the EFF hat)&lt;br /&gt;
** move X, Y to the center of the platform&lt;br /&gt;
** jog down in Z first in 10mm increments, then 1mm increments, until there is maximum drag force on the paper&lt;br /&gt;
** jog up in 0.1mm increments until the drag lessens&lt;br /&gt;
** click &amp;quot;set zero&amp;quot;&lt;br /&gt;
** at the bottom of the control panel there are some settings, set them in this order (motor control actually sends the target temperature command for some reason)&lt;br /&gt;
*** Motor Speed (PWM): 255&lt;br /&gt;
*** Target Temperature: 222&lt;br /&gt;
*** Motor Control: Stop&lt;br /&gt;
*** Cooling Fan: enable &lt;br /&gt;
** wait until the temperature is above 200 then try a test extrusion (click Motor Control: forward)&lt;br /&gt;
*** if nothing happens in ten seconds, stop before you strip out the teeth on the filament&lt;br /&gt;
*** if you accidentally start the motor before it&#039;s hot, you can fix it by manually pushing the filament into the extruder with some pliers&lt;br /&gt;
* the build platform should be plenty hot now&lt;br /&gt;
** there might be an IR thermometer in a little duct tape pouch thingy&lt;br /&gt;
** it should be around 120-130C for best results&lt;br /&gt;
* remove ooze from the nozzle with pliers&lt;br /&gt;
* file-&amp;gt;open the .gcode file you created earlier with skeinforge&lt;br /&gt;
* click &#039;build&#039; (the solid kidney bean)&lt;br /&gt;
* if the first layer doesn&#039;t stick at all or peels loose immediately, adjust the z axis down by turning the pulley on top of the makerbot&lt;br /&gt;
* if the first layer starts getting fugly during the infill, with crap building up on the nozzle, adjust the z axis up a few steps until it looks perfectly flat with no &amp;quot;fuzz&amp;quot;&lt;br /&gt;
***note to self: get some pics and video of first layer too high, first layer too low, and verify zeroing procedure&lt;br /&gt;
* now since it probably screwed up somehow, hit stop and remove the grossness with the plastic scraper and/or pliers&lt;br /&gt;
* it should still be zeroed, and hopefully at the correct height adjustment now, so just click &#039;build&#039; again&lt;br /&gt;
* if you can&#039;t get it to stick at all, the platform is probably at the wrong temperature.&lt;br /&gt;
** wait five minutes for it to warm up completely&lt;br /&gt;
** or maybe you need to adjust the little cpu fan to blow on the platform to cool it down to 130C (150C is too hot)&lt;br /&gt;
[[File:Nophead_pulleys_side.jpg|right|thumbnail|alt=two sample pieces, side view|your part should look like this or better. I still hadn&#039;t tweaked the feedrate perfectly for colored plastic, hence the blobbiness.]]&lt;br /&gt;
&lt;br /&gt;
* ok now presumably you&#039;re done printing and nothing went wrong. &lt;br /&gt;
** jog Z+ 20mm to give yourself some room&lt;br /&gt;
**rotate the makerbot counterclockwise from above about 30 degrees and turn on the big fan for a minute&lt;br /&gt;
** now just peel it off with your hand&lt;br /&gt;
*** be careful, the part is still soft and can deform&lt;br /&gt;
*** it may need a little help with a disposable utility knife or the plastic scraper to break the seal underneath the part&lt;br /&gt;
*** it&#039;s easier if you remove the build platform - it&#039;s held on with magnets&lt;br /&gt;
&lt;br /&gt;
==== tweaking skeinforge ====&lt;br /&gt;
[[File:Nophead_pulleys_top.jpg|right|thumbnail|alt=two sample pieces, top view|note the incomplete infill on the right; this was due to improper perimeter width settings. note the square teeth on the left; this is because &amp;quot;stretch&amp;quot; is turned on. this is a good thing.]]&lt;br /&gt;
there are about 300 different &amp;quot;craft&amp;quot; settings in skeinforge, and they all interrelate in confusing ways. here&#039;s a quick overview of the important ones:&lt;br /&gt;
*carve-&amp;gt;layer height: should be about 0.8*nozzle hole diameter&lt;br /&gt;
*speed-&amp;gt;flow rate: 255&lt;br /&gt;
*speed-&amp;gt;feed rate: start around 25mm/s&lt;br /&gt;
*speed-&amp;gt;bridge feed rate multiplier: can be important on parts with bridges, but has a bug that messes up other parts&lt;br /&gt;
*fill-&amp;gt;infill solidity: 0.4 is adequate and not too slow. higher for stronger parts&lt;br /&gt;
*fill-&amp;gt;infill pattern: controls whether you get hashbrowns or honeycombs&lt;br /&gt;
*comb keeps it from driving through empty spaces and making stringies&lt;br /&gt;
*raft prints a waffle grid thingy to keep the corners held down&lt;br /&gt;
*raftless slows down the first layer and makes a short test extrusion, set this to about 10mm&lt;br /&gt;
*oozebane is useless, forget about it&lt;br /&gt;
*jitter is good, set it to a large value like 100&lt;br /&gt;
*stretch makes corners un-rounded, but can cause data overload stuttering if &amp;quot;stretch from distance&amp;quot; is too small&lt;br /&gt;
&lt;br /&gt;
you can safely ignore the rest&lt;br /&gt;
&lt;br /&gt;
==== care and feeding ====&lt;br /&gt;
* don&#039;t leave the makerbot unattended for hours, as it can theoretically catch on fire (those heated bed wires are iffy)&lt;br /&gt;
* don&#039;t leave the extruder hot for hours. periodically flush through plastic to prevent it from oxidizing.&lt;br /&gt;
* if you are about to run out of filament, cut off both ends square with diagonal flush cutters (the blue cutters for electronics) and simply hold the filament together as it goes in&lt;br /&gt;
*if the filament strips out during use (extruder motor is on, temperature high enough, nothing happening) try pushing it down manually&lt;br /&gt;
** if this doesn&#039;t work, try reversing the motor until the filament comes out, cut it cleanly, and reinsert&lt;br /&gt;
** if it keeps stripping out, you may have to completely disassemble the extruder and remove plastic gunk from the gear teeth.&lt;br /&gt;
*** use a long 5/64&amp;quot; or 2mm allen key to set the extruder idler wheel/feed gear spacing&lt;br /&gt;
** try not to let it happen in the first place. stripping can be caused by setting the first layer too low, blocking the nozzle and letting pressure build up&lt;br /&gt;
*don&#039;t upgrade the firmware unless you&#039;re willing to deal with the consequences&lt;br /&gt;
*keep it away from bright light&lt;br /&gt;
*don&#039;t get any water on it&lt;br /&gt;
*never, never ever feed it after midnight.&lt;br /&gt;
&lt;br /&gt;
= Usage log =&lt;br /&gt;
please write your name, what you tried to make, and what happened below (pics or it didnt happen)&lt;br /&gt;
----&lt;br /&gt;
[[File:Minimendel_Z_leadscrew_base_motor.jpg|none|thumbnail|600px|mini mendel Z leadscrew base and motor mount. This bastard took 2 hours and almost the entire remaining roll of green. It started to peel up badly at the back corner. I rescued it by melting the corner back down with a soldering iron. [[User:Fenn|Fenn]] 13:07, 1 May 2010 (UTC)]]&lt;br /&gt;
&lt;br /&gt;
[[File:example.jpg|none|thumbnail|600px|caption text]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Construction log =&lt;br /&gt;
This describes the current progress of the building of the Makerbot.  Instructions are found [http://wiki.makerbot.com/cupcake here], and a forum for it is found [http://wiki.makerbot.com/forum/c-77688/talk-about-makerbot here].&lt;br /&gt;
&lt;br /&gt;
Noisebridge&#039;s Makerbot kit, thoughtfully purchased by Mitch, arrived at 83C on Monday evening, July 20.  Leading the assembly team is Joachim, along with Christoph, Rachel, Steve (Mr Domino), and Jeffrey (ieatlint).&lt;br /&gt;
&lt;br /&gt;
It took about an hour and a half to go through and check the parts against the [http://pony.noisebridge.net/~cmaier/makerbot/parts_lists.ods parts list].  &amp;lt;strike&amp;gt;We think we are missing a bag of &amp;quot;laser cut pulleys&amp;quot; but it&#039;s hard to be completely sure, as there are a LOT of parts and they are not all labeled exactly as in the parts list&amp;lt;/strike&amp;gt; A bag of &amp;quot;laser cut pulleys&amp;quot; was replaced by MakerBot-made pulleys, but the parts lists weren&#039;t updated.  We determined to start assembly anyway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cupcake [[Makerbot/Electronics|Electronics]] Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-electronics-assembly Instructions] Christoph soldering one of the [[Makerbot/Electronics/Stepper_driver|stepper motor drivers]], one of the [[Makerbot/Electronics/endstop_switches|endstop switches]], and the SMD parts on the [[Makerbot/Electronics/Motherboard|motherboard]] with only occasional bitching to people to &#039;&#039;&#039;&#039;&#039;STOP MOVING THE TABLE&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Motherboard is tested and able to control stepper motors.  Regular firmware needs to be flashed back onto it.  [http://wiki.makerbot.com/burn-custom-firmware-using-arduino This] may help. [[User:Ieatlint|Ieatlint]] 02:55, 25 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Pulley Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-pulley-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake CNC Body Assembly ==&lt;br /&gt;
We got the first part of the body together without difficulty, but had trouble with the Z stage as one of the parts had changed from when the docs were written.  The Z stage rod holding guides changed from being O-shaped to being U-shaped, and are marked &amp;quot;Z guides&amp;quot;.  The forums told us to use them anyway.&lt;br /&gt;
&lt;br /&gt;
The next problem was with threaded rods, which had been cut to size.  The ends of some would not take a nut.  We solved this with judicious use of the bench grinder.  There were LOTS of nut/rod jokes, and we were in a state where they were actually funny! [[User:Rachel|Rachel]] 10:08, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Progressed to and including the step entitled &amp;quot;Z-stage stepper wiring&amp;quot; as detailed on the body assembly [http://wiki.makerbot.com/cupcake-body-assembly instructions].  The body assembly is nearly completed. [[User:Ieatlint|Ieatlint]] 03:52, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Stages assembled and motherboard and stepper driver circuits in place. Driver boards are tested. Axis stops are installed, platforms still need craft stick beam breaks installed. -- [[User:JSharp|JSharp]] 06:45, 2 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Y Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-y-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake X Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-x-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Plastruder MK3 Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/plastruder-mk3-assembly Instructions]&lt;br /&gt;
*Note: Ubuntu 9.04 specific: the librxtxSerial.so and the RXTXcomm.jar that come in the replicatorg download need to be replaced with some binaries from this other place that I don&#039;t remember. -[[User:Elgreengeeto|Skory]]&lt;br /&gt;
&lt;br /&gt;
*Progressed through to end of Heater Barrel Assembly.   [[User:Miloh|Miloh]] 04:24, 21 July 2009 (PDT)&lt;br /&gt;
*Progressed through the Filament Drive Assembly, and Joachim mastered the extruder electronics.  [[User:Miloh|Miloh]] 02:03, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel through step 3. [[User:Miloh|Miloh]] 13:17, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel to the end.  [[User:Miloh|Miloh]] 20:46, 26 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
 Continue at Plastruder burn in test.  The burn in test can&#039;t be completed until the Thermistor and extruder board are recognized by the control system.&lt;br /&gt;
&lt;br /&gt;
*Plastruder board burnt out a few components on power up test. Ordered new plastruder driver from makerbot, should arrive at 83C soon. -- [[User:JSharp|JSharp]] 06:43, 2 August 2009 (PDT)&lt;br /&gt;
**New plastruder control board received and installed. -- [[User:JSharp|JSharp]] 10:52, 9 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
= Status Reports =&lt;br /&gt;
&lt;br /&gt;
== 10/18/09 ==&lt;br /&gt;
&lt;br /&gt;
Martin - The makerbot is working and printing objects well.  You will need to download and install &amp;quot;ReplicatorG&amp;quot; and &amp;quot;skeinforge&amp;quot; in order to use the bot. The software runs on Mac, Linux, and PC.   (skeinforge requires Python, ReplicatorG requires Java)  Example objects are next to the bot.&lt;br /&gt;
&lt;br /&gt;
The X/Y/Z stage endpoints are not yet installed.  It requires a number of popsicle sticks to be cut to the correct length and the stage to be calibrated.  You can operate the MakerBot with ***great*** care without them.  &lt;br /&gt;
&lt;br /&gt;
The extruder head has been upgraded to the Mark-4, with a new bearing and idler wheel.  Also, the extruder head is now insulated with the same material they use to insulate the Space Shuttle heat tiles from the skin of the shuttle itself.  *** IT IS EXPENSIVE.  PLEASE DON&#039;T TAKE APART! ***  I can&#039;t replace the material, it was given as a gift from a friend at JPL.  &lt;br /&gt;
&lt;br /&gt;
Please read all the instructions on how to use the MakerBot on the [[http://wiki.makerbot.com/|MakerBot Wiki Site]] before attempting to use it.&lt;br /&gt;
&lt;br /&gt;
== 08/24/09 ==&lt;br /&gt;
Thanks to excellent efforts and support from Martin, the MakerBot is now in a semi-functional state.  There are three things that need to be worked on, however:&lt;br /&gt;
# The Y stage endpoint is installed incorrectly (the Y stage and physically crash into it)&lt;br /&gt;
# The nichrome wire needs to be better insulated so it can maintain higher temperatures and consistent temperatures.&lt;br /&gt;
# The feeding mechanism needs to be reviewed, as it appears that it fails to operate reliably.&lt;br /&gt;
&lt;br /&gt;
Please do NOT attempt to disassemble the plastruder header.&lt;br /&gt;
Also, do NOT attempt to operate the MakerBot unless you really know what you&#039;re doing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 01/10/2010 ==&lt;br /&gt;
Much has happened to the Makerbot since last noted,&lt;br /&gt;
the broken idler wheel was replaced and the extruder head assembly was upgraded by me using parts from Bre when he was here. Thanks Bre!&lt;br /&gt;
I also at that time upgraded the firmware and printed a bunch of skull throwies, yay! &lt;br /&gt;
Time has passed between then and now and many people have been reporting the makerbot in sickly condition, after much testing I am glad to report this not the case. go go makerbot!&lt;br /&gt;
&lt;br /&gt;
== 03/10/2010 ==&lt;br /&gt;
Bre was here on 20/2 and installed a heated build platform on the Makerbot. The heated platform is a new development, still in prototype stage. It is awesome because it prevents warping, and allows workpieces to stick to the build platform without having to build a raft.&lt;br /&gt;
&lt;br /&gt;
He left a sheet of instructions, they say:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... While here we set you up with a heated build platform. It&#039;s&lt;br /&gt;
hooked up to the fans pot. So before you print, go into the control&lt;br /&gt;
panel and click [x] fan and it will turn it on. Let it warm up for at&lt;br /&gt;
least 5 minutes and then print on it. When the model is done, let it&lt;br /&gt;
cool for 5 minutes and it will &#039;pop&#039; right off the warm kapton tape.&lt;br /&gt;
&lt;br /&gt;
We are also leaving you a spare parts kit for the extruder. Your&lt;br /&gt;
nozzle is super thick and slow. This new nozzle has a smaller nozzle&lt;br /&gt;
hole. Make it, use it, love it!&lt;br /&gt;
&lt;br /&gt;
Bre and Zack, Makerbot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When asked about the workings of the heated build platform, he said:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Yup, ours is a prototype part, it&#039;s awesome but not very well documented.&lt;br /&gt;
&lt;br /&gt;
You want to plug it in above the mosfet that usually runs the fan.&lt;br /&gt;
&lt;br /&gt;
You can then go into the control panel and just turn the fan on, let&lt;br /&gt;
it heat up for 8-10 minutes and it will get to about 110F.&lt;br /&gt;
&lt;br /&gt;
Print away and remember to turn it off and unplug the bot when you&#039;re done!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Please note that he&#039;s left us the parts for an improved extruder - up to us to build it - and some of the new colored ABS plastic.&lt;br /&gt;
&lt;br /&gt;
== 04/03/2010 ==&lt;br /&gt;
After using the makerbot all day I (fenn) noticed the Z axis was consistently jamming up when traversing above 125mm/min. Several hours of head-scratching later I discovered that the heated platform would cause the large acrylic plate that holds the extruder to heat up and expand, pushing outwards on the Z-axis nuts and causing the mechanism to bind ever so slightly. The simple fix of filing the plate down was complicated by the lack of small files and the fact that the machine was assembled wrong, requiring removal of the four small u-shaped plywood &amp;quot;guide plates&amp;quot;, which I put back in the correct orientation: gap outwards.&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure the heated build platform actually ever gets hot enough for ABS to stick to the kapton tape. It seems to max out at 95 celsius, as measured with an infrared thermometer. The RepRap wiki suggests 120-220 degrees for ABS. Perhaps connect the platform directly to a higher voltage power supply?&lt;br /&gt;
&lt;br /&gt;
Lacking a hot enough bed for the first layer to stick to, blue masking tape sorta almost works (the first time you use it), and I got much better results when I taped a business card on top and printed on that instead. I printed a few gears and hope to add a [http://www.thingiverse.com/thing:1794 &amp;quot;wade extruder&amp;quot;] soonish.&lt;br /&gt;
&lt;br /&gt;
== 04/09/2010 ==&lt;br /&gt;
I (fenn) came in today and it appeared that nobody had touched the makerbot since I last left it. But the nozzle wouldn&#039;t heat up. Voltage to the wires, it just didnt get hot. So, heeding the warning to not disassemble the nozzle, I removed it and swapped in another one, which works a lot better anyway. Then I attached a 16V transformer to the heated bed, and now it gets up to 165C which is much better than the old 90C running on 12V. Now the first layer actually sticks! Z axis seems to still be jamming up; I didn&#039;t file the notches deep enough I guess. Wish I had more time to play with it. Skeinforge settings that seem to work with ABS:&lt;br /&gt;
layer height: 0.4mm, flow rate: 255, feed rate: 25mm/s.&lt;br /&gt;
&lt;br /&gt;
== 04/11/2010 ==&lt;br /&gt;
added a fan to cool off the acrylic plate. make sure you enable the fan before printing and it shouldn&#039;t jam up anymore. seems to be working reliably now.&lt;br /&gt;
&lt;br /&gt;
hint: instead of trying to adjust the Z zero in software, manually adjust the height as it prints the first layer.&lt;br /&gt;
&lt;br /&gt;
caution: plugging in or unplugging the heater transformer may cause the power strip breaker to trip and reset the makerbot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 04/13/2010 ==&lt;br /&gt;
leveled bed by shaving down tabs that were sticking up, pushing magnets back in, and adding a small strip of kapton tape. adjusted toothed gear/idler wheel spacing with 5/64 allen key.&lt;br /&gt;
&lt;br /&gt;
Some of the magnets on the Y stage are in sideways (poles on left &amp;amp; right), not upright (poles on top &amp;amp; bottom). I found this when building my Makerbot, since I wanted the build platform to be interoperable, I tried placing the magnets on the Y stage of the NB &#039;bot to check polarity, and found that they were sticking corner-to-corner, not face-to-face. - Gian Pablo&lt;br /&gt;
&lt;br /&gt;
==06/10/2010&lt;br /&gt;
What is the large spool of white plastic next to the Makerbot? It seems a lot softer than ABS, and certainly acts strange when I try to print with it. (It is so soft that it scrunches up in the extruder feed channel, and the pinch wheel starts grinding into it super quickly. It doesn&#039;t stink when heated.) Could it be Shapelock? - Gian Pablo&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=11717</id>
		<title>Makerbot</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=11717"/>
		<updated>2010-06-11T05:31:25Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: /* 04/13/2010 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=The Makerbot is Currently Not Working=&lt;br /&gt;
I ran it without the cooling fan for a half hour and due to a design flaw the extruder self destructed. After reassembly it only extrudes for 10 seconds or so before jamming up. Serious re-engineering of the extruder head will commence after make faire. In the meanwhile you could try searching in the cardboard box for a functional extruder barrel...&lt;br /&gt;
&lt;br /&gt;
=How to Use the Makerbot=&lt;br /&gt;
if it breaks, we can fix it. don&#039;t be afraid of the makerbot! I&#039;ve crashed it hundreds of times and only permanently broke something once.&lt;br /&gt;
&lt;br /&gt;
====install some software first====&lt;br /&gt;
*get yourself a copy of replicatorg:&lt;br /&gt;
http://replicat.org/download&lt;br /&gt;
&lt;br /&gt;
*and skeinforge &amp;lt;ref&amp;gt; this is an old version, but it&#039;s what i&#039;m using. if you use a later version my settings files will probably not work. &amp;lt;/ref&amp;gt; :&lt;br /&gt;
http://fabmetheus.crsndoo.com/files/6_reprap_python_beanshell_2009_12_12.zip&lt;br /&gt;
&lt;br /&gt;
*optionally sudo apt-get install python-psyco&lt;br /&gt;
&lt;br /&gt;
*and my skeinforge settings:&lt;br /&gt;
[[File:Good.skeinforge-2010-04-27.tgz.jpg]] (if you can&#039;t get raftless to work)&lt;br /&gt;
&lt;br /&gt;
[[File:Raftless red.skeinforge-04-27-10.tgz.jpg]]&lt;br /&gt;
(rename and) untar the settings directory and move it to ~/.skeinforge&lt;br /&gt;
&lt;br /&gt;
*get raftless and install in your skeinforge:&lt;br /&gt;
http://pleasantsoftware.com/developer/3d/2009/12/05/raftless/&lt;br /&gt;
&lt;br /&gt;
*apply this patch (it&#039;s actually a .tgz)&lt;br /&gt;
[[File:Raftless.patch.jpg]]&lt;br /&gt;
&lt;br /&gt;
ummm.. ok we done yet? &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====using the software====&lt;br /&gt;
run skeinforge with:&lt;br /&gt;
&amp;lt;pre&amp;gt; python skeinforge.py&amp;lt;/pre&amp;gt;&lt;br /&gt;
click on &amp;quot;Skeinforge&amp;quot; in the lower left, select an STL file, for example [http://www.thingiverse.com/download:5914 pulley.stl] and get ready to wait. the larger the object, longer the wait. you can kinda see what it&#039;s doing on the terminal. that file took 2 minutes on my netbook, and larger objects 15 minutes or more. eventually a 2d layer diagram will pop up, and then you can open the .gcode file in replicatorg.&lt;br /&gt;
&lt;br /&gt;
click on the dotted kidney bean (simulate) in replicatorg to make sure everything is working. it should tell you how long the print takes, something like&lt;br /&gt;
&lt;br /&gt;
====fire the makerbot====&lt;br /&gt;
* plug in the heated build platform. yes, it&#039;s just some wires from the transformer shoved in a monitor power cord.&lt;br /&gt;
* turn on the makerbot PSU, it&#039;s a switch in the back&lt;br /&gt;
* plug in the makerbot usb cable&lt;br /&gt;
* run replicatorg (./replicatorg)&lt;br /&gt;
* please don&#039;t upload any firmware&lt;br /&gt;
* the first time you run it, machine-&amp;gt;driver-&amp;gt;cupcake CNC&lt;br /&gt;
* click on the 4 arrows symbol (control panel)&lt;br /&gt;
** lay a small piece of paper on the platform&lt;br /&gt;
** remove any crud from the nozzle with bent nose pliers (hidden under the EFF hat)&lt;br /&gt;
** move X, Y to the center of the platform&lt;br /&gt;
** jog down in Z first in 10mm increments, then 1mm increments, until there is maximum drag force on the paper&lt;br /&gt;
** jog up in 0.1mm increments until the drag lessens&lt;br /&gt;
** click &amp;quot;set zero&amp;quot;&lt;br /&gt;
** at the bottom of the control panel there are some settings, set them in this order (motor control actually sends the target temperature command for some reason)&lt;br /&gt;
*** Motor Speed (PWM): 255&lt;br /&gt;
*** Target Temperature: 222&lt;br /&gt;
*** Motor Control: Stop&lt;br /&gt;
*** Cooling Fan: enable &lt;br /&gt;
** wait until the temperature is above 200 then try a test extrusion (click Motor Control: forward)&lt;br /&gt;
*** if nothing happens in ten seconds, stop before you strip out the teeth on the filament&lt;br /&gt;
*** if you accidentally start the motor before it&#039;s hot, you can fix it by manually pushing the filament into the extruder with some pliers&lt;br /&gt;
* the build platform should be plenty hot now&lt;br /&gt;
** there might be an IR thermometer in a little duct tape pouch thingy&lt;br /&gt;
** it should be around 120-130C for best results&lt;br /&gt;
* remove ooze from the nozzle with pliers&lt;br /&gt;
* file-&amp;gt;open the .gcode file you created earlier with skeinforge&lt;br /&gt;
* click &#039;build&#039; (the solid kidney bean)&lt;br /&gt;
* if the first layer doesn&#039;t stick at all or peels loose immediately, adjust the z axis down by turning the pulley on top of the makerbot&lt;br /&gt;
* if the first layer starts getting fugly during the infill, with crap building up on the nozzle, adjust the z axis up a few steps until it looks perfectly flat with no &amp;quot;fuzz&amp;quot;&lt;br /&gt;
***note to self: get some pics and video of first layer too high, first layer too low, and verify zeroing procedure&lt;br /&gt;
* now since it probably screwed up somehow, hit stop and remove the grossness with the plastic scraper and/or pliers&lt;br /&gt;
* it should still be zeroed, and hopefully at the correct height adjustment now, so just click &#039;build&#039; again&lt;br /&gt;
* if you can&#039;t get it to stick at all, the platform is probably at the wrong temperature.&lt;br /&gt;
** wait five minutes for it to warm up completely&lt;br /&gt;
** or maybe you need to adjust the little cpu fan to blow on the platform to cool it down to 130C (150C is too hot)&lt;br /&gt;
[[File:Nophead_pulleys_side.jpg|right|thumbnail|alt=two sample pieces, side view|your part should look like this or better. I still hadn&#039;t tweaked the feedrate perfectly for colored plastic, hence the blobbiness.]]&lt;br /&gt;
&lt;br /&gt;
* ok now presumably you&#039;re done printing and nothing went wrong. &lt;br /&gt;
** jog Z+ 20mm to give yourself some room&lt;br /&gt;
**rotate the makerbot counterclockwise from above about 30 degrees and turn on the big fan for a minute&lt;br /&gt;
** now just peel it off with your hand&lt;br /&gt;
*** be careful, the part is still soft and can deform&lt;br /&gt;
*** it may need a little help with a disposable utility knife or the plastic scraper to break the seal underneath the part&lt;br /&gt;
*** it&#039;s easier if you remove the build platform - it&#039;s held on with magnets&lt;br /&gt;
&lt;br /&gt;
==== tweaking skeinforge ====&lt;br /&gt;
[[File:Nophead_pulleys_top.jpg|right|thumbnail|alt=two sample pieces, top view|note the incomplete infill on the right; this was due to improper perimeter width settings. note the square teeth on the left; this is because &amp;quot;stretch&amp;quot; is turned on. this is a good thing.]]&lt;br /&gt;
there are about 300 different &amp;quot;craft&amp;quot; settings in skeinforge, and they all interrelate in confusing ways. here&#039;s a quick overview of the important ones:&lt;br /&gt;
*carve-&amp;gt;layer height: should be about 0.8*nozzle hole diameter&lt;br /&gt;
*speed-&amp;gt;flow rate: 255&lt;br /&gt;
*speed-&amp;gt;feed rate: start around 25mm/s&lt;br /&gt;
*speed-&amp;gt;bridge feed rate multiplier: can be important on parts with bridges, but has a bug that messes up other parts&lt;br /&gt;
*fill-&amp;gt;infill solidity: 0.4 is adequate and not too slow. higher for stronger parts&lt;br /&gt;
*fill-&amp;gt;infill pattern: controls whether you get hashbrowns or honeycombs&lt;br /&gt;
*comb keeps it from driving through empty spaces and making stringies&lt;br /&gt;
*raft prints a waffle grid thingy to keep the corners held down&lt;br /&gt;
*raftless slows down the first layer and makes a short test extrusion, set this to about 10mm&lt;br /&gt;
*oozebane is useless, forget about it&lt;br /&gt;
*jitter is good, set it to a large value like 100&lt;br /&gt;
*stretch makes corners un-rounded, but can cause data overload stuttering if &amp;quot;stretch from distance&amp;quot; is too small&lt;br /&gt;
&lt;br /&gt;
you can safely ignore the rest&lt;br /&gt;
&lt;br /&gt;
==== care and feeding ====&lt;br /&gt;
* don&#039;t leave the makerbot unattended for hours, as it can theoretically catch on fire (those heated bed wires are iffy)&lt;br /&gt;
* don&#039;t leave the extruder hot for hours. periodically flush through plastic to prevent it from oxidizing.&lt;br /&gt;
* if you are about to run out of filament, cut off both ends square with diagonal flush cutters (the blue cutters for electronics) and simply hold the filament together as it goes in&lt;br /&gt;
*if the filament strips out during use (extruder motor is on, temperature high enough, nothing happening) try pushing it down manually&lt;br /&gt;
** if this doesn&#039;t work, try reversing the motor until the filament comes out, cut it cleanly, and reinsert&lt;br /&gt;
** if it keeps stripping out, you may have to completely disassemble the extruder and remove plastic gunk from the gear teeth.&lt;br /&gt;
*** use a long 5/64&amp;quot; or 2mm allen key to set the extruder idler wheel/feed gear spacing&lt;br /&gt;
** try not to let it happen in the first place. stripping can be caused by setting the first layer too low, blocking the nozzle and letting pressure build up&lt;br /&gt;
*don&#039;t upgrade the firmware unless you&#039;re willing to deal with the consequences&lt;br /&gt;
*keep it away from bright light&lt;br /&gt;
*don&#039;t get any water on it&lt;br /&gt;
*never, never ever feed it after midnight.&lt;br /&gt;
&lt;br /&gt;
= Usage log =&lt;br /&gt;
please write your name, what you tried to make, and what happened below (pics or it didnt happen)&lt;br /&gt;
----&lt;br /&gt;
[[File:Minimendel_Z_leadscrew_base_motor.jpg|none|thumbnail|600px|mini mendel Z leadscrew base and motor mount. This bastard took 2 hours and almost the entire remaining roll of green. It started to peel up badly at the back corner. I rescued it by melting the corner back down with a soldering iron. [[User:Fenn|Fenn]] 13:07, 1 May 2010 (UTC)]]&lt;br /&gt;
&lt;br /&gt;
[[File:example.jpg|none|thumbnail|600px|caption text]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Construction log =&lt;br /&gt;
This describes the current progress of the building of the Makerbot.  Instructions are found [http://wiki.makerbot.com/cupcake here], and a forum for it is found [http://wiki.makerbot.com/forum/c-77688/talk-about-makerbot here].&lt;br /&gt;
&lt;br /&gt;
Noisebridge&#039;s Makerbot kit, thoughtfully purchased by Mitch, arrived at 83C on Monday evening, July 20.  Leading the assembly team is Joachim, along with Christoph, Rachel, Steve (Mr Domino), and Jeffrey (ieatlint).&lt;br /&gt;
&lt;br /&gt;
It took about an hour and a half to go through and check the parts against the [http://pony.noisebridge.net/~cmaier/makerbot/parts_lists.ods parts list].  &amp;lt;strike&amp;gt;We think we are missing a bag of &amp;quot;laser cut pulleys&amp;quot; but it&#039;s hard to be completely sure, as there are a LOT of parts and they are not all labeled exactly as in the parts list&amp;lt;/strike&amp;gt; A bag of &amp;quot;laser cut pulleys&amp;quot; was replaced by MakerBot-made pulleys, but the parts lists weren&#039;t updated.  We determined to start assembly anyway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cupcake [[Makerbot/Electronics|Electronics]] Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-electronics-assembly Instructions] Christoph soldering one of the [[Makerbot/Electronics/Stepper_driver|stepper motor drivers]], one of the [[Makerbot/Electronics/endstop_switches|endstop switches]], and the SMD parts on the [[Makerbot/Electronics/Motherboard|motherboard]] with only occasional bitching to people to &#039;&#039;&#039;&#039;&#039;STOP MOVING THE TABLE&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Motherboard is tested and able to control stepper motors.  Regular firmware needs to be flashed back onto it.  [http://wiki.makerbot.com/burn-custom-firmware-using-arduino This] may help. [[User:Ieatlint|Ieatlint]] 02:55, 25 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Pulley Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-pulley-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake CNC Body Assembly ==&lt;br /&gt;
We got the first part of the body together without difficulty, but had trouble with the Z stage as one of the parts had changed from when the docs were written.  The Z stage rod holding guides changed from being O-shaped to being U-shaped, and are marked &amp;quot;Z guides&amp;quot;.  The forums told us to use them anyway.&lt;br /&gt;
&lt;br /&gt;
The next problem was with threaded rods, which had been cut to size.  The ends of some would not take a nut.  We solved this with judicious use of the bench grinder.  There were LOTS of nut/rod jokes, and we were in a state where they were actually funny! [[User:Rachel|Rachel]] 10:08, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Progressed to and including the step entitled &amp;quot;Z-stage stepper wiring&amp;quot; as detailed on the body assembly [http://wiki.makerbot.com/cupcake-body-assembly instructions].  The body assembly is nearly completed. [[User:Ieatlint|Ieatlint]] 03:52, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Stages assembled and motherboard and stepper driver circuits in place. Driver boards are tested. Axis stops are installed, platforms still need craft stick beam breaks installed. -- [[User:JSharp|JSharp]] 06:45, 2 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Y Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-y-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake X Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-x-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Plastruder MK3 Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/plastruder-mk3-assembly Instructions]&lt;br /&gt;
*Note: Ubuntu 9.04 specific: the librxtxSerial.so and the RXTXcomm.jar that come in the replicatorg download need to be replaced with some binaries from this other place that I don&#039;t remember. -[[User:Elgreengeeto|Skory]]&lt;br /&gt;
&lt;br /&gt;
*Progressed through to end of Heater Barrel Assembly.   [[User:Miloh|Miloh]] 04:24, 21 July 2009 (PDT)&lt;br /&gt;
*Progressed through the Filament Drive Assembly, and Joachim mastered the extruder electronics.  [[User:Miloh|Miloh]] 02:03, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel through step 3. [[User:Miloh|Miloh]] 13:17, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel to the end.  [[User:Miloh|Miloh]] 20:46, 26 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
 Continue at Plastruder burn in test.  The burn in test can&#039;t be completed until the Thermistor and extruder board are recognized by the control system.&lt;br /&gt;
&lt;br /&gt;
*Plastruder board burnt out a few components on power up test. Ordered new plastruder driver from makerbot, should arrive at 83C soon. -- [[User:JSharp|JSharp]] 06:43, 2 August 2009 (PDT)&lt;br /&gt;
**New plastruder control board received and installed. -- [[User:JSharp|JSharp]] 10:52, 9 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
= Status Reports =&lt;br /&gt;
&lt;br /&gt;
== 10/18/09 ==&lt;br /&gt;
&lt;br /&gt;
Martin - The makerbot is working and printing objects well.  You will need to download and install &amp;quot;ReplicatorG&amp;quot; and &amp;quot;skeinforge&amp;quot; in order to use the bot. The software runs on Mac, Linux, and PC.   (skeinforge requires Python, ReplicatorG requires Java)  Example objects are next to the bot.&lt;br /&gt;
&lt;br /&gt;
The X/Y/Z stage endpoints are not yet installed.  It requires a number of popsicle sticks to be cut to the correct length and the stage to be calibrated.  You can operate the MakerBot with ***great*** care without them.  &lt;br /&gt;
&lt;br /&gt;
The extruder head has been upgraded to the Mark-4, with a new bearing and idler wheel.  Also, the extruder head is now insulated with the same material they use to insulate the Space Shuttle heat tiles from the skin of the shuttle itself.  *** IT IS EXPENSIVE.  PLEASE DON&#039;T TAKE APART! ***  I can&#039;t replace the material, it was given as a gift from a friend at JPL.  &lt;br /&gt;
&lt;br /&gt;
Please read all the instructions on how to use the MakerBot on the [[http://wiki.makerbot.com/|MakerBot Wiki Site]] before attempting to use it.&lt;br /&gt;
&lt;br /&gt;
== 08/24/09 ==&lt;br /&gt;
Thanks to excellent efforts and support from Martin, the MakerBot is now in a semi-functional state.  There are three things that need to be worked on, however:&lt;br /&gt;
# The Y stage endpoint is installed incorrectly (the Y stage and physically crash into it)&lt;br /&gt;
# The nichrome wire needs to be better insulated so it can maintain higher temperatures and consistent temperatures.&lt;br /&gt;
# The feeding mechanism needs to be reviewed, as it appears that it fails to operate reliably.&lt;br /&gt;
&lt;br /&gt;
Please do NOT attempt to disassemble the plastruder header.&lt;br /&gt;
Also, do NOT attempt to operate the MakerBot unless you really know what you&#039;re doing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 01/10/2010 ==&lt;br /&gt;
Much has happened to the Makerbot since last noted,&lt;br /&gt;
the broken idler wheel was replaced and the extruder head assembly was upgraded by me using parts from Bre when he was here. Thanks Bre!&lt;br /&gt;
I also at that time upgraded the firmware and printed a bunch of skull throwies, yay! &lt;br /&gt;
Time has passed between then and now and many people have been reporting the makerbot in sickly condition, after much testing I am glad to report this not the case. go go makerbot!&lt;br /&gt;
&lt;br /&gt;
== 03/10/2010 ==&lt;br /&gt;
Bre was here on 20/2 and installed a heated build platform on the Makerbot. The heated platform is a new development, still in prototype stage. It is awesome because it prevents warping, and allows workpieces to stick to the build platform without having to build a raft.&lt;br /&gt;
&lt;br /&gt;
He left a sheet of instructions, they say:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... While here we set you up with a heated build platform. It&#039;s&lt;br /&gt;
hooked up to the fans pot. So before you print, go into the control&lt;br /&gt;
panel and click [x] fan and it will turn it on. Let it warm up for at&lt;br /&gt;
least 5 minutes and then print on it. When the model is done, let it&lt;br /&gt;
cool for 5 minutes and it will &#039;pop&#039; right off the warm kapton tape.&lt;br /&gt;
&lt;br /&gt;
We are also leaving you a spare parts kit for the extruder. Your&lt;br /&gt;
nozzle is super thick and slow. This new nozzle has a smaller nozzle&lt;br /&gt;
hole. Make it, use it, love it!&lt;br /&gt;
&lt;br /&gt;
Bre and Zack, Makerbot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When asked about the workings of the heated build platform, he said:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Yup, ours is a prototype part, it&#039;s awesome but not very well documented.&lt;br /&gt;
&lt;br /&gt;
You want to plug it in above the mosfet that usually runs the fan.&lt;br /&gt;
&lt;br /&gt;
You can then go into the control panel and just turn the fan on, let&lt;br /&gt;
it heat up for 8-10 minutes and it will get to about 110F.&lt;br /&gt;
&lt;br /&gt;
Print away and remember to turn it off and unplug the bot when you&#039;re done!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Please note that he&#039;s left us the parts for an improved extruder - up to us to build it - and some of the new colored ABS plastic.&lt;br /&gt;
&lt;br /&gt;
== 04/03/2010 ==&lt;br /&gt;
After using the makerbot all day I (fenn) noticed the Z axis was consistently jamming up when traversing above 125mm/min. Several hours of head-scratching later I discovered that the heated platform would cause the large acrylic plate that holds the extruder to heat up and expand, pushing outwards on the Z-axis nuts and causing the mechanism to bind ever so slightly. The simple fix of filing the plate down was complicated by the lack of small files and the fact that the machine was assembled wrong, requiring removal of the four small u-shaped plywood &amp;quot;guide plates&amp;quot;, which I put back in the correct orientation: gap outwards.&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure the heated build platform actually ever gets hot enough for ABS to stick to the kapton tape. It seems to max out at 95 celsius, as measured with an infrared thermometer. The RepRap wiki suggests 120-220 degrees for ABS. Perhaps connect the platform directly to a higher voltage power supply?&lt;br /&gt;
&lt;br /&gt;
Lacking a hot enough bed for the first layer to stick to, blue masking tape sorta almost works (the first time you use it), and I got much better results when I taped a business card on top and printed on that instead. I printed a few gears and hope to add a [http://www.thingiverse.com/thing:1794 &amp;quot;wade extruder&amp;quot;] soonish.&lt;br /&gt;
&lt;br /&gt;
== 04/09/2010 ==&lt;br /&gt;
I (fenn) came in today and it appeared that nobody had touched the makerbot since I last left it. But the nozzle wouldn&#039;t heat up. Voltage to the wires, it just didnt get hot. So, heeding the warning to not disassemble the nozzle, I removed it and swapped in another one, which works a lot better anyway. Then I attached a 16V transformer to the heated bed, and now it gets up to 165C which is much better than the old 90C running on 12V. Now the first layer actually sticks! Z axis seems to still be jamming up; I didn&#039;t file the notches deep enough I guess. Wish I had more time to play with it. Skeinforge settings that seem to work with ABS:&lt;br /&gt;
layer height: 0.4mm, flow rate: 255, feed rate: 25mm/s.&lt;br /&gt;
&lt;br /&gt;
== 04/11/2010 ==&lt;br /&gt;
added a fan to cool off the acrylic plate. make sure you enable the fan before printing and it shouldn&#039;t jam up anymore. seems to be working reliably now.&lt;br /&gt;
&lt;br /&gt;
hint: instead of trying to adjust the Z zero in software, manually adjust the height as it prints the first layer.&lt;br /&gt;
&lt;br /&gt;
caution: plugging in or unplugging the heater transformer may cause the power strip breaker to trip and reset the makerbot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 04/13/2010 ==&lt;br /&gt;
leveled bed by shaving down tabs that were sticking up, pushing magnets back in, and adding a small strip of kapton tape. adjusted toothed gear/idler wheel spacing with 5/64 allen key.&lt;br /&gt;
&lt;br /&gt;
Some of the magnets on the Y stage are in sideways (poles on left &amp;amp; right), not upright (poles on top &amp;amp; bottom). I found this when building my Makerbot, since I wanted the build platform to be interoperable, I tried placing the magnets on the Y stage of the NB &#039;bot to check polarity, and found that they were sticking corner-to-corner, not face-to-face. - Gian Pablo&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=11716</id>
		<title>Makerbot</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Makerbot&amp;diff=11716"/>
		<updated>2010-06-11T05:27:25Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: /* 04/13/2010 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=The Makerbot is Currently Not Working=&lt;br /&gt;
I ran it without the cooling fan for a half hour and due to a design flaw the extruder self destructed. After reassembly it only extrudes for 10 seconds or so before jamming up. Serious re-engineering of the extruder head will commence after make faire. In the meanwhile you could try searching in the cardboard box for a functional extruder barrel...&lt;br /&gt;
&lt;br /&gt;
=How to Use the Makerbot=&lt;br /&gt;
if it breaks, we can fix it. don&#039;t be afraid of the makerbot! I&#039;ve crashed it hundreds of times and only permanently broke something once.&lt;br /&gt;
&lt;br /&gt;
====install some software first====&lt;br /&gt;
*get yourself a copy of replicatorg:&lt;br /&gt;
http://replicat.org/download&lt;br /&gt;
&lt;br /&gt;
*and skeinforge &amp;lt;ref&amp;gt; this is an old version, but it&#039;s what i&#039;m using. if you use a later version my settings files will probably not work. &amp;lt;/ref&amp;gt; :&lt;br /&gt;
http://fabmetheus.crsndoo.com/files/6_reprap_python_beanshell_2009_12_12.zip&lt;br /&gt;
&lt;br /&gt;
*optionally sudo apt-get install python-psyco&lt;br /&gt;
&lt;br /&gt;
*and my skeinforge settings:&lt;br /&gt;
[[File:Good.skeinforge-2010-04-27.tgz.jpg]] (if you can&#039;t get raftless to work)&lt;br /&gt;
&lt;br /&gt;
[[File:Raftless red.skeinforge-04-27-10.tgz.jpg]]&lt;br /&gt;
(rename and) untar the settings directory and move it to ~/.skeinforge&lt;br /&gt;
&lt;br /&gt;
*get raftless and install in your skeinforge:&lt;br /&gt;
http://pleasantsoftware.com/developer/3d/2009/12/05/raftless/&lt;br /&gt;
&lt;br /&gt;
*apply this patch (it&#039;s actually a .tgz)&lt;br /&gt;
[[File:Raftless.patch.jpg]]&lt;br /&gt;
&lt;br /&gt;
ummm.. ok we done yet? &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====using the software====&lt;br /&gt;
run skeinforge with:&lt;br /&gt;
&amp;lt;pre&amp;gt; python skeinforge.py&amp;lt;/pre&amp;gt;&lt;br /&gt;
click on &amp;quot;Skeinforge&amp;quot; in the lower left, select an STL file, for example [http://www.thingiverse.com/download:5914 pulley.stl] and get ready to wait. the larger the object, longer the wait. you can kinda see what it&#039;s doing on the terminal. that file took 2 minutes on my netbook, and larger objects 15 minutes or more. eventually a 2d layer diagram will pop up, and then you can open the .gcode file in replicatorg.&lt;br /&gt;
&lt;br /&gt;
click on the dotted kidney bean (simulate) in replicatorg to make sure everything is working. it should tell you how long the print takes, something like&lt;br /&gt;
&lt;br /&gt;
====fire the makerbot====&lt;br /&gt;
* plug in the heated build platform. yes, it&#039;s just some wires from the transformer shoved in a monitor power cord.&lt;br /&gt;
* turn on the makerbot PSU, it&#039;s a switch in the back&lt;br /&gt;
* plug in the makerbot usb cable&lt;br /&gt;
* run replicatorg (./replicatorg)&lt;br /&gt;
* please don&#039;t upload any firmware&lt;br /&gt;
* the first time you run it, machine-&amp;gt;driver-&amp;gt;cupcake CNC&lt;br /&gt;
* click on the 4 arrows symbol (control panel)&lt;br /&gt;
** lay a small piece of paper on the platform&lt;br /&gt;
** remove any crud from the nozzle with bent nose pliers (hidden under the EFF hat)&lt;br /&gt;
** move X, Y to the center of the platform&lt;br /&gt;
** jog down in Z first in 10mm increments, then 1mm increments, until there is maximum drag force on the paper&lt;br /&gt;
** jog up in 0.1mm increments until the drag lessens&lt;br /&gt;
** click &amp;quot;set zero&amp;quot;&lt;br /&gt;
** at the bottom of the control panel there are some settings, set them in this order (motor control actually sends the target temperature command for some reason)&lt;br /&gt;
*** Motor Speed (PWM): 255&lt;br /&gt;
*** Target Temperature: 222&lt;br /&gt;
*** Motor Control: Stop&lt;br /&gt;
*** Cooling Fan: enable &lt;br /&gt;
** wait until the temperature is above 200 then try a test extrusion (click Motor Control: forward)&lt;br /&gt;
*** if nothing happens in ten seconds, stop before you strip out the teeth on the filament&lt;br /&gt;
*** if you accidentally start the motor before it&#039;s hot, you can fix it by manually pushing the filament into the extruder with some pliers&lt;br /&gt;
* the build platform should be plenty hot now&lt;br /&gt;
** there might be an IR thermometer in a little duct tape pouch thingy&lt;br /&gt;
** it should be around 120-130C for best results&lt;br /&gt;
* remove ooze from the nozzle with pliers&lt;br /&gt;
* file-&amp;gt;open the .gcode file you created earlier with skeinforge&lt;br /&gt;
* click &#039;build&#039; (the solid kidney bean)&lt;br /&gt;
* if the first layer doesn&#039;t stick at all or peels loose immediately, adjust the z axis down by turning the pulley on top of the makerbot&lt;br /&gt;
* if the first layer starts getting fugly during the infill, with crap building up on the nozzle, adjust the z axis up a few steps until it looks perfectly flat with no &amp;quot;fuzz&amp;quot;&lt;br /&gt;
***note to self: get some pics and video of first layer too high, first layer too low, and verify zeroing procedure&lt;br /&gt;
* now since it probably screwed up somehow, hit stop and remove the grossness with the plastic scraper and/or pliers&lt;br /&gt;
* it should still be zeroed, and hopefully at the correct height adjustment now, so just click &#039;build&#039; again&lt;br /&gt;
* if you can&#039;t get it to stick at all, the platform is probably at the wrong temperature.&lt;br /&gt;
** wait five minutes for it to warm up completely&lt;br /&gt;
** or maybe you need to adjust the little cpu fan to blow on the platform to cool it down to 130C (150C is too hot)&lt;br /&gt;
[[File:Nophead_pulleys_side.jpg|right|thumbnail|alt=two sample pieces, side view|your part should look like this or better. I still hadn&#039;t tweaked the feedrate perfectly for colored plastic, hence the blobbiness.]]&lt;br /&gt;
&lt;br /&gt;
* ok now presumably you&#039;re done printing and nothing went wrong. &lt;br /&gt;
** jog Z+ 20mm to give yourself some room&lt;br /&gt;
**rotate the makerbot counterclockwise from above about 30 degrees and turn on the big fan for a minute&lt;br /&gt;
** now just peel it off with your hand&lt;br /&gt;
*** be careful, the part is still soft and can deform&lt;br /&gt;
*** it may need a little help with a disposable utility knife or the plastic scraper to break the seal underneath the part&lt;br /&gt;
*** it&#039;s easier if you remove the build platform - it&#039;s held on with magnets&lt;br /&gt;
&lt;br /&gt;
==== tweaking skeinforge ====&lt;br /&gt;
[[File:Nophead_pulleys_top.jpg|right|thumbnail|alt=two sample pieces, top view|note the incomplete infill on the right; this was due to improper perimeter width settings. note the square teeth on the left; this is because &amp;quot;stretch&amp;quot; is turned on. this is a good thing.]]&lt;br /&gt;
there are about 300 different &amp;quot;craft&amp;quot; settings in skeinforge, and they all interrelate in confusing ways. here&#039;s a quick overview of the important ones:&lt;br /&gt;
*carve-&amp;gt;layer height: should be about 0.8*nozzle hole diameter&lt;br /&gt;
*speed-&amp;gt;flow rate: 255&lt;br /&gt;
*speed-&amp;gt;feed rate: start around 25mm/s&lt;br /&gt;
*speed-&amp;gt;bridge feed rate multiplier: can be important on parts with bridges, but has a bug that messes up other parts&lt;br /&gt;
*fill-&amp;gt;infill solidity: 0.4 is adequate and not too slow. higher for stronger parts&lt;br /&gt;
*fill-&amp;gt;infill pattern: controls whether you get hashbrowns or honeycombs&lt;br /&gt;
*comb keeps it from driving through empty spaces and making stringies&lt;br /&gt;
*raft prints a waffle grid thingy to keep the corners held down&lt;br /&gt;
*raftless slows down the first layer and makes a short test extrusion, set this to about 10mm&lt;br /&gt;
*oozebane is useless, forget about it&lt;br /&gt;
*jitter is good, set it to a large value like 100&lt;br /&gt;
*stretch makes corners un-rounded, but can cause data overload stuttering if &amp;quot;stretch from distance&amp;quot; is too small&lt;br /&gt;
&lt;br /&gt;
you can safely ignore the rest&lt;br /&gt;
&lt;br /&gt;
==== care and feeding ====&lt;br /&gt;
* don&#039;t leave the makerbot unattended for hours, as it can theoretically catch on fire (those heated bed wires are iffy)&lt;br /&gt;
* don&#039;t leave the extruder hot for hours. periodically flush through plastic to prevent it from oxidizing.&lt;br /&gt;
* if you are about to run out of filament, cut off both ends square with diagonal flush cutters (the blue cutters for electronics) and simply hold the filament together as it goes in&lt;br /&gt;
*if the filament strips out during use (extruder motor is on, temperature high enough, nothing happening) try pushing it down manually&lt;br /&gt;
** if this doesn&#039;t work, try reversing the motor until the filament comes out, cut it cleanly, and reinsert&lt;br /&gt;
** if it keeps stripping out, you may have to completely disassemble the extruder and remove plastic gunk from the gear teeth.&lt;br /&gt;
*** use a long 5/64&amp;quot; or 2mm allen key to set the extruder idler wheel/feed gear spacing&lt;br /&gt;
** try not to let it happen in the first place. stripping can be caused by setting the first layer too low, blocking the nozzle and letting pressure build up&lt;br /&gt;
*don&#039;t upgrade the firmware unless you&#039;re willing to deal with the consequences&lt;br /&gt;
*keep it away from bright light&lt;br /&gt;
*don&#039;t get any water on it&lt;br /&gt;
*never, never ever feed it after midnight.&lt;br /&gt;
&lt;br /&gt;
= Usage log =&lt;br /&gt;
please write your name, what you tried to make, and what happened below (pics or it didnt happen)&lt;br /&gt;
----&lt;br /&gt;
[[File:Minimendel_Z_leadscrew_base_motor.jpg|none|thumbnail|600px|mini mendel Z leadscrew base and motor mount. This bastard took 2 hours and almost the entire remaining roll of green. It started to peel up badly at the back corner. I rescued it by melting the corner back down with a soldering iron. [[User:Fenn|Fenn]] 13:07, 1 May 2010 (UTC)]]&lt;br /&gt;
&lt;br /&gt;
[[File:example.jpg|none|thumbnail|600px|caption text]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Construction log =&lt;br /&gt;
This describes the current progress of the building of the Makerbot.  Instructions are found [http://wiki.makerbot.com/cupcake here], and a forum for it is found [http://wiki.makerbot.com/forum/c-77688/talk-about-makerbot here].&lt;br /&gt;
&lt;br /&gt;
Noisebridge&#039;s Makerbot kit, thoughtfully purchased by Mitch, arrived at 83C on Monday evening, July 20.  Leading the assembly team is Joachim, along with Christoph, Rachel, Steve (Mr Domino), and Jeffrey (ieatlint).&lt;br /&gt;
&lt;br /&gt;
It took about an hour and a half to go through and check the parts against the [http://pony.noisebridge.net/~cmaier/makerbot/parts_lists.ods parts list].  &amp;lt;strike&amp;gt;We think we are missing a bag of &amp;quot;laser cut pulleys&amp;quot; but it&#039;s hard to be completely sure, as there are a LOT of parts and they are not all labeled exactly as in the parts list&amp;lt;/strike&amp;gt; A bag of &amp;quot;laser cut pulleys&amp;quot; was replaced by MakerBot-made pulleys, but the parts lists weren&#039;t updated.  We determined to start assembly anyway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Cupcake [[Makerbot/Electronics|Electronics]] Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-electronics-assembly Instructions] Christoph soldering one of the [[Makerbot/Electronics/Stepper_driver|stepper motor drivers]], one of the [[Makerbot/Electronics/endstop_switches|endstop switches]], and the SMD parts on the [[Makerbot/Electronics/Motherboard|motherboard]] with only occasional bitching to people to &#039;&#039;&#039;&#039;&#039;STOP MOVING THE TABLE&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Motherboard is tested and able to control stepper motors.  Regular firmware needs to be flashed back onto it.  [http://wiki.makerbot.com/burn-custom-firmware-using-arduino This] may help. [[User:Ieatlint|Ieatlint]] 02:55, 25 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Pulley Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-pulley-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake CNC Body Assembly ==&lt;br /&gt;
We got the first part of the body together without difficulty, but had trouble with the Z stage as one of the parts had changed from when the docs were written.  The Z stage rod holding guides changed from being O-shaped to being U-shaped, and are marked &amp;quot;Z guides&amp;quot;.  The forums told us to use them anyway.&lt;br /&gt;
&lt;br /&gt;
The next problem was with threaded rods, which had been cut to size.  The ends of some would not take a nut.  We solved this with judicious use of the bench grinder.  There were LOTS of nut/rod jokes, and we were in a state where they were actually funny! [[User:Rachel|Rachel]] 10:08, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Progressed to and including the step entitled &amp;quot;Z-stage stepper wiring&amp;quot; as detailed on the body assembly [http://wiki.makerbot.com/cupcake-body-assembly instructions].  The body assembly is nearly completed. [[User:Ieatlint|Ieatlint]] 03:52, 21 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
Stages assembled and motherboard and stepper driver circuits in place. Driver boards are tested. Axis stops are installed, platforms still need craft stick beam breaks installed. -- [[User:JSharp|JSharp]] 06:45, 2 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Cupcake Y Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-y-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Cupcake X Stage Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/cupcake-x-stage-assembly Instructions].&lt;br /&gt;
&lt;br /&gt;
== Plastruder MK3 Assembly ==&lt;br /&gt;
[http://wiki.makerbot.com/plastruder-mk3-assembly Instructions]&lt;br /&gt;
*Note: Ubuntu 9.04 specific: the librxtxSerial.so and the RXTXcomm.jar that come in the replicatorg download need to be replaced with some binaries from this other place that I don&#039;t remember. -[[User:Elgreengeeto|Skory]]&lt;br /&gt;
&lt;br /&gt;
*Progressed through to end of Heater Barrel Assembly.   [[User:Miloh|Miloh]] 04:24, 21 July 2009 (PDT)&lt;br /&gt;
*Progressed through the Filament Drive Assembly, and Joachim mastered the extruder electronics.  [[User:Miloh|Miloh]] 02:03, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel through step 3. [[User:Miloh|Miloh]] 13:17, 24 July 2009 (PDT)&lt;br /&gt;
*Progressed through Attach Heater barrel to the end.  [[User:Miloh|Miloh]] 20:46, 26 July 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
 Continue at Plastruder burn in test.  The burn in test can&#039;t be completed until the Thermistor and extruder board are recognized by the control system.&lt;br /&gt;
&lt;br /&gt;
*Plastruder board burnt out a few components on power up test. Ordered new plastruder driver from makerbot, should arrive at 83C soon. -- [[User:JSharp|JSharp]] 06:43, 2 August 2009 (PDT)&lt;br /&gt;
**New plastruder control board received and installed. -- [[User:JSharp|JSharp]] 10:52, 9 August 2009 (PDT)&lt;br /&gt;
&lt;br /&gt;
= Status Reports =&lt;br /&gt;
&lt;br /&gt;
== 10/18/09 ==&lt;br /&gt;
&lt;br /&gt;
Martin - The makerbot is working and printing objects well.  You will need to download and install &amp;quot;ReplicatorG&amp;quot; and &amp;quot;skeinforge&amp;quot; in order to use the bot. The software runs on Mac, Linux, and PC.   (skeinforge requires Python, ReplicatorG requires Java)  Example objects are next to the bot.&lt;br /&gt;
&lt;br /&gt;
The X/Y/Z stage endpoints are not yet installed.  It requires a number of popsicle sticks to be cut to the correct length and the stage to be calibrated.  You can operate the MakerBot with ***great*** care without them.  &lt;br /&gt;
&lt;br /&gt;
The extruder head has been upgraded to the Mark-4, with a new bearing and idler wheel.  Also, the extruder head is now insulated with the same material they use to insulate the Space Shuttle heat tiles from the skin of the shuttle itself.  *** IT IS EXPENSIVE.  PLEASE DON&#039;T TAKE APART! ***  I can&#039;t replace the material, it was given as a gift from a friend at JPL.  &lt;br /&gt;
&lt;br /&gt;
Please read all the instructions on how to use the MakerBot on the [[http://wiki.makerbot.com/|MakerBot Wiki Site]] before attempting to use it.&lt;br /&gt;
&lt;br /&gt;
== 08/24/09 ==&lt;br /&gt;
Thanks to excellent efforts and support from Martin, the MakerBot is now in a semi-functional state.  There are three things that need to be worked on, however:&lt;br /&gt;
# The Y stage endpoint is installed incorrectly (the Y stage and physically crash into it)&lt;br /&gt;
# The nichrome wire needs to be better insulated so it can maintain higher temperatures and consistent temperatures.&lt;br /&gt;
# The feeding mechanism needs to be reviewed, as it appears that it fails to operate reliably.&lt;br /&gt;
&lt;br /&gt;
Please do NOT attempt to disassemble the plastruder header.&lt;br /&gt;
Also, do NOT attempt to operate the MakerBot unless you really know what you&#039;re doing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 01/10/2010 ==&lt;br /&gt;
Much has happened to the Makerbot since last noted,&lt;br /&gt;
the broken idler wheel was replaced and the extruder head assembly was upgraded by me using parts from Bre when he was here. Thanks Bre!&lt;br /&gt;
I also at that time upgraded the firmware and printed a bunch of skull throwies, yay! &lt;br /&gt;
Time has passed between then and now and many people have been reporting the makerbot in sickly condition, after much testing I am glad to report this not the case. go go makerbot!&lt;br /&gt;
&lt;br /&gt;
== 03/10/2010 ==&lt;br /&gt;
Bre was here on 20/2 and installed a heated build platform on the Makerbot. The heated platform is a new development, still in prototype stage. It is awesome because it prevents warping, and allows workpieces to stick to the build platform without having to build a raft.&lt;br /&gt;
&lt;br /&gt;
He left a sheet of instructions, they say:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;... While here we set you up with a heated build platform. It&#039;s&lt;br /&gt;
hooked up to the fans pot. So before you print, go into the control&lt;br /&gt;
panel and click [x] fan and it will turn it on. Let it warm up for at&lt;br /&gt;
least 5 minutes and then print on it. When the model is done, let it&lt;br /&gt;
cool for 5 minutes and it will &#039;pop&#039; right off the warm kapton tape.&lt;br /&gt;
&lt;br /&gt;
We are also leaving you a spare parts kit for the extruder. Your&lt;br /&gt;
nozzle is super thick and slow. This new nozzle has a smaller nozzle&lt;br /&gt;
hole. Make it, use it, love it!&lt;br /&gt;
&lt;br /&gt;
Bre and Zack, Makerbot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When asked about the workings of the heated build platform, he said:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Yup, ours is a prototype part, it&#039;s awesome but not very well documented.&lt;br /&gt;
&lt;br /&gt;
You want to plug it in above the mosfet that usually runs the fan.&lt;br /&gt;
&lt;br /&gt;
You can then go into the control panel and just turn the fan on, let&lt;br /&gt;
it heat up for 8-10 minutes and it will get to about 110F.&lt;br /&gt;
&lt;br /&gt;
Print away and remember to turn it off and unplug the bot when you&#039;re done!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Please note that he&#039;s left us the parts for an improved extruder - up to us to build it - and some of the new colored ABS plastic.&lt;br /&gt;
&lt;br /&gt;
== 04/03/2010 ==&lt;br /&gt;
After using the makerbot all day I (fenn) noticed the Z axis was consistently jamming up when traversing above 125mm/min. Several hours of head-scratching later I discovered that the heated platform would cause the large acrylic plate that holds the extruder to heat up and expand, pushing outwards on the Z-axis nuts and causing the mechanism to bind ever so slightly. The simple fix of filing the plate down was complicated by the lack of small files and the fact that the machine was assembled wrong, requiring removal of the four small u-shaped plywood &amp;quot;guide plates&amp;quot;, which I put back in the correct orientation: gap outwards.&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure the heated build platform actually ever gets hot enough for ABS to stick to the kapton tape. It seems to max out at 95 celsius, as measured with an infrared thermometer. The RepRap wiki suggests 120-220 degrees for ABS. Perhaps connect the platform directly to a higher voltage power supply?&lt;br /&gt;
&lt;br /&gt;
Lacking a hot enough bed for the first layer to stick to, blue masking tape sorta almost works (the first time you use it), and I got much better results when I taped a business card on top and printed on that instead. I printed a few gears and hope to add a [http://www.thingiverse.com/thing:1794 &amp;quot;wade extruder&amp;quot;] soonish.&lt;br /&gt;
&lt;br /&gt;
== 04/09/2010 ==&lt;br /&gt;
I (fenn) came in today and it appeared that nobody had touched the makerbot since I last left it. But the nozzle wouldn&#039;t heat up. Voltage to the wires, it just didnt get hot. So, heeding the warning to not disassemble the nozzle, I removed it and swapped in another one, which works a lot better anyway. Then I attached a 16V transformer to the heated bed, and now it gets up to 165C which is much better than the old 90C running on 12V. Now the first layer actually sticks! Z axis seems to still be jamming up; I didn&#039;t file the notches deep enough I guess. Wish I had more time to play with it. Skeinforge settings that seem to work with ABS:&lt;br /&gt;
layer height: 0.4mm, flow rate: 255, feed rate: 25mm/s.&lt;br /&gt;
&lt;br /&gt;
== 04/11/2010 ==&lt;br /&gt;
added a fan to cool off the acrylic plate. make sure you enable the fan before printing and it shouldn&#039;t jam up anymore. seems to be working reliably now.&lt;br /&gt;
&lt;br /&gt;
hint: instead of trying to adjust the Z zero in software, manually adjust the height as it prints the first layer.&lt;br /&gt;
&lt;br /&gt;
caution: plugging in or unplugging the heater transformer may cause the power strip breaker to trip and reset the makerbot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 04/13/2010 ==&lt;br /&gt;
leveled bed by shaving down tabs that were sticking up, pushing magnets back in, and adding a small strip of kapton tape. adjusted toothed gear/idler wheel spacing with 5/64 allen key.&lt;br /&gt;
&lt;br /&gt;
Some of the magnets on the Y stage are in sideways (poles on left &amp;amp; right), not upright (poles on top &amp;amp; bottom). I found this when building my Makerbot, since I wanted the build platform to be interoperable, I tried placing the magnets on the Y stage of the NB &#039;bot. - Gian Pablo&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=User:Gpvillamil&amp;diff=11013</id>
		<title>User:Gpvillamil</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=User:Gpvillamil&amp;diff=11013"/>
		<updated>2010-05-03T02:48:39Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi there!&lt;br /&gt;
&lt;br /&gt;
I&#039;m a graduate of NYU&#039;s Interactive Telecommunications Program, a kind of digital media arts/technology studies program.&lt;br /&gt;
&lt;br /&gt;
Before that (in another life) I got an MBA from IESE in Barcelona, and spent 16 years consulting for mostly telecoms companies around the world.&lt;br /&gt;
&lt;br /&gt;
I am interested in video art and installations, and also have a thriving sideline in handmade electronic musical instruments.&lt;br /&gt;
&lt;br /&gt;
My website [http://villamil.org/ villamil.org] has info on this and other things.&lt;br /&gt;
&lt;br /&gt;
==== [http://villamil.org/ssh.txt RSA SSH public key] ====&lt;br /&gt;
 ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAIBqzc/peQ1usGZu/5Fb1AdYdUhtxBgEzzbTtryF5zvebUL7Ry6wkYOF5GNYrAKzPeHmhVfJDlE8RJ4age++Bwk5P9SOzqk5B+zSau5D3wVk7m1SDt1v+LQWlmJ9zceVuWEaSWgPiAFpVu1HkCjz151nzjT6VWwSf+sj9ADNZtOogw== gian.pablo@gmail.com&lt;br /&gt;
&lt;br /&gt;
==== /etc/passwd entry ====&lt;br /&gt;
&lt;br /&gt;
 $ sudo adduser --gecos &#039;Gian Pablo Villamil&#039; --shell /bin/bash gpvillamil&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=User:Gpvillamil&amp;diff=11012</id>
		<title>User:Gpvillamil</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=User:Gpvillamil&amp;diff=11012"/>
		<updated>2010-05-03T02:45:27Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi there!&lt;br /&gt;
&lt;br /&gt;
I&#039;m a graduate of NYU&#039;s Interactive Telecommunications Program, a kind of digital media arts/technology studies program.&lt;br /&gt;
&lt;br /&gt;
Before that (in another life) I got an MBA from IESE in Barcelona, and spent 16 years consulting for mostly telecoms companies around the world.&lt;br /&gt;
&lt;br /&gt;
I am interested in video art and installations, and also have a thriving sideline in handmade electronic musical instruments.&lt;br /&gt;
&lt;br /&gt;
My website [http://villamil.org/ villamil.org] has info on this and other things.&lt;br /&gt;
&lt;br /&gt;
==== [http://villamil.org/ssh.txt RSA SSH public key] ====&lt;br /&gt;
 ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAIBqzc/peQ1usGZu/5Fb1AdYdUhtxBgEzzbTtryF5zvebUL7Ry6wkYOF5GNYrAKzPeHmhVfJDlE8RJ4age++Bwk5P9SOzqk5B+zSau5D3wVk7m1SDt1v+LQWlmJ9zceVuWEaSWgPiAFpVu1HkCjz151nzjT6VWwSf+sj9ADNZtOogw== gian.pablo@gmail.com&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=User:Gpvillamil&amp;diff=11011</id>
		<title>User:Gpvillamil</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=User:Gpvillamil&amp;diff=11011"/>
		<updated>2010-05-03T02:43:17Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi there!&lt;br /&gt;
&lt;br /&gt;
I&#039;m a graduate of NYU&#039;s Interactive Telecommunications Program, a kind of digital media arts/technology studies program.&lt;br /&gt;
&lt;br /&gt;
Before that (in another life) I got an MBA from IESE in Barcelona, and spent 16 years consulting for mostly telecoms companies around the world.&lt;br /&gt;
&lt;br /&gt;
I am interested in video art and installations, and also have a thriving sideline in handmade electronic musical instruments.&lt;br /&gt;
&lt;br /&gt;
My website [http://villamil.org/ villamil.org] has info on this and other things.&lt;br /&gt;
&lt;br /&gt;
==== [http://villamil.org/ssh.txt RSA SSH public key] ====&lt;br /&gt;
ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAIBqzc/peQ1usGZu/5Fb1AdYdUhtxBgEzzbTtryF5zvebUL7Ry6wkYOF5GNYrAKzPeHmhVfJDlE8RJ4age++Bwk5P9SOzqk5B+zSau5D3wVk7m1SDt1v+LQWlmJ9zceVuWEaSWgPiAFpVu1HkCjz151nzjT6VWwSf+sj9ADNZtOogw== gian.pablo@gmail.com&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Polycaprolactone&amp;diff=10839</id>
		<title>Polycaprolactone</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Polycaprolactone&amp;diff=10839"/>
		<updated>2010-04-19T02:16:24Z</updated>

		<summary type="html">&lt;p&gt;Gpvillamil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://en.wikipedia.org/wiki/Polycaprolactone Polycaprolactone] AKA Shapelock, CAPA 6800, CAPA 6500, PCL, Friendly Plastic&lt;br /&gt;
&lt;br /&gt;
==Group order for polycaprolactone==&lt;br /&gt;
&lt;br /&gt;
How many kg do you want?  This enjoyable, useful polymer is $18/kg ($8.16/lb) ($0.51/oz)&lt;br /&gt;
&lt;br /&gt;
===Status of Order===&lt;br /&gt;
&lt;br /&gt;
I have a new sales Rep at Tri-ISO, Aaron.  I have him working on a quote for 60-90kg of CAPA 6800 in 3mm pellet form.  I told him it would be a repeating order of about 40kg a year.  That&#039;s not a commitment, but just trying to keep him interested and I wouldn&#039;t be surprised if that turned out to be realistic. &#039;&#039;&#039;Where noted in () a dollar amount was pledged rather than a number of kg.  Depending on the final $/kg the amount of $ pledged will take precedence.&#039;&#039;&#039;  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
email from Corey on 4-5-10: Dillo and I tested the two materials along side &amp;quot;Shapelock&amp;quot; and we have confirmed that CAPA 6800 is the material we want.  The 6500 is great to work with, but because of it&#039;s greater &amp;quot;Melt Flow Index&amp;quot; (rate at which material is extruded when standard force is applied) when in its semisolid form, it flows more freely, which is challenging when working by hand as the material oozes out of the shape formed.  I will not be entertaining having a split CAPA 6500/ CAPA 6800 order this time around.  The materials are not different enough to warrant complicating the order.  People working with molds may consider CAPA 6500 in the future, but, again, the differences are not that great.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;Price has been finalized -- please update your pledge to reflect the number of kilograms you would like and add &amp;quot;- FINAL&amp;quot;&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===People who want polycaprolactone to call their very own===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
i.e., they would like to buy it as part of a group purchase; stating a number of kg is preferable to stating a number of dollars&lt;br /&gt;
* Marnia Johnston - 2.13 kg - FINAL ($30)&lt;br /&gt;
* Robert Harris - 4 kg - FINAL ($18 x 4 = $72) &lt;br /&gt;
* Martin Bogomolni - 2 kg - FINAL 3/10/2010 - ($18 x 2 = $36)&lt;br /&gt;
* David Yao - 4 kg - FINAL ($18 x 4 = $72) &lt;br /&gt;
* Christopher Nielsen - 5 kg&lt;br /&gt;
* Christie Dudley - 1 kg - FINAL ($14.78)&lt;br /&gt;
* Chris Paget - 1 kg - FINAL ($14.78)&lt;br /&gt;
* H4RDW4RE - 4kg - FINAL ($59.12)&lt;br /&gt;
* Lee Sonko - 2 kg - FINAL&lt;br /&gt;
* Mike Ashmore - 3 kg - FINAL ($44.34)&lt;br /&gt;
* Ryan Castellucci - 2 kg - FINAL ($29.56)&lt;br /&gt;
* Seth Schoen - 2 kg - FINAL&lt;br /&gt;
* Michael Shiloh - 2 kg&lt;br /&gt;
* Mark Ellis - 2 kg - FINAL ($29.56)&lt;br /&gt;
* Efrem Lipkin - 2 kg - FINAL ($29.56)&lt;br /&gt;
* Reto Stamm - FINAL 5kg&lt;br /&gt;
* Matthew Silvey - 3 kg - FINAL ($44.34)&lt;br /&gt;
* Nathan Saichek - 2 kg - FINAL &lt;br /&gt;
* Peter Kaminski - 1.5 kg - FINAL&lt;br /&gt;
* Christopher Rasch - 2 kg ($20)&lt;br /&gt;
* Andy Isaacson - 2 kg ($30)&lt;br /&gt;
* Corey - 6 kg ($88.68)&lt;br /&gt;
* Danny O&#039;B - 1 kg FINAL&lt;br /&gt;
* Liz Henry - 2 kg FINAL&lt;br /&gt;
* Sean Mahan - 1 kg FINAL (&amp;lt;=$18/kg)&lt;br /&gt;
* Paul Lambert - 4 kg FINAL ($59.12)&lt;br /&gt;
* Mike Albaugh - 4 kg FINAL ($59.12)&lt;br /&gt;
* Steve Jasik - 2.13 kg - FINAL ($30)&lt;br /&gt;
* Robert Poor - 1 kg&lt;br /&gt;
* Ever Falling - 2 kg ($20)&lt;br /&gt;
* Michael M. Butler - 1.5 kg &amp;quot;FINAL&amp;quot; ( 19 MAR 2010) FINAL ( :\  1/2 :) -- I&#039;m trying to hit $25 all-up. )&lt;br /&gt;
* Kate McKinley - 3 kg FINAL ($44.34, add S&amp;amp;H)&lt;br /&gt;
* Kirk McKusick - 2 kg&lt;br /&gt;
* Harry Pottash - 2 kg FINAL&lt;br /&gt;
* Marnia - 2 kg&lt;br /&gt;
* Mike Van Pelt - 2 kg FINAL 4/5/2010&lt;br /&gt;
* Ian Atha - 1 kg&lt;br /&gt;
* Conor McQuaid - 3 kg ($44.34)&lt;br /&gt;
* ben lipkowitz - 2 kg ($30) FINAL&lt;br /&gt;
* Stephen Williams - 10 kg FINAL Paid $180 4/17/2010&lt;br /&gt;
* Charles Merriam - 2 kg ($30)&lt;br /&gt;
* Kevin Seghetti (kts at tenetti.org) - 1 kg ($20)&lt;br /&gt;
* Rachel McConnell - 1 kg - FINAL, also new ($18)&lt;br /&gt;
* Dillo - 2 kg FINAL also new ($30)&lt;br /&gt;
* Andy vH. - 3 kg - FINAL also new ($44.34)&lt;br /&gt;
* Max Elman - 1 kg FINAL, also new ($14.78)&lt;br /&gt;
* Xander Hudson - 5kg - FINAL, also new ($90)&lt;br /&gt;
* Mark Harrison - 2kg - FINAL, also new ($30)&lt;br /&gt;
* [[User:MCT|Michael Toren]] - 3kg, FINAL, also new&lt;br /&gt;
* nils - 2kg final new&lt;br /&gt;
* Mikolaj - 1kg fnord final new&lt;br /&gt;
* stig hackvan - 2kg&lt;br /&gt;
* Glen Jarvis - 2kg - FINAL, also new ($30)  [To help make our minimum]&lt;br /&gt;
* Gian Pablo Villamil - 2kg FINAL&lt;br /&gt;
&lt;br /&gt;
total: 134.26&lt;br /&gt;
&lt;br /&gt;
===People who have ideas or financial pledges for things Noisebridge would do with polycaprolactone===&lt;br /&gt;
&lt;br /&gt;
i.e., they want to donate money earmarked for Noisebridge to purchase some for a non-profit purpose, or they just have an idea&lt;br /&gt;
&lt;br /&gt;
* person - proposal&lt;/div&gt;</summary>
		<author><name>Gpvillamil</name></author>
	</entry>
</feed>