diff options
author | XANTRONIX Development | 2023-11-12 20:28:31 -0500 |
---|---|---|
committer | XANTRONIX Development | 2023-11-12 20:28:31 -0500 |
commit | 5eb971a0e24e68cead70c21c7205f9a00d4bc219 (patch) | |
tree | bac9df282440c1d7fbbf5054be9106c1ab1d3f6b /case | |
parent | 23e2b27e3ede8ab484aab0c99eb2d72f983a06df (diff) | |
download | xantronix-z32-5eb971a0e24e68cead70c21c7205f9a00d4bc219.tar.gz xantronix-z32-5eb971a0e24e68cead70c21c7205f9a00d4bc219.tar.bz2 xantronix-z32-5eb971a0e24e68cead70c21c7205f9a00d4bc219.zip |
Fewer holes
Diffstat (limited to 'case')
-rw-r--r-- | case/case.scad | 23 |
1 files changed, 7 insertions, 16 deletions
diff --git a/case/case.scad b/case/case.scad index da7977d..bce1384 100644 --- a/case/case.scad +++ b/case/case.scad @@ -20,24 +20,15 @@ module keyboard_base_plate(pcb_width, pcb_height) { screw_holes = [ [ 4.8150, 85.7250], - [ 47.4822, 85.7250], - [ 85.8150, 85.7250], - [123.8150, 85.7250], + [ 66.7322, 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], + [238.2500, 85.7250], + [ 61.7500, 47.6250], + [138.2500, 47.6250], + [214.2500, 47.6250], + [ 20.0000, 9.5250], [123.8150, 9.5250], - [161.8150, 9.5250], - [200.3150, 9.5250] + [238.2500, 9.5250] ]; module round_corner(translation, rotation) { |