diff options
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) { |