Keyboard mount was wrong, it worked because of looser tolerances in previous version

This commit is contained in:
Roberto Alsina 2023-03-30 09:36:15 -03:00
parent 2dc9510a04
commit f1521523e6
1 changed files with 1 additions and 1 deletions

View File

@ -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),