Skip to content

Commit 92c060f

Browse files
authored
Merge pull request #13 from gluap/patch-1
Fix lid stl reference
2 parents 4b39fc9 + 12d01d7 commit 92c060f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MainCase/VerticalCase_JSN-AJ/logo-case-generator/logo-lid.scad

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module main() {
1212
// translate and rotate it here.
1313
translate([108, 72, -47.1]) {
1414
rotate([0,-90,0]) {
15-
import("../OBS-C-002 v32.stl");
15+
import("../OBS-MainCase-A-002_Lid_v0.1.0.stl");
1616
};
1717
};
1818
// Fill the existing logo in the imported STL file, so we can cut out our own logo.

0 commit comments

Comments
 (0)