From f1521523e6313ce60b6dbecbd0b0c13d1e4a0d74 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Thu, 30 Mar 2023 09:36:15 -0300 Subject: [PATCH] Keyboard mount was wrong, it worked because of looser tolerances in previous version --- notebook_nueva/keyboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook_nueva/keyboard.py b/notebook_nueva/keyboard.py index 6454e2d..89267a7 100644 --- a/notebook_nueva/keyboard.py +++ b/notebook_nueva/keyboard.py @@ -12,7 +12,7 @@ actual_height = (kbd_height**2 - (back_thickness - front_thickness) ** 2) ** 0.5 kbd_angle = math.acos(actual_height / kbd_height) * 180 / math.pi kbd_pillar_positions = [ - (18.25, 16), + (19, 16), (142.5, 25.5), (kbd_width - 20, 16), (23.5, 79.5),