From dea79663c18b7fb71a3c1a5c2fda52b708dddafd Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Tue, 18 Feb 2020 17:00:57 +0800 Subject: [PATCH] rename --- src/experimental/sf_solidify.scad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/experimental/sf_solidify.scad b/src/experimental/sf_solidify.scad index 864eb30d..37626834 100644 --- a/src/experimental/sf_solidify.scad +++ b/src/experimental/sf_solidify.scad @@ -1,17 +1,17 @@ /** -* surface_grapher.scad +* sf_solidify.scad * * @copyright Justin Lin, 2020 * @license https://opensource.org/licenses/lgpl-3.0.html * -* @see https://openhome.cc/eGossip/OpenSCAD/lib2x-surface_grapher.html +* @see https://openhome.cc/eGossip/OpenSCAD/lib2x-sf_solidify.html * **/ use ; use ; -module surface_grapher(surface1, surface2, slicing = "SLASH") { +module sf_solidify(surface1, surface2, slicing = "SLASH") { rows = len(surface1); columns = len(surface1[0]);