From ac98beb1c5a2ec22092df236d69ad6f3733be2f4 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Tue, 17 Mar 2020 11:25:11 +0800 Subject: [PATCH] fix missing dep --- src/experimental/loft.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/experimental/loft.scad b/src/experimental/loft.scad index 53a823b6..25c3f91c 100644 --- a/src/experimental/loft.scad +++ b/src/experimental/loft.scad @@ -1,5 +1,5 @@ use ; -use ; +use ; module loft(sections, slices = 1) { function inter_pts(p1, p2, n) =