Update the lens board design

This commit is contained in:
Matt McWilliams 2023-04-19 13:31:47 -04:00
parent 144b408092
commit d44c67ce80
2 changed files with 10864 additions and 10864 deletions

View File

@ -50,9 +50,9 @@ module bellows_camera_board (magnets = false) {
} }
module bellows_lens_board (magnets = false) { module bellows_lens_board (magnets = false) {
H = 6; H = 3;
ProtrusionD = 37.25; ProtrusionD = 39.25;
ProtrusionH = 7; ProtrusionH = 5;
InnerD = 34.5; InnerD = 34.5;
difference () { difference () {
union () { 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") { if (!LIBRARY && PART == "bellows_camera_board") {
bellows_camera_board(); bellows_camera_board();

File diff suppressed because it is too large Load Diff