1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-11 17:24:20 +02:00

fix module name

This commit is contained in:
Justin Lin
2022-04-01 13:30:15 +08:00
parent 3a4b1224e6
commit a0d07ea78f

View File

@@ -1,4 +1,4 @@
use <experimental/polyhedron_frame.scad>;
use <experimental/wireframe.scad>;
deep = 1;
thickness = .5;
@@ -25,4 +25,4 @@ points_faces = bunny();
}
polyhedron_frame(points_faces[0], points_faces[1], deep, thickness);
wireframe(points_faces[0], points_faces[1], deep, thickness);