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:
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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user