My Marlin configs for Fabrikator Mini and CTC i3 Pro B
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Scott Lahteine 17d984eab3 Add RESTORE_LEVELING_AFTER_G28 to example configs 7年前
..
Configuration.h Add RESTORE_LEVELING_AFTER_G28 to example configs 7年前
Configuration_adv.h [2.0.x] LIN_ADVANCE v1.5 (#9712) 7年前
README.md Creality Ender 2/4 configuration 7年前
_Bootscreen.h Reduce Creality3D bootscreens flash usage (#9752) 7年前
_Statusscreen.h Fix up _Bootscreen.h and _Statusscreen.h 7年前

README.md

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.