0.1.0.alpha-3
This commit is contained in:
parent
a0bf509967
commit
8d1b1a166c
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -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
@ -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>
|
|
2174
.FreeCAD/user.cfg
2174
.FreeCAD/user.cfg
File diff suppressed because it is too large
Load Diff
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
|
||||||
|
BIN
CAD/bugjar.FCStd
BIN
CAD/bugjar.FCStd
Binary file not shown.
BIN
CAD/trichter_v3.3mf
Normal file
BIN
CAD/trichter_v3.3mf
Normal file
Binary file not shown.
14
CHANGELOG.md
14
CHANGELOG.md
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user