moveX()

Move a relative distance in X 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 mm.
v number Feedrate in mm/min.

Examples