From 50007db4c02201c725ee056fd2301a520855f8a6 Mon Sep 17 00:00:00 2001 From: Alex Matulich Date: Wed, 29 Jan 2025 07:07:37 -0800 Subject: [PATCH] Found error causing docsgen to fail --- isosurface.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isosurface.scad b/isosurface.scad index 4b909823..fd1916e5 100644 --- a/isosurface.scad +++ b/isosurface.scad @@ -1219,7 +1219,7 @@ let( // Six shapes of metaball field density functions are built into this library. You can specify // different ones for each metaball in the list, and you can also specify your own // custom function. All of them require a coefficient weight. The coefficient must be a value or a vector, as described below. -// . +// . // Any other parameters are optional. In all cases, `cutoff` specifies the distance beyond which the metaball has no influence. Default: `INF` // . // These are the built-in metaball functions. Arguments with default values are optional: