printrun-src/pronterface.appdata.xml

changeset 45
c82943fb205f
parent 15
0bbb006204fc
equal deleted inserted replaced
44:310be640a303 45:c82943fb205f
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <application> 2 <component type="desktop-application">
3 <id type="desktop">pronterface.desktop</id> 3 <id>com.github.kliment.printrun.pronterface</id>
4 <licence>CC0</licence> 4 <metadata_license>CC0-1.0</metadata_license>
5 <project_license>GPL-3.0+</project_license>
6 <name>Pronterface</name>
5 <summary>3D printer host software</summary> 7 <summary>3D printer host software</summary>
6 <description> 8 <description>
7 <p>Pronterface is a graphical user interface for desktop 3D printers, such as RepRap. It lets you view Gcode, connect to printer and send the Gcode to it. It's feature rich yet minimalist application.</p> 9 <p>Pronterface is a graphical user interface for desktop 3D printers, such as RepRap. It lets you view Gcode, connect to printer and send the Gcode to it. It's feature rich yet minimalist application.</p>
8 <p>It allows you not only to send Gcode form file, but also control the printer manually or send Gcode commands directly trough input field.</p> 10 <p>It allows you not only to send Gcode form file, but also control the printer manually or send Gcode commands directly trough input field.</p>
9 <p>Is integrates slicing tool, so if you load an STL 3D model to it, it will slice and load it automatically.</p> 11 <p>It integrates with slicing tools, so if you load an STL 3D model to it, it will slice and load it automatically.</p>
10 </description> 12 </description>
13 <launchable type="desktop-id">pronterface.desktop</launchable>
11 <screenshots> 14 <screenshots>
12 <screenshot type="default" width="1061" height="596">https://raw.github.com/kliment/Printrun/master/screenshots/pronterface.png</screenshot> 15 <screenshot type="default">
13 <screenshot width="566" height="626">https://raw.github.com/kliment/Printrun/master/screenshots/pronterface2.png</screenshot> 16 <image width="1061" height="596">https://raw.github.com/kliment/Printrun/master/screenshots/pronterface.png</image>
17 </screenshot>
18 <screenshot>
19 <image width="566" height="626">https://raw.github.com/kliment/Printrun/master/screenshots/pronterface2.png</image>
20 </screenshot>
14 </screenshots> 21 </screenshots>
15 <url type="homepage">https://github.com/kliment/Printrun</url> 22 <url type="homepage">https://github.com/kliment/Printrun</url>
16 </application> 23 </component>

mercurial