moveTo()
Move directly to an absolute (x,y,z) position without extruding material.Syntax #
fab.moveTo(x, y, z, [velocity])
Parameters #
x
Number, the x position to move to (in current units, mm by default)
y
Number, the y position to move to (in current units, mm by default)
z
Number, the z position to move to (in current units, mm by default)
v
Number, optional. The speed to move at (in current units/sec, inherited or 25 mm/sec by default)