Move

move()

Move relative to the current position without extruding material.

Syntax #

fab.move(dx, dy, dz, [velocity])

Parameters #

dx
Number, the relative x distance to move (in current units, mm by default)
dy
Number, the relative y distance to move (in current units, mm by default)
dz
Number, the relative z distance to move (in current units, mm by default)
velocity
Number, optional, the speed to move at (in current units/sec, inherited or 25 mm/sec by default)