diff --git a/README.md b/README.md index 9628427..014bd50 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ If you find any, please share with the email address at the bottom of this READM * [Movie Film Spiral Developing Tank by mb_maker on Thingiverse](https://www.thingiverse.com/thing:4715086) * [New 16mm developing tank by Sam Davisson](https://cinematography.com/index.php?/forums/topic/83456-new-16mm-developing-tank/) +* [16mm Multi-Reel Film Developing Tank by James Harter](https://www.thingiverse.com/thing:4960952) ## Where's the tank? diff --git a/scripts/deps.sh b/scripts/deps.sh index c21162f..4c38c47 100644 --- a/scripts/deps.sh +++ b/scripts/deps.sh @@ -26,7 +26,7 @@ for dep in ${DEPS[@]}; do echo "OR https://www.howtoinstall.me/ubuntu/18-04/admesh/" fi if [[ "${dep}" == "openscad" ]]; then - echo "Individual .scad files can be compiled directly without this script" + echo "Individual .scad files can be compiled directly without this application" fi exit 1 fi