Lulzbot TAZ 1.0: Difference between revisions
From HacDC Wiki
Ubuntourist (talk | contribs) m (bolding) |
Ubuntourist (talk | contribs) (Mixed in git README.md) |
||
Line 1: | Line 1: | ||
= TAZ v.1.0 Marlin firmware = | |||
Last edited by Ubuntourist ([email protected]) (kjc) 2019.02.07 | |||
See the [https://wiki.hacdc.org/index.php?title=Lulzbot_TAZ_1.0 HacDC wiki Lulzbot TAZ 1.0 entry] | |||
2019.01.17 | 2019.01.17 | ||
== Determining which version of the TAZ and connecting to it == | == Determining which version of the TAZ and connecting to it == | ||
The | The “newest” addition to our collection of 3D printers is actually the oldest: The Lulzbot TAZ is actually, a Lulzbot TAZ 1.0 (according to the serial number on the back: KT-PR0010-5147). | ||
The <code>index.html</code> at http://devel.lulzbot.com/TAZ/ says, among other things: <code>* | The <code>index.html</code> at http://devel.lulzbot.com/TAZ/ says, among other things: <code>*"B" - KT-PR0010 - TAZ 1.0</code> | ||
Using <code>minicom</code>, the baud rate was determined to be '''115200'''. | Using <code>minicom</code>, the baud rate was determined to be '''115200'''. Sending <code>G28</code> to home it made it grind gears. | ||
<pre>$ pronsole | <pre>$ pronsole | ||
offline> connect /dev/ttyACM2 115200 | offline> connect /dev/ttyACM2 115200 | ||
ttyACM2 21°> | ttyACM2 21°></pre> | ||
</pre> | Eventually, I found http://download.lulzbot.com/TAZ/1.0/hardware/electronics/RAMBo/ which identifies the board as “based off of the '''Arduino MEGA'''” with “5 stepper drivers” and “5 MOSFET switched outputs” with documentation at http://reprap.org/wiki/rambo | ||
Eventually, I found http://download.lulzbot.com/TAZ/1.0/hardware/electronics/RAMBo/ which identifies the board as | |||
As near as I can tell, the latest in firmware and other software lives at http://download.lulzbot.com/TAZ/1.0/software/current/firmware/Marlin/ | As near as I can tell, the latest in firmware and other software lives at http://download.lulzbot.com/TAZ/1.0/software/current/firmware/Marlin/ | ||
Lulzbot offers instructions on [https://www.lulzbot.com/content/re-flashing-your-3d-printers-firmware re-flashing your 3D | Lulzbot offers instructions on [https://www.lulzbot.com/content/re-flashing-your-3d-printers-firmware re-flashing your 3D printer’s firmware] and see also RepRap’s [https://www.reprap.org/wiki/Rambo_firmware RAMBo firmware] page. | ||
Because we neither have the original paperwork for the TAZ, nor were the EEPROM settings previously enabled, we may be forced to determine the ESTEPS settings via, IMHO, a method fraught with inaccuracy by trying to [https://ohai.lulzbot.com/project/extruder_calibration/calibration/ manually calibrate using the OHAI instructions]. | Because we neither have the original paperwork for the TAZ, nor were the EEPROM settings previously enabled, we may be forced to determine the ESTEPS settings via, IMHO, a method fraught with inaccuracy by trying to [https://ohai.lulzbot.com/project/extruder_calibration/calibration/ manually calibrate using the OHAI instructions]. | ||
== Adding a dynamic symlink to the | == Adding a dynamic symlink to the TAZ… == | ||
After massaging the OS with the procedures listed in [[Dynamic symlinks for 3D printers]] we see: | After massaging the OS with the procedures listed in [[Dynamic_symlinks_for_3D_printers|Dynamic symlinks for 3D printers]] we see: | ||
<pre>$ pronsole | <pre>$ pronsole | ||
WARNING:root:Could not setup DBus for sleep inhibition: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11 | WARNING:root:Could not setup DBus for sleep inhibition: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11 | ||
Welcome to the printer console! Type | Welcome to the printer console! Type "help" for a list of available commands. | ||
offline> | offline> | ||
Line 40: | Line 44: | ||
Free Memory: 5504 PlannerBufferBytes: 1232 | Free Memory: 5504 PlannerBufferBytes: 1232 | ||
TAZ PC> | TAZ PC> | ||
TAZ 21°> | TAZ 21°></pre> | ||
</pre> | |||
Note the details on the firmware. Namely: | Note the details on the firmware. Namely: | ||
Line 55: | Line 57: | ||
<pre>Ignoring bad library name <@pronterhost> | <pre>Ignoring bad library name <@pronterhost> | ||
The library | The library "U8glib-new" cannot be used. | ||
Library names must contain only basic letters and numbers. | Library names must contain only basic letters and numbers. | ||
(ASCII only and no spaces, and it cannot start with a number.) | (ASCII only and no spaces, and it cannot start with a number.)</pre> | ||
</pre> | Und zo, after tracking down the symbolic links and such… | ||
Und zo, after tracking down the symbolic links and | |||
<pre>sudo -i | <pre>sudo -i | ||
Line 69: | Line 69: | ||
$ mv /home/demo/Taz/Marlin/ArduinoAddons/Arduino_1.x.x/libraries/U8glib-new /home/demo/Taz/Marlin/ArduinoAddons/Arduino_1.x.x/libraries/U8glibNew | $ mv /home/demo/Taz/Marlin/ArduinoAddons/Arduino_1.x.x/libraries/U8glib-new /home/demo/Taz/Marlin/ArduinoAddons/Arduino_1.x.x/libraries/U8glibNew | ||
$ ln -s /home/demo/Taz/Marlin/ArduinoAddons/Arduino_1.x.x/libraries/U8glibNew . | $ ln -s /home/demo/Taz/Marlin/ArduinoAddons/Arduino_1.x.x/libraries/U8glibNew . | ||
$ exit | $ exit</pre> | ||
</pre> | |||
== Calibrating the TAZ == | == Calibrating the TAZ == | ||
<pre>$ pronsole | <pre>$ pronsole | ||
WARNING:root:Could not setup DBus for sleep inhibition: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.ScreenSaver was not provided by any .service files | WARNING:root:Could not setup DBus for sleep inhibition: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.ScreenSaver was not provided by any .service files | ||
Welcome to the printer console! Type | Welcome to the printer console! Type "help" for a list of available commands. | ||
offline | offline> connect /dev/TAZ 115200 | ||
Printer is now online | Printer is now online | ||
TAZ 21°> move z 10 | TAZ 21°> move z 10 | ||
Line 104: | Line 102: | ||
. | . | ||
. | . | ||
. | .</pre> | ||
</pre> | '''NOTE:''' Moving Z 10 “mm” resulted in the extruder assembly climbing WAY too high (especially compared to the multiple X movements which, even after 7 of them resulted in considerably less distance total.) | ||
(Extrusion repeated until green filament residue became clear filament.) At which point Bobby took over and deemed the current feed calibration to be “close enough” but the ESTEPS value is still unknown. | |||
BTW, Bobby says the '''Y''' calibration is '''0.24 mm per step'''. | |||
As of 2019.02.07… Downloading all the firmware: | |||
<pre>$ wget -r -np -R "index.html*" -e robots=off http://download.lulzbot.com/TAZ/1.0/software/current/firmware/Marlin/Marlin/</pre> | |||
In order to get the current settings from the TAZ, <code>EEPROM_SETTINGS</code> needs to be ''enabled'' which is apparently done in <code>Configuration.h</code> | |||
Hopefully, the arcane details can be ferreted out of the [http://marlinfw.org/docs/configuration/configuration.html Marlin Configuration,h documentation] |
Revision as of 01:19, 12 February 2019
TAZ v.1.0 Marlin firmware
Last edited by Ubuntourist ([email protected]) (kjc) 2019.02.07
See the HacDC wiki Lulzbot TAZ 1.0 entry
2019.01.17
Determining which version of the TAZ and connecting to it
The “newest” addition to our collection of 3D printers is actually the oldest: The Lulzbot TAZ is actually, a Lulzbot TAZ 1.0 (according to the serial number on the back: KT-PR0010-5147).
The index.html
at http://devel.lulzbot.com/TAZ/ says, among other things: *"B" - KT-PR0010 - TAZ 1.0
Using minicom
, the baud rate was determined to be 115200. Sending G28
to home it made it grind gears.
$ pronsole offline> connect /dev/ttyACM2 115200 ttyACM2 21°>
Eventually, I found http://download.lulzbot.com/TAZ/1.0/hardware/electronics/RAMBo/ which identifies the board as “based off of the Arduino MEGA” with “5 stepper drivers” and “5 MOSFET switched outputs” with documentation at http://reprap.org/wiki/rambo
As near as I can tell, the latest in firmware and other software lives at http://download.lulzbot.com/TAZ/1.0/software/current/firmware/Marlin/
Lulzbot offers instructions on re-flashing your 3D printer’s firmware and see also RepRap’s RAMBo firmware page.
Because we neither have the original paperwork for the TAZ, nor were the EEPROM settings previously enabled, we may be forced to determine the ESTEPS settings via, IMHO, a method fraught with inaccuracy by trying to manually calibrate using the OHAI instructions.
Adding a dynamic symlink to the TAZ…
After massaging the OS with the procedures listed in Dynamic symlinks for 3D printers we see:
$ pronsole WARNING:root:Could not setup DBus for sleep inhibition: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11 Welcome to the printer console! Type "help" for a list of available commands. offline> offline> connect /dev/TAZ 115200 start Printer is now online External Reset Marlin 1.0.0 Last Updated: 2013-03-06 | Author: LulzBot Compiled: Apr 17 2015 Free Memory: 5504 PlannerBufferBytes: 1232 TAZ PC> TAZ 21°>
Note the details on the firmware. Namely:
- Marlin 1.0.0
- Last Updated: 2013-03-06 | Author: LulzBot
- Compiled: Apr 17 2015
Fixing Arduino
The Arduino IDE complains
Ignoring bad library name <@pronterhost> The library "U8glib-new" cannot be used. Library names must contain only basic letters and numbers. (ASCII only and no spaces, and it cannot start with a number.)
Und zo, after tracking down the symbolic links and such…
sudo -i $ cd /usr/share/arduino/libraries $ rm U8glib-new $ mv /home/demo/Taz/Marlin/ArduinoAddons/Arduino_1.x.x/libraries/U8glib-new /home/demo/Taz/Marlin/ArduinoAddons/Arduino_1.x.x/libraries/U8glibNew $ ln -s /home/demo/Taz/Marlin/ArduinoAddons/Arduino_1.x.x/libraries/U8glibNew . $ exit
Calibrating the TAZ
$ pronsole WARNING:root:Could not setup DBus for sleep inhibition: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.ScreenSaver was not provided by any .service files Welcome to the printer console! Type "help" for a list of available commands. offline> connect /dev/TAZ 115200 Printer is now online TAZ 21°> move z 10 TAZ 21°> move x 10 TAZ 21°> move x 10 TAZ 21°> move x 10 TAZ 21°> move x 10 TAZ 21°> move x 10 TAZ 21°> move x 10 TAZ 21°> move x 10 TAZ 21°> settemp 215 Setting hotend temperature to 215.0 degrees Celsius. TAZ 21°> TAZ 21°/215°> TAZ 21°/215°> TAZ 21°/215°> TAZ 22°/215°> . . . TAZ 215°/215°> TAZ 215°/215°> extrude 10 TAZ 215°/215°> extrude 10 TAZ 215°/215°> extrude 10 TAZ 215°/215°> extrude 40 . . .
NOTE: Moving Z 10 “mm” resulted in the extruder assembly climbing WAY too high (especially compared to the multiple X movements which, even after 7 of them resulted in considerably less distance total.)
(Extrusion repeated until green filament residue became clear filament.) At which point Bobby took over and deemed the current feed calibration to be “close enough” but the ESTEPS value is still unknown.
BTW, Bobby says the Y calibration is 0.24 mm per step.
As of 2019.02.07… Downloading all the firmware:
$ wget -r -np -R "index.html*" -e robots=off http://download.lulzbot.com/TAZ/1.0/software/current/firmware/Marlin/Marlin/
In order to get the current settings from the TAZ, EEPROM_SETTINGS
needs to be enabled which is apparently done in Configuration.h
Hopefully, the arcane details can be ferreted out of the Marlin Configuration,h documentation