aboutsummaryrefslogtreecommitdiffhomepage
path: root/dummy-data/octoprint/api/status_printer_printing.json
blob: 09cf3cf7c0e424ab63a207a39691b647d5cc305f (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": 669.3131185749999,
		"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": 669.3131185749999,
		"user": "friendlyngeeks"
	},
	"progress": {
		"completion": 0.1551153332664511,
		"filepos": 201,
		"printTime": 0,
		"printTimeLeft": 668,
		"printTimeLeftOrigin": "average"
	},
	"state": "Printing"
}