Connect printer to TD to keep print

Hi I’m tryna make a auto print machine with TD.
My project, in brief, stable diffusion api part keep making images in chop within 30 sec.
And this image data is saved in it’s folder.
Now the printing part in TD should keep sends image to printer print.
So I just curious bout how can I connect printer to get images in TD.
Is there any ideas? :slight_smile:

You can export image as .png through movie file out Top
You can write some script in Python able to connect to the printer and send the file to it with the good parameters, there is a python-osc library.
The best way to avoid the blocking of TD during the printing is to run the python script in Terminal, using OSC to send the name of files from TD to python.

1 Like

thank you so much for the solution. I’ll try it