Search Criteria
Package Details: superslicer 1:2.5.59.13-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/superslicer.git (read-only, click to copy) |
---|---|
Package Base: | superslicer |
Description: | G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.) |
Upstream URL: | https://github.com/supermerill/SuperSlicer |
Licenses: | AGPL3 |
Conflicts: | superslicer-git |
Provides: | superslicer |
Submitter: | LuckyTurtleDev |
Maintainer: | LuckyTurtleDev (msrd0) |
Last Packager: | msrd0 |
Votes: | 1 |
Popularity: | 0.21 |
First Submitted: | 2024-12-01 11:58 (UTC) |
Last Updated: | 2025-04-25 16:35 (UTC) |
Dependencies (18)
- boost-libs
- cgal (cgal-gitAUR)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR)
- imath
- libspnav (libspnav-gitAUR)
- nlopt
- openvdb
- qhull
- slicer-udev
- wxwidgets-gtk3 (wxwidgets-gtk3-gitAUR, wxwidgets-gtk3-lightAUR)
- boost (boost-gitAUR) (make)
- cereal (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- eigen (eigen-gitAUR) (make)
- libigl (make)
- openvdb (make)
- samurai (make)
- superslicer-profiles (superslicer-profiles-gitAUR) (optional) – Predefined printer profiles
Required by (0)
Sources (13)
- 0001-boost1.79.patch
- 0002-fix-cereal.patch
- 0003-openexr3.patch
- 0004-fix-opencascade-version-check.patch
- 0005-fix-opencascade-libs.patch
- 0006-fix-non-const-lvalue.patch
- 0007-boost1.84.patch
- 0008-boost1.85.patch
- 0009-fix-multiple-choice.patch
- 0010-occtwrapper-install-dir.patch
- 0011-cmake3.5.patch
- 0012-boost1.87.patch
- https://github.com/supermerill/SuperSlicer/archive/2.5.59.13.tar.gz
Latest Comments
mvn23 commented on 2025-06-10 12:09 (UTC)
Fails to build with the following error:
~/.cache/yay/superslicer/src/SuperSlicer-2.5.59.13/src/libslic3r/PlaceholderParser.cpp: In member function ‘void Slic3r::PlaceholderParser::parse_custom_variables(const Slic3r::ConfigOptionStrings&)’: ~/.cache/yay/superslicer/src/SuperSlicer-2.5.59.13/src/libslic3r/PlaceholderParser.cpp:1805:43: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string\<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1805 | for (int extruder_id = 0; extruder_id < filament_custom_variables.values.size(); ++extruder_id) |
^samu: subcommand failed ==> ERROR: A failure occurred in build(). Aborting... -> error making: superslicer-exit status 4 -> Failed to install the following packages. Manual intervention is required: superslicer - exit status 4tristor commented on 2025-04-24 16:40 (UTC)
This currently fails to build with CMake 4.x which is the current version in Arch:
CMake Error at cmake/modules/FindOpenVDB.cmake:126 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax to tell CMake that the project requires at least <min> but has been updated to work with policies introduced by <max> or earlier.
Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway. Call Stack (most recent call first): CMakeLists.txt:550 (find_package)
msrd0 commented on 2025-03-28 16:07 (UTC) (edited on 2025-03-28 16:09 (UTC) by msrd0)
@Eventide 2.7 is marked as a prerelease on GitHub