InsanityAutomation bf8b38e0f7 Relocate configs above Marlin/src folder (#13299) | 5 lat temu | |
---|---|---|
.. | ||
Configuration.h | 5 lat temu | |
Configuration_adv.h | 5 lat temu | |
README.md | 5 lat temu | |
_Bootscreen.h | 5 lat temu | |
_Statusscreen.h | 5 lat temu |
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
setup()
and overall code structure.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
The bootscreen and custom status screens come from Creality’s firmware.