MakerBot 3D-PO: Difference between revisions
No edit summary |
|||
Line 2: | Line 2: | ||
Our MakerBot is named 3D-PO and is a bog standard MakerBot 'Batch 5' Model. | Our MakerBot is named 3D-PO and is a bog standard MakerBot 'Batch 5' Model. | ||
We print things. | We print things. | ||
= Printing with 3D-PO = | |||
Each MakerBot is a bit diffent, since they are hand assembled. This is a how to for our specific MakerBot | Each MakerBot is a bit diffent, since they are hand assembled. This is a how to for our specific MakerBot | ||
== First time printers == | |||
''Take the class, or have someone at the space teach you'' | |||
1) Download 007 version of ReplicatorG from : http://code.google.com/p/replicatorg/downloads/list | 1) Download 007 version of ReplicatorG from : http://code.google.com/p/replicatorg/downloads/list | ||
2) Unzip or unpack the package | 2) Unzip or unpack the package | ||
3) If you have not used a USB FTDI cable before (or don't know what one is) you need to install drivers for them. Go into the ReplicatorG/Drivers folder, and install the right driver (Intel or PPC, be careful) for an FTDI cable (a USB cable that connects to embeded devices, like MakerBot). | 3) If you have not used a USB FTDI cable before (or don't know what one is) you need to install drivers for them. Go into the ReplicatorG/Drivers folder, and install the right driver (Intel or PPC, be careful) for an FTDI cable (a USB cable that connects to embeded devices, like MakerBot). | ||
= Software = | |||
==MakerBot specific:== | |||
[http://code.google.com/p/replicatorg/ ReplicatorG] - The MakerBot's IDE | [http://code.google.com/p/replicatorg/ ReplicatorG] - The MakerBot's IDE | ||
[http://www.skeinforge.com/ Skeinforge] - Converts STL to ReplicatorG sketch (I think). | [http://www.skeinforge.com/ Skeinforge] - Converts STL to ReplicatorG sketch (I think). | ||
==3D== | |||
Any 3D Rendering software that can export to .stl will work | Any 3D Rendering software that can export to .stl will work | ||
[http://blender.org Blender] is a good Open Source/Cross Platform 3d app. | [http://blender.org Blender] is a good Open Source/Cross Platform 3d app. | ||
=Setting up Your Environment= | |||
==Linux== | |||
''(Dependencies are beyond the scope of this doc - If you can run the Arduino IDE, and have python installed, you should be set)'' | ''(Dependencies are beyond the scope of this doc - If you can run the Arduino IDE, and have python installed, you should be set)'' | ||
This is what works at the moment. We'll probably put all of this into git or something pretty soon | This is what works at the moment. We'll probably put all of this into git or something pretty soon | ||
Line 26: | Line 27: | ||
tar -xzvf MakerBot.tar.gz | tar -xzvf MakerBot.tar.gz | ||
Assuming your deps are up to snuff, you're all set. | Assuming your deps are up to snuff, you're all set. | ||
==OSX== | |||
==Operating Instructions | =How to test that it's all Working= | ||
First and foremost, you should be able to run ReplicatorG, Skeinforge and Blender without errors (ReplicatorG will throw some errors if not connected to the bot) | |||
==Test Cube== | |||
=Operating Instructions= |
Revision as of 01:00, 9 September 2009

Our MakerBot is named 3D-PO and is a bog standard MakerBot 'Batch 5' Model. We print things.
Printing with 3D-PO
Each MakerBot is a bit diffent, since they are hand assembled. This is a how to for our specific MakerBot
First time printers
Take the class, or have someone at the space teach you 1) Download 007 version of ReplicatorG from : http://code.google.com/p/replicatorg/downloads/list 2) Unzip or unpack the package 3) If you have not used a USB FTDI cable before (or don't know what one is) you need to install drivers for them. Go into the ReplicatorG/Drivers folder, and install the right driver (Intel or PPC, be careful) for an FTDI cable (a USB cable that connects to embeded devices, like MakerBot).
Software
MakerBot specific:
ReplicatorG - The MakerBot's IDE Skeinforge - Converts STL to ReplicatorG sketch (I think).
3D
Any 3D Rendering software that can export to .stl will work Blender is a good Open Source/Cross Platform 3d app.
Setting up Your Environment
Linux
(Dependencies are beyond the scope of this doc - If you can run the Arduino IDE, and have python installed, you should be set) This is what works at the moment. We'll probably put all of this into git or something pretty soon Download MakerBot.tar.gz
- This is ReplicatorG, Skeinforge and JMil's files, known to work as of 09/08/2009
cd ~/ wget http://www.hive76.org/MakerBot.tar.gz
Untar it:
tar -xzvf MakerBot.tar.gz
Assuming your deps are up to snuff, you're all set.
OSX
How to test that it's all Working
First and foremost, you should be able to run ReplicatorG, Skeinforge and Blender without errors (ReplicatorG will throw some errors if not connected to the bot)