Project Dashboard Firmware Flashing Installing Your 3D Printer Firmware Workflow

1 Getting Started

NOTE:

This method is no longer recommended. Use Cura LulzBot Edition to update your firmware.

Before beginning, make sure you download and save the following files to your desktop or other memorable location. If you have any questions or require assistance contact us at support@lulzbot.com.

Files Needed:

Recommended Software Tools:

2 Extract The Files

Extract the files to a memorable location.We recommend a new folder on your Desktop, or a new folder in your Home folder.

  • Extract the Firmware archive. Once extracted, you should have the following folders:

    • Marlin
    • ArduinoAddons
  • If your firmware archive does not contain ArduinoAddons the file is available HERE.

  • Open the folder ArduinoAddons and leave the window open.

3 Install the Arduino IDE

  • Windows:

    • Open the folder containing the file arduino-1.0.5-windows.exe.
    • Launch the installer by double clicking.
    • During the program installation process, make sure to note the installation directory. We'll open this directory in the next step.
  • Linux:

    • Open the folder containing the .tgz archive.
    • Extract the contents of the archive and note the destination location.
  • Mac:

    • Open the folder containing the file arduino-1.0.5-macosx.zip.
    • Drag and drop the Arduino-1.0.5.app file into the Application tray or the App menu

4 Open Arduino Installation Location

  • Windows:

    • Open the Arduino installation location. Most users will find this at C:\Program Files (x86)\Arduino
    • Leave the window open and off to the side.
  • Linux

    • Open the Arduino file location
  • Mac

    • Open the following location: My Documents\Arduino

5 Merge the Folders

  • In the ArduinoAddons folder from the earlier step, open the Arduino_1_xx folder then select and drag the contents of the libraries folder and any other folders within this directory to the libraries folder from the previous step.

  • You may be promped to verify the action, if given a choice, select Merge.

  • If prompted again, select Overwrite or Replace.

  • Once the copy/transfer finishes, Open the Arduino IDE.

If you have having difficulties, a Windows modification guide can be found here

6 Open Marlin in the Arduino IDE

  • Open the Arduino IDE.

  • Select File > Open .

  • Navigate to the folder containing the Marlin folder you previously extracted.

  • Open the file titled Marlin.ino or Marlin.

  • Once opened, you should see multiple tabs across the top of the Arduino IDE window.

7 Edit Configuration.h

  • Locate and select the tab titled: Configuration.h

  • In the menu, select Edit > Find.

  • Search for the following text:

    DEFAULT_AXIS_STEPS_PER_UNIT

8 Update Steps Per Unit

If your TAZ 3D printer has an LCD, you can find the view the ESteps value. This figure can also be found in your paperwork, on the Test Acceptance Record labeled: E0.

  • On your Graphical LCD controller, use the controller knob to navigate to:

    • Configuration > Motion > Esteps/mm and record the 3 digit value.
  • In the Arduino IDE, on the Configuration.h tab, update the information found in:

    DEFAULT_AXIS_STEPS_PER_UNIT

  • You will need to update the last 800 number with the Estep value found earlier. If you do not have the Esteps information you will need to update the last 800 number with a temporary Estep value of 840. You will need to perform extruder calibration after verifying printer operations. A guide on doing so can be found here.

  • Once changed save the modifications by pressing CTRL & S or by selecting in the menu File > Save.

9 Upload the Firmware

  • Power on the printer and connect the TAZ to your computer with the supplied USB cable.

  • Once connected, in the Arduino IDE menu, select:

    • Tools > Board and select Arduino Mega 2560 or Mega ADK.
    • Tools > Serial Port and select your local active serial port.
  • Upload the firmware to the TAZ 3D printer by selecting File > Upload Sketch or by pressing Ctrl & U.

  • The firmware will now compile, then will upload to the board. Once finished, the Arduino IDE will display a completion message.

  • Disconnect the TAZ from your computer and turn it off, then back on.

10 Verify Functionality

  • With your TAZ 3D printer powered back on, conect through USB and Pronterface to verify that the temperature displayed for both the hot end and the heated bed matches the ambient temperature of the room.

  • Home the printer, bring it up to printing temperature and perform a test print with your TAZ 3D printer.

Done! Take me home