DEBSOURCES
Skip Quicknav
sources / openscad / 2011.12-3 / examples / example004.scad
1234567891011
module example004() { difference() { cube(30, center = true); sphere(20); } } example004();