mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-07-31 03:50:27 +02:00
updated doc
This commit is contained in:
@@ -22,12 +22,15 @@ Dependencies: `rotate_p`, `archimedean_spiral`, `cross_sections`, `polysections`
|
||||
include <polysections.scad>;
|
||||
include <archimedean_spiral_extrude.scad>;
|
||||
|
||||
|
||||
shape_pts = [
|
||||
[-5, 0], [-5, 4],
|
||||
[-4, 4], [-4, 2],
|
||||
[4, 2], [4, 4],
|
||||
[5, 4], [5, 0]
|
||||
[5, 0],
|
||||
[5, 4],
|
||||
[4, 4],
|
||||
[4, 2],
|
||||
[-4, 2],
|
||||
[-4, 4],
|
||||
[-5, 4],
|
||||
[-5, 0]
|
||||
];
|
||||
|
||||
archimedean_spiral_extrude(
|
||||
|
Reference in New Issue
Block a user