Skip to content

My flavor of Marlin for my Hypercube Evolution build, running off of an MKS Robin Nano v1.2 with a 300mm^3 build volume.

License

Notifications You must be signed in to change notification settings

dgorbunov/Marlin-HEVO

 
 

Repository files navigation

Mks-Robin-Nano-Marlin2.0-Firmware

Features

The firmware of Mks Robin Nano, based on Marlin2.0.x(The based version is based on Marlin2.0.5), added the LittlevGL, supporting colourful GUI and touch screen. It is developed on PlatformIO, we hope more and more developers will participate the development of this repository.

Build

As the firmware is based on Marlin2.0.x which is built on the core of PlatformIO, the buid compiling steps are the same as Marlin2.0.x. You can directly using PlatformIO Shell Commands, or using IDEs contain built-in PlatformIO Core(CLI), for example, VSCode and Atom. VSCode is recommended.

About the gcode file preview

The images should be added to gcode file when slicing, and MKS has developed the plugin for Cura to make it.

About the image conversion

  • Open LVGL online image converter tool.
  • Open bmp images.
  • Enter the saved file name.
  • Choose color format:True color.
  • Choose file output format:Binary RGB565.
  • Start convertion.
  • Save bin file.
  • Copy the converted bin file to the assets folder.
  • Copy the assets folder to the SD card.
  • SD card is connected to the motherboard, and you can see the update interface after powering on.

MKS Robin Nano V1.2 build and update firmware

  1. Build config:
  • default_envs = mks_robin_nano35
  • #define MOTHERBOARD BOARD_MKS_ROBIN_NANO
  • #define TFT_LVGL_UI_FSMC
  1. Update firmware:
  • Enter the .pio\build\mks_robin_nano35 directory, copy the assets folder and Robin_nano35.bin to the sd card
  • SD card is connected to the motherboard, and you can see the update interface after powering on.

MKS Robin Nano V2.0 build and update firmware

  1. Build config:
  • default_envs = mks_robin_nano35
  • #define MOTHERBOARD BOARD_MKS_ROBIN_NANO_V2
  • #define TFT_LVGL_UI_SPI
  1. Update firmware:
  • Enter the .pio\build\mks_robin_nano35 directory, copy the assets folder and Robin_nano35.bin to the sd card
  • SD card is connected to the motherboard, and you can see the update interface after powering on.

Others functional configuration

Please refer to MKS-Robin-Nano-V2 wiki.

More information about the Robin Nano

Please refer to MKS Robin Nano github.

About

My flavor of Marlin for my Hypercube Evolution build, running off of an MKS Robin Nano v1.2 with a 300mm^3 build volume.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 71.4%
  • C 24.5%
  • Objective-C 2.3%
  • Python 0.8%
  • Shell 0.6%
  • Makefile 0.2%
  • Other 0.2%