printrun-src/pronsole.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">pronsole.desktop</id> 3 <id>com.github.kliment.printrun.pronsole</id>
4 <licence>CC0</licence> 4 <metadata_license>CC0-1.0</metadata_license>
5 <project_license>GPL-3.0+</project_license>
6 <name>Pronsole</name>
5 <summary>3D printer host software for console</summary> 7 <summary>3D printer host software for console</summary>
6 <description> 8 <description>
7 <p>Pronsole is a command line user interface for desktop 3D printers, such as RepRap. It lets you to load Gcode, connect to printer and send the Gcode to it. Best option for controling 3D printer from headless or not enough powerful machines.</p> 9 <p>Pronsole is a command line user interface for desktop 3D printers, such as RepRap. It lets you to load Gcode, connect to printer and send the Gcode to it. Best option for controlling 3D printer from headless or not enough powerful machines.</p>
8 <p>It allows you not only to send Gcode form file, but also control the printer manually or send Gcode commands directly to the printer.</p> 10 <p>It allows you not only to send Gcode form file, but also control the printer manually or send Gcode commands directly to the printer.</p>
9 <p>Is integrates slicing tool, so if you load an STL 3D model to it as well as Gcode.</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">pronsole.desktop</launchable>
11 <screenshots> 14 <screenshots>
12 <screenshot type="default" width="659" height="388">https://raw.github.com/kliment/Printrun/master/screenshots/pronsole.png</screenshot> 15 <screenshot type="default">
16 <image width="659" height="388">https://raw.github.com/kliment/Printrun/master/screenshots/pronsole.png</image>
17 </screenshot>
13 </screenshots> 18 </screenshots>
14 <url type="homepage">https://github.com/kliment/Printrun</url> 19 <url type="homepage">https://github.com/kliment/Printrun</url>
15 </application> 20 </component>

mercurial