Skip to content

Releases: Qrome/printer-monitor

Printer Monitor V2.5

19 Feb 02:34
11fc9fd
Compare
Choose a tag to compare
  • Added the automatic hiding of bed temperature if there isn't one -- thanks easytarget
  • Included ArduinoJson 5.13.1 library files so you no longer have to worry about the library issues.

Printer Monitor V2.4

18 Jan 17:42
221c6f9
Compare
Choose a tag to compare
  • PSU Octoprint Plugin support added by Owen Carter
  • Minor changes to HTML forms and comment cleanup

Printer Monitor V2.3

15 Dec 16:43
a6154ba
Compare
Choose a tag to compare
  • Added pre-compiled binaries to release starting in 2.3
  • Added language support (only for web interface on weather)
  • TimeClient fix by adding cast for long (forward compatibility for ESP8266 2.5.X)
  • Fix for displaying time for prints over 24 hours
  • Moved definition for built-in LED to the settings.h file (those that want to disable it)
  • Minor code clean-up items

Printer Monitor V2.2a

27 Nov 21:17
f752a30
Compare
Choose a tag to compare

Fixxed the default settings for the SSC1306 monitor.

Printer Monitor V2.2

26 Nov 00:37
1720d10
Compare
Choose a tag to compare
  • Fixed bug where device would crash when setting ENABLE_OTA to false
  • Added feature to update firmware from the web interface using a compiled BIN file
  • Updated some of the authentication
  • Added ability to rotate the screen from within the web interface

Printer Monitor 2.1

20 Jun 02:22
c605410
Compare
Choose a tag to compare
  • Updated 24 Hour mode to not display AM / PM below the line
  • Added display of the host name of the printer above the clock
  • Updated display of HTML pages and some cleanup

Printer Monitor 2.0

16 Jun 19:07
abf5510
Compare
Choose a tag to compare
  • New Feature to display Current Weather using OpenWeatherMap
  • Weather is configured on a separate page from the other settings
  • Some HTML cleanup and house keeping

Printer Monitor 1.7

10 Jun 04:47
b1fa89a
Compare
Choose a tag to compare
  • OTA authentication as an option
  • Updated rounding to be more accurate for temperatures

Printer Monitor 1.6

06 Jun 00:29
7de82a8
Compare
Choose a tag to compare
  • Updated to use degree symbol instead of "C" on display and HTML
  • Did some HTML cleanup

Printer Monitor V1.5

01 Jun 03:22
1a08d27
Compare
Choose a tag to compare
  • Added the ability to flip the rotation of the display for different screen mounting options
  • Updated PrintTimeLeft to report 00:00:00 when 100% done
  • Added reset to printer Data on failed connection to clear out old data
  • Added functions with mDNS to lookup address from OctoPrint hostname
  • Added Basic Auth support for those that use haproxy or additional authentication on OctoPrint