Adding ambient temperature sensor to DWC chart
-
Hello,
i have added a sensor to my Duet 2 Wifi (RRF 3.0 + DWC 2.1.5) by this gcode:
M308 S2 P"e1temp" Y"thermistor" T100000 B4138
I am able to read the correct temperature by:
M308 S2
I can not find any infomation to add this sensor to the graph in DWC. Has anybody a hint for me?
Thanks for your help!
-
Have you checked in the Extra tab of the tools box?
-
Yes, but there is only this message: "No Extra Sensors"
-
I think you may need to give it a label in M308 with the A parameter for it to show up.
https://duet3d.dozuki.com/Wiki/Gcode#Section_M308_Set_or_report_sensor_parameters
-
Ah i think i missed this point. Big thanks for your quick help, works perfect now!