-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.xml
More file actions
24 lines (22 loc) · 1.16 KB
/
Copy pathpackage.xml
File metadata and controls
24 lines (22 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>FusedFilamentDesign</name>
<description>PartDesign addon for FFF/FDM 3D-printing design</description>
<!-- We use innovative calender-derived zero-versioning. See CHANGELOG.md for more info. -->
<version>0.26.200</version>
<date>2026-05-11</date>
<maintainer email="freecad@rahix.de">rahix</maintainer>
<license file="LICENSE">LGPL-2.1-or-later</license>
<url type="repository" branch="release">https://github.com/Rahix/FusedFilamentDesign</url>
<url type="readme">https://github.com/Rahix/FusedFilamentDesign/blob/release/README.md</url>
<icon>Resources/icons/ffDesign_Logo.svg</icon>
<content>
<!-- Technically FusedFilamentDesign does not include a workbench and is instead just an addon to PartDesign.
It seems FreeCAD 1.1 will support a `other` type of addon which would suit us. But to make this
work on FreeCAD 1.0, we have to pretend being a workbench for the time being... -->
<workbench>
<classname>ffDesignWB</classname>
<subdirectory>./</subdirectory>
</workbench>
</content>
</package>