Skip to content

Releases: j7126/OctoPrint-Dashboard

1.11.2

04 Mar 00:19
Compare
Choose a tag to compare

1.11.2

  • Bug Fixes
    • Changed DLP total height property from TotalHeightWithExtrusion to TotalHeight (Issue #127)
    • Merged pull request #108 to fix filenames with non-ascii chars.

1.11.1

21 Oct 20:02
Compare
Choose a tag to compare

1.11.1

  • Bug Fixes
    • Changed the way the full browser button works to support more browsers (Issue #96)

1.11.0

13 Oct 20:50
Compare
Choose a tag to compare

1.11.0

  • Features
    • A setting to enable coloring of the temp gauges has been added. The temp indicator will be blue below the target temp, green on the target temp and red above. A deviation parameter is used to configure how many degrees below or above the target temp the indicator shall be set to green. (Issue #40)
    • Two settings has been added for CPU warning threshold (default 70 degrees) and CPU critical threshold (default 85 degrees). The CPU temp indicator will blue by default, orange above the warning threshold and red above the critical threshold. (Issue #40)
    • A CPU frequency indicator (MHz) has been added to the CPU widget. This will indicate the level of throttling the system applies to the CPU. (mainly useful on RPi) (Issue #40)
    • Added a check to not load the webcam stream if the webcam view is disabled in the Dashboard settings. (Issue #80)
    • Added a new button to switch to full browser mode in addition to the full screen mode. The new button has the same effect as typing in the ?dashboard=full url parameter. The full browser mode was added in 1.8.0 and is useful when for example using a "kiosk" browser as a printer display. (Issue #95)
    • Removed the context menus for job control and connect/disconnect to printer that was added in 1.6.0. The reason is that they were not useful on tablets and too hard to find. (Issue #93). Replaced by:
    • Added a setting (disabled by default) to enable Job control widgets for Starting, Pausing/Resuming and Cancelling a job. This is useful for users who use the fullscreen mode on tablets as a printer monitor. (Issue #87)
    • Removed the experimental support for DHT11/22 sensors added in 1.10.0 and replaced it with an integration to the Enclosure Plugin. All input temperature/humidity sensors configured in Enclosure will be displayed as widgets on the Dashboard if enabled. (Issue #92) This will make it possible to integrate all temp sensor types supported by Enclosure in the Dashboard:
      • DHT11
      • DHT22
      • AM2302
      • DS18B20
      • SI7021
      • BME280
      • TMP102
      • MAX31855
  • Bug Fixes
    • Fix for widgets not fitting on the screen in fullscreen mode. (Issue #71)

1.10.2

08 Oct 19:07
Compare
Choose a tag to compare

1.10.2

  • Bug Fixes
    • Fix for layer count not correct in dashboard but in DisplayLayerProgress (Issue #81)
    • Fix for incorrect dashboard height indicator (Issue #76)
    • Font size for long filenames scales down to fit the file name on one line instead of breaking. (Issue #83)

1.10.1

07 Oct 03:42
Compare
Choose a tag to compare

1.10.1

  • Bug Fixes
    • Fix for setup failure on non-RPi systems due to introduction of Adafruit DHT module import (Issue #77 - Broken update on PC/x86)

1.10.10

06 Oct 19:23
Compare
Choose a tag to compare

1.10.0

  • Features
    • New experimental feature: Layer Progress circle and bar gauges. This feature was kindly provided by @j7126 (Issue #8)
    • New experimental feature: Support for DHT11 and DHT22 temperature/humidity sensor via RPi GPIO pins. This includes a new widget and visibility setting. This can be used to monitor ambient or enclosure temperature. (Issue #57)

Screenshot 2019-10-06 at 21 14 31

1.9.0

04 Oct 22:55
Compare
Choose a tag to compare

1.9.0

  • Features
    • New Widget for displaying last M117 Message sent to printer (Issue #63)
    • Support for showing system info on Linux (Issue #68)
    • Better scaling of Layer Duration Chart X axis when layers > 100 (Issue #67)
    • Updates Fan Speed widget immediately instead of on next layer change (Issue #66)
  • Bug Fixes
    • Fix for Extruded Filament widget not working when gcode in relative mode or absolute mode with extruder resets on layer change. (Issue #60)
    • Attempted fix for webcam stream disappearing after a while (Issue #69)

1.8.0

02 Oct 22:13
Compare
Choose a tag to compare

1.8.0

  • Features
    • New Layer duration chart that displays time spent on each printed layer. This feature requires DisplayLayerProgress v1.14.0 or later. (Issue #59)
    • Fullscreen mode option is now available when accessing the page via URL. This makes it possible to use the Dashboard in Kiosk-mode browsers. (Issue #50)

1.7.0

30 Sep 08:38
Compare
Choose a tag to compare

1.7.0

  • Features
    • New setting to use theme colours in fullscreen mode.
  • Bug fixes
    • New attempt to fix broken GCode parser that was introduced in v1.6.0 to support the extruded filament widget. Symptoms included ignored GCode commands (Issue #53 #54 and #55)

1.6.1

29 Sep 18:45
Compare
Choose a tag to compare

1.6.1

  • Bug fixes
    • Fix for broken GCode parser that was introduced in v1.6.0 to support the extruded filament widget. (Issue #53 and #54)