mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
parent
ad3a775155
commit
63da84dcf6
1 changed files with 3 additions and 4 deletions
|
@ -11,11 +11,11 @@ xdistribute(50) {
|
|||
recolor("#f77")
|
||||
diff("hole")
|
||||
cuboid([45,45,10], chamfer=10, edges=[RIGHT+BACK,RIGHT+FRONT], anchor=FRONT) {
|
||||
cuboid([30,30,11], chamfer=5, edges=[RIGHT+BACK,RIGHT+FRONT], $tags="hole");
|
||||
tag("hole")cuboid([30,30,11], chamfer=5, edges=[RIGHT+BACK,RIGHT+FRONT]);
|
||||
attach(FRONT,BACK, overlap=5) {
|
||||
diff("hole")
|
||||
diff("hole2")
|
||||
cuboid([45,45,10], rounding=15, edges=[RIGHT+BACK,RIGHT+FRONT]) {
|
||||
cuboid([30,30,11], rounding=10, edges=[RIGHT+BACK,RIGHT+FRONT], $tags="hole");
|
||||
tag("hole2")cuboid([30,30,11], rounding=10, edges=[RIGHT+BACK,RIGHT+FRONT]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -50,4 +50,3 @@ xdistribute(50) {
|
|||
nut("M12", thickness=10, diameter=20);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue