Browse Source

add front panel

master
wes 9 months ago
parent
commit
27a9c56e7b
  1. 2
      amp_case.py

2
amp_case.py

@ -38,6 +38,8 @@ result = (
.box(amp_length, amp_width + bottom_width, bottom_width)
)
result = result.workplane(offset=-(side_width*2) + middle_width).center((amp_width/2)-(side_width/2)-1, 0).box(side_width, amp_width, amp_height-0.45)
cq.exporters.export(result, "/home/deck/model_files/amp_case.step")
try:

Loading…
Cancel
Save