Class Limits
Machine configuration limits
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public sealed class Limits : ModelObject, IModelObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChanging
Properties
Axes
Maximum number of axes or null if unknown
Declaration
public int? Axes { get; set; }
Property Value
Type | Description |
---|---|
int? |
AxesPlusExtruders
Maximum number of axes + extruders or null if unknown
Declaration
public int? AxesPlusExtruders { get; set; }
Property Value
Type | Description |
---|---|
int? |
BedHeaters
Maximum number of bed heaters or null if unknown
Declaration
public int? BedHeaters { get; set; }
Property Value
Type | Description |
---|---|
int? |
Boards
Maximum number of boards or null if unknown
Declaration
public int? Boards { get; set; }
Property Value
Type | Description |
---|---|
int? |
ChamberHeaters
Maximum number of chamber heaters or null if unknown
Declaration
public int? ChamberHeaters { get; set; }
Property Value
Type | Description |
---|---|
int? |
Drivers
Maximum number of drivers or null if unknown
Declaration
public int? Drivers { get; set; }
Property Value
Type | Description |
---|---|
int? |
DriversPerAxis
Maximum number of drivers per axis or null if unknown
Declaration
public int? DriversPerAxis { get; set; }
Property Value
Type | Description |
---|---|
int? |
Extruders
Maximum number of extruders or null if unknown
Declaration
public int? Extruders { get; set; }
Property Value
Type | Description |
---|---|
int? |
ExtrudersPerTool
Maximum number of extruders per tool or null if unknown
Declaration
public int? ExtrudersPerTool { get; set; }
Property Value
Type | Description |
---|---|
int? |
Fans
Maximum number of fans or null if unknown
Declaration
public int? Fans { get; set; }
Property Value
Type | Description |
---|---|
int? |
GpInPorts
Maximum number of general-purpose input ports or null if unknown
Declaration
public int? GpInPorts { get; set; }
Property Value
Type | Description |
---|---|
int? |
GpOutPorts
Maximum number of general-purpose output ports or null if unknown
Declaration
public int? GpOutPorts { get; set; }
Property Value
Type | Description |
---|---|
int? |
Heaters
Maximum number of heaters or null if unknown
Declaration
public int? Heaters { get; set; }
Property Value
Type | Description |
---|---|
int? |
HeatersPerTool
Maximum number of heaters per tool or null if unknown
Declaration
public int? HeatersPerTool { get; set; }
Property Value
Type | Description |
---|---|
int? |
LedStrips
Maximum number of configured LED strips or null if unknown
Declaration
public int? LedStrips { get; set; }
Property Value
Type | Description |
---|---|
int? |
MonitorsPerHeater
Maximum number of monitors per heater or null if unknown
Declaration
public int? MonitorsPerHeater { get; set; }
Property Value
Type | Description |
---|---|
int? |
PortsPerHeater
Maximum number of output ports per heater or null if unknown
Declaration
public int? PortsPerHeater { get; set; }
Property Value
Type | Description |
---|---|
int? |
RestorePoints
Maximum number of restore points or null if unknown
Declaration
public int? RestorePoints { get; set; }
Property Value
Type | Description |
---|---|
int? |
Sensors
Maximum number of sensors or null if unknown
Declaration
public int? Sensors { get; set; }
Property Value
Type | Description |
---|---|
int? |
Spindles
Maximum number of spindles or null if unknown
Declaration
public int? Spindles { get; set; }
Property Value
Type | Description |
---|---|
int? |
Tools
Maximum number of tools or null if unknown
Declaration
public int? Tools { get; set; }
Property Value
Type | Description |
---|---|
int? |
TrackedObjects
Maximum number of tracked objects or null if unknown
Declaration
public int? TrackedObjects { get; set; }
Property Value
Type | Description |
---|---|
int? |
Triggers
Maximum number of triggers or null if unknown
Declaration
public int? Triggers { get; set; }
Property Value
Type | Description |
---|---|
int? |
Volumes
Maximum number of volumes or null if unknown
Declaration
public int? Volumes { get; set; }
Property Value
Type | Description |
---|---|
int? |
Workplaces
Maximum number of workplaces or null if unknown
Declaration
public int? Workplaces { get; set; }
Property Value
Type | Description |
---|---|
int? |
ZProbeProgramBytes
Maximum number of Z-probe programming bytes or null if unknown
Declaration
public int? ZProbeProgramBytes { get; set; }
Property Value
Type | Description |
---|---|
int? |
ZProbes
Maximum number of Z-probes or null if unknown
Declaration
public int? ZProbes { get; set; }
Property Value
Type | Description |
---|---|
int? |