mark old models as deprecated

This commit is contained in:
jayAitch256
2023-03-16 18:20:06 +01:00
parent 2b5460cbc8
commit 89863924f4
3 changed files with 79 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
$fn = 200;
cylinder(d=4, h=25);
*difference () {
union () {
translate([0,0,2 /2]) cube([10,10,2], center=true);
translate([0,0,10 / 2 + 2]) cube([10, 2, 10], center= true);
}
translate([0,1,7]) rotate(a = [90, 0, 0]) cylinder(d=4.2, h=2);
}