imrahil / OctoPrint-NavbarTemp

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

Request: Option to display build chamber temperature in the navbar #12

Closed david-vo closed 4 years ago

david-vo commented 8 years ago

I think it would be useful to have the ability to display build chamber temperature in the header, along the same row as Raspi, Tool 0, Tool 1, and Bed temperatures. It can take this value from a thermistor or some other temp sensor, that's fed through a GPIO pin. How difficult would this be to implement?

Seems like it'd be pretty simple to read in the temp from sys/bus?

imrahil commented 8 years ago

it should be possible the same way as Raspberry internal temperature is measured.

Cosik commented 5 years ago

@david-vo please look here https://github.com/imrahil/OctoPrint-NavbarTemp/issues/16 also we are thinking about adding nativ support for 1-wire in the future,

Cosik commented 5 years ago

@david-vo Hi we prepared new feature for custom commands, please read this https://github.com/imrahil/OctoPrint-NavbarTemp/pull/52

Cosik commented 4 years ago

Custom command is now supported, number of custom commands will be increased.