summaryrefslogtreecommitdiff
path: root/src/lib/lucet.scad
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/lucet.scad')
-rw-r--r--src/lib/lucet.scad4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/lucet.scad b/src/lib/lucet.scad
index 334b84a..9c8e9af 100644
--- a/src/lib/lucet.scad
+++ b/src/lib/lucet.scad
@@ -4,9 +4,9 @@ module lucet(handle=true, hole_r=4, slot_bottom=false, slot_top=false, h=6) {
difference() {
minkowski() {
linear_extrude(height=h-4) union() {
- import("gfx/lucet.dxf");
+ import("../gfx/lucet.dxf");
if (handle) {
- import("gfx/lucet-handle.dxf");
+ import("../gfx/lucet-handle.dxf");
}
}
sphere(r=2);