summaryrefslogtreecommitdiff
path: root/testdata/scad/bugs/rotate-diff-nonmanifold-crash.scad
blob: 754a2a6356ad85c6d71fd8a5a0597fc256a3b563 (plain)
1
2
3
4
5
6
7
8
9
difference() {
  rotate_extrude($fn=5) translate([4,0,0]) square([10, 10], center=true);
  translate([6,6,6]) sphere(r=10);
}

union() {
  rotate_extrude($fn=5) translate([4,0,0]) square([10, 10], center=true);
  cylinder(h=5,r=3);
}
contact: Jan Huwald // Impressum