Appearance
Examples
Generated from docs/site/reference/source/examples.json.
Rendered previews
Example matrix
| Example | Guide | Languages | Sources | Outputs | Concepts |
|---|---|---|---|---|---|
| Author a path | /author | typescript, python | typescript: docs/site/examples/author.tspython: docs/site/examples/author.py | gcode | Design, geometry, extruder, point, gcode |
| Lower to the Dry IR | /lower | typescript, python | typescript: docs/site/examples/lower.tspython: docs/site/examples/lower.py | ir | Design, ir, segments, toolpath |
| Simulate | /simulate | typescript, python | typescript: docs/site/examples/simulate.tspython: docs/site/examples/simulate.py | metrics | Design, simulate, metrics |
| Verify | /verify | typescript, python | typescript: docs/site/examples/verify.tspython: docs/site/examples/verify.py | verify | Design, verify, Report, Finding, Severity |
| Optimize | /optimize | typescript, python | typescript: docs/site/examples/optimize.tspython: docs/site/examples/optimize.py | ir | Design, optimizedIr, balancedIr, toolpath |
| Generative | /generative | typescript, python | typescript: docs/site/examples/generative.tspython: docs/site/examples/generative.py | gcode, ir | TPMS, tpms, tpmsOps, tpms_gcode |
Interactive example runs
Author a path: Create a fluent L1 design and emit motion G-code.
Run this example from /guide/author
Lower to the Dry IR: Resolve an authored design into Dry's structured L2 toolpath IR.
Run this example from /guide/lower
Simulate: Compute toolpath metrics such as time, distances, material, and peak flow.
Run this example from /guide/simulate
Verify: Check a resolved design against machine-safety contracts and inspect findings.
Run this example from /guide/verify
Optimize: Resolve through the optimization pipeline and inspect optimized IR.
Run this example from /guide/optimize
Generative: Generate TPMS-style infill paths from structured options.
Run this example from /guide/generative