Move keyboard up 2mm
This commit is contained in:
parent
222240c259
commit
80a027b8f1
@ -4,8 +4,8 @@ import math
|
|||||||
# Size of the kbd board
|
# Size of the kbd board
|
||||||
kbd_height = 95.5
|
kbd_height = 95.5
|
||||||
kbd_width = 305
|
kbd_width = 305
|
||||||
back_thickness = 17
|
back_thickness = 19
|
||||||
front_thickness = 10
|
front_thickness = 12
|
||||||
|
|
||||||
# Pythagoras
|
# Pythagoras
|
||||||
actual_height = (kbd_height**2 - (back_thickness - front_thickness) ** 2) ** 0.5
|
actual_height = (kbd_height**2 - (back_thickness - front_thickness) ** 2) ** 0.5
|
||||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user