Enum InputShapingType
Enumeration of possible input shaping methods
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
[JsonConverter(typeof(JsonLowerCaseStringEnumConverter))]
public enum InputShapingType
Fields
| Name | Description |
|---|---|
| Custom | Custom |
| EI2 | EI2 (2-hump) |
| EI3 | EI3 (3-hump) |
| MZV | MZV |
| None | None |
| ZVD | ZVD |
| ZVDD | ZVDD |
| ZVDDD | ZVDDD |