3dSynth

Docs / Node Sculptor

Open in the interactive docs reader

Slice

Convert a Path into a single-layer Toolpath segment at a specific Z height, with per-segment speed and flow overrides. The simplest way to promote a Path into something the G-code compiler can consume.

Node

Interactive preview is available in the interactive reader.

Sockets

path (in)
Path. Required — ≥2 vertices.
zHeight (in)
Float. Optional Z override. When connected, takes precedence over the param.
toolpath (out)
Toolpath — a single extrusion segment at the chosen Z.

Parameters

Z Height (mm)
Layer Z. Default: 0.2.
Speed %
Percent of the printer's configured print speed used for this segment. Default: 100. Range 10..300.
Flow %
Extrusion multiplier (% of the printer's flow). Default: 100. Use <100 for fine lines, >100 for thick extrusions.

Tips