printrun-src/pronsole.appdata.xml

Wed, 20 Jan 2021 10:15:13 +0100

author
mdd
date
Wed, 20 Jan 2021 10:15:13 +0100
changeset 46
cce0af6351f0
parent 45
c82943fb205f
permissions
-rw-r--r--

updated and added new files for printrun

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.pronsole</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>Pronsole</name>
15
0bbb006204fc Added printrun sourcecode from
mbayer
parents:
diff changeset
7 <summary>3D printer host software for console</summary>
0bbb006204fc Added printrun sourcecode from
mbayer
parents:
diff changeset
8 <description>
45
c82943fb205f updated main files to new github master version
mdd
parents: 15
diff changeset
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>
15
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 to the printer.</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">pronsole.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="659" height="388">https://raw.github.com/kliment/Printrun/master/screenshots/pronsole.png</image>
c82943fb205f updated main files to new github master version
mdd
parents: 15
diff changeset
17 </screenshot>
15
0bbb006204fc Added printrun sourcecode from
mbayer
parents:
diff changeset
18 </screenshots>
0bbb006204fc Added printrun sourcecode from
mbayer
parents:
diff changeset
19 <url type="homepage">https://github.com/kliment/Printrun</url>
45
c82943fb205f updated main files to new github master version
mdd
parents: 15
diff changeset
20 </component>

mercurial