3dSynth

Docs / SynthBlocks

Open in the interactive docs reader

Text

Full outline and fill text. Uses TrueType/OpenType fonts to produce solid letters with optional rectilinear infill — like a slicer for each character.

Block

Interactive preview is available in the interactive reader.

Parameters

text
The string to render. Default: 3dsynth.
font
Font family name for system fonts (e.g. "Arial"). Leave empty for built-in Inter font.
size (mm)
Font size in millimeters.
spacing
Letter spacing. 0 = default; positive values add space between characters.
outline only
When checked, draws only the outline (borders). When unchecked, fills each letter with rectilinear (horizontal) infill.

How it works

Text renders each glyph (letter) one at a time: first the outline, then the fill. This per-glyph order matches slicer behaviour and keeps extrusion consistent. The built-in font is Inter; you can specify a system font family name to use other installed fonts.