User Tools

Site Tools


firmware_update_procedure

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
firmware_update_procedure [2016/06/14 01:09]
admin
firmware_update_procedure [2019/05/16 10:42] (current)
Line 1: Line 1:
 +===== M150 =====
 +
 +Download: ​
 +  * [[http://​malyansys.com/​download/​firmware-m150.rar| Firmware for M150]] (updated at 2016-4-18)
 +
 +Note: Two firmware available for M150, user can choose Repetier-firmware or Marlin
 +
 +Firmware updater usage:
 +  - Power off printer.
 +  - Press center button on panel.
 +  - Power up printer, please keep center button pressed.
 +  - Release center button.
 +  - Look up COM port from windows device manager. Type below command into windows console: avrdude.exe -v -p atmega1284p -c arduino -P com4 -b 57600 -V -U flash:​w:​marlin.hex
 +  - Reboot printer if necessary.
 +
 +Source Code:
 +
 +  * All open source code is in Malyan System official github: [[https://​github.com/​MalyanSystem/​Malyan-M150-Marlin]]
 +
 +
 +===== M180 =====
 +
 +==== Motion Controller ====
 +Firmware updater usage:
 +  - Power off printer.
 +  - Press center button on panel.
 +  - Power up printer, please keep center button pressed.
 +  - Release center button.
 +  - Look up COM port from windows device manager. Type below command into windows console(Require administrator privilage): update.exe -P COM4
 +  - Reboot printer if necessary.
 +
 +Download:
 +   * [[http://​malyansys.com/​download/​up.exe| Latest Firmware for M180]] (updated at 2015-7-26), enhance support for Makerware 3.7
 +   * [[http://​malyansys.com/​download/​update-M180.exe| Firmware for M180]]
 +   * [[http://​malyansys.com/​download/​update-M180-OEM.exe| OEM version firmware for M180]]
 +   * [[http://​malyansys.com/​download/​update-W150.exe| Firmware for W150]]
 +
 +==== GUI ====
 +GUI update procedure:
 +  - Power off printer.
 +  - Press center button on panel.
 +  - Power up printer, please keep center button pressed.
 +  - Release center button.
 +  - Push center button again to switch to LCD update mode. 
 +  - Execute GUI_UPDATE.EXE,​ select UPDATE_S.bin and correct COM port.
 +  - Start update
 +
 +GUI firmware download link:
 +
 +   * [[http://​www.malyansys.com/​download/​GUI_UPDATE.EXE| GUI_UPDATE]]
 +   * [[http://​www.malyansys.com/​download/​UPDATE_S.bin| LCD Firmware for M180]]
 +
 +==== Experimental firmware ====
 +
 +!!Please note, experimental firmware is only for testing purpose!!
 +
 +Some users have difficulty with avrdude, please choose m2560 part and stk500v1 programmer in command line. 
 +
 +Reduced cooling fan speed for ABS: 
 +   * [[http://​malyansys.com/​download/​exp20151102.exe| Experimental Firmware for M180]] (updated at 2015-11-2)
 +
 +Marlin firmware, accept plain text GCode:
 +   * [[http://​malyansys.com/​download/​exp20151214.exe| Experimental Marlin Firmware]] (updated at 2015-12-14) First port of Marlin
 +   * [[http://​malyansys.com/​download/​exp20160103.exe| Experimental Marlin Firmware]] (updated at 2016-01-03) Changed default parameters, enabled EEPROM support. ​
 +