1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-10 16:54:23 +02:00
This commit is contained in:
Justin Lin
2022-05-25 09:06:18 +08:00
parent 1c04072738
commit 9ce272b434

View File

@@ -14,7 +14,7 @@ use <path_extrude.scad>;
use <shape_circle.scad>;
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]);