Skip to content

Commit 43d9736

Browse files
committed
Merge remote-tracking branch 'origin/master' into openscad
2 parents a2fc210 + bb08705 commit 43d9736

4 files changed

Lines changed: 3414 additions & 0 deletions

File tree

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,3 +327,21 @@ The `Makefile` supports generating the case with different logos. For now, the
327327
only parts that are customizable with logos are `MainCase/MainCase` and
328328
`MainCase/MainCaseLid`. Please check the instructions in
329329
[`logo/README.md`](./logo/README.md) for creating your own logo version.
330+
331+
## Legacy parts
332+
333+
The files of legacy versions are available in the ``.stl`` format for 3D
334+
printing. But these are discretized versions of more universal 3D Geometry that
335+
can be read and edited by CAD software.
336+
337+
This is a grown project and in the past contributions have been made with
338+
different CAD Programs. Some parts were designed/modified in Autodesk inventor
339+
(filenames `*.ipt`), some were designed in Fusion360 (filenames `*.f3d`), but
340+
for most parts a step file (`*.stp, *.step`) is available which can be opened
341+
by most CAD Programs. For your contributions in CAD software of your choice it
342+
would be great if you could also follow the practice of submitting your changes
343+
in both `.stl` for 3D-Printing and `.step` for later editing - and maybe the
344+
native format of your CAD software on top.
345+
346+
OpenSCAD is a special case of course: Here submitting `.stl` (for now) and the
347+
`.scad` file is sufficient.
Binary file not shown.
264 KB
Binary file not shown.

0 commit comments

Comments
 (0)