Merge pull request #1094 from ochafik/patch-1

Fix BOSL2logo.scad: tag syntax changed
This commit is contained in:
Revar Desmera 2023-03-27 02:23:16 -07:00 committed by GitHub
commit 42f0f17c2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}
}