3dSynth

Docs / SynthBlocks

Open in the interactive docs reader

Bounds Check

Wraps geometry and emits a warning if any toolpath point falls outside the printer's build volume.

Block

Interactive preview is available in the interactive reader.

Parameters

body
Statement slot — geometry to check against the build volume.

How it works

The engine checks every generated point inside the Bounds Check scope against the current printer's build volume. If any point exceeds the X, Y, or Z limits, a warning is raised with the exact coordinates that went out of bounds.

The warning appears in the Warnings panel and highlights this block, making it easy to find and fix the issue.