printSpeed()
Set the default feedrate for extrusion moves.
Applies to all subsequent extrusion moves until changed. Inline v on an individual extrusion command 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 | Print speed in mm/sec. |