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:
Emilio Moretti
2018-10-08 21:57:44 -03:00
committed by Scott Lahteine
parent 7f94ca950e
commit 2ef7175b42
2 changed files with 16 additions and 1 deletions

View File

@@ -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 ================================