tscad is in early development
DocsCommandstscad export

tscad export

Export the model to a file

Overview

Use tscad export to export your tscad model to a file format suitable for 3D printing or further processing. By default, it exports the model defined in ./src/model.ts to ./out/model.stl. You can customize the output file name, choose to export each part separately, or even open the exported model directly in a slicer application.

Terminal
Usage: tscad export [options] [params...]

> Export the model to a file

Arguments:
  params               Parameters to pass to the model

Options:
  --model [model]      Where to find the tscad model (default: "./src/model.ts")
  --parts              Export each part to a separate file (default: false)
  --output <filename>  The output file (default: "./out/model.stl")
  --slice <slicer>     Open the result in a slicer (default: false)
  -h, --help           Display help for command

API

Terminal
$ tscad export [options] [params...]

Arguments

Prop

Type

Options

Prop

Type

On this page

Last updated: