aboutsummaryrefslogtreecommitdiffhomepage
path: root/dummy-data/octoprint/api/status_printer_operational.json
blob: 993d798d3e5d9881946ae5394df83d9f5de2b053 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
	"job": {
		"estimatedPrintTime": null,
		"filament": {
			"length": null,
			"volume": null
		},
		"file": {
			"date": null,
			"name": null,
			"origin": null,
			"path": null,
			"size": null
		},
		"lastPrintTime": null,
		"user": null
	},
	"progress": {
		"completion": null,
		"filepos": null,
		"printTime": null,
		"printTimeLeft": null,
		"printTimeOrigin": null
	},
	"state": "Operational"
}