Skip to content

Commit 5c85cfc

Browse files
committed
bug fix for pcb_clear on default cluster when not intended.
1 parent e0f6c67 commit 5c85cfc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/dactyl_manuform.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,8 @@ def default_thumb(side="right"):
946946
shape = union([shape, default_thumb_15x_layout(double_plate(), plate=False)])
947947
#shape = add([shape, default_thumb_15x_layout(rotate(single_plate(side=side), (0, 0, -90)))])
948948
#shape = add([shape, default_thumb_15x_layout(double_plate(), plate=False)])
949-
shape = difference(shape, [default_thumb_pcb_plate_cutouts()])
949+
# if plate_pcb_clear:
950+
# shape = difference(shape, [default_thumb_pcb_plate_cutouts()])
950951
return shape
951952

952953

0 commit comments

Comments
 (0)