travelSpeed()
Set the default feedrate for moves without extrusion.
Applies to all subsequent travel moves until changed. Inline v on an individual move overrides for that move only.
Resets to the printer profile default at the start of each fabDraw() call.
Use push() / pop() to scope a temporary change.
All speeds will be clamped by the maxSpeed settings for each axis.
Parameters
| Name | Type | Description |
|---|---|---|
v | number | Travel speed in mm/sec. |