From 05701aa0bacab4a49ecf21e4c4f56122c95a113f Mon Sep 17 00:00:00 2001 From: Alex Matulich Date: Wed, 29 Jan 2025 18:26:37 -0800 Subject: [PATCH] FDM is trademarked; used non-trademarked term --- isosurface.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isosurface.scad b/isosurface.scad index 5fc67559..b7127a83 100644 --- a/isosurface.scad +++ b/isosurface.scad @@ -11,7 +11,7 @@ // that is, the isosurface of a function $f(x,y,z)$ is the set of points where // $f(x,y,z)=c$ for some constant value $c$. The constant $c$ is referred to as the "isovalue". // . -// A [gryoid](https://en.wikipedia.org/wiki/Gyroid) (often used as a volume infill pattern in [FDM 3D printing](https://en.wikipedia.org/wiki/Fused_filament_fabrication)) +// A [gryoid](https://en.wikipedia.org/wiki/Gyroid) (often used as a volume infill pattern in [fused filament fabrication](https://en.wikipedia.org/wiki/Fused_filament_fabrication)) // is an exmaple of an isosurface that is unbounded and periodic in all three dimensions. // Other typical examples in 3D graphics are [metaballs](https://en.wikipedia.org/wiki/Metaballs) (also known as "blobby objects"), // which are bounded and closed organic-looking surfaces that smoothly meld together when in close proximity.