Skip to content

Commit e8ac67d

Browse files
committed
small gemotry alterations to fix manifold issues
1 parent b5bdd56 commit e8ac67d

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

src/MainCase/MainCase.scad

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ module MainCase(without_inserts=false, top_rider=MainCase_top_rider, back_rider=
247247
polygon(polyRound([
248248
[0, -4, 0],
249249
[8, -4, 1],
250-
[8, 3, 1],
251-
[0,3, 0],
250+
[8, 2.9, 1],
251+
[0,8, 0],
252252
], fn=$pfn));
253253
translate([0, 64, 0])
254254
cube([16,10,12]);
@@ -263,7 +263,7 @@ module MainCase(without_inserts=false, top_rider=MainCase_top_rider, back_rider=
263263
difference() {
264264
translate([0, 88, 0])
265265
rotate([90,0,0])
266-
linear_extrude(OBS_width)
266+
linear_extrude(OBS_width+0.05)
267267
polygon(polyRound([
268268
[wall_thickness, wall_thickness+m3_insert_hole_depth, 0],
269269
[OBS_height-wall_thickness, wall_thickness+m3_insert_hole_depth, 0],
@@ -272,8 +272,10 @@ module MainCase(without_inserts=false, top_rider=MainCase_top_rider, back_rider=
272272
[wall_thickness, OBS_depth-2*m3_insert_hole_depth, 0],
273273
], fn=$pfn));
274274

275-
translate([0, 78, 0])
276-
cube([OBS_height-16,30,100]);
275+
translate([10, 78, 0])
276+
#cube([OBS_height-16,30,100]);
277+
translate([0, OBS_width_small-6, 0])
278+
#cube([OBS_height-16,30,100]);
277279

278280
translate([0, MainCase_pcb_offset.y + wall_thickness-30, 0])
279281
cube([OBS_height-16,30,100]);

0 commit comments

Comments
 (0)