remove decoys

This commit is contained in:
mmcwilliams 2025-06-04 23:57:14 -04:00
parent 7106c30700
commit 4427ee6727
1 changed files with 1 additions and 8 deletions

View File

@ -83,7 +83,7 @@ module helper () {
}
}
module bolex_rewind_key ( DECOYS = false) {
module bolex_rewind_key () {
difference () {
body();
//pinHole();
@ -95,13 +95,6 @@ module bolex_rewind_key ( DECOYS = false) {
key();
keyHole();
}
//decoys
if (DECOYS) {
translate([32,0, -15.5]) cube([4, 4, 4], center = true);
translate([-18, 0, -15.5]) cube([4, 4, 4], center = true);
translate([0, 15, -15.5]) cube([4, 4, 4], center = true);
translate([0, -15, -15.5]) cube([4, 4, 4], center = true);
}
}
module bolex_rewind_knurled_handle () {