mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-12 09:44:16 +02:00
updated doc
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 32 KiB |
@@ -27,10 +27,10 @@ Dependencies: `circle_path`, `rotate_p`, `golden_spiral`, `cross_sections`, `pol
|
|||||||
include <golden_spiral_extrude.scad>;
|
include <golden_spiral_extrude.scad>;
|
||||||
|
|
||||||
shape_pts = [
|
shape_pts = [
|
||||||
[-2, -10],
|
[2, -10],
|
||||||
[-2, 10],
|
|
||||||
[2, 10],
|
[2, 10],
|
||||||
[2, -10]
|
[-2, 10],
|
||||||
|
[-2, -10]
|
||||||
];
|
];
|
||||||
|
|
||||||
golden_spiral_extrude(
|
golden_spiral_extrude(
|
||||||
|
Reference in New Issue
Block a user