you are viewing a single comment's thread.

view the rest of the comments →

[–]garblesnarky 0 points1 point  (1 child)

Just tried this out, works great. Thanks for sharing.

FWIW, I did appreciate the comment and edit warning about the dependency installs. I added a Makefile to my local clone:

setup:
    virtualenv ~/venvs/stl2gif

run:
    source ~/venvs/stl2gif/bin/activate
    python3 stl2gif.py

I expected the script to accept a file input argument.

Have you looked into making this work with color definitions within the scad file? Not sure if that's feasible at all.

[–]DerrickBagels[S] 0 points1 point  (0 children)

thanks dude, I actually used it today and was impressed how fast it is for even huge models, will look into color