octoprint-open-api/openapi/components/schemas/utils/AxisProperty.yaml
2020-10-30 22:39:41 +01:00

10 lines
207 B
YAML

type: object
properties:
speed:
type: integer
description: >-
Maximum speed of the axis in mm/min.
inverted:
type: boolean
description: >-
Whether the axis is inverted or not.