move()

Move relative to the current position without extruding.

Non-extrusion moves will be executed at the default travelSpeed unless manually specified. Use travelSpeed() to set a new default. For retraction and/or z-hopping, see the travel/travelTo set of commands.

Parameters

Name Type Description
dx number Distance to move in X in mm.
dy number Distance to move in Y in mm.
dz number Distance to move in Z in mm.
v number Feedrate in mm/min.

Examples