HomePositionMode Enumeration |
Configures where the laser position will be set to when a job is finished.
Namespace: RAYLASE.Marker.ConfigurationAssembly: RAYLASE.Marker.Configuration (in RAYLASE.Marker.Configuration.dll) Version: 2.19.0
Syntaxpublic enum HomePositionMode
MembersMember name | Value | Description |
---|
None | 0 |
The laser position remains at the last marked position.
|
DefinedPosition | 1 |
The laser will be set to the position defined in the job presets.
|
JobStartPosition | 2 |
The laser will be set to the position where the job started.
|
See Also