Sorry, no success. As I just want to monitor the chamber temperature I added a sensor.
In my printer.cfg:
#####################################################################
# Chamber
#####################################################################
[temperature_sensor chamber]
sensor_type: ATC Semitec 104GT-2 #ATC Semitec 104GT-2 #NTC 100K beta 3950
sensor_pin: PC3
min_temp: 0
max_temp: 100
gcode_id: C
This works from the console:
Send:9:08:58.242: N20 M105
Recv:9:08:58.243: B:22.8 /0.0 C:23.7 /0.0 T0:20.3 /0.0
So the C: is the chamber temperature.
In the RS PrinterConfiguration/Tools/HeatedChamber:
Alias: Chamber
Name in Firmware: C (I also tried chamber, Chamber, C:, C0)
I always see 0.0′C at the box icon in the printer status panel.
What to do?