Skip to content

Releases: OllisGit/OctoPrint-DisplayLayerProgress

V1.20.1dev

21 Apr 12:26
Compare
Choose a tag to compare
V1.20.1dev Pre-release
Pre-release

DEVELOPER-RELEASE, for testing a fix for #124

[BugFix]

  • #124 change from "octoprint.comm.protocol.gcode.sending" to "octoprint.comm.protocol.gcode.queuing". Now the communication between OP and the printer is not affected (communication thread not involved)

Counter

downloaded

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 :)

More coffee, more code

V1.20.0

18 Apr 20:21
Compare
Choose a tag to compare

[BugFix]

  • #140 Feedrate "could not convert string to float. Reason G1 F{travel_speed}

[Enhancement]

Counter

downloaded

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 :)

More coffee, more code

V1.19.1

10 Apr 16:54
Compare
Choose a tag to compare

[BugFix]

  • #126 Unicode problem fixed with Python3 and latin/french letters

Counter

downloaded

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 :)

More coffee, more code

V1.19.0

08 Apr 19:45
Compare
Choose a tag to compare

[BugFix]

  • #134 Spelling error
  • #124, #128, #131 Changed the gcode analyse to a queued async way. Now sending gcode to the printer shouldn't have performance impact and layer shifts should be solved (hopefully)
  • #127 Layer-Indicator Expression now checks for number
  • #126 Unicode problem fixed

[Enhancement]

  • #132 It is now possible to customise the State-Section
    image
  • #101, #117 Adding "M117 layer indicator commands" during upload could be disabled. Then the slicer is responsible to add M117 INDICATOR-Layer information for each layer
    image

Counter

downloaded

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 :)

More coffee, more code

V1.18.1

08 Mar 07:30
Compare
Choose a tag to compare

[BugFix]

  • #122 OP1.4 unicode bugfix

Counter

downloaded

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 :)

More coffee, more code

V1.18.0

17 Feb 21:45
Compare
Choose a tag to compare

[BugFix]

[Enhancement]

  • #115 detection of M600 filament change time improved. The time is calculated after first layer is printed.
    image

Counter

downloaded

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 :)

More coffee, more code

V1.18.0dev

05 Feb 22:15
Compare
Choose a tag to compare
V1.18.0dev Pre-release
Pre-release

**THIS IS A DEVELOPMENT RELEASE! **
Filament Changed behavior not fully tested, because my printer doesn't support M600 gcodes.

[BugFix]

  • #114 total height calculation for PrusaSlicer

[Enhancement]

  • #115 detection of M600 filamentchange gcode
    -->three new values: changeFilamentTimeLeft, estimatedChangeFilamentTime and changefilamentCount
    image

Counter

downloaded

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 :)

More coffee, more code

V1.17.1

30 Jan 18:39
Compare
Choose a tag to compare

[BugFix]

  • #110 typo of currentHeightFormatted
  • #109, #107 total height not shown in dashboard
  • #108 timezone fixed (hopefully, couldn't test it. implementation is done via python-doc)
  • #104 24h clock in Browser-Tab

Counter

downloaded

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 :)

More coffee, more code

V1.17.0

19 Jan 19:54
Compare
Choose a tag to compare

[BugFix]

  • #106, #104 switched back to upload preprocessor. "Autostart" from slicer is now working again.
  • #98 "UltimakerFormatPackage" is now working with uploading approach
  • #101 increased parsing performance. Parsing the layer-comments is now 40-50% faster (tested with a 50MB sliced Cura G-Codefile)

[Enhancement]

  • #105 possible to add estimatedEndTime from OctoPrint to output pattern
  • #103 possible to adjust "height" format
  • Small redesign of the display section of plugin-settings
  • New option to add progress-message to Browser-TabTitle
    image

Counter

downloaded

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 :)

More coffee, more code

V1.16.0

02 Jan 17:52
Compare
Choose a tag to compare

🎉 HAPPY NEW YEAR 🎉

ATTENTION !!!!

Version 1.16.0 is only working when you manually select the g-code file in octoprint and after that press the print button.

It is not working if you use "autostart-print" from your slicer.

But 1.16.0 works together with the

  • Plugin "Ultimaker Format Package"
  • Large files
  • Shared upload folder

If you need "autoprint" and not the mentioned plugin, large files, etc., then use Version 1.15.0:

https://github.com/OllisGit/OctoPrint-DisplayLayerProgress/releases/download/1.15.0/master.zip

[Enhancement]

  • #72, #98, #101 Creating the Layer-Indicators is changed from uploading-event to file selection-event. With this change some issues were solved now: uploading files to the data-folder in other ways, e.g. ftp, scp, git-checkout, ... Also, now the plugin works with the "UltimakerFormatPackage-Plugin"
  • #103 format of height values to shorten the output message length. For Developers like "Dashboard-Plugin", if you want to use the formatted values please see readme.md for details.

downloaded

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 :)

More coffee, more code