octoprint-open-api/openapi/components/schemas/files/GCodeAnalysis.yaml
2020-10-23 21:54:31 +02:00

9 lines
179 B
YAML

type: object
properties:
estimatedPrintTime:
type: number
description: >-
The estimated print time of the file, in seconds
filament:
$ref: "./Filament.yaml"