From 2ef7175b42aa74a04abecb885435d1fb2a372845 Mon Sep 17 00:00:00 2001 From: Emilio Moretti Date: Mon, 8 Oct 2018 21:57:44 -0300 Subject: [PATCH] Update Ender-2 BED_MAXTEMP (#12042) Also added details to the README to make sure the Ender-2 status is properly documented. --- .../examples/Creality/Ender-2/Configuration.h | 2 +- .../config/examples/Creality/Ender-2/README.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/Marlin/src/config/examples/Creality/Ender-2/Configuration.h b/Marlin/src/config/examples/Creality/Ender-2/Configuration.h index 2c4cb6cb7b..4b4c26ac36 100644 --- a/Marlin/src/config/examples/Creality/Ender-2/Configuration.h +++ b/Marlin/src/config/examples/Creality/Ender-2/Configuration.h @@ -390,7 +390,7 @@ #define HEATER_3_MAXTEMP 275 #define HEATER_4_MAXTEMP 275 #define HEATER_5_MAXTEMP 275 -#define BED_MAXTEMP 125 +#define BED_MAXTEMP 75 //=========================================================================== //============================= PID Settings ================================ diff --git a/Marlin/src/config/examples/Creality/Ender-2/README.md b/Marlin/src/config/examples/Creality/Ender-2/README.md index e64f3ec3d2..b45eb94690 100644 --- a/Marlin/src/config/examples/Creality/Ender-2/README.md +++ b/Marlin/src/config/examples/Creality/Ender-2/README.md @@ -16,3 +16,18 @@ For U8Glib, at least version 1.14 and at most 1.17 is used, because ## Bitmaps The bootscreen and custom status screens come from Creality's firmware. + +## Creality Ender-2 firmware status + +The firmware source code has been published on 2018/07/10. +It is based on Marlin 1.1. The source code and .hex binaries for all printers (including Ender-2) can be obtained from: +https://www.creality3d.cn/download/firmware_c0001 + +And repositories for CR-10S and Ender-3 can be found here: +https://github.com/Creality3DPrinting + +The configuration files have been verified to match the original configuration, but further investigation is needed to ensure there aren't any extra changes in the source code. + +## Ender-2 specific changelog: + +* 2018/10/08 - Updated BED_MAXTEMP to 75 to match the original Creality Ender-2 Firmware (which is now open source)