Skip to content

Commit 57d8b50

Browse files
committed
adapt printing aid to switch hole size
1 parent 3cab606 commit 57d8b50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/MainCase/MainCase.scad

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,8 @@ module MainCase(without_inserts=false, top_rider=MainCase_top_rider, back_rider=
395395
if (enable_easy_print) {
396396
translate([0, 0, 21.6/2]){
397397
union(){
398-
translate([0,-(24-6)/2+3,0.3])cube([60,6, 21.6], center=true);
399-
translate([0,-(24-6)/2+3,0.6])cube([6,6, 21.6], center=true);
398+
translate([0,-(24-6)/2+3,0.3])cube([60,6+2*default_clearance, 21.6], center=true);
399+
translate([0,-(24-6)/2+3,0.6])cube([6+2*default_clearance,6+2*default_clearance, 21.6], center=true);
400400
}
401401
}
402402
}

0 commit comments

Comments
 (0)