Make hdmi out position parametric
This commit is contained in:
parent
99e003d8f7
commit
6d527cbbb8
@ -69,6 +69,8 @@ cpu_offset_y = 2
|
|||||||
battery_offset_x = 15
|
battery_offset_x = 15
|
||||||
battery_offset_y = 3
|
battery_offset_y = 3
|
||||||
|
|
||||||
|
# HDMI out hole from back-left corner of the case
|
||||||
|
hdmi_out_offset_x = 138
|
||||||
|
|
||||||
## Dimensions for the Tandy lid
|
## Dimensions for the Tandy lid
|
||||||
|
|
||||||
|
@ -65,7 +65,7 @@ def model():
|
|||||||
width=dim.width,
|
width=dim.width,
|
||||||
height=dim.height,
|
height=dim.height,
|
||||||
thickness=dim.base_thickness,
|
thickness=dim.base_thickness,
|
||||||
offset_x=138,
|
offset_x=dim.hdmi_out_offset_x,
|
||||||
offset_y=0,
|
offset_y=0,
|
||||||
bottom_face=None,
|
bottom_face=None,
|
||||||
back_face=">Y",
|
back_face=">Y",
|
||||||
|
Loading…
Reference in New Issue
Block a user