-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
computer-generated images for instructions #36
Comments
I played about a bit with rendering the microscope - obviously (?) compiling it is slow, but rendering from an STL is pretty fast. However, if I try to (e.g.) cut the STL file to reveal the actuator, it fails. Probably what I need is a Python library that will do some basic solid geometry for me... |
Longer-term it might be nice to try embedding thingiview or a script using its underlying libraries to allow exploded-view renders live in the instructions. |
For now I think what needs to happen is:
|
By the way, it should be relatively painless to add arrows, etc. to the output: |
The repository is moving to GitLab, and this issue has been migrated. I'll close all the issues here in due course, but am leaving notices on all the currently-open ones. If you head over to the other repository, this issue will be updated there. |
It would be ideal if the instructions didn't require photos to be taken every time the parts change, and if we could have diagrams rather than photos (less cluttered). This could be done by rendering pictures from the STL files. It would mean the source gets much smaller (no need to store photos) and the documentation is easier to maintain. It would also mean the pictures in the instructions always correspond to the version of the microscope you have in front of you.
I started a very basic attempt at this in the illustrations folder in 3f1a841 but I think OpenSCAD is probably the wrong tool for that job. Much better would be a Python library that can render STL -> images, together with overlaid arrows/text. Blending together parts and cutting them away would also be nice, that might require some manipulation (which could be done in OpenSCAD if needed).
The text was updated successfully, but these errors were encountered: