M141 Heated Chamber, Temperature rework (#12201)
This commit is contained in:
		| @@ -112,6 +112,20 @@ | ||||
|   #define WATCH_BED_TEMP_INCREASE 2               // Degrees Celsius | ||||
| #endif | ||||
|  | ||||
| /** | ||||
|  * Thermal Protection parameters for the heated chamber. | ||||
|  */ | ||||
| #if ENABLED(THERMAL_PROTECTION_CHAMBER) | ||||
|   #define THERMAL_PROTECTION_CHAMBER_PERIOD 20    // Seconds | ||||
|   #define THERMAL_PROTECTION_CHAMBER_HYSTERESIS 2 // Degrees Celsius | ||||
|  | ||||
|   /** | ||||
|    * Heated chamber watch settings (M141/M191). | ||||
|    */ | ||||
|   #define WATCH_CHAMBER_TEMP_PERIOD 60            // Seconds | ||||
|   #define WATCH_CHAMBER_TEMP_INCREASE 2           // Degrees Celsius | ||||
| #endif | ||||
|  | ||||
| #if ENABLED(PIDTEMP) | ||||
|   // this adds an experimental additional term to the heating power, proportional to the extrusion speed. | ||||
|   // if Kc is chosen well, the additional required power due to increased melting should be compensated. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user