From d21938cbbab55e34244978fa3cfad04ecb541abc Mon Sep 17 00:00:00 2001
From: Jochen Vothknecht <jochen3120@gmail.com>
Date: Sun, 10 Oct 2021 11:33:15 +0200
Subject: [PATCH] Fixing paths

---
 CurveTest.scad | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CurveTest.scad b/CurveTest.scad
index 78001c7..62bb671 100644
--- a/CurveTest.scad
+++ b/CurveTest.scad
@@ -3,7 +3,7 @@ $fs = 1;
 $fa = $fs;
 
 
-use </home/fxk8y/git/CyanLight/WebWeaver/scad/Piping.scad>;
+use <WebWeaver/scad/Piping.scad>;
 
 
 /* module pipe(outer=true) {
-- 
GitLab