Hi Formlabs team,
I’m currently building an automated integration/pipeline around a Formlabs printer, and my first tests look really promising — thanks for the great tooling so far.
I’ve run into one issue with automatic support generation:
I need to prevent supports from being placed in a specific region of the part. I know the exact area where supports must not appear (a “no-support zone”).
Is there a way to retrieve the generated support connection/touch points (e.g., as an array/list of points, IDs, or references) so I can:
-
validate whether any points fall inside my forbidden region, and
-
if needed, remove those points (or otherwise exclude them) from the support generation result?
If direct access to connection points isn’t possible: is there an official workflow/API for defining support exclusion volumes / masks / blocked regions for auto-supports?
Any pointers (API endpoints, SDK objects, example snippets) would be hugely appreciated.
Thanks!