mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Update scad case
This commit is contained in:
parent
893921390a
commit
2e6485484f
@ -4,6 +4,7 @@ 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([1.524, 18.415,0]) cylinder(100,1.20,1.20);
|
||||
translate([23.876, 18.415,0]) cylinder(100,1.20,1.20);
|
||||
translate([0, 10.8, 0]) cube([4.3,6.350,height]);
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,10 +1,15 @@
|
||||
width=25.400;
|
||||
length=33.274;
|
||||
length=27;
|
||||
height=0.5;
|
||||
translate([-width/2, -length/2, 0])
|
||||
difference() {
|
||||
//main cube
|
||||
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]);
|
||||
|
||||
//mounting holes
|
||||
translate([1.545, 12.2,0]) cylinder(100,1.25,1.25);
|
||||
translate([23.876, 12.2,0]) cylinder(100,1.25,1.25);
|
||||
|
||||
//sensor lens
|
||||
translate([13.10, 22.5, 0]) cylinder(100,4.25,4.25);
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user