diff options
Diffstat (limited to 'case')
-rw-r--r-- | case/case.scad | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/case/case.scad b/case/case.scad index 9dc8c81..5c7def2 100644 --- a/case/case.scad +++ b/case/case.scad @@ -14,25 +14,25 @@ module keyboard_base_plate(pcb_width, pcb_height) { corner_radius = thickness / 2.0; screw_holes = [ - [ 4.8150, 85.6188], - [ 47.4822, 85.6188], - [ 85.8150, 85.6188], - [123,8150, 85.6188], - [161.8150, 85.6188], - [199.8150, 85.6188], - [251.3150, 67.1188], - [ 22.5650, 47.6187], - [118.8150, 47.6187], - [157.3150, 47.6187], - [ 4.7500, 28.7500], - [ 29.7500, 28.7500], - [227.8150, 28.7500], - [251.8150, 28.7500], - [ 42.8150, 9.1188], - [ 85.8150, 9.1188], - [123.8150, 9.1188], - [161.8150, 9.1188], - [200.3150, 9.1188] + [ 4.8150, 85.7250], + [ 47.4822, 85.7250], + [ 85.8150, 85.7250], + [123,8150, 85.7250], + [161.8150, 85.7250], + [199.8150, 85.7250], + [251.3150, 66.6750], + [ 22.5650, 47.6250], + [118.8150, 47.6250], + [157.3150, 47.6250], + [ 4.7500, 28.5750], + [ 29.7500, 28.5750], + [227.8150, 28.5750], + [251.8150, 28.5750], + [ 42.8150, 9.5250], + [ 85.8150, 9.5250], + [123.8150, 9.5250], + [161.8150, 9.5250], + [200.3150, 9.5250] ]; module round_corner(translation, rotation) { @@ -175,7 +175,7 @@ module keyboard_base_plate(pcb_width, pcb_height) { /* Screw holes */ for (screw_hole = screw_holes) { screw_post([screw_hole[0], screw_hole[1], thickness], - pcb_clearance_bottom, + pcb_clearance_bottom * 2, pcb_screw_hole_diameter * 2, pcb_screw_hole_diameter); } |