DSF: Model hard coded to show sensor = heater
-
@chrishamm Do you want DSF stuff reported here, another category, github?
Anyway, it looks like control server hard codes the "sensor" entry in "heaters" to be the same index as the heater so you can't have something like this...
M308 S2 P"temp0" Y"thermistor" A"Bed" T100000 B4138 C0 ; Set thermistor + ADC parameters for heater 0 M950 H0 C"out0" T0
The M950 throws "Warning: Sensor number 0 has not been defined"
edit:
oops my bad. I forgot to change the T parameter on the M950.
The model is still incorrect though. The sensor numbers are reported to be the same as the heater number.
-
A better place would be GitHub TBH.
The issue right now with the object model is that it is not fully populated yet and that DCS/DWC try to restore the model from the status/config responses, which is only partially feasible. We will replace the current temporary approach with the "real" object model RRF is supposed to provide at some point in the future.