Rounded Die

661
Downloads
332
Views
Published on February 9, 2012

Description

I saw lucb's thing and I had a die I made in OpenSCAD, so I just combined the two files.

Instructions

It is now to scale.

There are now two versions of this thing. One is the original die and the other, called Die Rounder, has the holes slightly closer together and the edges rounded slightly more. Please tell me which one is a better print.

Rounded cube (lucb) / CC BY-SA 3.0
Round corners for Openscad - Library (WarrantyVoider) / CC BY-SA 3.0
Tags
This Thing has no tags.
Report as inappropriate

You must be logged in to post a comment.

scale it to .0305 will make it 15.25mm (size of my dice)

add the command scale(.0305,[1,1,1])

just before the last difference command in your code

Also, if you add $fn=25;
just before that, rendering time will be a lot faster

Cool. Thanks. Just wondering, what is the unit openscad uses? Also, how does $fn=25 speed up rendering? I used it and it did make it faster, but I am confused why.