Class ExtruderNonlinear
Nonlinear extrusion parameters (see M592)
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public sealed class ExtruderNonlinear : ModelObject, IModelObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChanging
Properties
A
A coefficient in the extrusion formula
Declaration
public float A { get; set; }
Property Value
Type | Description |
---|---|
float |
B
B coefficient in the extrusion formula
Declaration
public float B { get; set; }
Property Value
Type | Description |
---|---|
float |
UpperLimit
Upper limit of the nonlinear extrusion compensation
Declaration
public float UpperLimit { get; set; }
Property Value
Type | Description |
---|---|
float |