TAZ: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(+cat)
 
(32 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Also see [[Equipment/Taz]]
=Intro=
=Intro=


TAZ is Lulzbot's latest model of their open source 3D printer.
TAZ is Aleph Objects, Inc., latest model open source 3D printer.


Manual: http://download.lulzbot.com/TAZ/documentation/current/
What is impressive about TAZ? '''Aleph Objects, Inc., the maker of the LulzBot TAZ completely supports free/libre hardware and software. Along with the TAZ being a free/libre hardware design, it has been tested to work with 100% free/libre software.'''
 
'''As far as we can see, this is the highest quality, fully open source 3D printer out on the market today.'''
 
*Manual: [http://download.lulzbot.com/TAZ/documentation/current/]
*Buy: [http://www.lulzbot.com/?q=products/taz-3d-printer]
*Make: CAD files in [[FreeCAD]]. Part files for Lulzbot TAZ - [http://download.lulzbot.com/TAZ/hardware/printed_parts/] . OpenSCAD files for TK-0, the former name of TAZ - [https://github.com/mswillia/TK-0]


Buy: http://www.lulzbot.com/?q=products/taz-3d-printer


[[Image:taz.jpg|400px]]
[[Image:taz.jpg|400px]]
Line 11: Line 18:
=OSE TAZ=
=OSE TAZ=


'''[[Jeff Moe]]''', CEO, donated a TAZ to Open Source Ecology. Thank you Jeff.


=Operation=
=Operation=
Line 18: Line 26:
##I needed to do:  sudo apt-get install python-serial python-wxgtk2.8 python-pyglet
##I needed to do:  sudo apt-get install python-serial python-wxgtk2.8 python-pyglet
#Now doubleclicking on pronterface and running it (python script) opens it up.
#Now doubleclicking on pronterface and running it (python script) opens it up.
==Tip==
one tip- for now your usual work flow will be: Use Slic3r to cut the *.stl model, then export the model to a *.gcode file. Once you have the .gcode file open Pronterface and load the *.gcode file.
=Shot Glass=
[[File:shotglass.stl]]
[[Image:shotxz.png|200px]]
Why is this on its side? In Slic3r, it also appears on side;
[[Image:shotglass.png|200px]]
I try to load it into [[Pronterface]]. First generate gcode.
==Octopus==
Jeff jebba and orias #reprap recommend Octopus: [[File:octopus.gcode]]. Here it is in Pronterface:
[[Image:octopronter.png|300px]]
==Unpacking==
*0.5mm nozzle - <html><iframe width="210" height="160" src="https://www.youtube.com/embed//Lu0RD-J1PYQ" frameborder="0" allowfullscreen></iframe></html>
*Power supply - Nice! 3D printed, sophisicated terminal cover and on/off switch for power supply.
[[Image:tazunpacking.jpg|300px]]
==Assembly of Frame==
*Comes in 2 pieces
*Put setup process on opensourceecology.dozuki.com. Can't find uploaded pictures.
=Printing=
<html>
Bed Leveling:
<iframe width="560" height="315" src="https://www.youtube.com/embed//1K8x_ZCigsY?list=PL6Jpysxw3Ty_J-a3NyIzjJ8Qv4GTDhH8B" frameborder="0" allowfullscreen></iframe>
Octopus:
<iframe width="560" height="315" src="https://www.youtube.com/embed//2l2S2Q0fthg?list=PL6Jpysxw3Ty_J-a3NyIzjJ8Qv4GTDhH8B" frameborder="0" allowfullscreen></iframe>
Octopus top:
<iframe width="560" height="315" src="https://www.youtube.com/embed//JBaq7KgQhMQ?list=PL6Jpysxw3Ty_J-a3NyIzjJ8Qv4GTDhH8B" frameborder="0" allowfullscreen></iframe>
Extruder Nozzle:
<iframe width="560" height="315" src="https://www.youtube.com/embed//Lu0RD-J1PYQ?list=PL6Jpysxw3Ty_J-a3NyIzjJ8Qv4GTDhH8B" frameborder="0" allowfullscreen></iframe>
PET Tape:
<iframe width="560" height="315" src="https://www.youtube.com/embed//Axy6pyjHZDU?list=PL6Jpysxw3Ty_J-a3NyIzjJ8Qv4GTDhH8B" frameborder="0" allowfullscreen></iframe>
Lulz A100:
<iframe width="560" height="315" src="https://www.youtube.com/embed//ET0Hiv9cjtw?list=PL6Jpysxw3Ty_J-a3NyIzjJ8Qv4GTDhH8B" frameborder="0" allowfullscreen></iframe>
First Print:
<iframe width="560" height="315" src="https://www.youtube.com/embed//eMFhD8CtGF4?list=PL6Jpysxw3Ty_J-a3NyIzjJ8Qv4GTDhH8B" frameborder="0" allowfullscreen></iframe>
First Print Bottom:
<iframe width="560" height="315" src="https://www.youtube.com/embed//CUrIHQxy3WY?list=PL6Jpysxw3Ty_J-a3NyIzjJ8Qv4GTDhH8B" frameborder="0" allowfullscreen></iframe>
</html>
[[category:3D Printer]]

Latest revision as of 20:50, 13 December 2013

Also see Equipment/Taz

Intro

TAZ is Aleph Objects, Inc., latest model open source 3D printer.

What is impressive about TAZ? Aleph Objects, Inc., the maker of the LulzBot TAZ completely supports free/libre hardware and software. Along with the TAZ being a free/libre hardware design, it has been tested to work with 100% free/libre software.

As far as we can see, this is the highest quality, fully open source 3D printer out on the market today.

  • Manual: [1]
  • Buy: [2]
  • Make: CAD files in FreeCAD. Part files for Lulzbot TAZ - [3] . OpenSCAD files for TK-0, the former name of TAZ - [4]


Taz.jpg

OSE TAZ

Jeff Moe, CEO, donated a TAZ to Open Source Ecology. Thank you Jeff.

Operation

  1. Download Slic3r - http://www.slic3r.org - The Slic3r software is the first tool in the chain of 3D printing software. Slic3r uses commonly used .STL files to create .gcode files.
  2. Download Pronterface - the actual printer controller into which you feed the Python. Will try the nutcracker first, or the classic shotglass for speed.
  3. On Ubuntu - see the notes at https://github.com/kliment/Printrun for installing Printrun.
    1. I needed to do: sudo apt-get install python-serial python-wxgtk2.8 python-pyglet
  4. Now doubleclicking on pronterface and running it (python script) opens it up.

Tip

one tip- for now your usual work flow will be: Use Slic3r to cut the *.stl model, then export the model to a *.gcode file. Once you have the .gcode file open Pronterface and load the *.gcode file.

Shot Glass

File:Shotglass.stl

Shotxz.png

Why is this on its side? In Slic3r, it also appears on side;

Shotglass.png

I try to load it into Pronterface. First generate gcode.


Octopus

Jeff jebba and orias #reprap recommend Octopus: File:Octopus.gcode. Here it is in Pronterface:

Octopronter.png

Unpacking

  • 0.5mm nozzle -
  • Power supply - Nice! 3D printed, sophisicated terminal cover and on/off switch for power supply.

Tazunpacking.jpg

Assembly of Frame

  • Comes in 2 pieces
  • Put setup process on opensourceecology.dozuki.com. Can't find uploaded pictures.

Printing

Bed Leveling: Octopus: Octopus top: Extruder Nozzle: PET Tape: Lulz A100: First Print: First Print Bottom: