Giter VIP home page Giter VIP logo

daniel-scatigno / mks-robin-nano-marlin2.0-mycorexy-firmware Goto Github PK

View Code? Open in Web Editor NEW

This project forked from makerbase-mks/mks-robin-nano-marlin2.0-firmware

0.0 0.0 0.0 19.07 MB

The firmware of Mks Robin Nano, based on Marlin-2.0.x, adding the color GUI.

License: GNU General Public License v3.0

Shell 0.66% JavaScript 0.36% C++ 65.13% Python 0.70% C 32.53% CSS 0.04% OpenSCAD 0.04% Makefile 0.25% HTML 0.26% GDB 0.01% Dockerfile 0.01% G-code 0.02% NASL 0.01%

mks-robin-nano-marlin2.0-mycorexy-firmware's Introduction

Mks-Robin-Nano-Marlin2.0-Firmware

Features

The firmware of MKS Robin Nano V1.x/V2.0/V3.x, and MKS Eagle, based on Marlin2.0.x, 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.

Firmware Can be run on Robin Nano V1.x / V2.x boards and V3.x boards

MKS Robin Nano V1.x build and update firmware

  1. Build config:
  • platformio.ini:

    default_envs = mks_robin_nano35

  • Configuration.h:
    #define SERIAL_PORT 3
    #define MKS_ROBIN_TFT35
    #define MOTHERBOARD BOARD_MKS_ROBIN_NANO
    #define TFT_LVGL_UI
    #define TOUCH_SCREEN

  • Configuration_adv.h:
    //#define USB_FLASH_DRIVE_SUPPORT
    //#define MULTI_VOLUME

  1. Update firmware:
  • Enter the .pio\build\mks_robin_nano35 directory, copy the assets folder and Robin_nano35.bin to the sd card
  • Insert SD card to the motherboard, and you can see the update interface after power on.

MKS Robin Nano V1.3 & Nano-S V1.3 build and update firmware

  1. Build config:
  • platformio.ini:

    default_envs = mks_robin_nano_v1_3_f4

  • Configuration.h:
    #define SERIAL_PORT 3
    #define MKS_ROBIN_TFT35
    #define MOTHERBOARD BOARD_MKS_ROBIN_NANO_V1_3_F4 #define TFT_LVGL_UI
    #define TOUCH_SCREEN

  • Configuration_adv.h:
    //#define USB_FLASH_DRIVE_SUPPORT
    //#define MULTI_VOLUME

  1. Update firmware:
  • Enter the .pio\build\mks_robin_nano35 directory, copy the assets folder and Robin_nano35.bin to the sd card
  • Insert SD card to the motherboard, and you can see the update interface after power on.

MKS Robin Nano V2.x build and update firmware

  1. Build config:
  • platformio.ini:

    default_envs = mks_robin_nano35

  • Configuration.h:
    #define SERIAL_PORT 3
    #define MKS_TS35_V2_0
    #define MOTHERBOARD BOARD_MKS_ROBIN_NANO_V2
    #define TFT_LVGL_UI
    #define TOUCH_SCREEN

  • Configuration_adv.h:
    //#define USB_FLASH_DRIVE_SUPPORT
    //#define MULTI_VOLUME

  1. Update firmware:
  • Enter the .pio\build\mks_robin_nano35 directory, copy the assets folder and Robin_nano35.bin to the sd card
  • Insert SD card is to the motherboard, and you can see the update interface after power on.

MKS Robin Nano V3.x build and update firmware

  1. Build config:
  • platformio.ini:

    default_envs = mks_robin_nano_v3_usb_flash_drive

  • Configuration.h:
    #define SERIAL_PORT -1
    #define MKS_TS35_V2_0
    #define MOTHERBOARD BOARD_MKS_ROBIN_NANO_V3
    #define TFT_LVGL_UI
    #define TOUCH_SCREEN

  • Configuration_adv.h:
    After 2021.6.7, you can use the multi-volume function.
    Use the TF card and USB disk together:
    #define USB_FLASH_DRIVE_SUPPORT
    Only use TF card:
    // #define USB_FLASH_DRIVE_SUPPORT

  1. Update firmware:
  • Enter the .pio\build\mks_robin_nano35 directory, copy the assets folder and Robin_nano_v3.bin to the sd card or usb disk
  • Insert sdcard or usb disk to the motherboard, and you can see the update interface after power on.
  1. Example build config:
  1. Prebuilt *.bin firmware for update
  • We have prebuilt the robin nano v3 firmware for some type of printers and some extended usage.

MKS Eagle build and update firmware

1.Build config:

  • platformio.ini:

    default_envs = mks_eagle_usb_flash_drive

  • Configuration.h:

    #define SERIAL_PORT -1
    #define MKS_TS35_V2_0
    #define MOTHERBOARD BOARD_MKS_EAGLE
    #define TFT_LVGL_UI
    #define TOUCH_SCREEN

  • Configuration_adv.h:
    After 2021.6.7, you can use the multi-volume function.
    Use the TF card and USB disk together:
    #define USB_FLASH_DRIVE_SUPPORT
    Only use TF card:
    // #define USB_FLASH_DRIVE_SUPPORT

2、Update firmware:

  • Enter the .pio\build\mks_eagle_usb_flash_drive directory, copy the assets folder and mks_eagle.bin to the sd card or usb disk
  • Insert sdcard or usb disk to the motherboard, and you can see the update interface after power on.

For more function configuration, please refer to Robin nano series Wiki

More information about the Robin Nano V1.X

Please refer to MKS Robin Nano github.

More information about the Robin Nano V2.X

Please refer to MKS Robin Nano V2 github.

More information about the Robin Nano V3.X

Please refer to MKS Robin Nano V3 github.

Note

mks_link

mks-robin-nano-marlin2.0-mycorexy-firmware's People

Contributors

mks-sean avatar chlorel avatar malderin avatar solawc avatar makerbase-mks avatar kokorone avatar roguem avatar daniel-scatigno avatar fourmi avatar stream2me avatar urknallbigbang avatar projectpatatoe avatar ms1987 avatar danielscatigno-ncpc avatar kanocz avatar jazzatar avatar clayblock avatar ea1giy avatar elkin-vasily avatar willianrampazzo avatar ahalekelly avatar nictronik99 avatar phcay avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.