add models

This commit is contained in:
Кобелев Андрей Андреевич
2024-12-12 10:59:23 +03:00
parent 73fa334d7f
commit 6a0cc985d9
4 changed files with 130 additions and 87 deletions

18
models/garland/box.scad Normal file
View File

@ -0,0 +1,18 @@
minkowski() {
difference(){
cube([13.5+4,34,7+2],center=true);
translate([0,2,0]){
cube([13.5,34,7],center=true);
translate([0,-18.5,0]){
cube([4,4,2],center=true);
}
}
}
cylinder(r=0.1, center=false);
}
render();