From e4cc6910ffa0526fa5488264fb3a79f4c502b496 Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Sun, 24 Feb 2019 06:57:07 -0800 Subject: [PATCH] Corrected prismoid description comments. --- shapes.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shapes.scad b/shapes.scad index 9beea7d..f75d3a3 100644 --- a/shapes.scad +++ b/shapes.scad @@ -479,7 +479,7 @@ module trapezoid(size1=[1,1], size2=[1,1], h=1, center=false) { } -// Creates a rectangular truncated pyramid/prismoid/frustum shape. +// Creates a rectangular prismoid/frustum shape. // size1 = [width, length] of the bottom of the prism. // size2 = [width, length] of the top of the prism. // h = Height of the prism. @@ -523,7 +523,7 @@ module prismoid(size1=[1,1], size2=[1,1], h=1, center=false) } -// Creates a rectangular truncated pyramid/prismoid/frustum shape +// Creates a rectangular prismoid/frustum shape // with rounded vertical edges. // size1 = [width, length] of the bottom of the prism. // size2 = [width, length] of the top of the prism.