Click or drag to resize

HomePositionMode Enumeration

Configures where the laser position will be set to when a job is finished.

Namespace: RAYLASE.Marker.Configuration
Assembly: RAYLASE.Marker.Configuration (in RAYLASE.Marker.Configuration.dll) Version: 2.19.0
Syntax
C#
public enum HomePositionMode
Members
Member nameValueDescription
None0 The laser position remains at the last marked position.
DefinedPosition1 The laser will be set to the position defined in the job presets.
JobStartPosition2 The laser will be set to the position where the job started.
See Also