diff options
author | Christian Hodgden <chrhodgden@gmail.com> | 2024-07-26 16:49:40 -0500 |
---|---|---|
committer | Christian Hodgden <chrhodgden@gmail.com> | 2024-07-26 16:49:40 -0500 |
commit | b7b972cca003f32d1bfb64df5d07911ef09fa195 (patch) | |
tree | 77bb88e8c26acafd6d9dfdefecf5f25a3c5c6809 /chess/demo.scad | |
parent | 2f42d5a72ade44c310bb871f0a18eec9691c109c (diff) |
moved bezier.scad to lib directory
Diffstat (limited to 'chess/demo.scad')
-rw-r--r-- | chess/demo.scad | 2 |
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; |