Travel To

travelTo()

Travel directly to an absolute (x,y,z) position with a z-hop (popping the nozzle away from the bed before moving, and restoring z position upon arrival), without extruding material.

Syntax #

fab.travelTo(x, y, z, [velocity], [hop])

Parameters #

x
Number, the x position to move to (in current units, mm by default)
y
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)
hop
Number, optional. The distance to pop up/down in z upon starting/completing the move. Set in working units; 2mm by default.