summaryrefslogtreecommitdiffstats
path: root/case
diff options
context:
space:
mode:
authorXANTRONIX Development2023-11-13 12:53:07 -0500
committerXANTRONIX Development2023-11-13 12:53:07 -0500
commit78310e20094061d11a257f4203c7532bd60b9783 (patch)
treecd9d82d7b62a8554779da731a04ae32aa774b793 /case
parentd7553469df373bd3c2f90d92a95e9b7196b298ec (diff)
downloadxantronix-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.scad20
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) {