Class ToolRetraction
Tool retraction parameters
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public sealed class ToolRetraction : ModelObject, IModelObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChanging
Properties
ExtraRestart
Amount of additional filament to extrude when undoing a retraction (in mm)
Declaration
public float ExtraRestart { get; set; }
Property Value
Type | Description |
---|---|
float |
Length
Retraction length (in mm)
Declaration
public float Length { get; set; }
Property Value
Type | Description |
---|---|
float |
Speed
Retraction speed (in mm/s)
Declaration
public float Speed { get; set; }
Property Value
Type | Description |
---|---|
float |
UnretractSpeed
Unretract speed (in mm/s)
Declaration
public float UnretractSpeed { get; set; }
Property Value
Type | Description |
---|---|
float |
ZHop
Amount of Z lift after doing a retraction (in mm)
Declaration
public float ZHop { get; set; }
Property Value
Type | Description |
---|---|
float |