You are not logged in.
When a model is printed, nanodlp calls an external Py program. This Py program controls the robot to automatically remove the model tray and install a new tray. How do I get nanodlp to start printing the next model?
Offline
Call [printer_url]/printer/start/[plate_id] to start printing a specific plate
Offline
I can set up a python program in raspberry pie and call the python program when printing is finished.Then start nano through Python program to execute the next print,
Offline
Error 1 2022-03-31 14:29:39.709632 Gcode External Call Problem exit status 1 Traceback (most recent call last):
File '/home/pi/test.py', line 1, in
import requests
ImportError: No module named requests
I use SSH to run test pyPlant7 starts printingWhen I use nano to call test The above error occurred during py
Offline
Ok
I can I print plat_id+1
But I can't stop printing
Because the code in stopping printing will start pant_ id+1。
Offline
Where do you want to stop it? Plate ID on nanodlp side being updated, so at-least from interface you should not have such an issue.
Offline