Browse Source

Update Ender-2 BED_MAXTEMP (#12042)

Also added details to the README to make sure the Ender-2 status is properly documented.
Emilio Moretti 6 years ago
parent
commit
2ef7175b42

+ 1
- 1
Marlin/src/config/examples/Creality/Ender-2/Configuration.h View File

@@ -390,7 +390,7 @@
390 390
 #define HEATER_3_MAXTEMP 275
391 391
 #define HEATER_4_MAXTEMP 275
392 392
 #define HEATER_5_MAXTEMP 275
393
-#define BED_MAXTEMP 125
393
+#define BED_MAXTEMP 75
394 394
 
395 395
 //===========================================================================
396 396
 //============================= PID Settings ================================

+ 15
- 0
Marlin/src/config/examples/Creality/Ender-2/README.md View File

@@ -16,3 +16,18 @@ For U8Glib, at least version 1.14 and at most 1.17 is used, because
16 16
 ## Bitmaps
17 17
 
18 18
 The bootscreen and custom status screens come from Creality's firmware.
19
+
20
+## Creality Ender-2 firmware status
21
+
22
+The firmware source code has been published on 2018/07/10.
23
+It is based on Marlin 1.1. The source code and .hex binaries for all printers (including Ender-2) can be obtained from:
24
+https://www.creality3d.cn/download/firmware_c0001
25
+
26
+And repositories for CR-10S and Ender-3 can be found here:
27
+https://github.com/Creality3DPrinting
28
+
29
+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.
30
+
31
+## Ender-2 specific changelog:
32
+
33
+* 2018/10/08 - Updated BED_MAXTEMP to 75 to match the original Creality Ender-2 Firmware (which is now open source)

Loading…
Cancel
Save