-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
28 lines (27 loc) · 1.36 KB
/
package.xml
File metadata and controls
28 lines (27 loc) · 1.36 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
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>TrailCurrent Logo</name>
<description>Brand your 3D-printed parts with the TrailCurrent logo and scannable QR codes. Deboss the logo as a multi-level relief with four depth layers, or emboss/deboss QR codes linking to tutorials, instructional videos, or online materials. Includes configurable sizing, depth, placement offsets, and double-click re-editing. The qrcode Python package is bundled — no separate installation required.</description>
<version>2.3.0</version>
<maintainer email="info@trailcurrent.com">TrailCurrent</maintainer>
<license file="LICENSE">MIT</license>
<url type="repository" branch="main">https://github.com/trailcurrentoss/Utilities-LogoFreeCADPlugin</url>
<url type="bugtracker">https://github.com/trailcurrentoss/Utilities-LogoFreeCADPlugin/issues</url>
<icon>resources/icons/TrailCurrentLogo.svg</icon>
<content>
<workbench>
<classname>TrailCurrentLogoWorkbench</classname>
<subdirectory>./</subdirectory>
<freecadmin>0.21.0</freecadmin>
<tag>trailcurrent</tag>
<tag>logo</tag>
<tag>deboss</tag>
<tag>emboss</tag>
<tag>engrave</tag>
<tag>qrcode</tag>
<tag>qr</tag>
<tag>branding</tag>
<tag>3dprinting</tag>
</workbench>
</content>
</package>