Anycubic custom Marlin firmware
Go to file
David Ramiro 6957194af3
Initial commit
Using TMC2208 in standalone mode, I've inverted the stepper direction to match Anycubics pin layout. M110 memory watcher was removed due to redundancy and - ironically - to save memory.
2018-11-16 10:32:01 +01:00
Marlin Initial commit 2018-11-16 10:32:01 +01:00
buildroot Initial commit 2018-11-16 10:32:01 +01:00
.gitattributes Initial commit 2018-11-16 10:32:01 +01:00
.travis.yml Initial commit 2018-11-16 10:32:01 +01:00
LICENSE Initial commit 2018-11-16 10:32:01 +01:00
README.md Initial commit 2018-11-16 10:32:01 +01:00
platformio.ini Initial commit 2018-11-16 10:32:01 +01:00
process-palette.json Initial commit 2018-11-16 10:32:01 +01:00

README.md

Anycubic i3 Mega Marlin Firmware with TFT support

This is my slightly customized version of the Marlin Firmware, gratefully based on derhopp's repo with his remarkable efforts to get the Anycubic i3 Mega TFT screen to work.

I am running this version on an i3 Mega Ultrabase V3 (for distinction of the different versions, check this Thingiverse thread) with FYSETC TMC2208 V1.2 installed. Basically, this should work on every Ultrabase version that has no bed leveling sensor and two Z-axis endstops.

Why use this?

While the i3 Mega is a great printer for it's price and produces fantastic results in stock, there are some issues that are easily addressed:

  • Very loud stock stepper motor drivers, easily replaced by Watterott or FYSETC TMC2208. -- To do that, you'd usually have to flip the connectors on the board, this is not necessary using this firmware.
  • Fairly loud fans, while almost every one of them is easily replaced, the stock FW only gives out 9V instead of 12V on the parts cooling fan so some fans like Noctua don't run like they should. This is fixed in this firmware.
  • Thermal runaway protection: Reducing fire risk by detecting a faulty or misaligned thermistor.

Changes:

  • Thermal runaway protection enabled
  • TMC2208 configured in standalone mode
  • Stepper orientation flipped (you don't have to flip the connectors on the board anymore)
  • Some redundant code removed to save memory
  • 12V capability on FAN0 (parts cooling fan) enabled

Additional features by derhopp:

  • Subdirectory support: you have to press the round arrow after selecting a directory
  • Special menu in the SD file menu: you have to press the round arrow after selecting a special menu item

Todo:

  • Tweak TMC2208 steps

About Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. First created in 2011 for RepRap and Ultimaker printers, today Marlin drives a majority of the world's most popular 3D printers. Marlin delivers outstanding print quality with unprecedented control over the process.

Coverity Scan Build Status Travis Build Status Flattr Us!

Contributing to Marlin

If you have coding or writing skills you're encouraged to contribute to Marlin. You may also contribute suggestions, feature requests, and bug reports through the Marlin Issue Queue.

Before contributing, please read our Contributing Guidelines and Code of Conduct.

Marlin Resources

Credits

Marlin's administrators are:

Notable contributors include:

License

Marlin is published under the GPLv3 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.