FB-G6 / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
http://marlinfw.org
GNU General Public License v3.0
70 stars 10 forks source link

Flying Bear logo

Flying Bear 3D Printer Custom Firmware

GPL-V3.0 License Last Release Date CI Status

FB-G6 (Marlin) description:

Custom firmware for FBG6 (ColorUI interface).

Features / Функциональность

Changelog

See releases page.

Supported 3D Printers

Platform 3D printer
STM32F407 - STM32F417 ARM® Cortex-M4 Flying bear Ghost 6

Firmware installation / Установка прошивки

🇬🇧

  1. Download required version from releases page.
  2. Unpack firmware.bin into the root of printer's microsd flash card.
  3. Insert flash card into the printer and turn on the power.
  4. After successful installation, you need to re-initialize the EEPROM: Settings -> Advanced Settings -> Initialize EEPROM.

🇷🇺

  1. Скачать со страницы релизов требуемую версию под нужный термистор.
  2. Распаковать firmware.bin из скачанного архив в корень microsd-карточки принтера.
  3. Вставить microsd в принтер и включить питание.
  4. После установки рекомендуется переинициализировать EEPROM: нажать на зеленую галку если принтер предложит это сделать при включении или Настройки -> Другие настройки -> Инициализ. EEPROM.

BLTouch / 3DTouch

Mount adapters:

FB-G6 (Marlin) Support

The Issue Queue is reserved for Bug Reports and Feature Requests. To get help with configuration and troubleshooting, please use the following resources:

Administration

Regular users can open and close their own issues, but only the administrators can do project-related things like add labels, merge changes, set milestones, and kick trolls. The current FB-G6 (Marlin) admin team consists of:

🇷🇺  **Kirill**       [@adequator](https://github.com/adequator) 🇷🇺  **Pavel**       [@Zar_Asura](https://github.com/Zar-Asura) 🇷🇺  **Vladimir**       [@big-vl](https://github.com/big-vl)

Building FB-G6 (Marlin)

Install PlatformIO

Linux:

source ~/.platformio/penv/bin/activate
platformio run -e mks_robin_nano_v3

Simulator mode (Linux):

# Activate virtual env
source ~/.platformio/penv/bin/activate
# Change Configuration.h un comment
# #define MOTHERBOARD BOARD_LINUX_RAMPS  // Config for Simulator mode
# Run and build simulator
platformio run -e simulator_linux_release
# Run simulator mode
.pio/build/simulator_linux_release/MarlinSimulator

License

FB-G6 (Marlin) is published under the GPL license because we believe in open development. The GPL comes with both rights and obligations. Whether you use FB-G6 (Marlin) firmware as the driver for your open or closed-source product, you must keep FB-G6 (Marlin) open, and you must provide your compatible FB-G6 (Marlin) source code to end users upon request. The most straightforward way to comply with the FB-G6 (Marlin) license is to make a fork of FB-G6 (Marlin) on Github, perform your modifications, and direct users to your modified fork.

While we can't prevent the use of this code in products (3D printers, CNC, etc.) that are closed source or crippled by a patent, we would prefer that you choose another firmware or, better yet, make your own.