Save data for analysis
-
Hi everyone,
we recently bought a Tumaker NXPro printer which is controlled using DWC 3.3.0
Is there a possibility to save the status and temperature data to a file?It would be very helpful for us to be able to compare the temperature profiles for different prints.
-
@mrm It could be done by hacking DWC but it isn't supported out of the box. You could also write a macro or plugin to save the current temperatures to a CSV file every second or so if that helps. See object model and G-code meta commands, especially the part about
echo
. You can invoke custom commands in regular intervals using daemon.g.