added cover for welding wire
[physical.git] / optics / 35mm film copying device / index.org
1 #+TITLE: 35mm film copying device
2 #+AUTHOR: Svjatoslav Agejenko
3 #+LANGUAGE: en
4 #+MACRO: imglnk @@html:<br/><a href="$1"><img style="width:100%; max-width:500px;" src="$2"></a>@@
5
6 * (document settings) :noexport:
7 ** use dark style for TWBS-HTML exporter
8 #+HTML_HEAD: <link href="https://bootswatch.com/3/darkly/bootstrap.min.css" rel="stylesheet">
9 #+HTML_HEAD: <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
10 #+HTML_HEAD: <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/js/bootstrap.min.js"></script>
11 #+HTML_HEAD: <style type="text/css">
12 #+HTML_HEAD:   footer {background-color: #111 !important;}
13 #+HTML_HEAD:   pre {background-color: #111; color: #ccc;}
14 #+HTML_HEAD: </style>
15
16 * General
17 + DISCLAIMER: I DO ELECTRONICS AND 3D DESIGN SOLELY AS A HOBBY. THERE
18   COULD BE ERRORS THAT CAN RESULT IN ALL KINDS OF DAMAGE. USE THESE
19   DESIGNS AT YOUR OWN RISK.
20
21 + This design is released under Creative Commons Zero (CC0) license.
22
23 + Author:
24   - Svjatoslav Agejenko
25   - Homepage: https://svjatoslav.eu
26   - Email: [[mailto://svjatoslav@svjatoslav.eu][svjatoslav@svjatoslav.eu]]
27
28 + See also:
29   - [[../../index.html][Other physical projects in this repository]]
30   - [[https://www.svjatoslav.eu/projects/][Other projects hosted at svjatoslav.eu]]
31
32 * Project description
33 [[file:make.png]]
34
35 Device fixes 35mm film so that it can be digitized by photographing to
36 digital camera in macro mode. Needs diffuse light source for
37 background. I used white sheet of paper wrapped around book and
38 illuminated by desk lamp.
39
40 Device consists of 3 parts:
41 + body: [[file:body.stl][download STL]]
42   + [[file:body.png]]
43
44
45 + cover: [[file:cover.stl][download STL]]
46   + [[file:cover.png]]
47
48
49 + bottom stand: [[file:bottom.stl][download STL]]
50   + [[file:bottom.png]]
51
52 Body and cover are pushed together using 2 rubber bands on the
53 sides. Bottom rectangular stand is attached to body via screw on the
54 bottom.
55
56
57 FreeCAD files:
58 + [[file:body%20and%20cover.FCStd][body and cover]]
59 + [[file:bottom.FCStd][bottom]]
60
61 Example photo photographed from film:
62
63   {{{imglnk(
64         0025.png,
65         0025.jpeg
66         )}}}
67
68 (click on image for full resolution version)