Compare commits

...

2 Commits

Author SHA1 Message Date
a6992ed4a6 SVG top views 2023-03-31 15:42:28 -03:00
66c7c76528 Adjust hole position 2023-03-31 15:42:05 -03:00
8 changed files with 4363 additions and 1 deletions

View File

@ -81,7 +81,7 @@ vents = hex_vents(size=3, width=width, height=height)
holes = [
# Power inlet
{
"x": -18,
"x": -17,
"y": -1 + pillar_height,
"shape": cq.Sketch().trapezoid(12, 6.5, 90, mode="a").vertices().fillet(1),
},

Binary file not shown.

Binary file not shown.

Binary file not shown.

1269
notebook_nueva/lid.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 223 KiB

Binary file not shown.

3093
notebook_nueva/model.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 754 KiB

Binary file not shown.