mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-11 09:14:29 +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>;
|
||||
|
||||
shape_pts = [
|
||||
[-2, -10],
|
||||
[-2, 10],
|
||||
[2, -10],
|
||||
[2, 10],
|
||||
[2, -10]
|
||||
[-2, 10],
|
||||
[-2, -10]
|
||||
];
|
||||
|
||||
golden_spiral_extrude(
|
||||
|
Reference in New Issue
Block a user