cpederkoff / stl-to-voxel

Turn STL files into voxels, images, and videos
MIT License
138 stars 75 forks source link

Can you change the slicing direction? #45

Open ah3243 opened 2 years ago

ah3243 commented 2 years ago

hi, great package. Is it possible to change the direction of slicing?

thanks

cpederkoff commented 2 years ago

Hi @ah3243, I don't think there's a way to do this right now short of rotating the STL before slicing. I can work on adding this as a feature. Would you want to specify the slice direction as an added command-line flag, or something else? Thanks