Releases: OllisGit/OctoPrint-DisplayLayerProgress
Releases · OllisGit/OctoPrint-DisplayLayerProgress
V1.15.0
[Enhancement]
- #89 OctoPrint V1.4.0 and Python 3 and compatible. Still works with OctoPrint V1.3.x and Python V2.7.x
- #99 removed deprecated api
Support my Efforts
This plugin, as well as my other plugins were developed in my spare time.
If you like it, I would be thankful about a cup of coffee :)
V1.14.2
[BugFix]
- #90 current height now detects relative movement
G28
;Absolute positioning
G90
G1 Z5
G1 Z10
;Relative positioning
G91
G1 Z5 --> current height is now 20mm
Support my Efforts
This plugin, as well as my other plugins were developed in my spare time.
If you like it, I would be thankful about a cup of coffee :)
V1.14.1
V1.14.0
[Enhancement]
- #85 added unformatted output in seconds for
lastLayerDuration
andaverageLayerDuration
. The payload of events and rest api look like this:
...
"averageLayerDuration": "0h:01m:03s",
"averageLayerDurationInSeconds": 63,
"lastLayerDuration": "0h:00m:58s",
"lastLayerDurationInSeconds": 58,
...
V1.13.0
V1.12.0
V1.11.0
[Enhancement]
- #74 add last layer-duration and average layer-duration. See plugin settings how to configure the output format.
- #73, #75 added Slic3r- and ideaMaker-Pattern
- Send events via eventbus, so that other plugins can listen on this (e.g. layer changed). More details see readme.md.
- Add download statistics to readme.md