summaryrefslogtreecommitdiff
path: root/testdata/scad/bugs/issue495a.scad
blob: 37f382ca7fefce2b256ca5333edf1b2cb1d4056e (plain)
1
2
3
4
5
6
7
8
// Hollow cube.
// STL export is wrong (inner cube is positive instead of negative)
// This is fixed by applying and using the patch to CGAL containing
// convert_all_inner_shells_to_polyhedron()
difference() {
    cube(20, center = true);
    cube(10, center = true);
}
contact: Jan Huwald // Impressum