diff options
author | XANTRONIX Development | 2023-11-13 12:53:07 -0500 |
---|---|---|
committer | XANTRONIX Development | 2023-11-13 12:53:07 -0500 |
commit | 78310e20094061d11a257f4203c7532bd60b9783 (patch) | |
tree | cd9d82d7b62a8554779da731a04ae32aa774b793 /case | |
parent | d7553469df373bd3c2f90d92a95e9b7196b298ec (diff) | |
download | xantronix-z32-78310e20094061d11a257f4203c7532bd60b9783.tar.gz xantronix-z32-78310e20094061d11a257f4203c7532bd60b9783.tar.bz2 xantronix-z32-78310e20094061d11a257f4203c7532bd60b9783.zip |
Fix screw hole coordinates
Diffstat (limited to 'case')
-rw-r--r-- | case/case.scad | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/case/case.scad b/case/case.scad index 84aa83e..abcf217 100644 --- a/case/case.scad +++ b/case/case.scad @@ -23,16 +23,16 @@ module keyboard_base_plate(pcb_width, pcb_length) { bottom_height = thickness; screw_holes = [ - [ 4.8150, 85.7250], - [ 66.7322, 85.7250], - [161.8150, 85.7250], - [238.2500, 85.7250], - [ 61.7500, 47.6250], - [138.2500, 47.6250], - [214.2500, 47.6250], - [ 20.0000, 9.5250], - [123.8150, 9.5250], - [238.2500, 9.5250] + [ 4.7625, 85.7250], + [ 66.6750, 85.7250], + [161.9250, 85.7250], + [238.1250, 85.7250], + [ 61.9125, 47.6250], + [138.1125, 47.6250], + [214.3125, 47.6250], + [ 19.0500, 9.5250], + [123.8250, 9.5250], + [238.1250, 9.5250] ]; module round_corner(translation, rotation) { |