Skip to content

jinyuan70940/stl_voro_fill

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This project is based off the Voro++ project. That code was modified and extended to take an input STL and generate an output STL which is the same form as the input STL, but filled with a cellular voronoi pattern.

For more information about running the script, see sw/readme.txt

For example, for this input STL (in examples/bunny.stl),

ViewSTL examples/bunny.stl

alt text

The rendered output STL,

ViewSTL sw/out.stl-0.stl

alt text

Using 'ViewSTL' (provided in this project) to view both input and output STL at the same time,

ViewSTL examples/bunny.stl sw/out.stl-0.stl

alt text

Then you print that output STL for fun!

alt text

About

3D-printing project that takes an STL and fills it with a cellular Voronoi pattern

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 62.6%
  • Python 17.3%
  • Shell 11.5%
  • Ruby 3.8%
  • Perl 2.8%
  • CMake 2.0%