Package Details: orca-slicer 1:2.4.2-2

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/OrcaSlicer/OrcaSlicer
Keywords: bambustudio orca orcaslicer slicer
Licenses: AGPL-3.0-only
Conflicts: orca-slicer
Provides: orca-slicer
Submitter: xburst
Maintainer: c2h5oh (lod)
Last Packager: lod
Votes: 43
Popularity: 3.24
First Submitted: 2023-03-29 15:51 (UTC)
Last Updated: 2026-07-09 09:58 (UTC)

Pinned Comments

lod commented on 2026-07-10 09:53 (UTC)

Maybe someone here can test this build https://git.lod.sh/PKGBUILDs/orca-slicer

It uses arch packages instead of the bundled deps except wxWidgets, because orcaslicer moved to the current dev branch for better wayland support. The next stable wxWidgets release should be later this year.

Some feedback from Bambu users would be great. My theory is, that bambu network stuff depends on openSSL 1.1.1… but I'm not sure.

Latest Comments

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

lod commented on 2026-07-10 13:54 (UTC)

@arslan2012 did you build in a clean chroot? preferably with pkgctl build -c

arslan2012 commented on 2026-07-10 13:49 (UTC)

@lod tried https://git.lod.sh/PKGBUILDs/orca-slicer.git, makepkg exited with error

[7/7] Completed 'dep_wxWidgets'
-- SLIC3R_ASAN: OFF
-- SLIC3R_BUILD_SANDBOXES: OFF
-- SLIC3R_FHS: 1
-- SLIC3R_GTK: 3
-- SLIC3R_GUI: ON
-- SLIC3R_MSVC_COMPILE_PARALLEL: ON
-- SLIC3R_MSVC_PDB: ON
-- SLIC3R_PCH: ON
-- SLIC3R_PROFILE: OFF
-- SLIC3R_STATIC: 1
-- CMAKE_INSTALL_PREFIX: /usr
-- DEP_BUILD_DIR: /mnt/data/Projects/orca-slicer/src/orca-slicer/deps/build (from cache or command line)
-- CMAKE_PREFIX_PATH: /mnt/data/Projects/orca-slicer/src/orca-slicer/deps/build/destdir/usr/local (from cache or command line)
-- PROJECT_SOURCE_DIR: /mnt/data/Projects/orca-slicer/src/orca-slicer
-- CMAKE_MODULE_PATH: /mnt/data/Projects/orca-slicer/src/orca-slicer/cmake/modules/
-- LIBDIR: /mnt/data/Projects/orca-slicer/src/orca-slicer/src
-- LIBDIR_BIN: /mnt/data/Projects/orca-slicer/src/orca-slicer/build/src
CMake Error at CMakeLists.txt:587 (find_package):
  Could not find a configuration file for package "Eigen3" that is compatible
  with requested version "5.0.1".

  The following configuration files were considered but not accepted:

    /usr/share/eigen3/cmake/Eigen3Config.cmake, version: 3.4.1
      The version found is not compatible with the version requested.



-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
    Aborting...

lod commented on 2026-07-10 09:53 (UTC)

Maybe someone here can test this build https://git.lod.sh/PKGBUILDs/orca-slicer

It uses arch packages instead of the bundled deps except wxWidgets, because orcaslicer moved to the current dev branch for better wayland support. The next stable wxWidgets release should be later this year.

Some feedback from Bambu users would be great. My theory is, that bambu network stuff depends on openSSL 1.1.1… but I'm not sure.

rlavriv commented on 2026-07-09 16:42 (UTC)

@lod - thanks, just wanted to confirm the fix is working, I am seeing compiler jobs working in parallel.

lod commented on 2026-07-08 14:58 (UTC)

@rlavriv fair enough, I will push an update later today.

rlavriv commented on 2026-07-08 14:43 (UTC)

@lod - you are using MemFree to estimate number of processes available but you should use MemAvailable. You are not taking into account caches etc. I have only 19GB of 32GB used, which MemAvailable reflects correctly as 13GB, but MemFree only reports 607MB.

lod commented on 2026-07-02 16:50 (UTC)

@rlavriv works-for-me™ remove the the whole "CMAKE_BUILD_PARALLEL_LEVEL part" between cd and cmake and try again. (make sure you have enough RAM available)

rlavriv commented on 2026-07-02 16:06 (UTC)

Build process currently ignores -j flag from makepkg.conf, and only uses 1 thread when compiling the orca slicer itself.

lod commented on 2026-06-24 10:42 (UTC)

@gerliczkowalczuk if you interested, I also work on a build against system deps. Right now I got everything working except OpenSSL, CURl and wxWidgets. Upstream switched to the wxWidgets dev branch. wxWidgets should fix itself, when they move to the 3.4 stable later this year. I haven't really checked why Orca still depends on OpenSSL 1.1.1 yet.

I'll clean up the build today or tomorrow and if you want to, I will send you a mail for tests, feedback and help.

gerliczkowalczuk commented on 2026-06-24 10:33 (UTC)

@lod Thanks for working on the update. If you need any help with testing or packaging, feel free to let me know.