Hey everyone,
My team, AutPrint, is developing a machine for the BambuLab P1S that automatically swaps the print plate as soon as a print is finished and loads a new, unused plate. We plan to host OctoPrint on a laptop and use the OctoPrint plugin Continuous Printing to manage multiple print jobs.
Our machine runs on an Arduino Uno R4 WiFi, so we need an API that:
- Detects when a print is finished.
- Triggers an Arduino program to swap the plate.
- Starts the next print job once the Arduino process is complete.
Has anyone programmed something similar? Are we on the right track with the Continuous Printing plugin? We haven't started working on the API yetβwhat mistakes should we avoid?
We appreciate any advice or suggestions!
Best regards,
Simon from Team AutPrint