17 lines
336 B
Python
17 lines
336 B
Python
# Hole to expose a USB audio card (YMMV)
|
|
|
|
# The hole is for a USB-A plug, y is measured in the hub
|
|
# (from the bottom face to middle of the hole)
|
|
# Consumers should set proper offsets for the hole
|
|
|
|
holes = [
|
|
# 2-jack plug
|
|
{
|
|
"x": 0,
|
|
"y": 4,
|
|
"height": 6,
|
|
"width": 17,
|
|
"fillet": 2,
|
|
},
|
|
]
|