}
}
}
-// translate(strap_hoop_thick * [-0.5, 0, +1])
-// translate([handling_dia/2, 0, -side_height])
-// rotate([0,180,0]) rotate([0,0,90])
-// StrapHoop();
+ translate(strap_hoop_thick * [-0.5, 0, +1])
+ translate([handling_dia/2, 0, -side_height])
+ rotate([0,180,0]) rotate([0,0,90])
+ StrapHoop();
}
module SavingHole(){
}
}
}
-// translate([ 50, 0, 0 ])
-// cube([ 100,
-// strap_hoop_inside + strap_hoop_thick*2 + 1,
-// 100 ],
-// center=true);
+ translate([ 50, 0, 0 ])
+ cube([ 100,
+ strap_hoop_inside + strap_hoop_thick*2 + 1,
+ 100 ],
+ center=true);
}
}
}