Make USB hub cable holder slightly wider
This commit is contained in:
parent
59f67b5077
commit
517bb93d8d
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 951 KiB After Width: | Height: | Size: 951 KiB |
Binary file not shown.
@ -31,13 +31,13 @@ elements = [
|
||||
"height": 8,
|
||||
},
|
||||
{
|
||||
"x": item_w / 2 + 5,
|
||||
"x": item_w / 2 + 5.5,
|
||||
"y": item_h - 3,
|
||||
"shape": (cq.Sketch().circle(2.5, mode="a")),
|
||||
"height": 8,
|
||||
},
|
||||
{
|
||||
"x": item_w / 2 - 5,
|
||||
"x": item_w / 2 - 5.5,
|
||||
"y": item_h - 3,
|
||||
"shape": (cq.Sketch().circle(2.5, mode="a")),
|
||||
"height": 8,
|
||||
|
Loading…
Reference in New Issue
Block a user