Difference between revisions of "TAZ"

From Sudo Room
Jump to navigation Jump to search
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[File:Taz_first_print_2.jpg|right|frameless|460px]]
[[File:Taz_first_print_2.jpg|right|frameless|460px]]
UPDATE: Sudoroom acquired a [[TAZ_4|TAZ4]] in 2022 and [[user:Jerkey]] swapped the extruder out of the TAZ3 onto it, since the TAZ3 would not do a decent print and the TAZ4 looked good but was missing an exturder.  The TAZ3 will be converted to [https://github.com/hzeller/rpt2pnp solder paste dispensing] only, as seen [https://hackaday.com/2014/04/02/dispensing-solder-paste-with-a-3d-printer/ here on Hackaday]


Sudoroom has a [https://www.lulzbot.com/products/lulzbot-taz-3-3d-printer TAZ3] 3D printer. We won it in the [https://www.lulzbot.com/ LulzBot] 2014 printer giveaway! It can print from an SD card, with many materials:
Sudoroom has a [https://www.lulzbot.com/products/lulzbot-taz-3-3d-printer TAZ3] 3D printer. We won it in the [https://www.lulzbot.com/ LulzBot] 2014 printer giveaway! It can print from an SD card, with many materials:
Line 12: Line 14:
=== 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 ===
 
* [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


When the machine is new there is a lot of setting up and calibration involved. That's why you need a slic3r profile.
factory firmware source code (Marlin with configuration tweaks):
Setting the printer up correctly or incorrectly can make or break a printing project.
http://download.lulzbot.com/TAZ/3.1/software/current/firmware/marlin_taz/marlin_taz.tar.bz2
While it isn't as hard as it sounds, it's a little bewildering at first.


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

Latest revision as of 13:30, 15 June 2022

Taz first print 2.jpg

UPDATE: Sudoroom acquired a TAZ4 in 2022 and user:Jerkey swapped the extruder out of the TAZ3 onto it, since the TAZ3 would not do a decent print and the TAZ4 looked good but was missing an exturder. The TAZ3 will be converted to solder paste dispensing only, as seen here on Hackaday

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