Search Criteria
Package Details: superslicer-git 1:2.4.58.5.r0.g76856c584-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/superslicer-git.git (read-only, click to copy) |
---|---|
Package Base: | superslicer-git |
Description: | G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.) |
Upstream URL: | https://github.com/supermerill/SuperSlicer |
Keywords: | 3d 3d-printing 3dprinter gcode printing prusaslicer slic3r slic3r++ slicer stl superslicer |
Licenses: | AGPL3 |
Conflicts: | superslicer, superslicer-prerelease |
Provides: | superslicer |
Replaces: | slic3r++ |
Submitter: | LuckyTurtleDev |
Maintainer: | LuckyTurtleDev |
Last Packager: | msrd0 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-10-16 10:38 (UTC) |
Last Updated: | 2022-09-26 10:19 (UTC) |
Dependencies (18)
- boost-libs
- cgal (cgal-gitAUR)
- glew (glew-libepoxyAUR, glew-waylandAUR, glew-osmesa-gitAUR, 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 (cmake-gitAUR) (make)
- eigen (eigen-gitAUR) (make)
- libigl (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- openvdb (make)
- superslicer-profiles (superslicer-profiles-gitAUR) (optional) – Predefined printer profiles
Latest Comments
1 2 3 4 Next › Last »
brn commented on 2022-07-30 22:32 (UTC) (edited on 2022-07-30 22:33 (UTC) by brn)
I was able to compile the app (I'm not a C++ dev though, maybe I did something wrong). I addressed two issues:
❯ cat 0005-baron.patch
❯ cat 0006-baron.patch
However the binary doesn't work for me: ❯ superslicer [2022-07-31 01:31:10.309514] [0x00007ff7f5c8c000] [trace] Initializing StaticPrintConfigs [1] 2072322 segmentation fault (core dumped) superslicer
That also happens with the prebuilt superslicer package from pacman, so these two little patches may work for you
LuckyTurtleDev commented on 2022-07-24 16:56 (UTC)
The official cereal, boost and openexr3 patch for superslicer can be used. But the superslicer-git does still fail build with an boost issue.
LuckyTurtleDev commented on 2022-07-24 15:37 (UTC)
I have sadly not enough time at the moment to create new patches.
@nicman23 I can not apply you patch, because it will be rejected. Can you may publish the full version?
@sl1pkn07 Your patch is sadly outdated now.
nicman23 commented on 2022-07-24 08:53 (UTC)
patch for 0003 patch
dflemstr commented on 2022-07-22 16:31 (UTC)
Patches are out of date, patch nr 2 fails with:
...and patch nr 3 fails with:
sl1pkn07 commented on 2022-02-26 16:37 (UTC)
DarioP commented on 2022-02-09 12:55 (UTC) (edited on 2022-02-11 11:05 (UTC) by DarioP)
@khumarahn
I encountered the same issue. It seems to be related to the TBB patch. I have got it building by commenting out these lines in the PKGBUILD:
However it then fails on linking:
and indeed community/cereal does not seem to provide a shared object. I am not sure about how to proceed.
khumarahn commented on 2022-02-08 22:29 (UTC)
Does not build now, failing at some patches:
LuckyTurtleDev commented on 2021-12-30 13:22 (UTC)
@gkatev I have fixed it
gkatev commented on 2021-12-24 17:05 (UTC)
I'm getting an error at the application of the tbb-2021 patch, on file PrintObject.cpp. Possibly due to this commit: https://github.com/supermerill/SuperSlicer/commit/9e4b73f0814ffd8b439bacebd68df86989df8b03
Removing the diff for PrintOject.cpp from the patch file fixed it for me.
1 2 3 4 Next › Last »