Marlin_Firmware/Marlin/src/config/examples/Creality/Ender-2
Marcio Teixeira c24dbcbfe1 When STATUS_EXPIRE_SECONDS is 0, hide the position. (#10081)
Some users may prefer to hide the position updates on the `LIGHTWEIGHT_UI` altogether. This leads to an even less cluttered display (it also saves on SPI traffic and one byte of RAM).
2018-03-14 02:44:30 -05:00
..
_Bootscreen.h [2.0.x] Creality Ender-4 configuration (#9803) 2018-02-24 22:11:11 -06:00
_Statusscreen.h [2.0.x] Creality Ender-4 configuration (#9803) 2018-02-24 22:11:11 -06:00
Configuration_adv.h When STATUS_EXPIRE_SECONDS is 0, hide the position. (#10081) 2018-03-14 02:44:30 -05:00
Configuration.h [2.0.x] Make MIN_PROBE_EDGE a general option (for electronic probes) (#10069) 2018-03-13 01:15:22 -05:00
README.md [2.0.x] Creality Ender-4 configuration (#9803) 2018-02-24 22:11:11 -06:00

Creality Ender Support

This branch is a reverse-engineered version based on the unpublished firmware from Creality. It is not the authoritative source, but has been carefully re-built by looking at their firmware and inferring the base version and configuration they used. The basis is the firmware version from "Jul 31 2017 10:16:30". It is based on Marlin 1.0.1, because

  • 1.0.0 had very different serial output in setup() and overall code structure.
  • 1.0.2 changed the VERSION_STRING to include a leading space, and lcd_init uses SET_INPUT instead of pinMode.

Configurations were found by seeing what code was compiled into the firmware, and constants used there.

For U8Glib, at least version 1.14 and at most 1.17 is used, because

  • 1.12 didn't have the extra speed argument to u8g_InitCom.
  • 1.13 didn't have the soft reset instruction for UC1701 initialization.
  • 1.18 has a new directory structure.

Bitmaps

The bootscreen and custom status screens come from Creality's firmware.