Skip to content

Commit 2376d24

Browse files
committed
add the on/off labels in the beloved open sans.
1 parent e8ac67d commit 2376d24

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/MainCase/MainCase.scad

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,9 +273,9 @@ module MainCase(without_inserts=false, top_rider=MainCase_top_rider, back_rider=
273273
], fn=$pfn));
274274

275275
translate([10, 78, 0])
276-
#cube([OBS_height-16,30,100]);
276+
cube([OBS_height-16,30,100]);
277277
translate([0, OBS_width_small-6, 0])
278-
#cube([OBS_height-16,30,100]);
278+
cube([OBS_height-16,30,100]);
279279

280280
translate([0, MainCase_pcb_offset.y + wall_thickness-30, 0])
281281
cube([OBS_height-16,30,100]);
@@ -386,6 +386,8 @@ module MainCase(without_inserts=false, top_rider=MainCase_top_rider, back_rider=
386386
translate([0, -4-wall_thickness, 8])
387387
cylinder(d=6, h=20);
388388

389+
translate([10,-1,-0.49])linear_extrude(0.6)rotate([0,0,180])text("I / O",font="open sans:style=Bold", size=8);
390+
389391
// Rounded cutout on the inside, the main switch body sits in this place.
390392
translate([0, -wall_thickness, 24])
391393
linear_extrude(200)

0 commit comments

Comments
 (0)