From 8b1fbf7b5dca63ec4a58a632ef766ade8845cfae Mon Sep 17 00:00:00 2001 From: LongHairedHacker Date: Wed, 11 Jan 2017 00:36:08 +0100 Subject: [PATCH] Fixed wrong path --- lid.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lid.scad b/lid.scad index cd3694c..bf055e8 100644 --- a/lid.scad +++ b/lid.scad @@ -14,7 +14,7 @@ difference() { lid_height - delta); translate([0, 0, lid_height]) - import("handle.stl"); + import("stl/handle.stl"); translate([0, 0, lid_height - brim_height / 2]) cylinder(r = tube_outer_diameter / 2,