Mainboard Software

firmware

firmware.bin file for easy upgrade Mainboard software. Download, unpack and copy firmware.bin file on Micro-SD card. Insert micro-SD card to Mainboard slot. Restart. After successful upgrade file renamed to firmware.cue

code

Upgrade project for the Mainboard. To be edited in Microsoft Visual Studio.

Display Software

code

Upgrade code for TFT Display. Download, unpack and copy files on SD card. Insert SD card to Display slot. Restart.

Ultimaker CURA Settings

START GCODE:
M107 ;fan off
G28 ;Home X/Y/Z
G29
G1 Z5.0 F300 ;move the head up 5mm
G92 E0 ;zero the extruded length
G1 Y5 X3 Z0.2 E2 F3000
G1 X100.0 E15 F1500
END CODE:
;Retract the filament
M104 S0 ;Set hotend temp to 0
M140 S0 ;Set bed temp to 0
G91 ;relative positioning
G1 Z+10 F300 ;move Z up a bit
G28 X0 Y0 ;Home X and Y axis
G1 Y0 F2000
M84 ;steppers off
G90 ;absolute positioning