GithubHelp home page GithubHelp logo

dasteria / marlin-2.0-for-odin-5-f3 Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 5.0 9.32 MB

Tested Marlin 2.0 Source Code for FoKoos Odin 5-F3

License: GNU General Public License v3.0

Makefile 0.24% C 39.38% C++ 56.95% Python 0.65% Objective-C 0.05% JavaScript 0.34% HTML 1.73% CSS 0.04% Shell 0.55% NASL 0.01% GDB 0.01% OpenSCAD 0.04% G-code 0.02% Dockerfile 0.01%

marlin-2.0-for-odin-5-f3's Introduction

Mks-Robin-Nano-Marlin2.0-Firmware for FoKoos Odin 5-F3 3D Printer

Purpose

This is a fork of the MKS-Robin-Nano-Marlin2.0-Firwmare GitHub with configurations and changes made to specifically support the FOKOOS Odin 5-F3 ( and eventually F4 ) 3D printer.

Features

The printer firmware is based on that of the MKS Robin Nano, which itself is forked from Marlin2.0.x and adds the LittlevGL adds a colourful GUI and touch screen suport. LittlevGL support is being folded back into the main Marlin 2.0 firmware tree and at that point this firmware will be refactored to operate off that branch until everything can be folded back in the main line.

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 build it directly using PlatformIO Shell Commands

Or you can use IDEs that integrate PlatformIO Core(CLI), for example, VSCode and Atom. VSCode is recommended.

About the gcode file preview

MKS has developed a plugin for Cura to add image previews to the g-code files. It is compatible with Cura 4.4 and higher.

Image conversion for the "asset" directory

  • The Odin 5-F3 uses a 480x320 display for full-screen items such as the boot logo
  • Pay attention to the size of icons. You have to create them at the correct size.
  • 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

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

  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.

For more information and configuration options, please refer to Robin nano series Wiki

More information about the Robin Nano V1.X

Please refer to MKS Robin Nano github.

marlin-2.0-for-odin-5-f3's People

Contributors

martinbogo avatar

Watchers

 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.