Skip to content

Commit bf83cc0

Browse files
committed
GPS lid text that was lost in translation (beloved opensans!)
1 parent f2e8eb1 commit bf83cc0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/MainCase/MainCase.scad

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ module GpsAntennaLid() {
118118
translate([0, MainCase_gps_antenna_housing_top_height / 2 - MainCase_gps_antenna_housing_screw_offset, MainCase_gps_antenna_housing_depth - MainCase_gps_antenna_lid_thickness])
119119
cylinder(d=m3_screw_diameter_loose, h=10, $fn=32);
120120
}
121+
122+
translate([5,-13 ,0])rotate([0,0,90])linear_extrude(MainCase_gps_antenna_lid_thickness+.4)text("GPS",font="open sans", size=10);
121123
}
122124

123125
module SwitchboxPolygon(padding=0,height=1, depth=12, width=15) {
@@ -386,7 +388,7 @@ module MainCase(without_inserts=false, top_rider=MainCase_top_rider, back_rider=
386388
translate([0, -4-wall_thickness, 8])
387389
cylinder(d=6, h=20);
388390

389-
translate([10,-1,-0.49])linear_extrude(0.6)rotate([0,0,180])text("I / O",font="open sans:style=Bold", size=8);
391+
translate([10,-1,-0.49])linear_extrude(0.6)rotate([0,0,180]) text("I / O",font="open sans:style=Bold", size=8);
390392

391393
// Rounded cutout on the inside, the main switch body sits in this place.
392394
translate([0, -wall_thickness, 24])

0 commit comments

Comments
 (0)