mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
11 lines
312 B
OpenSCAD
11 lines
312 B
OpenSCAD
width=25.400;
|
|
length=33.274;
|
|
height=0.5;
|
|
translate([-width/2, -length/2, 0])
|
|
difference() {
|
|
translate([0, 0, 0]) cube([width,length,height]);
|
|
translate([1.651, 18.542,0]) cylinder(100,1.25,1.25);
|
|
translate([23.749, 18.542,0]) cylinder(100,1.25,1.25);
|
|
translate([8.89, 24.5, 0]) cube([8.5,8.5,height]);
|
|
}
|