mirror of
https://github.com/nophead/Mendel90.git
synced 2025-01-16 20:38:15 +01:00
Made the RPI camera front easier to print by connecting the bottom of the clamp to the main body.
This commit is contained in:
parent
31a3840481
commit
1003f50865
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -246,9 +246,14 @@ module rpi_camera_front_stl() {
|
||||
//
|
||||
// bar clamp
|
||||
//
|
||||
translate([0, band_y, band_or])
|
||||
rotate([-90, 0, 90])
|
||||
teardrop(r = band_or, h = band_width, center = true); // clamp band to go round bar
|
||||
hull() {
|
||||
translate([0, band_y, band_or])
|
||||
rotate([-90, 0, 90])
|
||||
teardrop(r = band_or, h = band_width, center = true); // clamp band to go round bar
|
||||
|
||||
translate([-band_width / 2, pi_cam_front_length / 2 - rad, 0])
|
||||
cube([band_width, 1, 1]);
|
||||
}
|
||||
|
||||
translate([0, band_y, band_or + band_tab_height / 2])
|
||||
cube([band_width, band_tab_d, band_tab_height], center = true); // tab for screw
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user