gitverse new year логотип

Marlin-2.0.8.2.x-SKR-mini-E3-V2.0-ANET-A6

Форк
0

2 года назад
2 года назад
2 года назад
2 года назад
2 года назад
2 года назад
2 года назад
2 года назад
2 года назад
2 года назад
2 года назад
2 года назад
2 года назад
2 года назад
2 года назад
README.md

Marlin 2.0 firmware for Anet A6 > board BigTreeTech SKR Mini E3 2.0

Дефолтная Marlin прошивка собранная с оригинального исходника Marlin 2.0 под принтер Anet A6 и материнкой BigTreeTech SKR Mini E3 2.0

Конфиг файлы, для того чтобы собрать или поправить параметры под себя и уже готовый bin файл чтобы прошить и забыть. Плата BigTreeTech SKR Mini E3 2.0 со всеми родными головами, датчиками, моторами, концевиками и прочим. необходимо только перепиновать Монитор и концевики.

В прошивке включен BLtoutch! Проект собирается проще всего без бунов с танцами через VSCODE + Platformio (его конфиг под эту плату тоже лежит в репе)

Marlin 3D Printer Firmware

GitHub GitHub contributors GitHub Release Date Build Status

Additional documentation can be found at the Marlin Home Page. Please test this firmware and let us know if it misbehaves in any way. Volunteers are standing by!

Marlin 2.0 Bugfix Branch

Not for production use. Use with caution!

Marlin 2.0 takes this popular RepRap firmware to the next level by adding support for much faster 32-bit and ARM-based boards while improving support for 8-bit AVR boards. Read about Marlin's decision to use a "Hardware Abstraction Layer" below.

This branch is for patches to the latest 2.0.x release version. Periodically this branch will form the basis for the next minor 2.0.x release.

Download earlier versions of Marlin on the Releases page.

Building Marlin 2.0

To build Marlin 2.0 you'll need Arduino IDE 1.8.8 or newer or PlatformIO. We've posted detailed instructions on Building Marlin with Arduino and Building Marlin with PlatformIO for ReArm (which applies well to other 32-bit boards).

Hardware Abstraction Layer (HAL)

Marlin 2.0 introduces a layer of abstraction so that all the existing high-level code can be built for 32-bit platforms while still retaining full 8-bit AVR compatibility. Retaining AVR compatibility and a single code-base is important to us, because we want to make sure that features and patches get as much testing and attention as possible, and that all platforms always benefit from the latest improvements.

Current HALs

AVR (8-bit)

boardprocessorspeedflashsramlogicfpu
Arduino AVRATmega, ATTiny, etc.16-20MHz64-256k2-16k5Vno

DUE

boardsprocessorspeedflashsramlogicfpu
Arduino Due, RAMPS-FD, etc.SAM3X8E ARM-Cortex M384MHz512k64+32k3.3Vno

ESP32

boardprocessorspeedflashsramlogicfpu
ESP32Tensilica Xtensa LX6160-240MHz variants------3.3V---

LPC1768 / LPC1769

boardsprocessorspeedflashsramlogicfpu
Re-ARMLPC1768 ARM-Cortex M3100MHz512k32+16+16k3.3-5Vno
MKS SBASELPC1768 ARM-Cortex M3100MHz512k32+16+16k3.3-5Vno
Selena CompactLPC1768 ARM-Cortex M3100MHz512k32+16+16k3.3-5Vno
Azteeg X5 GTLPC1769 ARM-Cortex M3120MHz512k32+16+16k3.3-5Vno
SmoothieboardLPC1769 ARM-Cortex M3120MHz512k64k3.3-5Vno

SAMD51

boardsprocessorspeedflashsramlogicfpu
Adafruit Grand Central M4SAMD51P20A ARM-Cortex M4120MHz1M256k3.3Vyes

STM32F1

boardsprocessorspeedflashsramlogicfpu
Arduino STM32STM32F1 ARM-Cortex M372MHz256-512k48-64k3.3Vno
Geeetech3D GTM32STM32F1 ARM-Cortex M372MHz256-512k48-64k3.3Vno

STM32F4

boardsprocessorspeedflashsramlogicfpu
STEVAL-3DP001V1STM32F401VE Arm-Cortex M484MHz512k64+32k3.3-5Vyes

Teensy++ 2.0

boardsprocessorspeedflashsramlogicfpu
Teensy++ 2.0AT90USB128616MHz128k8k5Vno

Teensy 3.1 / 3.2

boardsprocessorspeedflashsramlogicfpu
Teensy 3.2MK20DX256VLH7 ARM-Cortex M472MHz256k32k3.3V-5Vyes

Teensy 3.5 / 3.6

boardsprocessorspeedflashsramlogicfpu
Teensy 3.5MK64FX512VMD12 ARM-Cortex M4120MHz512k192k3.3-5Vyes
Teensy 3.6MK66FX1M0VMD18 ARM-Cortex M4180MHz1M256k3.3Vyes

Teensy 4.0 / 4.1

boardsprocessorspeedflashsramlogicfpu
Teensy 4.0IMXRT1062DVL6A ARM-Cortex M7600MHz1M2M3.3Vyes
Teensy 4.1IMXRT1062DVJ6A ARM-Cortex M7600MHz1M2M3.3Vyes

Submitting Patches

Proposed patches should be submitted as a Pull Request against the (bugfix-2.0.x) branch.

  • This branch is for fixing bugs and integrating any new features for the duration of the Marlin 2.0.x life-cycle.
  • Follow the Coding Standards to gain points with the maintainers.
  • Please submit Feature Requests and Bug Reports to the Issue Queue. Support resources are also listed there.
  • Whenever you add new features, be sure to add tests to
    buildroot/tests
    and then run your tests locally, if possible.
    • It's optional: Running all the tests on Windows might take a long time, and they will run anyway on GitHub.
    • If you're running the tests on Linux (or on WSL with the code on a Linux volume) the speed is much faster.
    • You can use
      make tests-all-local
      or
      make tests-single-local TEST_TARGET=...
      .
    • If you prefer Docker you can use
      make tests-all-local-docker
      or
      make tests-all-local-docker TEST_TARGET=...
      .

RepRap.org Wiki Page

Credits

The current Marlin dev team consists of:

License

Marlin is published under the GPL license because we believe in open development. The GPL comes with both rights and obligations. Whether you use Marlin firmware as the driver for your open or closed-source product, you must keep Marlin open, and you must provide your compatible Marlin source code to end users upon request. The most straightforward way to comply with the Marlin license is to make a fork of 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.

Описание

Языки

C++

  • Python
  • Shell
  • GDB
  • G-code
  • CSS
  • Dockerfile
  • Makefile
  • C
  • OpenSCAD
  • JavaScript
  • HTML
Сообщить о нарушении

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.