From b3de686c92d5a98d4bcb75abe8da51c2d615ec9e Mon Sep 17 00:00:00 2001 From: Cory Cross Date: Sat, 15 Nov 2025 11:47:16 -0800 Subject: [PATCH 1/2] s/fragments/segments/g matching wiki and dicussion https://github.com/openscad/openscad/issues/4246#issuecomment-3353382701 https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Other_Language_Features --- cheatsheet/index.html | 2 +- cheatsheet/snapshot.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cheatsheet/index.html b/cheatsheet/index.html index 9495952..b252000 100644 --- a/cheatsheet/index.html +++ b/cheatsheet/index.html @@ -66,7 +66,7 @@

Special variables

$fs
minimum size
$fn
-
number of fragments
+
number of segments
$t
animation step
$vpr
diff --git a/cheatsheet/snapshot.html b/cheatsheet/snapshot.html index 82d710a..d18cc25 100644 --- a/cheatsheet/snapshot.html +++ b/cheatsheet/snapshot.html @@ -78,7 +78,7 @@

Special variables

$fs
minimum size
$fn
-
number of fragments
+
number of segments
$t
animation step
$vpr
From 57fb4d6fc56baae5693d436a7f43cdecb1e88cc1 Mon Sep 17 00:00:00 2001 From: Cory Cross Date: Sat, 15 Nov 2025 12:00:47 -0800 Subject: [PATCH 2/2] Add $fe to cheatsheet Not the longest phrase in the `Special variables` section https://github.com/openscad/openscad/pull/6361 in progress --- cheatsheet/snapshot.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cheatsheet/snapshot.html b/cheatsheet/snapshot.html index d18cc25..b37125b 100644 --- a/cheatsheet/snapshot.html +++ b/cheatsheet/snapshot.html @@ -77,6 +77,8 @@

Special variables

minimum angle
$fs
minimum size
+
$fe
+
maximum discretization error
$fn
number of segments
$t