diff --git a/examples/bunny_frame.scad b/examples/bunny_frame.scad index 725724c8..93d65017 100644 --- a/examples/bunny_frame.scad +++ b/examples/bunny_frame.scad @@ -1,4 +1,4 @@ -use ; +use ; deep = 1; thickness = .5; @@ -25,4 +25,4 @@ points_faces = bunny(); } -polyhedron_frame(points_faces[0], points_faces[1], deep, thickness); \ No newline at end of file +wireframe(points_faces[0], points_faces[1], deep, thickness); \ No newline at end of file