aboutsummaryrefslogtreecommitdiffhomepage
path: root/dummy-data/octoprint/api/status_printing_completion.json
blob: 55728ba076005231479451c1a74642eda8c8f8dd (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
27
28
29
30
{
	"job": {
		"averagePrintTime": 698.814525153,
		"estimatedPrintTime": 314.87566979223726,
		"filament": {
			"tool0": {
				"length": 134.81171000000032,
				"volume": 0.0
			}
		},
		"file": {
			"date": 1665547748,
			"display": "CE3PRO_3mmX3mm Brass insert V2.gcode",
			"name": "CE3PRO_3mmX3mm Brass insert V2.gcode",
			"origin": "local",
			"path": "MISC/CE3PRO_3mmX3mm Brass insert V2.gcode",
			"size": 129581
		},
		"lastPrintTime": 728.315931731,
		"user": "friendlyngeeks"
	},
	"progress": {
		"completion": 100.0,
		"filepos": 129581,
		"printTime": 728,
		"printTimeLeft": 0,
		"printTimeLeftOrigin": null
	},
	"state": "Operational"
}