aboutsummaryrefslogtreecommitdiff
path: root/chess/demo.scad
diff options
context:
space:
mode:
authorChristian Hodgden <chrhodgden@gmail.com>2024-07-26 16:49:40 -0500
committerChristian Hodgden <chrhodgden@gmail.com>2024-07-26 16:49:40 -0500
commitb7b972cca003f32d1bfb64df5d07911ef09fa195 (patch)
tree77bb88e8c26acafd6d9dfdefecf5f25a3c5c6809 /chess/demo.scad
parent2f42d5a72ade44c310bb871f0a18eec9691c109c (diff)
moved bezier.scad to lib directory
Diffstat (limited to 'chess/demo.scad')
-rw-r--r--chess/demo.scad2
1 files changed, 1 insertions, 1 deletions
diff --git a/chess/demo.scad b/chess/demo.scad
index d796bd9..682dc34 100644
--- a/chess/demo.scad
+++ b/chess/demo.scad
@@ -1,5 +1,5 @@
-use <bezier.scad>;
+use <../lib/bezier.scad>;
$fn = 8;