Enum ScannerStatus
Possible states of the attached 3D scanner
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
[JsonConverter(typeof(JsonCharEnumConverter))]
public enum ScannerStatus
Fields
| Name | Description |
|---|---|
| Calibrating | Scanner is calibrating |
| Disconnected | Scanner is disconnected (none present) |
| Idle | Scanner is registered and idle |
| PostProcessing | Scanner is post-processing a file |
| Scanning | Scanner is scanning an object |
| Uploading | Scanner is uploading |