Skip to content

rptynan/Topper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Topper - Infills for your 3D models

Getting Started

Clone the repo, make a build and compile, like so:

mkdir build && cd build
cmake..
make

Note: CGAL and OpenSCAD are required.

After that you can run it like this:

./topper [input_model] [infill_number] [output_model]

Input models must be in .off format, while output files can be in any format openscad supports (which are .stl / .off / .csg).

There are currently four infills, numbered below. There are variables in configuration.scad which you can change to alter them.

Number Infill Picture
1 Sphere Packing alt-text
2 Truncated Octohedron Tessellation alt-text
3 Rhombic Dodecahedron Tessellation alt-text
4 Dynamic Struct to Vertex Support alt-text

About

Experimental infill software for 3D printing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages