You are not logged in.
Hello Guys,
I'm developing an algorithm to detect faults in my 3D printer and I would like to know if I can acess what is the area of each layer in real time during the impression with another Raspberry Pi which is collecting data from a strain gage load cell. Also is there a way to send a stop signal for the NanoDLP stop the printing?
Thank you!
Offline
Yes, you can access area value and using fault pin you can stop nanodlp in direct mode. If you are using RAMPS, you need to stop printer on RAMPS side.
Offline
Yes, you can access area value and using fault pin you can stop nanodlp in direct mode. If you are using RAMPS, you need to stop printer on RAMPS side.
Thank you very much for the answer!
How can I access the area value?
Also another question, I'm using another Raspberry to collect data from the printing process, do you think its possible for the same Raspberry that has the NanoDLP installed to also collect this data and analyze it?
Offline
Sure, you can run it on the same rpi. You can find individual plates here "/home/pi/printer/public/plates", each one contains info.json which contains content that you want.
Offline
Sure, you can run it on the same rpi. You can find individual plates here "/home/pi/printer/public/plates", each one contains info.json which contains content that you want.
Nice, I've managed how to access json files but I dont know how to open both my programs in the same rpi, can you give me some guidance?
Offline
You can add it to systemd, so it will run automatically.
Offline