1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-04-22 15:12:01 +02:00

delete unnecessary code

This commit is contained in:
Justin Lin 2021-09-22 16:36:21 +08:00
parent 83b1843f3f
commit 60f3698200

@ -2,7 +2,6 @@ use <experimental/_impl/_geom_platonic_polyhedra.scad>;
function geom_octahedron(radius, detail = 0, quick_mode = true) =
let(
t = (1 + sqrt(5)) / 2 ,
octahedron_points = [
[1, 0, 0], [-1, 0, 0], [0, 1, 0],
[0, -1, 0], [0, 0, 1], [0, 0, -1]