Who is here? 1 guest(s)
 Print Thread
Can Artisan display temps both C and F?
oldgrumpus
I am wondering why Artisan can't display BOTH Celsius and Fahrenheit at the same time. Or is it possible? I can't find any such conversation on this forum or on the Artisan support pages. Maybe someone here knows a way to do this? With so many folks roasting with one or the other, discussion between roasters becomes cumbersome when comparing roast profiles.

Thanks!
Clever Coffee Dripper
Grinder: Macap M4
Roaster: Completed drum roaster project photos shown here:
Photos https://goo.gl/ph...Da6K4wfqw5
Videos https://www.youtu...Bd1NrdpSUH
Build thread https://homeroast...post_38189
 
renatoa
Nope, not possible, according to code source.

There is <self.mode> variable, which can be C or F, noting else, and govern the screen drawing, calling either fahrenheitMode or celsiusMode.


                    #set temperature mode
            if unit == "F" and self.qmc.mode == "C":
                self.qmc.fahrenheitMode()
            if unit == "C" and self.qmc.mode == "F":
                self.qmc.celsiusMode()


Assuming would be possible, I can't imagine how such graph could look... puzzled... :o
Two left-right Y scales for temperatures and RoR ?
Two numbers on graph for each event... and for DE/FC predictors as well...
brrr... parallel universes :D
 
Jump to Forum: