Add README and license info
This commit is contained in:
parent
0217263529
commit
469b7f3920
2 changed files with 11 additions and 0 deletions
7
README.md
Normal file
7
README.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Düsen für die Lötrauchabsaugung im ZAM
|
||||
|
||||
Dieses Repository enthält Düsen für die Lötrauchabsaugung im ZAM (eine Weller Zero Smog).
|
||||
|
||||
Die Modelle wurden jeweils mit [Build123D](https://build123d.readthedocs.io) erstellt. Mit dabei liegt jeweils die exportierte STEP-Datei.
|
||||
|
||||
Alle Modelle sind unter CC BY-SA 4.0 lizensiert. Die Autoren sind im jeweiligen Python-Skript aufgelistet.
|
|
@ -1,5 +1,9 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
# Copyright (C) 2025 Thomas Kolb (cfr34k)
|
||||
# This model is licensed under CC BY-SA 4.0. To view a copy of this license,
|
||||
# visit https://creativecommons.org/licenses/by-sa/4.0/
|
||||
|
||||
from build123d import *
|
||||
|
||||
from math import sin, cos, tan, pi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue