summaryrefslogtreecommitdiff
path: root/src/lib/lucet.scad
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2016-07-22 22:58:27 +0200
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2016-07-22 22:58:27 +0200
commitc9f84e2c4aafaf7d7c81bfee3b188b295ec2c2ba (patch)
tree5f10756bcf8b1312907d7d1f97844f6547196d44 /src/lib/lucet.scad
parent046e3b18a9356bd836d995bed98f47d70aec9d7c (diff)
Fixed 4-pronged lucet forkHEADmaster
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);