Move keyboard up 2mm

This commit is contained in:
Roberto Alsina 2023-03-31 09:59:20 -03:00
parent 222240c259
commit 80a027b8f1
3 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ import math
# Size of the kbd board
kbd_height = 95.5
kbd_width = 305
back_thickness = 17
front_thickness = 10
back_thickness = 19
front_thickness = 12
# Pythagoras
actual_height = (kbd_height**2 - (back_thickness - front_thickness) ** 2) ** 0.5

Binary file not shown.

Binary file not shown.