Skip to content

Commit d9bd1c0

Browse files
committed
Use the default clearance also for the antenna lid.
Attempt at #67
1 parent 8b78ae9 commit d9bd1c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/MainCase/MainCase.scad

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ module GpsAntennaLid() {
112112
difference() {
113113
intersection() {
114114
GpsAntennaHousingPyramid();
115-
GpsAntennaLidCutBody(0.15);
115+
GpsAntennaLidCutBody(default_clearance);
116116
}
117117

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])

0 commit comments

Comments
 (0)