printrun-src/pronterface.appdata.xml

Tue, 19 Jan 2021 20:45:09 +0100

author
mdd
date
Tue, 19 Jan 2021 20:45:09 +0100
changeset 45
c82943fb205f
parent 15
0bbb006204fc
permissions
-rw-r--r--

updated main files to new github master version

15
0bbb006204fc Added printrun sourcecode from
mbayer
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
45
c82943fb205f updated main files to new github master version
mdd
parents: 15
diff changeset
2 <component type="desktop-application">
c82943fb205f updated main files to new github master version
mdd
parents: 15
diff changeset
3 <id>com.github.kliment.printrun.pronterface</id>
c82943fb205f updated main files to new github master version
mdd
parents: 15
diff changeset
4 <metadata_license>CC0-1.0</metadata_license>
c82943fb205f updated main files to new github master version
mdd
parents: 15
diff changeset
5 <project_license>GPL-3.0+</project_license>
c82943fb205f updated main files to new github master version
mdd
parents: 15
diff changeset
6 <name>Pronterface</name>
15
0bbb006204fc Added printrun sourcecode from
mbayer
parents:
diff changeset
7 <summary>3D printer host software</summary>
0bbb006204fc Added printrun sourcecode from
mbayer
parents:
diff changeset
8 <description>
0bbb006204fc Added printrun sourcecode from
mbayer
parents:
diff changeset
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>
0bbb006204fc Added printrun sourcecode from
mbayer
parents:
diff changeset
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>
45
c82943fb205f updated main files to new github master version
mdd
parents: 15
diff changeset
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>
15
0bbb006204fc Added printrun sourcecode from
mbayer
parents:
diff changeset
12 </description>
45
c82943fb205f updated main files to new github master version
mdd
parents: 15
diff changeset
13 <launchable type="desktop-id">pronterface.desktop</launchable>
15
0bbb006204fc Added printrun sourcecode from
mbayer
parents:
diff changeset
14 <screenshots>
45
c82943fb205f updated main files to new github master version
mdd
parents: 15
diff changeset
15 <screenshot type="default">
c82943fb205f updated main files to new github master version
mdd
parents: 15
diff changeset
16 <image width="1061" height="596">https://raw.github.com/kliment/Printrun/master/screenshots/pronterface.png</image>
c82943fb205f updated main files to new github master version
mdd
parents: 15
diff changeset
17 </screenshot>
c82943fb205f updated main files to new github master version
mdd
parents: 15
diff changeset
18 <screenshot>
c82943fb205f updated main files to new github master version
mdd
parents: 15
diff changeset
19 <image width="566" height="626">https://raw.github.com/kliment/Printrun/master/screenshots/pronterface2.png</image>
c82943fb205f updated main files to new github master version
mdd
parents: 15
diff changeset
20 </screenshot>
15
0bbb006204fc Added printrun sourcecode from
mbayer
parents:
diff changeset
21 </screenshots>
0bbb006204fc Added printrun sourcecode from
mbayer
parents:
diff changeset
22 <url type="homepage">https://github.com/kliment/Printrun</url>
45
c82943fb205f updated main files to new github master version
mdd
parents: 15
diff changeset
23 </component>

mercurial