index
:
3d/dice
master
Various dice
valhalla
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
faces
/
empty.scad
blob: 8725deeff8418832266b940b9adc922e7495c322 (
plain
)
1
2
3
4
module
empty
(
l
)
{
translate
([
0
,
0
,
10
])
sphere
(
1
);
}