Re-add trrs comment

This commit is contained in:
omurovec 2022-02-07 19:05:03 -08:00
parent 77be3c8aed
commit 49a6933a92
1 changed files with 6 additions and 1 deletions

View File

@ -1200,10 +1200,15 @@ def right_shell():
thumb_connectors(), thumb_connectors(),
# thumb_caps(), # thumb_caps(),
thumb_to_body_connectors(), thumb_to_body_connectors(),
# trrs_holder(),
usb_holder_rim(), usb_holder_rim(),
), ),
union( union(
blocker(), screw_insert_all_shapes(screw_insert_inner), usb_holder_hole(), blocker(),
screw_insert_all_shapes(screw_insert_inner),
# trrs_holder_hole(),
usb_holder_hole(),
), ),
) )