Holey dice (3D printing test)

Holey dice (3D printing test)

Description

This Thing Was Created As A 3D Printing Test, To See How Well Your 3D Printer Did Prints Without Supports And With Curves. It Was Made In Openscad With The Following Code: Difference() { Translate([0,-25,0])Intersection() { Sphere(30); Translate([-22,-22,-22])Cube(44); } Union() { Translate([0,-25,-25]) Cylinder(50,15,15); Rotate([90,0,0]) Cylinder(50,15,15); Translate([-3,-25,0])Rotate([0,90,0]) Cylinder(50,15,15);} }

Statistics

Likes

37

Downloads

0