From a0d07ea78f631134fee4f9d43adaffd80b69108a Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Fri, 1 Apr 2022 13:30:15 +0800 Subject: [PATCH] fix module name --- examples/bunny_frame.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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