From 78310e20094061d11a257f4203c7532bd60b9783 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Mon, 13 Nov 2023 12:53:07 -0500 Subject: Fix screw hole coordinates --- case/case.scad | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'case') 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) { -- cgit v1.2.3