Class Heat
Information about the heat subsystem
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public sealed class Heat : ModelObject, IModelObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChanging
Properties
BedHeaters
List of configured bed heaters (indices)
Declaration
public ModelCollection<int> BedHeaters { get; }
Property Value
Type | Description |
---|---|
ModelCollection<int> |
Remarks
Items may be -1 if unconfigured
See Also
ChamberHeaters
List of configured chamber heaters (indices)
Declaration
public ModelCollection<int> ChamberHeaters { get; }
Property Value
Type | Description |
---|---|
ModelCollection<int> |
Remarks
Items may be -1 if unconfigured
See Also
ColdExtrudeTemperature
Minimum required temperature for extrusion moves (in C)
Declaration
public float ColdExtrudeTemperature { get; set; }
Property Value
Type | Description |
---|---|
float |
ColdRetractTemperature
Minimum required temperature for retraction moves (in C)
Declaration
public float ColdRetractTemperature { get; set; }
Property Value
Type | Description |
---|---|
float |
Heaters
List of configured heaters
Declaration
public ModelCollection<Heater?> Heaters { get; }
Property Value
Type | Description |
---|---|
ModelCollection<Heater> |