0.1.0 • Published 1 year ago

extrude-2d-to-3d v0.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

extrude-2d-to-3d

Extrude 2d (.dxf) file to 3d (.stl, .3mf) file

(At the moment, this only handles my specific use case. Open to pull requests!)

Install

npm install -g extrude-2d-to-3d

Usage

Usage
  $ extrude-2d-to-3d [options]

Options
  --input, -i  Input file path
  --output, -o  Output file path
  --height, -h  Height of the extrusion

Examples
  $ extrude-2d-to-3d -i 2d.dxf -o 3d.stl -h 10