Update Ender-2 BED_MAXTEMP (#12042)
Also added details to the README to make sure the Ender-2 status is properly documented.
This commit is contained in:
		
				
					committed by
					
						 Scott Lahteine
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							7f94ca950e
						
					
				
				
					commit
					2ef7175b42
				
			| @@ -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 ================================ | ||||
|   | ||||
| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user