From 9ce272b434d83d55a13526fc70b5e42ba8db116e Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Wed, 25 May 2022 09:06:18 +0800 Subject: [PATCH] fix typo --- src/function_grapher.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/function_grapher.scad b/src/function_grapher.scad index 92d35042..e000c2e1 100644 --- a/src/function_grapher.scad +++ b/src/function_grapher.scad @@ -14,7 +14,7 @@ use ; use ; module function_grapher(points, thickness = 1, style = "FACES") { - echo("`function_grapher` is deprecated since 3.1. Use `sf_thicken` instead."), + echo("`function_grapher` is deprecated since 3.1. Use `sf_thicken` instead."); rows = len(points); columns = len(points[0]);