Make USB hub cable holder slightly wider

This commit is contained in:
Roberto Alsina 2023-04-12 13:37:46 -03:00
parent 59f67b5077
commit 517bb93d8d
5 changed files with 32 additions and 22 deletions

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.

View File

@ -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,