-
-
Notifications
You must be signed in to change notification settings - Fork 782
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
17 changed files
with
596 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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": 27.456185706237797, | ||
"filepos": 35578, | ||
"printTime": 460, | ||
"printTimeLeft": 4612, | ||
"printTimeLeftOrigin": "linear" | ||
}, | ||
"state": "Printing" | ||
} |
26 changes: 26 additions & 0 deletions
26
dummy-data/octoprint/api/status_printer_offline-error.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"error": "SerialException: device reports readiness to read but returned no data (device disconnected or multiple access on port?)", | ||
"job": { | ||
"averagePrintTime": null, | ||
"estimatedPrintTime": null, | ||
"filament": null, | ||
"file": { | ||
"date": null, | ||
"display": null, | ||
"name": null, | ||
"origin": null, | ||
"path": null, | ||
"size": null | ||
}, | ||
"lastPrintTime": null, | ||
"user": null | ||
}, | ||
"progress": { | ||
"completion": null, | ||
"filepos": null, | ||
"printTime": null, | ||
"printTimeLeft": null, | ||
"printTimeLeftOrigin": null | ||
}, | ||
"state": "Offline after error" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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": "Offline" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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" | ||
} |
30 changes: 30 additions & 0 deletions
30
dummy-data/octoprint/api/status_printer_printing_1of2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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" | ||
} |
30 changes: 30 additions & 0 deletions
30
dummy-data/octoprint/api/status_printer_printing_2of2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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": 27.456185706237797, | ||
"filepos": 35578, | ||
"printTime": 476, | ||
"printTimeLeft": 1612, | ||
"printTimeLeftOrigin": "linear" | ||
}, | ||
"state": "Printing" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"data": { | ||
"download": 42.452234, | ||
"upload": 34.3948, | ||
"ping": 12.9873 | ||
} | ||
} |
Oops, something went wrong.