summaryrefslogtreecommitdiff
path: root/testdata/scad/features/highlight-and-background-modifier.scad
blob: 945d6b4c9a80ed6ebb9a800517b349231b3e522d (plain)
1
2
3
4
5
6
7
8
difference() {
  sphere(r=10);
  %#cylinder(h=30, r=6, center=true);
}
translate([13,0,0]) difference() {
  sphere(r=10);
  #%cylinder(h=30, r=6, center=true);
}
contact: Jan Huwald // Impressum