maxSpeedE()
Set the maximum feedrate for the extruder axis. Sent to firmware as M203 E….
Resets to the printer profile default at the start of each fabDraw() call.
Use push() / pop() to scope a temporary change.
Parameters
| Name | Type | Description |
|---|---|---|
v | number | Max E speed in mm/s. |