Wed, 20 Jan 2021 10:17:01 +0100
updated pronterface.py losing my own changes
15 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
45 | 2 | <component type="desktop-application"> |
3 | <id>com.github.kliment.printrun.pronterface</id> | |
4 | <metadata_license>CC0-1.0</metadata_license> | |
5 | <project_license>GPL-3.0+</project_license> | |
6 | <name>Pronterface</name> | |
15 | 7 | <summary>3D printer host software</summary> |
8 | <description> | |
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> | |
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 | 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 | 12 | </description> |
45 | 13 | <launchable type="desktop-id">pronterface.desktop</launchable> |
15 | 14 | <screenshots> |
45 | 15 | <screenshot type="default"> |
16 | <image width="1061" height="596">https://raw.github.com/kliment/Printrun/master/screenshots/pronterface.png</image> | |
17 | </screenshot> | |
18 | <screenshot> | |
19 | <image width="566" height="626">https://raw.github.com/kliment/Printrun/master/screenshots/pronterface2.png</image> | |
20 | </screenshot> | |
15 | 21 | </screenshots> |
22 | <url type="homepage">https://github.com/kliment/Printrun</url> | |
45 | 23 | </component> |