Difference between revisions of "TAZ"

From Sudo Room
Jump to navigation Jump to search
m (Add link to Taz Slic3r Profiles page)
(add diagram of hardware board)
(13 intermediate revisions by 3 users not shown)
Line 9: Line 9:


We are still getting familiar with this machine, but very excited to hack on it!
We are still getting familiar with this machine, but very excited to hack on it!
=== Manual ===
* [http://download.lulzbot.com/TAZ/documentation/current/LulzBot_TAZ-Brochure.pdf TAZ 3.0 Printer brochure PDF]
* [https://download.lulzbot.com/TAZ/3.0/documentation/2013Q4/LulzBot_TAZ_3.0-User_Manual-ebook.pdf TAZ 3.0 User Manual PDF]
=== Hardware ===
* [https://reprap.org/wiki/File:Rambo1-2-conn-main.jpg  diagram of RAMBO control board]
=== Firmware ===
here's a backup of the factory firmware .hex file and "source code" for our TAZ 3:
https://github.com/sudoroom/taz3d
Below are links to the original firmware from the manufacturer's site, AKA the first commits in the above GitHub repo.
here's the factory hex file (which can be flashed using cura-lulzbot)
https://devel.lulzbot.com/TAZ/3.1/software/2014Q2/firmware/marlin/Marlin_taz3.1.cpp.hex
factory firmware source code (Marlin with configuration tweaks):
http://download.lulzbot.com/TAZ/3.1/software/current/firmware/marlin_taz/marlin_taz.tar.bz2
=== 3D Models ===


[https://www.lulzbot.com/support/taz-slic3r-profiles Taz Slic3r Profiles]
[https://www.lulzbot.com/support/taz-slic3r-profiles Taz Slic3r Profiles]
=== Links ===
* [http://opensourceecology.org/wiki/How_to_print_your_sketchup_model_in_lulzbot_Taz_3d_printer How to print your sketchup model on a lulzbot taz 3d printer] nice clear how-to from open ecology
* [[SudoKit/IndividualKits]] tangible kit project around 3D printing in the works :)
[[Category:3DPrinting]]

Revision as of 22:30, 19 February 2019

Taz first print 2.jpg

Sudoroom has a TAZ3 3D printer. We won it in the LulzBot 2014 printer giveaway! It can print from an SD card, with many materials:

  • PLA
  • ABS
  • Wood
  • Nylon

We are still getting familiar with this machine, but very excited to hack on it!

Manual

Hardware

Firmware

here's a backup of the factory firmware .hex file and "source code" for our TAZ 3: https://github.com/sudoroom/taz3d

Below are links to the original firmware from the manufacturer's site, AKA the first commits in the above GitHub repo. here's the factory hex file (which can be flashed using cura-lulzbot) https://devel.lulzbot.com/TAZ/3.1/software/2014Q2/firmware/marlin/Marlin_taz3.1.cpp.hex

factory firmware source code (Marlin with configuration tweaks): http://download.lulzbot.com/TAZ/3.1/software/current/firmware/marlin_taz/marlin_taz.tar.bz2

3D Models

Taz Slic3r Profiles

Links