Skip to content

Releases: j7126/OctoPrint-Dashboard

1.6.0

29 Sep 09:12
63b94d4
Compare
Choose a tag to compare

1.6.0

  • Features
    • New SVG brogress bar that is consistent with the rest of the Dashboard UI (Issue #45)
    • New Extruded Filament widget that tracks the extrusion commands sent to the printer (Issue #51)
    • New Context Menus (right click) on Connection, Progress and File widgets to send commands to connect/disconnect and Cancel/Pause jobs. This is a first step to provide controls to the dashboard without cluttering the view (Issue #4)
  • Bug fixes
    • Fix for fullscreen compatability with touch ui #52

1.5.1

26 Sep 18:24
Compare
Choose a tag to compare

1.5.1

  • Bug fixes
    • Fix for compatibility with other plugins that displays the webcam view like WebcamTab, ConsolidateTempControl, TouchUI, etc... The dashboard is now fully independent from other plugins that manipulate the Control Tab webcam view.

1.5.0

23 Sep 13:40
Compare
Choose a tag to compare

1.5.0

  • Features
  • Bug fixes
    • Fixed WebCam scaling in fullscreen mode (Issue #41)
    • Fix for Webcam stream not loading if relative path doesn't begin with slash (Issue #44)

Screenshot 2019-09-23 at 15 32 33

1.4.0

21 Sep 15:50
Compare
Choose a tag to compare

1.4.0

  • Features
    • Added (Experimental) Fullscreen support in settings (setting adds full-screen icon to the Dasboard tab). The styling will need some work to make sense in fullscreen and I welcome help from somebody who knows CSS better than I do (Issue #38)
    • Removed leading slash character from image links. It should now be easier to use the Dashboard behind reverse proxies.
    • Re-added the experimental setting to Hide Hotend gauge(s) if target temp == 0. This should hopefully work as expected now without causing issues for other users. (Issue #26)

1.3.1

20 Sep 15:44
Compare
Choose a tag to compare

Removed experimental support for hiding hotends due to instability issues.

1.3.0

20 Sep 09:29
d17bd69
Compare
Choose a tag to compare

1.3.0

  • Features
    • Webcam view Scaling supported. Also adapts to larger screens. (Issue #29)
    • Webcam flipping Horizontally and Vertically supported. (Issue #28)
    • Setting to hide the progress gauge completelly (useful on smaller screens) (Issue #27)
    • Experimental setting to Hide Hotend gauge(s) if target temp == 0. Useful of multi-hotend printers. (#26)
    • Better formatting for smaller screens. (#31)

1.2.0

18 Sep 09:46
Compare
Choose a tag to compare
  • Features
    • Added WebCam view in the dashboard (Issue #2)
    • New widgets for Host metrics (CPU load, CPU Temp, Mem, Disk) added. Can be enabled in the plugin settings (Issue #20)
    • Setting to enable/disable Fan, Octoprint Host System Info and Webcam added to the plugin settings (Issue #15)
    • An OctoPrint error popup message is displayed if DisplayLayerProgress is not detected. This is hopefully more clear than the previous error message (Issue #22)
    • The setting in DisplayLayerProgress to format the Average Layer Time string is used instead of a hardcoded format (issue #24)
    • Layer count uses the Layer Offset from DisplayLayerProgress instead of a hard-coded offset (Issue #16)
  • Bug fixes
    • Temperature Gauge Maximums settings introduced in 1.1.0 now works as designed (Issue #23)

1.1.0

15 Sep 17:50
Compare
Choose a tag to compare

1.1.0

  • Features
    • The link to the DisplayLayerProgress page now opens in a new window.
    • The temperature gauges now have individually configurable max temperatures in the settings dialog (issue #3)
    • Temperatures are rounded to no decimals (issue #1)
  • Bug fixes
    • The hotend temp gauge(s) are no longer visible while disconnected (issue #18)
    • The Fan icon tooltip is now correct (issue #13)
    • Layer icons no longer displayed as NaN during the first layer (issue #12)
    • The progress bar percentage value is now not hidded behind the bar (issue #6)

1.0.0

09 Sep 22:52
Compare
Choose a tag to compare

First version of the Octoprint Dashboard Plugin