Releases: LazeMSS/OctoPrint-TopTemp
Releases · LazeMSS/OctoPrint-TopTemp
0.0.1.2 - More colors :)
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 %...
0.0.1.0 - Temperatures galore
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
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)
Bug fixes
- Fixed #20
0.0.0.3 - Popovers added
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
- Fixed custom lookup expression - thanks to @SureshotM6
- Fixed sorting not working : #14
- Improved css as suggested by @shadowpanther
0.0.0.2 - bugfixes
Features & improvements
- Increased the target margin to ± 0.5 : #10
- Improved settings when not running UI customizer 😆