index
:
3d/dice
master
Various dice
valhalla
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
polyhedra.scad
blob: 0cee7148b93482925eec5329efadf13491279c53 (
plain
)
1
2
3
4
5
6
7
8
module d6(len) { intersection() { cube(len, center=true); sphere(len*0.79); } }