Event/ Data logging
-
I am currently using the duet 2wifi and want to use event logging. I read the documentation on it and it does not do exactly what I need. Does anyone know if it is possible to log or graph the temperature fluctuation on a print as well as the printing speeds?
-
The web interface polls for all those temperatures. You could write a very simple script that also polls and logs. All the outputs are JSON objects, so it is even possible you could find a generic logging utility.