Compare commits

...

2 Commits

Author SHA1 Message Date
Matt McWilliams 64faaa9427 Slight change to outer diameter. 2023-04-19 13:32:06 -04:00
Matt McWilliams d44c67ce80 Update the lens board design 2023-04-19 13:31:47 -04:00
2 changed files with 10858 additions and 10858 deletions

View File

@ -50,9 +50,9 @@ module bellows_camera_board (magnets = false) {
}
module bellows_lens_board (magnets = false) {
H = 6;
ProtrusionD = 37.25;
ProtrusionH = 7;
H = 3;
ProtrusionD = 38.25;
ProtrusionH = 5;
InnerD = 34.5;
difference () {
union () {
@ -122,7 +122,7 @@ module bellows_board_magnetic(H = 3) {
}
}
PART = "bellows_camera_board_magnetic";
PART = "bellows_lens_board";
if (!LIBRARY && PART == "bellows_camera_board") {
bellows_camera_board();

File diff suppressed because it is too large Load Diff