3dSynth

Docs / SynthBlocks

Open in the interactive docs reader

Grid Array

Repeats nested blocks in a rectangular grid pattern. Iterates row by row, column by column, translating each copy by the spacing values. All process commands inside (Set Speed, Set Temperature, etc.) are also repeated.

Block

Interactive preview is available in the interactive reader.

Parameters

cols
Number of columns.
rows
Number of rows.
spacing X (mm)
Horizontal distance between copies.
spacing Y (mm)
Vertical distance between copies.
body
Statement slot for geometry to repeat.

How it works

Grid Array repeats nested blocks in a rectangular grid. Each copy is translated by the spacing values. Process commands inside are repeated for each copy.