From 825446cb187a724bff72a04896b8bf623086045f Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Sun, 5 Jan 2025 19:32:43 -0800 Subject: [PATCH] rotate_extrude(start=n), to match PR#5553. --- cheatsheet/snapshot.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheatsheet/snapshot.html b/cheatsheet/snapshot.html index 2bcb1ea..f513895 100644 --- a/cheatsheet/snapshot.html +++ b/cheatsheet/snapshot.html @@ -119,7 +119,7 @@

3D

polyhedron(points, faces, convexity) import("….extformats: STL|OFF|AMF|3MF", convexity) linear_extrude(height,v,center,convexity,twist,slices) - rotate_extrude(angle,convexity) + rotate_extrude(angle,start,convexity) surface(file = "….extformats: DAT|PNG",center,convexity)