Skip to content

Commit 0689de6

Browse files
committed
Update bottom plate
1 parent 602bec9 commit 0689de6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

proto_mav/parts/perception_module.scad

+7
Original file line numberDiff line numberDiff line change
@@ -2644,6 +2644,13 @@ module mav_bottom_plate(show_arms=0) {
26442644
translate([23.5, 0, thickness / 2])
26452645
cylinder(r=M3_SCREW_W / 2, h=thickness + 0.1, center=true);
26462646
}
2647+
2648+
// Cable rails
2649+
for (i = [0:3]) {
2650+
rotate(90 * i)
2651+
translate([53, 0, thickness / 2])
2652+
cube([2, 48, thickness + 0.1], center=true);
2653+
}
26472654
}
26482655
}
26492656

0 commit comments

Comments
 (0)