forked from kliment/Printrun
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplater.appdata.xml
More file actions
17 lines (17 loc) · 936 Bytes
/
plater.appdata.xml
File metadata and controls
17 lines (17 loc) · 936 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>plater</id>
<metadata_license>FSFAP</metadata_license>
<project-license>GPL-3.0+</project-license>
<name>Plater</name>
<summary>3D printer plating tool</summary>
<description>
<p>Plater is a simple graphical tool for preparing plates for desktop 3D printers, such as RepRap.</p>
<p>It lets you load 3D models and manipulate them on XY plane. It is also possible to let Plater automatically arrange the files to fit. You can then export the prepared plate for later use or load it directly to Pronterface (if installed).</p>
</description>
<launchable type="desktop-id">plater.desktop</launchable>
<screenshots>
<screenshot type="default" width="804" height="606">https://raw.github.com/kliment/Printrun/master/screenshots/plater.png</screenshot>
</screenshots>
<url type="homepage">https://github.com/kliment/Printrun</url>
</component>