extrudeToY()
Move to an absolute Y position while extruding.
Extrusion amount is calculated automatically from the move distance, scaled by extrusionMultiplier. If an explicit extrusion amount is specified, extrusionMultiplier is ignored.
Print moves will be executed at the default printSpeed unless manually specified.
Parameters
| Name | Type | Description |
|---|---|---|
y | number | Target Y position in mm. |
v | number | Feedrate in mm/min. |
e? | number | null | Extrusion amount in mm. Calculated automatically if null. |
comment? | string | Optional G-code comment. Default: ''. |