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

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