marlin2_a10m/Marlin/src/config/examples/Creality/Ender-3
Chris Pepper 4ab433d391 Fix binary protocol with one serial port (#13270)
- The `sdcard.transfer_port` variable is Marlin's internal serial port index, not the physical serial port number.
- Added packet number to "ok" response so hosts don't need to wait for the ACK.
- Renamed feature to `BINARY_FILE_TRANSFER`, as the speed up is only consequential to the ability to transfer binaries over serial.
2019-02-27 19:57:48 -06:00
..
_Bootscreen.h Update copyright in headers 2019-02-12 15:30:11 -06:00
_Statusscreen.h Update copyright in headers 2019-02-12 15:30:11 -06:00
Configuration.h Add PHOTO_GCODE option, photo trigger physical move (#13168) 2019-02-14 15:09:35 -06:00
Configuration_adv.h Fix binary protocol with one serial port (#13270) 2019-02-27 19:57:48 -06:00
README.md Ender-3 config files (#10585) 2018-05-01 06:44:50 -05: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.