Skip to content
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

Add instructions for running using Singularity #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,18 @@ The SCAD files output from CrystalSCAD are found in `source_files/stethoscope_he
* PrintableStethoscopeHead1Assembly_output.scad - The head
* EarplugMold_output.scad - Earplug mold

As an alternative to installing via ``gem`` you can run CrystalSCAD using a [Singularity](https://www.sylabs.io/)
container image. Build the image and run it using:

```
cd source_files/stethoscope_head
singularity build crystalscad.img docker://rubygem/crystalscad:latest
mkdir output
singularity exec crystalscad.simg ruby stethoscope_head.rb
```

As above, output SCAD files are in the `output/` directory.

Mass Manufacturing
==================
We generally print 3 stethoscopes per plate to ensure that each stethoscope is created out of the same material.
Expand Down