mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-05 14:27:45 +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 <polysections.scad>;
|
||||||
include <archimedean_spiral_extrude.scad>;
|
include <archimedean_spiral_extrude.scad>;
|
||||||
|
|
||||||
|
|
||||||
shape_pts = [
|
shape_pts = [
|
||||||
[-5, 0], [-5, 4],
|
[5, 0],
|
||||||
[-4, 4], [-4, 2],
|
[5, 4],
|
||||||
[4, 2], [4, 4],
|
[4, 4],
|
||||||
[5, 4], [5, 0]
|
[4, 2],
|
||||||
|
[-4, 2],
|
||||||
|
[-4, 4],
|
||||||
|
[-5, 4],
|
||||||
|
[-5, 0]
|
||||||
];
|
];
|
||||||
|
|
||||||
archimedean_spiral_extrude(
|
archimedean_spiral_extrude(
|
||||||
|
Reference in New Issue
Block a user