mirror of
https://github.com/gosticks/octoprint-open-api.git
synced 2025-10-16 11:45:38 +00:00
11 lines
263 B
YAML
11 lines
263 B
YAML
type: object
|
|
description: >-
|
|
Information regarding the estimated filament usage of the print job
|
|
properties:
|
|
length:
|
|
description: Length of filament used, in mm
|
|
type: number
|
|
volume:
|
|
description: Volume of filament used, in cm³
|
|
type: number
|