Class Endstop
Information about an endstop
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public sealed class Endstop : ModelObject, IModelObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChanging
Properties
HighEnd
Whether this endstop is at the high end of the axis
Declaration
public bool HighEnd { get; set; }
Property Value
Type | Description |
---|---|
bool |
Probe
Number of the referenced probe if type is ZProbeAsEndstop, else null
Declaration
public int? Probe { get; set; }
Property Value
Type | Description |
---|---|
int? |
Triggered
Whether or not the endstop is hit
Declaration
public bool Triggered { get; set; }
Property Value
Type | Description |
---|---|
bool |
Type
Type of the endstop
Declaration
public EndstopType Type { get; set; }
Property Value
Type | Description |
---|---|
EndstopType |