dclemmon / stltoimg

A program to convert STL files into depth map images
MIT License
4 stars 1 forks source link

Converts SVG no STL to depthmap. #1

Open ah3243 opened 1 year ago

ah3243 commented 1 year ago

Hi this appears to use an SVG as opposed to STL as the input.

dclemmon commented 1 year ago

Thanks for pointing that out. Yes, this is designed to work with the SVG output from slic3r to build a depth map from really any 3d model that slic3r can process.

When I wrote the tool, all of the sliced layers were part of the same SVG, so this tool moved through the layers to build a depth map that could be used by any software that expected that format, like some CNC machines and laser cutters.

https://manual.slic3r.org/advanced/svg-output

alexander-hagg commented 1 year ago

Probably want to rename the repository. Thanks.