Thingiverse
Voxelizer
by QuantumZ
35
Downloads
48
Likes
0
Makes
Voxelize is an OpenSCAD module that you can use to create voxel art out of other models.
To use you'll want to find the minimum and maximum point that is the corners of a box that would contain your model. Pass these points to the voxelize function as p0 and p1. pass in a step (i.e. voxel size) and an optional overlap (important for making it printable). The procedure will take several minutes depending on the steps and complexity of the model. You may get a few warnings during process
To use you'll want to find the minimum and maximum point that is the corners of a box that would contain your model. Pass these points to the voxelize function as p0 and p1. pass in a step (i.e. voxel size) and an optional overlap (important for making it printable). The procedure will take several minutes depending on the steps and complexity of the model. You may get a few warnings during process
Sign in to leave a comment
Sign in