From a5fa7edfee8418307ee1c64f4e212f22e8cc2f39 Mon Sep 17 00:00:00 2001 From: Nexusnui <131207888+Nexusnui@users.noreply.github.com> Date: Thu, 24 Jul 2025 17:24:17 +0200 Subject: [PATCH] Correct link to polyhedron The previous link ponited to a non existant section on the Primitive_Solids page. --- cheatsheet/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheatsheet/index.html b/cheatsheet/index.html index 9495952..3e64684 100644 --- a/cheatsheet/index.html +++ b/cheatsheet/index.html @@ -116,7 +116,7 @@
cube([width,depth,height], center)
cylinder(h,r|d,center)
cylinder(h,r1|d1,r2|d2,center)
- polyhedron(points, faces, convexity)
+ polyhedron(points, faces, convexity)
import("….extformats: STL|OFF|AMF|3MF", convexity)
linear_extrude(height,center,convexity,twist,slices)
rotate_extrude(angle,convexity)