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