retractTo()

Move to an absolute XYZ position with filament retraction, and re-prime upon arrival.

Retraction amount is set by retractAmount(). See travel()/travelTo() if a z-hop is also desired. See move()/moveTo() if retraction is not desired.

Non-extrusion moves will be executed at the default travelSpeed unless manually specified. Use travelSpeed() to set a new default.

Parameters

Name Type Description
x number Target X position in mm.
y number Target Y position in mm.
z number Target Z position in mm.
v number Feedrate in mm/sec.

Examples