New to Duet and Reprap with questions
-
Config.json is an artifact of the online tool that creates the first config. It is NOT used by the running printer.
Also, you do not normally use M500 to save the configuration; it saves a specific list of things in file config-override.g (and those have to be reloaded... long story). For now, until you absorb more about regular old config.g, forget that M500 and M501 and similar even exist.
Please post your config.g
-
Config Gconfig.g
-
Will do on M500, M501
-
Hmmm... that looks OK to me.
Is tool 0 showing up in the web interface? And if so, showing what value?
-
It says N/A
-
Ah... is there a sensor physically plugged in? The web interface will say N/A on values until it gets its first reading.
-
Yes both temp 0 and temp 1, two 3950 thermistors connected, I just now went out to the garage and swapped temp 0 and temp1 thermistors with no change.
-
-
Interesting. I don't see anything wrong in the config. I'd expect to see -273.1 if nothing was connected.
N/A implies the Web stuff running in the browser (javascript) is not seeing a "key" in the json that is periodically returned. The object model. Again, though, I don't see anything that would prevent that.
Perhaps someone with sharper eyes will catch it when they look at that config.g.
If it helps in any way, here is a working config for a mult-tool printer. You can look at the sensor and heater and tool definitions and see if you see anything that helps.
-
Hey thanks for that, getting late here. I'll pick up on it tomorrow.
-
This post is deleted! -
Was able to get the temperature to display by editing the config.g file directly and rebooting.