Skip to content

Commit 7344a82

Browse files
committed
Add a "how-to-contribute" stub to the root README
1 parent 53018aa commit 7344a82

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,20 @@ If in doubt, go for this one.
2323

2424
### Permanenty Mounted
2525

26+
# Making/Contributing your own changes
27+
The files for 3D Printing are in the ``.stl`` format. But these are discretized versions of more universal
28+
3D Geometry that can be read and edited by CAD software.
29+
30+
This is a grown project and in the past contributions have been made with different CAD Programs. We would
31+
love to go full Open Source and use Freecad and OpenSCAD exclusively instead of commercial solutions, but a lot of the
32+
case design is still done in software by the big players. Some parts were designed/modified in Autodesk inventor
33+
(filenames ``*.ipt``), some were designed in Fusion360 (filenames ``*.f3d``), but for most parts a step file
34+
(``*.stp, *.step``) is available which can be opened by most CAD Programs. For your contributions in CAD software
35+
of your choice it would be great if you could also follow the practice of submitting your changes in both
36+
``.stl`` for 3D-Printing and ``.step`` for later editing - and maybe the native format of your CAD software on
37+
top.
38+
39+
OpenSCAD is a special case of course: Here submitting ``.stl`` and the ``.scad`` file is sufficient.
40+
41+
42+

0 commit comments

Comments
 (0)