Custom firmware for FBG6 (ColorUI interface).
- Based on Marlin 2.1.2
- Linear Advance enabled
- MKS WiFi module
- Prebuild versions for bltouch available
- Languages: 🇬🇧/🇷🇺
See releases page.
Platform | 3D printer |
---|---|
STM32F407 - STM32F417 ARM® Cortex-M4 | Flying bear Ghost 6 |
🇬🇧
- Download required version from releases page.
- Unpack
firmware.bin
into the root of printer's microsd flash card. - Insert flash card into the printer and turn on the power.
- After successful installation, you need to re-initialize the EEPROM:
Settings -> Advanced Settings -> Initialize EEPROM
.
🇷🇺
- Скачать со страницы релизов требуемую версию под нужный термистор.
- Распаковать
firmware.bin
из скачанного архив в корень microsd-карточки принтера. - Вставить microsd в принтер и включить питание.
- После установки рекомендуется переинициализировать EEPROM: нажать на зеленую галку если принтер предложит это сделать при включении или
Настройки -> Другие настройки -> Инициализ. EEPROM
.
Mount adapters:
🇬🇧 Install bltouch version of this firmware. Connecting module with board: The 2-pin connector from bltouch should be connected to the printer board in place of the Z endstop (marked Z-
on the board). 3-pin connector - in the lower left corner (relative to the side of the printer) of the board, next to the bltouch marking. To access the connector, you need to remove the buzzer from the first revision of the printer. Check wire labels.
🇷🇺 Документация на Wiki
Требуется установить bltouch-версию этой прошивки. Подключение датчика:
2х контактный разъем от bltouch следует подключать в плату принтера вместо концевика Z (на плате маркировка Z-
).
3х контактный разъем -- в нижний левый угол (относительно стороны принтера) платы, рядом с маркировкой bltouch. Для доступа к разъему требуется снять пищалку с первой ривизии принтера.
Сверьте маркировку проводов.
The Issue Queue is reserved for Bug Reports and Feature Requests. To get help with configuration and troubleshooting, please use the following resources:
- FB-G6 (Marlin) - Discuss in Telegram issues with FB-G6 (Marlin) users and developers (russian-speaking community)
- Marlin Configuration on YouTube
- Marlin Documentation - Official Marlin documentation
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 |
🇷🇺 Pavel @Zar_Asura |
🇷🇺 Vladimir @big-vl |
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
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.