From af7e39a97ecad969e50255eb0c2d0f57d0ba21a6 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sat, 4 May 2019 08:09:11 +0800 Subject: [PATCH] not necessary --- src/path_extrude.scad | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/path_extrude.scad b/src/path_extrude.scad index b9bc99e0..3378995b 100644 --- a/src/path_extrude.scad +++ b/src/path_extrude.scad @@ -11,8 +11,6 @@ include <__private__/__is_vector.scad>; include <__private__/__to3d.scad>; include <__private__/__angy_angz.scad>; -include <__private__/__length_between.scad>; -include <__private__/__m_multiply.scad>; include <__private__/__m_multiply.scad>; module path_extrude(shape_pts, path_pts, triangles = "SOLID", twist = 0, scale = 1.0, closed = false) {