Class MoveSegmentation
Move segmentation parameters
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public sealed class MoveSegmentation : ModelObject, IModelObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChanging
Properties
MinSegmentLength
Minimum length of a segment (in mm)
Declaration
public float MinSegmentLength { get; set; }
Property Value
Type | Description |
---|---|
float |
SegmentsPerSec
Number of segments per second
Declaration
public float SegmentsPerSec { get; set; }
Property Value
Type | Description |
---|---|
float |