Skip to content

Releases: LazeMSS/OctoPrint-TopTemp

0.0.1.2 - More colors :)

05 Mar 18:19
3502df5
Compare
Choose a tag to compare

Features & improvements

  • "Change text color? #39" - The text-colors now match the selected apperance in settings
  • Custom temperatures graphs a now longer show with zero a min value but -5 degrees offset

0.0.1.1 - Fan speed in %...

24 Feb 08:52
afb12f7
Compare
Choose a tag to compare

Features & improvements

  • Added option to do post calculations on input data, making it possible to convert values. For example convert 0-255 into percentage on a fan. (#30)

Fixed/Closed:

  • Fixed problem with python 2 daemon (#31 + #16)
  • Fixed problem with gcode including newlines (#18)

0.0.1.0 - Temperatures galore

21 Feb 06:43
2c89a9a
Compare
Choose a tag to compare

Features & improvements

  • New custom ways to get data:
    • GCode sent: Get data from the GCode being sent. For example: Cooling fan speed, Feedrate, Z-height
    • From printer: Get data based on data from the printer. For example:M105 commands with ambient and probe temp if you printer support its
    • Server data*: CPU percentage/frequency, load average, memory total/avail/used/free, swap, disk free/total/used, all sensors (temperatures and fans), battery timeleft/percentage
  • Only show custom items when printing option added (ie for GCode sent or just to minimize the UI when not printin)
  • Added option to add custom unit (ie. RPM, %, MB etc)
  • Custom names are now used on popover graphs Y-axis
  • Popover graphs now shows a minimum of 10 plots when load on data
  • Improved graphs
  • Improved CSS

Fixed/Closed:

  • Feature Request: Sensing while offline #26
  • No actual graph in the Graph Tooltip #24
  • CPU Usage Monitor #22
  • Make all information from the M105 command available #18
  • Terminal temp command #16
  • Add Hotend and Part Cooling Fan Speed #13
  • Don't show popovers when not data is present

*Thanks to the brilliant: https://psutil.readthedocs.io/en/latest/#

0.0.0.5 - Popover graph bugfix #2

02 Feb 21:02
8b357fe
Compare
Choose a tag to compare

Sorry for the many updates - the problem some people are having with "stuck on waiting..." should now be fixed now.

0.0.0.4 - Popovers added (fixed waiting)

02 Feb 16:45
35a5862
Compare
Choose a tag to compare

0.0.0.3 - Popovers added

02 Feb 10:16
bfff46c
Compare
Choose a tag to compare

Popovers showing a temperature graph, target and actual added - see screenshots :)

Features & improvements

  • Added popovers with graphs
  • Added option to align icons to the left instead on top as suggested by @Pheelix in issue #5

Bug fixes

0.0.0.2 - bugfixes

25 Jan 07:55
7569f1b
Compare
Choose a tag to compare

Features & improvements

  • Increased the target margin to ± 0.5 : #10
  • Improved settings when not running UI customizer 😆

Bug fixes

  • Problems in displaying bed and extruders temps #4
  • Line settings (width, color, and opacity) are not honored #6
  • Graph line color setting accidentally named "Graph line width" #7
  • Editing anything under customMon.*.graphSettings breaks plugin until server restart #9

Initial release

23 Jan 08:56
8446290
Compare
Choose a tag to compare