Python API for PrusaSlicer?
Simple question: is there a way to have PrusaSlicer execute a script, say to clone an object, move it to a location on the platter, and apply a different text, say a serial number?
RE: Python API for PrusaSlicer?
Simple answer is no.
RE: Python API for PrusaSlicer?
You can automate object cloning, moving, and serialization on PrusaSlicer by combining external scripts and OpenSCAD to create copies of the model with unique serial numbers, then export each copy as an STL file.
RE:
You can automate object cloning, moving, and serialization on PrusaSlicer by combining external scripts and OpenSCAD to create copies of the model with unique serial numbers, then export each copy as an STL file.
Thank you. It is a solution but one I wanted to avoid because a clone in PrusaSlicer makes the whole shebang, including modifiers, painted supports, etc. Loading a new .stl requires to start from zero. A .stl with the serial numbers already on requires deining the modifiers for each clone.