imrahil / OctoPrint-NavbarTemp

Plugin for OctoPrint - displays temperatures on navbar
GNU Affero General Public License v3.0
44 stars 50 forks source link

NavBar Temp settings to fahrenheit from celcius? #37

Closed azz7686 closed 2 years ago

azz7686 commented 5 years ago

I'm fairly new to all this, is there a command or option for fahrenheit readings instead of celcius? TYIA

Cosik commented 5 years ago

@azz7686 I think it will be hard, all values are taken direct from system/firmware. So additional thing should be checking based units.

imrahil commented 5 years ago

I think that we can add an option to "force" recalculate readings from system to Fahrenheit degrees (if system provides them in Fahrenheit and user selects recalculate option it will be incorrect obviously)

LazeMSS commented 3 years ago

Fixed in latest release

LazeMSS commented 2 years ago

Its already included https://github.com/imrahil/OctoPrint-NavbarTemp/pull/84

This issue could be closed.