From d1fb992e2cc04a6587832c8616596086cae9a43a Mon Sep 17 00:00:00 2001 From: Garth Minette Date: Fri, 1 Jan 2021 00:59:37 -0800 Subject: [PATCH 1/3] Refactored and modernized heightfield(), enabling functional literal use. --- shapes.scad | 187 ++++++++++++++++++++++++++------------------------- version.scad | 2 +- 2 files changed, 97 insertions(+), 92 deletions(-) diff --git a/shapes.scad b/shapes.scad index 31e35b1a..c03cbc6c 100644 --- a/shapes.scad +++ b/shapes.scad @@ -1689,112 +1689,117 @@ module arced_slot( } -// Module: heightfield() -// Usage: -// heightfield(heightfield, [size], [bottom]); +// Function&Module: heightfield() +// Usage: As Module +// heightfield(data, , , , , ,