mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-13 18:24:28 +02:00
fix typo
This commit is contained in:
@@ -14,7 +14,7 @@ use <path_extrude.scad>;
|
|||||||
use <shape_circle.scad>;
|
use <shape_circle.scad>;
|
||||||
|
|
||||||
module function_grapher(points, thickness = 1, style = "FACES") {
|
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);
|
rows = len(points);
|
||||||
columns = len(points[0]);
|
columns = len(points[0]);
|
||||||
|
Reference in New Issue
Block a user