Enum CLDSpindleAction
The action for the SPINDLE CLData command (on, off or orient).
Namespace: DotnetPostprocessing.SDK
Assembly: DotnetPostprocessing.SDK.dll
Syntax
public enum CLDSpindleAction
Fields
| Name | Description |
|---|---|
| Off | Turn off the spindle. |
| On | Turn on the spindle. |
| Orient | Rotate the spindle to the specified angular position. |