1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-01 04:20:27 +02:00
This commit is contained in:
Justin Lin
2020-02-18 17:00:57 +08:00
parent 8ad280c731
commit dea79663c1

View File

@@ -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 <util/reverse.scad>;
use <experimental/flat.scad>;
module surface_grapher(surface1, surface2, slicing = "SLASH") {
module sf_solidify(surface1, surface2, slicing = "SLASH") {
rows = len(surface1);
columns = len(surface1[0]);