setFixedSpeed
Override the print speed with a fixed value. This disables encoder-based speed tracking and drives the printhead at the given constant speed.
Parameter
| Key | Type | Description |
|---|---|---|
| speed | number | Fixed print speed in meters per second. |
| printer | string | Optional printer ID. If omitted, the default printer is used. |
Return value
null
Example
setFixedSpeed {"speed": 0.5}