Skip to content

Commit 12d01d7

Browse files
authored
Fix lid stl reference
The lid stl file name has changed, this adapts the scad file to fix the logo generator.
1 parent 4b39fc9 commit 12d01d7

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)