Difference between revisions of "TAZ"

From Sudo Room
Jump to navigation Jump to search
(add diagram of hardware board)
(9 intermediate revisions by 3 users not shown)
Line 12: Line 12:
=== Manual ===
=== 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]
* [https://download.lulzbot.com/TAZ/3.0/documentation/2013Q4/LulzBot_TAZ_3.0-User_Manual-ebook.pdf TAZ 3.0 User Manual PDF]


=== SetUp ===
=== Hardware ===


When the machine is new there is a lot of setting up and calibration involved. That's why you need a slic3r profile.
* [https://reprap.org/wiki/File:Rambo1-2-conn-main.jpg  diagram of RAMBO control board]
Setting the printer up correctly or incorrectly can make or break a printing project.
While it isn't as hard as it sounds, it's a little bewildering at first.


Lulzbot has these slic3r profiles.
=== 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]]
[[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