In this tutorial we are going to learn how to update the Marlin version of your 3D printer. 

Marlin is the firmware that controls your 3D printer, installed in the board, it is opensource, costless and very powerful. We offer updated versions configurated for our kits.

 

Steps to follow:

  • Download or update Arduino IDE.

It is important using a recent version, as the firmware is not compatible with old versions and it could cause problems and incompatibilities. 
Link to download: https://www.arduino.cc/en/Main/Software

You can find Windows, Mac OS and Linux versions.

  • Install graphic library U8glib.

This library allows to use graphic LCDs swith symbols and characters. It is necessary to install it in order to use this type of LCD.
Link: https://code.google.com/archive/p/u8glib/downloads


Once downloaded the library, the installation is very simple. You have to follow the route: "Programme > Add Library > Add Library .ZIP..." and choose the file:

  • Download our Marlin firmware preconfigured. 

You can download it directly from our website, you can find it at the description of the kit in question:


  • Open our Marlin with a updated version of Arduino IDE and with the graphic library installed.

  • Select the Mega or Mega 2560 board.

  • Select processor ATmega2560 (Mega 2560)

 

  • Connect the 3D printer through USB connection

  • Select the port


When you connect the mega board, the programme will detect a new COM port, is that one which you must select to charge the board, the number changes depending on the PC hardware. 

 

  • Pulse button "Upload"

    Once done this, a couple of minutes process will start. If you have followed the steps correctly a confirmation message will be shown and your printer will be updated. 
     
  • Check that the firmware has been charged correctly: 
    It is recommendable to make the checkings of the last assembly video, as if you have chosen the configuration for another version you may damage your printer. 

Some points you can easly edit in the firmwate before uploading: 

  • Maximum temperature, you only need to update this line in theConfiguration.h file:
     

    #define HEATER_0_MAXTEMP 260

Where 0 is the hotend (Extruder 1 = Heater 0), and the value (260 in this case) is the maximum temperature in degrees Celsius. For a teflon version, 260ºC is the maximum temperature, and in an all metal version it can be increased optionally up to 290-300ºC.

  • LCD language, also in Configuration.h file:

    #define LCD_LANGUAGE es

Where "es" is the language the LCD will displayed. In the uppest lines you will find the complete list of available languages.

Frenquently Asqued Questions:

  • Is it necessary to updated the firmware?

No, but it is recommendable, as each version includes bug fixes, performance improvements and new features. Thus you can get benefit of it. The older versions remain available, so you can get a older version in case you want it. 

  • Can I install the firmware published by HTA3D in other printers?

Yes, but likely you may need to make some adjustments for each model, according to the size, endstops positions, etc. 

 

In order to make any modification you can check the official Marling guide: 

http://marlinfw.org/docs/configuration/configuration.html