Skip to content

Commit da8329c

Browse files
committed
Improve fit of PCB and components.
1 parent 5acfb97 commit da8329c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

hw/cad/src/tfgps01_1001.scad

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ module gps_vicko(){
185185
for(x = [-1, 1], y = [-1, 1]) translate([x/2*(pcb_size+2*wall), y/2*(pcb_size+2*wall), -antenna_solid_layer]) cylinder(d=2, h = 100, $fn=4, center = true);
186186

187187

188-
cube([pcb_size-20, pcb_size-3, 7.5+7], center = true);
189-
cube([pcb_size-20, pcb_size+2, 7.5], center = true);
190-
cube([pcb_size+2, 35, 7.5-4.5], center = true);
188+
cube([pcb_size-19.5, pcb_size-3, 7.5+7], center = true);
189+
cube([pcb_size-19.5, pcb_size+2, 6.5], center = true);
190+
cube([pcb_size+2, 35, 6.5], center = true);
191191
cube([pcb_size-3, 35, 7.5+7], center = true);
192192

193193
for(y=[-1, 1])
@@ -211,7 +211,7 @@ module gps_vicko(){
211211
translate([20*x, 20*y, 2])
212212
hull(){
213213
translate([0, -y*5, 0]) cylinder(d = M3_nut_diameter, h=3, center = true, $fn = 6);
214-
cylinder(d = M3_nut_diameter, h=3, center = true, $fn = 6);
214+
rotate([0,0,30]) cylinder(d = M3_nut_diameter, h=3, center = true, $fn = 6);
215215
}
216216
}
217217
}
-221 KB
Binary file not shown.
-110 KB
Binary file not shown.

0 commit comments

Comments
 (0)