aboutsummaryrefslogtreecommitdiffhomepage
path: root/dummy-data/octoprint/api/job
diff options
context:
space:
mode:
Diffstat (limited to 'dummy-data/octoprint/api/job')
-rw-r--r--dummy-data/octoprint/api/job30
1 files changed, 30 insertions, 0 deletions
diff --git a/dummy-data/octoprint/api/job b/dummy-data/octoprint/api/job
new file mode 100644
index 0000000..c1ec6ed
--- /dev/null
+++ b/dummy-data/octoprint/api/job
@@ -0,0 +1,30 @@
1{
2 "job": {
3 "averagePrintTime": 669.3131185749999,
4 "estimatedPrintTime": 314.87566979223726,
5 "filament": {
6 "tool0": {
7 "length": 134.81171000000032,
8 "volume": 0.0
9 }
10 },
11 "file": {
12 "date": 1665547748,
13 "display": "CE3PRO_3mmX3mm Brass insert V2.gcode",
14 "name": "CE3PRO_3mmX3mm Brass insert V2.gcode",
15 "origin": "local",
16 "path": "MISC/CE3PRO_3mmX3mm Brass insert V2.gcode",
17 "size": 129581
18 },
19 "lastPrintTime": 669.3131185749999,
20 "user": "friendlyngeeks"
21 },
22 "progress": {
23 "completion": 27.456185706237797,
24 "filepos": 35578,
25 "printTime": 460,
26 "printTimeLeft": 4612,
27 "printTimeLeftOrigin": "linear"
28 },
29 "state": "Printing"
30} \ No newline at end of file