Skip to content

Treadgold/make_print_from_vector

Repository files navigation

Create virtual env

python -m venv .venv

Activate venv

.venv/scripts/activate.ps1

Install requirements

pip install -r requirements.txt

run demo

python make-real-objects.py bender.svg

output file will be bender_converted.stl

pass in your own SVG file to try converting your own

Works best where transparent areas of SVG will be cut out, and white areas will be kept as part of stencil

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published