laptop files

This commit is contained in:
2026-01-01 21:32:11 +01:00
parent 8434d6ceeb
commit bdaee208b6
32 changed files with 828 additions and 0 deletions

24
Oszi_DS0138-case.scad Normal file
View File

@@ -0,0 +1,24 @@
$fn=30;
use <Oszi_DS0138.scad>
radius = 3;
length = 135;
thick = 20;
width = 90;
rotate ([45,0,0])
hull(){
translate ([radius, radius, radius]) sphere(r=radius);
translate ([length-radius, radius, radius]) sphere(r=radius);
translate ([radius, width-radius, radius]) sphere(r=radius);
translate ([length-radius, width-radius, radius]) sphere(r=radius);
translate ([radius, radius-thick, thick-radius]) sphere(r=radius);
translate ([length-radius, radius-thick, thick-radius]) sphere(r=radius);
translate ([radius, width-radius, thick-radius]) sphere(r=radius);
translate ([length-radius, width-radius, thick-radius]) sphere(r=radius);
}
platine(cutout=true);