Skip to content

Releases: sethvoltz/OctoPrint-DisplayPanel

Version 3.0.1

12 Apr 05:04
Compare
Choose a tag to compare

Changed

  • Update micro panel tab to render the scaled up image with nearest neighbor (crisp pixels)

Version 3.0.0 - Refactor :allthethings:

12 Apr 04:10
Compare
Choose a tag to compare

Many thanks to Karl Gutwin for the amazing work refactoring the codebase to make it more extensible and promote future expansion. Moved to v3.0 as this deserves a major version bump.

Refactor

  • Modularize panel interface and add a "virtual panel" in the web UI (kgutwin)
  • Modularize display screens for future expansion (kgutwin)

Version 2.1.1

04 Mar 20:12
Compare
Choose a tag to compare

Fixes

  • Fix off-by-one issue with bi-color section on display

Version 2.1.0

28 Feb 20:29
a3beccc
Compare
Choose a tag to compare

Changed

  • Add missing dependency for RPi.GPIO (unclej84)
  • Trap and log errors in retrieving system stats to avoid getting stuck in "Gathering System Stats" (kgutwin)
  • Play button now can be used to connect to a disconnected printer and start a queued job (kgutwin)

Version 2.0.1

07 Feb 23:20
Compare
Choose a tag to compare

Changed

  • Apply changed plugin name to settings panel
  • Trim down printer screen to fit all text

Version 2.0.0

30 Jan 07:10
Compare
Choose a tag to compare

Changed

  • Changed plugin name from Display Panel to Micro Panel

Version 1.4.0

30 Jan 05:56
Compare
Choose a tag to compare

Added

  • Z-height display while printing if the DisplayLayerProgress plugin is installed
  • Pull Request template

Changed

  • Trim down system screen to fit all text

Version 1.3.0

28 Jan 18:28
Compare
Choose a tag to compare

Added

  • Support for bi-color (or two-color) OLED displays, keeping the progress from crossing the section (unclej84)
  • Started tracking changes with a Changelog (right here!)
  • Contributor thanks in the README

Changed

  • Improved language across the board to be more clear about the settings (Andy-ABTec)

Version 1.2.0

16 Jan 22:54
Compare
Choose a tag to compare

Added

  • Enable display timeout with setting (unclej84)
  • Add a new method of calculating remaining time to drive the progress bar (unclej84)

Changed

  • Updated language on some of the controls to be more clear with new options

Version 1.1.0

16 Jan 21:49
Compare
Choose a tag to compare

Added

  • Configuration panel UI within OctoPrint (unclej84)
  • Allow configuration of GPIO pins for buttons (unclej84)
  • Allow 180º rotation of the screen for more hardware installation freedom (unclej84)