mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-12 01:34:12 +02:00
fix module name
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
use <experimental/polyhedron_frame.scad>;
|
use <experimental/wireframe.scad>;
|
||||||
|
|
||||||
deep = 1;
|
deep = 1;
|
||||||
thickness = .5;
|
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);
|
Reference in New Issue
Block a user