How show temp in Fluidd?

Basic Information:

Printer Model: Vcore 3
MCU / Printerboard: Octopus + EBB42
klippy.log not needed

Fill out above information and in all cases attach your klippy.log file. Pasting your printer.cfg is not needed

Describe your issue:

Hi,

Not an issue

I don’t know if this is the most appropriate place to ask the question, if not, tell me where I can find information…

After a long trip, I managed to configure an EBB42… but now I want more.

At the moment I would like to see the temperature of the EBB42, to be shown in Fluidd, as Rpi or Octopus does…, but I think that this board, EBB42, does not have a temperature sensor installed.

I had thought about connecting a Thermistor that would measure the Driver’s temperature… but I DON’T know how to make the temperature of that thermistor appear in Fluidd, nor what Shockets can it be connected to.

Can somebody help me?

Thank you

You can get the temp from the STM32.

Add this to your printer.cfg or EBB42 cfg

[temperature_sensor EBB42] #the EBB42 can be any name you want as long as it doesn’t match any other named device.

sensor_type: temperature_mcu

sensor_mcu: EBBCan #match your name for this mcu device

min_temp: 0

max_temp: 100

2 Likes