Class Extruder
Information about an extruder drive
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public sealed class Extruder : ModelObject, IModelObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChanging
Properties
Acceleration
Acceleration of this extruder (in mm/s^2)
Declaration
public float Acceleration { get; set; }
Property Value
Type | Description |
---|---|
float |
Current
Motor current (in mA)
Declaration
public int Current { get; set; }
Property Value
Type | Description |
---|---|
int |
Driver
Assigned driver
Declaration
public DriverId? Driver { get; set; }
Property Value
Type | Description |
---|---|
DriverId |
Factor
Extrusion factor to use (0..1 or greater)
Declaration
public float Factor { get; set; }
Property Value
Type | Description |
---|---|
float |
Filament
Name of the currently loaded filament
Declaration
public string Filament { get; set; }
Property Value
Type | Description |
---|---|
string |
FilamentDiameter
Diameter of the corresponding filament (in mm)
Declaration
public float FilamentDiameter { get; set; }
Property Value
Type | Description |
---|---|
float |
Jerk
Motor jerk (in mm/s)
Declaration
public float Jerk { get; set; }
Property Value
Type | Description |
---|---|
float |
Microstepping
Microstepping configuration
Declaration
public Microstepping Microstepping { get; }
Property Value
Type | Description |
---|---|
Microstepping |
Nonlinear
Nonlinear extrusion parameters (see M592)
Declaration
public ExtruderNonlinear Nonlinear { get; }
Property Value
Type | Description |
---|---|
ExtruderNonlinear |
PercentCurrent
Percentage applied to the motor current (0..100)
Declaration
public int PercentCurrent { get; set; }
Property Value
Type | Description |
---|---|
int |
PercentStstCurrent
Percentage applied to the motor current during standstill (0..100 or null if not supported)
Declaration
public int? PercentStstCurrent { get; set; }
Property Value
Type | Description |
---|---|
int? |
Position
Extruder position (in mm)
Declaration
public float Position { get; set; }
Property Value
Type | Description |
---|---|
float |
PressureAdvance
Pressure advance
Declaration
public float PressureAdvance { get; set; }
Property Value
Type | Description |
---|---|
float |
RawPosition
Raw extruder position as commanded by the slicer without extrusion factor applied (in mm)
Declaration
public float RawPosition { get; set; }
Property Value
Type | Description |
---|---|
float |
Speed
Maximum speed (in mm/s)
Declaration
public float Speed { get; set; }
Property Value
Type | Description |
---|---|
float |
StepsPerMm
Number of microsteps per mm
Declaration
public float StepsPerMm { get; set; }
Property Value
Type | Description |
---|---|
float |