From 999e0196c03447e3ba267e712a37ae9ff349b213 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Wed, 11 May 2022 10:24:21 +0800 Subject: [PATCH] remove modules --- src/_impl/_golden_spiral_impl.scad | 1 - src/_impl/_shape_path_extend_impl.scad | 1 - 2 files changed, 2 deletions(-) diff --git a/src/_impl/_golden_spiral_impl.scad b/src/_impl/_golden_spiral_impl.scad index b0bd94a1..fc546464 100644 --- a/src/_impl/_golden_spiral_impl.scad +++ b/src/_impl/_golden_spiral_impl.scad @@ -1,5 +1,4 @@ use <../__comm__/__fast_fibonacci.scad>; -use <../ptf/ptf_rotate.scad>; use <../shape_circle.scad>; function _remove_same_pts(pts1, pts2) = diff --git a/src/_impl/_shape_path_extend_impl.scad b/src/_impl/_shape_path_extend_impl.scad index 88036278..36a7558b 100644 --- a/src/_impl/_shape_path_extend_impl.scad +++ b/src/_impl/_shape_path_extend_impl.scad @@ -1,5 +1,4 @@ use <../__comm__/__to3d.scad>; -use <../ptf/ptf_rotate.scad>; use <../util/reverse.scad>; function __polytransversals(transversals) =