From d2949cd53d26f48479ae057a2a8cf0203b2a5f9d Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Thu, 8 Jul 2021 20:06:46 +0800 Subject: [PATCH] use relative path --- src/surface/sf_curve.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/surface/sf_curve.scad b/src/surface/sf_curve.scad index a6f2b5d0..4d876b52 100644 --- a/src/surface/sf_curve.scad +++ b/src/surface/sf_curve.scad @@ -10,7 +10,7 @@ use <_impl/_sf_square_surfaces.scad>; use ; -use ; +use <../ptf/ptf_rotate.scad>; module sf_curve(levels, curve_path, thickness, depth, invert = false) { rows = len(levels);