Keyboard mount was wrong, it worked because of looser tolerances in previous version
This commit is contained in:
parent
2dc9510a04
commit
f1521523e6
@ -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_angle = math.acos(actual_height / kbd_height) * 180 / math.pi
|
||||||
|
|
||||||
kbd_pillar_positions = [
|
kbd_pillar_positions = [
|
||||||
(18.25, 16),
|
(19, 16),
|
||||||
(142.5, 25.5),
|
(142.5, 25.5),
|
||||||
(kbd_width - 20, 16),
|
(kbd_width - 20, 16),
|
||||||
(23.5, 79.5),
|
(23.5, 79.5),
|
||||||
|
Loading…
Reference in New Issue
Block a user