From 065df54773391c27510ada77f575d53311601b0c Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Mon, 30 Mar 2026 14:31:01 -0700 Subject: [PATCH] Fix linear_extrude synopsis to match implementation. See #6742. --- cheatsheet/snapshot.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheatsheet/snapshot.html b/cheatsheet/snapshot.html index 00a8a4d..efa69c7 100644 --- a/cheatsheet/snapshot.html +++ b/cheatsheet/snapshot.html @@ -135,7 +135,7 @@

3D

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