Closed samdurnxn closed 2 years ago
This issue has been automatically marked for closing, because it has not had activity in 30 days. It will be closed if no further activity occurs in 10 days.
This issue was closed, because it has been already marked for 10 days with no activity.
Hello, thanks for your work on this plugin. I try to get info on my current job with the API, but I need 2 more informations and I'd like to know if it possible to add it. Exemple of I received on a request :
{ "currentFilename": "-", "fanSpeed": "-", "feedrate": "2400.000", "feedrateG0": "-", "feedrateG1": "2400.000", "height": { "current": "27.80", "currentFormatted": "27.8", "total": "93.0", "totalFormatted": "93.0" }, "layer": { "averageLayerDuration": "0h:00m:32s", "averageLayerDurationInSeconds": 32, "current": "139", "lastLayerDuration": "0h:00m:32s", "lastLayerDurationInSeconds": 32, "total": "465" }, "print": { "changeFilamentCount": 0, "changeFilamentTimeLeft": "-", "changeFilamentTimeLeftInSeconds": 0, "estimatedChangedFilamentTime": "-", "estimatedEndTime": "14:05", "m73progress": "42", "printerState": "printing", "progress": "41", "timeLeft": "3h1m", "timeLeftInSeconds": 10860 } }
No fan speed information is set, do you know why ?
And is it possible to add filament extrude value ?
On octoprint web interface the informations are here, so i think it will be easy for you to add it ?
My dashboard interface :
Thanks in advance