account for shell when positioning the keyboard

This commit is contained in:
Roberto Alsina 2023-03-29 09:25:10 -03:00
parent 3b1722f5ff
commit 3203c4c860
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -146,8 +146,8 @@ def model():
thickness=thickness, thickness=thickness,
bottom_face="<Z", bottom_face="<Z",
back_face=None, back_face=None,
offset_x=0, offset_x=shell_t,
offset_y=kbd_height, offset_y=kbd_height + shell_t,
shell_t=shell_t, shell_t=shell_t,
) )

Binary file not shown.