Package Details: orca-slicer 1:2.3.1-3

Git Clone URL: https://aur.archlinux.org/orca-slicer.git (read-only, click to copy)
Package Base: orca-slicer
Description: G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.)
Upstream URL: https://github.com/SoftFever/OrcaSlicer
Keywords: bambustudio orca orcaslicer slicer
Licenses: AGPL3
Conflicts: orca-slicer
Provides: orca-slicer
Submitter: xburst
Maintainer: c2h5oh (lod)
Last Packager: c2h5oh
Votes: 34
Popularity: 1.81
First Submitted: 2023-03-29 15:51 (UTC)
Last Updated: 2025-10-09 18:22 (UTC)

Latest Comments

1 2 3 4 5 6 .. 14 Next › Last »

lod commented on 2025-11-13 09:06 (UTC) (edited on 2025-11-13 09:06 (UTC) by lod)

@oldherl https://github.com/SoftFever/OrcaSlicer/issues/10029

oldherl commented on 2025-11-13 07:32 (UTC)

Why is ttf-nanum a dependency?

lod commented on 2025-10-15 16:17 (UTC)

@ozraru you set it in MAKEFLAGS https://wiki.archlinux.org/title/Makepkg#Parallel_compilation

ozraru commented on 2025-10-15 16:11 (UTC)

How I limit the number of build jobs?

rlavriv commented on 2025-10-10 17:28 (UTC)

Build is fine after update, thanks!

c2h5oh commented on 2025-10-09 18:23 (UTC)

It turned out to be flatpak - I wasn't properly cleaning between builds and it kept passing.

Anyway it's fixed now.

lod commented on 2025-10-09 16:31 (UTC) (edited on 2025-10-10 19:15 (UTC) by lod)

Here a build based on your script https://gist.github.com/lodriguez/015c5852381863dfba7062aeb3f32214

-DFLATPAK can't work like that, because the FLATPACK script does build wxwidgets separately…

added the proper release

added "ninja -C build" to keep the actual build in build()

Just built and installed it

c2h5oh commented on 2025-10-09 16:26 (UTC) (edited on 2025-10-09 16:26 (UTC) by c2h5oh)

I would say -DFLATPAK=1 is the problem

Removing it makes no difference

Also If you use -DCMAKE_BUILD_TYPE=, you should set it to "none" because "Release"

This package was always building Release (and so does BambuStudio) - it's been the default for build scripts for both for all except debug builds.

Did you even install and test?

Yes. I've got 2.3.1-1 I built locally while working on AUR. I've installed it and I've been using it to slice stuff since last night. It tried to rebuild 2.3.1-2 today while installing other updates (the only difference vs -1 is I added Quadro fix) and I got the same error as rlavriv

lod commented on 2025-10-09 15:27 (UTC) (edited on 2025-10-09 15:34 (UTC) by lod)

@c2h5oh I build the git version like an hour ago after updating. Deps did build without any problems. I will give your build a go. Just by looking at it, I would say -DFLATPAK=1 is the problem. Did you even install and test? Hard to believe this worked like that. Also If you use -DCMAKE_BUILD_TYPE=, you should set it to "none" because "Release" automatically appends -O3 (https://wiki.archlinux.org/title/CMake_package_guidelines)

c2h5oh commented on 2025-10-09 15:10 (UTC)

@rlavriv found the problem - this diff was not applied https://github.com/SoftFever/OrcaSlicer/blob/main/deps/OCCT/0001-OCCT-fix.patch#L217-L218

I'll have to figure out why. Not happening today.