printrun-src/plater.appdata.xml

Wed, 20 Jan 2021 11:37:03 +0100

author
mdd
date
Wed, 20 Jan 2021 11:37:03 +0100
changeset 48
3c27b4ee6fec
parent 45
c82943fb205f
permissions
-rw-r--r--

reimplemented lasercutter changes

<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
 <id>com.github.kliment.printrun.plater</id>
 <metadata_license>CC0-1.0</metadata_license>
 <project_license>GPL-3.0+</project_license>
 <name>Plater</name>
 <summary>3D printer plating tool</summary>
 <description>
  <p>Plater is a simple graphical tool for preparing plates for desktop 3D printers, such as RepRap.</p>
  <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 then export the prepared plate for later use or load it directly to Pronterface (if installed).</p>
 </description>
 <launchable type="desktop-id">plater.desktop</launchable>
 <screenshots>
   <screenshot type="default">
     <image width="804" height="606">https://raw.github.com/kliment/Printrun/master/screenshots/plater.png</image>
   </screenshot>
 </screenshots>
 <url type="homepage">https://github.com/kliment/Printrun</url>
</component>

mercurial