Go to file
Jan Beran d552b687e5 Fix flatpak build
When building prusa-slicer as flatpak, Perl test suite is unable to build
because of many build-related errors (Perl tests have many dependencies
which have to be built with /app prefix, which is not always simple).

As we are unable to pass any flags to rpmbuild to switch off
the Perl tests, we need to switch them off for flatpak build directly in the spec file.

The second change is related to %{perl_vendorlib} and %{perl_vendorarch} macros,
which are not set during flatpak build (a build %without perltests).

When the %{flatpak} macro is not set, there should be no change in functionality.
2020-08-26 11:43:22 +02:00
.gitignore Blanket ignore the source archives. 2019-09-04 17:45:48 -05:00
README.md Provide useful README.md 2019-06-07 12:50:58 -05:00
endian.patch Rebuilt and fix for Boost 1.73.0 (second attempt) 2020-06-03 10:26:03 +02:00
prusa-slicer.appdata.xml Use a better screenshot 2019-07-24 19:18:53 -05:00
prusa-slicer.desktop Initial import of prusa-slicer. 2019-06-07 15:10:23 -05:00
prusa-slicer.spec Fix flatpak build 2020-08-26 11:43:22 +02:00
sources Upload sources and fix bogus date in %changelog 2020-03-31 12:47:21 +02:00

README.md

PrusaSlicer: 3D printing slicer optimized for Prusa printers

PrusaSlicer takes 3D models (STL, OBJ, AMF) and converts them into G-code instructions for FFF printers or PNG layers for mSLA 3D printers. It's compatible with any modern printer based on the RepRap toolchain, including all those based on the Marlin, Prusa, Sprinter and Repetier firmware. It also works with Mach3, LinuxCNC and Machinekit controllers.

PrusaSlicer is based on Slic3r by Alessandro Ranelucci and the RepRap community.

The maintainers of this package welcome community contributions. The specfile, while moderately complicated and with slightly unusual style, should be well commented and relatively easy to understand. Please feel free to send PRs, and provenpackagers should feel free to commit and build as needed. Please do send us a note if you need anything.