mirror of
https://github.com/nophead/Mendel90.git
synced 2025-08-05 04:47:26 +02: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:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -246,10 +246,15 @@ module rpi_camera_front_stl() {
|
|||||||
//
|
//
|
||||||
// bar clamp
|
// bar clamp
|
||||||
//
|
//
|
||||||
|
hull() {
|
||||||
translate([0, band_y, band_or])
|
translate([0, band_y, band_or])
|
||||||
rotate([-90, 0, 90])
|
rotate([-90, 0, 90])
|
||||||
teardrop(r = band_or, h = band_width, center = true); // clamp band to go round bar
|
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])
|
translate([0, band_y, band_or + band_tab_height / 2])
|
||||||
cube([band_width, band_tab_d, band_tab_height], center = true); // tab for screw
|
cube([band_width, band_tab_d, band_tab_height], center = true); // tab for screw
|
||||||
}
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user