Difference between revisions of "LulzBot AO-100 3D Printer"

From Pumping Station One
Jump to navigation Jump to search
Line 30: Line 30:
 
Additionally, Lulzbot provides a [http://downloads.lulzbot.com/lulzbot/AO-100/software/2012-Q2/configs/slic3r/point5mm.ini slic3r config file] for the AO-100.
 
Additionally, Lulzbot provides a [http://downloads.lulzbot.com/lulzbot/AO-100/software/2012-Q2/configs/slic3r/point5mm.ini slic3r config file] for the AO-100.
  
=== Find something to print ===
+
=== Find Something to Print ===
  
Download something from [http://thingiverse.com Thingiverse], or some other website, or design a Thing using 3D modeling software. //  list some free 3D CAD programs
+
[http://thingiverse.com Thingiverse] is a great place to find printable 3D models that other people have designed, and to publish your own.
 
 
Your Thing should be a "watertight", solid model in STL format (binary or ASCII, doesn't matter).
 
  
 
=== Designing 3D Models ===
 
=== Designing 3D Models ===

Revision as of 07:52, 30 January 2013


LulzBot AO-100 3D Printer
Owner/Loaner PS:One
Make/Model Aleph Objects AO-100
Arrival Date January 2013
Usability WORKING
Contact Aeva Palecek
Where 2nd Floor
Authorization Needed yes
Hackable no
Estimated Value $1725
Host Area {{{hostarea}}}


LulzBot AO-100 3D Printer Area: {{{hostarea}}} https://wiki.pumpingstationone.org/wiki/LulzBot_AO-100_3D_Printer



Software Setup

Windows Drivers

Windows users will need to install drivers. For everyone else, It Just Works™. Where everyone = Linux and OSX users.

Host Software

Users of Linux, Windows, OSX will need to install the following software:

Pronterface - for manual operation of the printer as well as for starting print jobs

Slic3r - for creating print jobs from 3D models

Additionally, Lulzbot provides a slic3r config file for the AO-100.

Find Something to Print

Thingiverse is a great place to find printable 3D models that other people have designed, and to publish your own.

Designing 3D Models

3D models for printing should be saved in the STL format (binary or ascii). Your model should be "watertight" (the mesh has a mathematically determinable interior), correct normals, and a manifold topology. Shapeways has a nice tutorial explaining this.

All software suggestions in this section are open source, and are available for free.

For individuals new to 3D modeling software, Blender is a good tool for designing models for 3D printing, as well as for debugging fussy models (Blender can highlight the parts of a model which make it non-manifold). Blender recently had a total overhaul of its codebase and user interface, and has become quite user friendly. Additionally, the Blender foundation produces and sells video tutorials. The video tutorials are distributed on dvd data disks, but are creative commons licensed, and so you may legally download them for free online. The videos are created by artists, and cover a wide array of topics from basic usage of the program, modeling techniques, and the more advanced capabilities of Blender.

Meshlab is an open source tool for repairing 3D models.

FreeCad is a general purpose feature-based, parametric 3D modeler for CAD, MCAD, CAx, CAE and PLM, aimed directly at mechanical engineering and product design but also fits a wider range of uses in engineering, such as architecture or other engineering specialties.

OpenSCAD is a different take to 3D modeling. OpenSCAD is a programming language that generates parametric 3D models.