diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-11-27 18:41:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-27 09:41:12 -0800 |
commit | 70f583c3e1d7c4bc1cca6b9c1cec6ca2e1f9e7b3 (patch) | |
tree | 4a81ec8383a9d6ee6b58138d2a5fd429c9161799 /dummy-data/octoprint/api/job | |
parent | 98fe0a393970070fa04b5f37dbbb7a4c3ef82beb (diff) | |
download | homer-70f583c3e1d7c4bc1cca6b9c1cec6ca2e1f9e7b3.tar.gz homer-70f583c3e1d7c4bc1cca6b9c1cec6ca2e1f9e7b3.tar.zst homer-70f583c3e1d7c4bc1cca6b9c1cec6ca2e1f9e7b3.zip |
Octoprint service (#324) (#560)v22.11.2
Add Octoprint service.
Diffstat (limited to 'dummy-data/octoprint/api/job')
-rw-r--r-- | dummy-data/octoprint/api/job | 30 |
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 | ||