Package Details: orca-slicer-unstable-bin 2.3.1_stable-1

Git Clone URL: https://aur.archlinux.org/orca-slicer-unstable-bin.git (read-only, click to copy)
Package Base: orca-slicer-unstable-bin
Description: G-code generator for 3D printers (versions including beta, release candidates and stable versions)
Upstream URL: https://github.com/SoftFever/OrcaSlicer
Keywords: orca, orcaslicer, slicer
Licenses: AGPL3
Conflicts: orca-slicer
Provides: orca-slicer
Submitter: sem.z
Maintainer: AndyHazz (sem.z)
Last Packager: AndyHazz
Votes: 6
Popularity: 0.114869
First Submitted: 2024-03-12 14:11 (UTC)
Last Updated: 2025-10-05 14:01 (UTC)

Latest Comments

1 2 3 Next › Last »

AndyHazz commented on 2025-09-29 19:09 (UTC)

@damir I don't think I can fix that display/resolution issue without some changes upstream ...

Unrelated, I have just pushed a PKGBUILD change to require ttf-nanum - that resolves a crash when opening preferences: https://github.com/SoftFever/OrcaSlicer/issues/10029 - tracked down by @lod who's maintaining the orca-slicer-git package, I could see the same issue occurring here.

damir commented on 2025-09-29 10:43 (UTC)

i am affected by a probably upstream bug. no working orca-slicer. it is this: https://github.com/SoftFever/OrcaSlicer/issues/4935

AndyHazz commented on 2025-09-15 20:25 (UTC) (edited on 2025-09-16 11:36 (UTC) by AndyHazz)

I've fixed the app image issue, updated to the latest beta, also changed the desktop file to allow opening orca slicer web links from printables/thingiverse etc.

(I noticed this package had been abandoned so I've adopted it for now)

gatesphere commented on 2025-09-03 15:58 (UTC)

+1 to the chorus -- the current PKGBUILD tries to delete an AppImage file that does not exist.

pdizzle commented on 2025-08-25 21:08 (UTC)

Also had this fail unable to delete the app image, this comment seems to have at least let the build proceed https://aur.archlinux.org/packages/orca-slicer-unstable-bin#comment-1036971

pr0m1x commented on 2025-08-22 22:21 (UTC)

Same problem, there is no /opt/orca-slicer-unstable/OrcaSlicer-x86_64.AppImage

uberben commented on 2025-08-21 15:03 (UTC)

Weird, there is no /opt/orca-slicer-unstable/OrcaSlicer-x86_64.AppImage on my machine.

sem.z commented on 2025-08-21 09:50 (UTC)

@uberben, can't send you screenshot, but after your fix there is OrcaSlicer-x86_64.AppImage left in /opt/orca-slicer-unstable/ directory.

uberben commented on 2025-08-21 01:49 (UTC)

For the latest 2.3.1-alpha release I had to change the pkgbuild from

    rm "$pkgdir/opt/${pkgname%-bin}"/{OrcaSlicer.desktop,AppRun,OrcaSlicer.png,OrcaSlicer-x86_64.AppImage}

to

    rm "$pkgdir/opt/${pkgname%-bin}"/{OrcaSlicer.desktop,AppRun,OrcaSlicer.png}

As there was no .AppImage to be deleted for me.

jersey2391 commented on 2025-03-04 18:18 (UTC) (edited on 2025-03-04 20:16 (UTC) by jersey2391)

Hi! Not sure if it's the right place to post this. I'm totally new to Arch. I wanted to use Orca Slicer. I was successfully using the AppImage v2.2.0 under PopOS (Ubuntu based). Now, I wanted to dip my toes in AUR with "stable" version of this package but it wasn't working (due to NVidia, Wayland and stuff...). I then tried the AppImage directly and it did not work either. However, when I tried the AppImage V2.3.0 (same as linked here, both Ubuntu and base AppImage) it worked (almost) flawlessly. I only needed to install libwebkit2gtk manually and everything was working fine. Wanting to use the AUR, I reached for this package here, but it doesn't work. So, no idea what I did wrong (or if something is "broken" under my specific config)

TL;DR This package doesn't work (NVidia + Wayland stuff), while OrcaSlicer_Linux_AppImage_Ubuntu2404_V2.3.0-beta2.AppImage + libwebkit2gtk works just fine.

EDIT After some digging, turns out that there is a bit of code inside the ./AppRun script inside the AppImage that deal with this. However this PKGBUILD by-pass this script and run only the bin. Not sure of the way forwards though.