0.1.0.alpha-3

This commit is contained in:
Adam Skotarczak 2025-07-13 22:06:46 +02:00
parent a0bf509967
commit 8d1b1a166c
Signed by: realAscot
GPG Key ID: 4CB9B8D93A96A538
12 changed files with 11 additions and 5812 deletions

View File

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,26 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>User-Saved Preference Packs</name>
<description>Generated automatically -- edits may be lost when saving new preference packs. To distribute one or more of these packs:
1) copy the entire SavedPreferencePacks directory to a convenient location,
2) rename the directory (usually to the name of the preference pack you are distributing),
3) delete any subfolders containing packs you don't want to distribute,
4) use git to initialize the directory as a git repository,
5) push it to a remote git host,
6) activate Developer Mode in the Addon Manager,
7) use Developer Tools in the Addon Manager to update the metadata file,
8) add, commit, and push the updated package.xml file,
9) add your remote host to the custom repositories list in the Addon Manager preferences,
10) use the Addon Manager to install your preference pack locally for testing.</description>
<license>All Rights Reserved</license>
<content>
<preferencepack>
<name>Standart</name>
</preferencepack>
</content>
</package>

File diff suppressed because it is too large Load Diff

View File

@ -1,27 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<FCParameters>
<FCParamGroup Name="Root">
<FCParamGroup Name="Modules">
<FCParamGroup Name="Assembly">
<FCText Name="HelpIndex">Assembly/Help/index.html</FCText>
<FCText Name="WorkBenchName">Assembly</FCText>
<FCText Name="WorkBenchModule">AssemblyWorkbench.py</FCText>
</FCParamGroup>
<FCParamGroup Name="Path">
<FCText Name="HelpIndex">Path/Help/index.html</FCText>
<FCText Name="WorkBenchName">CAM</FCText>
<FCText Name="WorkBenchModule">PathWorkbench.py</FCText>
</FCParamGroup>
<FCParamGroup Name="Spreadsheet">
<FCText Name="HelpIndex">Spreadsheet/Help/index.html</FCText>
<FCText Name="WorkBenchName">Spreadsheet</FCText>
<FCText Name="WorkBenchModule">SpreadsheetWorkbench.py</FCText>
</FCParamGroup>
<FCParamGroup Name="Start">
<FCText Name="WorkBenchName">Start</FCText>
<FCText Name="WorkBenchModule">Start.py</FCText>
</FCParamGroup>
</FCParamGroup>
</FCParamGroup>
</FCParameters>

File diff suppressed because it is too large Load Diff

3
.gitignore vendored
View File

@ -1,5 +1,5 @@
# Universal Template Windows # Universal Template Windows
# Version: v1.0.1 # Version: v1.1.0
# Betriebssystem-spezifische Dateien # Betriebssystem-spezifische Dateien
.DS_Store .DS_Store
@ -37,6 +37,7 @@ Desktop.ini
*.FCStd1 *.FCStd1
*.FCStd2 *.FCStd2
*.FCStd3 *.FCStd3
.FreeCAD/
# System-/Editor-spezifische Dateien # System-/Editor-spezifische Dateien
.DS_Store .DS_Store

Binary file not shown.

BIN
CAD/trichter_v3.3mf Normal file

Binary file not shown.

View File

@ -1,7 +1,9 @@
# Flansche für Regenfass # Fliegenfalle Bugjar 3D
- **v1.1.0** - **0.1.0.alpha-3**
- [x] weitere Version mit Kabelausführung erstellt. - [x] Erste Testversion gedruckt und in Erprobung
Diese Ausführung kann verwendet werden, wenn z.B eine elektrische Fasspumpe verwendet wird.
- **v1.0.0** ---
- [x] erste Version zur Verwendung. Probedruck erstellt und aktiv am Fass montiert.
- **initial commit**
- [x] erste Version zur Verwendung. Probedruck erstellt.

View File

@ -1 +1 @@
0.1.0.alpha-2 0.1.0.alpha-3