printrun-src/plater.appdata.xml

Fri, 22 Sep 2017 17:40:08 +0200

author
mdd
date
Fri, 22 Sep 2017 17:40:08 +0200
changeset 32
0abfa4642776
parent 15
0bbb006204fc
child 45
c82943fb205f
permissions
-rw-r--r--

SVG bugfix: first shape line not drawn
SVG feature: Dont control the laser via extrusion, switch on at shape start, off at shape end

15
0bbb006204fc Added printrun sourcecode from
mbayer
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
0bbb006204fc Added printrun sourcecode from
mbayer
parents:
diff changeset
2 <application>
0bbb006204fc Added printrun sourcecode from
mbayer
parents:
diff changeset
3 <id type="desktop">plater.desktop</id>
0bbb006204fc Added printrun sourcecode from
mbayer
parents:
diff changeset
4 <licence>CC0</licence>
0bbb006204fc Added printrun sourcecode from
mbayer
parents:
diff changeset
5 <summary>3D printer plating tool</summary>
0bbb006204fc Added printrun sourcecode from
mbayer
parents:
diff changeset
6 <description>
0bbb006204fc Added printrun sourcecode from
mbayer
parents:
diff changeset
7 <p>Plater is a simple graphical tool for preparing plates for desktop 3D printers, such as RepRap.</p>
0bbb006204fc Added printrun sourcecode from
mbayer
parents:
diff changeset
8 <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 than export the prepared plate for later use or load it directly to Pronterface (if installed).</p>
0bbb006204fc Added printrun sourcecode from
mbayer
parents:
diff changeset
9 </description>
0bbb006204fc Added printrun sourcecode from
mbayer
parents:
diff changeset
10 <screenshots>
0bbb006204fc Added printrun sourcecode from
mbayer
parents:
diff changeset
11 <screenshot type="default" width="804" height="606">https://raw.github.com/kliment/Printrun/master/screenshots/plater.png</screenshot>
0bbb006204fc Added printrun sourcecode from
mbayer
parents:
diff changeset
12 </screenshots>
0bbb006204fc Added printrun sourcecode from
mbayer
parents:
diff changeset
13 <url type="homepage">https://github.com/kliment/Printrun</url>
0bbb006204fc Added printrun sourcecode from
mbayer
parents:
diff changeset
14 </application>

mercurial