Add screw holes to raspberry camera mount hinge #283
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🎉 New feature
Closes #250
Summary
Modifies the 3D printable raspberry pi camera mount hinge to enable it to be mounted to the chassis directly using two m3 screws. The holes are 14 mm apart (7 mm offset from center) and have a diameter of 3.2 mm to allow for some tolerance when 3D printing.
Render of the modified part:
![camera_mount_hinge_with_holes](https://private-user-images.githubusercontent.com/22606240/407179406-3cc79d9e-f07e-4c86-8b90-ecaf9dba63fc.PNG?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0Nzk2ODcsIm5iZiI6MTczOTQ3OTM4NywicGF0aCI6Ii8yMjYwNjI0MC80MDcxNzk0MDYtM2NjNzlkOWUtZjA3ZS00Yzg2LThiOTAtZWNhZjlkYmE2M2ZjLlBORz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDIwNDMwN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTIxNmIyYTJlNmYxZDU4ODBmYTNmZDM4NTExMmJmNjcwMGZmNGFhOGMyMTBmYmQyNWNkOTYxMTZkZjhhZmJlNzEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ns9HXZrTjgDTVvRKBtogO9cMUnFxjWzINkGJeCNSyFc)
Printed part attached as shown in the hardware documentation:
![printed_camera_hinge_mount_with_holes](https://private-user-images.githubusercontent.com/22606240/407149096-25716a3b-68dc-4200-9444-99b16cd9cc07.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0Nzk2ODcsIm5iZiI6MTczOTQ3OTM4NywicGF0aCI6Ii8yMjYwNjI0MC80MDcxNDkwOTYtMjU3MTZhM2ItNjhkYy00MjAwLTk0NDQtOTliMTZjZDljYzA3LmpwZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDIwNDMwN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWI1ZGZiMDZiMmU1ZGE4ZTVjMjA5Yzc5ZTgwYjFmNDllOTc4YjM3NTg4NThlMzkxMDlkM2I3OTM5Mjk0N2NhMzgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.nx8QybFrayYIf_H4d3GvDmRSyB_zKhuFPLdnjTXxj_M)
Test it
This can be tested by downloading the STL file, printing it, and attaching it to the chassis using m3 screws.
You can also preview the change using github's STL viewer here.
Checklist
Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.