octoprint-open-api/openapi/components/schemas/files/GCodeAnalysis.yaml
2020-11-13 23:25:10 +01:00

9 lines
184 B
YAML

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