Hephestos2 heated bed kit for all (#9757)
This commit is contained in:
		| @@ -49,6 +49,17 @@ | ||||
| //=============================Thermal Settings  ============================ | ||||
| //=========================================================================== | ||||
|  | ||||
| // | ||||
| // Hephestos 2 24V heated bed upgrade kit. | ||||
| // https://store.bq.com/en/heated-bed-kit-hephestos2 | ||||
| // | ||||
| //#define HEPHESTOS2_HEATED_BED_KIT | ||||
| #if ENABLED(HEPHESTOS2_HEATED_BED_KIT) | ||||
|   #undef TEMP_SENSOR_BED | ||||
|   #define TEMP_SENSOR_BED 70 | ||||
|   #define HEATER_BED_INVERTING true | ||||
| #endif | ||||
|  | ||||
| #if DISABLED(PIDTEMPBED) | ||||
|   #define BED_CHECK_INTERVAL 5000 // ms between checks in bang-bang control | ||||
|   #if ENABLED(BED_LIMIT_SWITCHING) | ||||
|   | ||||
| @@ -40,6 +40,17 @@ | ||||
| //=============================Thermal Settings  ============================ | ||||
| //=========================================================================== | ||||
|  | ||||
| // | ||||
| // Hephestos 2 24V heated bed upgrade kit. | ||||
| // https://store.bq.com/en/heated-bed-kit-hephestos2 | ||||
| // | ||||
| //#define HEPHESTOS2_HEATED_BED_KIT | ||||
| #if ENABLED(HEPHESTOS2_HEATED_BED_KIT) | ||||
|   #undef TEMP_SENSOR_BED | ||||
|   #define TEMP_SENSOR_BED 70 | ||||
|   #define HEATER_BED_INVERTING true | ||||
| #endif | ||||
|  | ||||
| #if DISABLED(PIDTEMPBED) | ||||
|   #define BED_CHECK_INTERVAL 1000 // ms between checks in bang-bang control | ||||
|   #if ENABLED(BED_LIMIT_SWITCHING) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user