mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-10 16:54:23 +02:00
fix typo
This commit is contained in:
@@ -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]);
|
||||
|
Reference in New Issue
Block a user