Package Details: orca-slicer 2.3.1.c6b8664c8e276413445e-2

Git Clone URL: https://aur.archlinux.org/orca-slicer.git (read-only, click to copy)
Package Base: orca-slicer
Description: Orca Slicer is a fork of Bambu Studio. It was previously known as BambuStudio-SoftFever
Upstream URL: https://github.com/SoftFever/OrcaSlicer
Keywords: bambustudio orcaslicer
Licenses: AGPL3
Conflicts: orca-slicer
Provides: orca-slicer
Submitter: xburst
Maintainer: c2h5oh
Last Packager: c2h5oh
Votes: 22
Popularity: 2.21
First Submitted: 2023-03-29 15:51 (UTC)
Last Updated: 2025-05-23 21:05 (UTC)

Pinned Comments

c2h5oh commented on 2025-03-19 10:57 (UTC) (edited on 2025-05-27 00:15 (UTC) by c2h5oh)

Update on version 2.3.x:

With 2.3.0 being very buggy and no 2.3.1 bugfix release in sight I got main branch building on Arch again and tagged latest commit ( c6b8664c8e276413445ed25d3a8957101143c006 ) as 2.3.1-dev.

Wayland support status:

Please test and report back - a bunch of fixes added, including one for nvidia binary driver performance.

Known issues:
  • Camera/Live view/whatever you call it for BambuLab printers doesn't fully work - after a short while framerate drops to about 1fps.

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 Next › Last »

sdooweloc commented on 2023-06-12 00:31 (UTC)

Can confirm I can now build. Thank you much @xburst and @c2h5oh

Nutmeg9560 commented on 2023-06-11 13:07 (UTC) (edited on 2023-06-11 13:12 (UTC) by Nutmeg9560)

Getting a TBB error

CMake Error at cmake/modules/FindTBB.cmake.in:198 (file):file failed to open for reading (No such file or directory):

/usr/include/tbb/tbb_stddef.h
Call Stack (most recent call first):
cmake/modules/FindTBB.cmake:29 (include)
CMakeLists.txt:409 (find_package)


CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
TBB library cannot be found.  Consider set TBBROOT environment variable.
  (missing: TBB_LIBRARIES) (found version ".")
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
  cmake/modules/FindTBB.cmake.in:286 (find_package_handle_standard_args)
  cmake/modules/FindTBB.cmake:29 (include)
  CMakeLists.txt:409 (find_package)

bitr8 commented on 2023-06-11 04:19 (UTC)

confirmed this is now fixed and compiles fine. @xburst @c2h5oh thank you so much for resolving this! appreciated

xburst commented on 2023-06-10 14:14 (UTC)

Sorry for no checking git apply result on makepkg environment, changed to patch command now. @sdooweloc @c2h5oh

sdooweloc commented on 2023-06-09 13:00 (UTC)

Ah okay that would explain it haha. Hopefully it can get merged. I want to play with this slicer more but dont want to deal with pulling down appimages and such haha.

c2h5oh commented on 2023-06-08 12:14 (UTC)

It fails to apply the patch. I'm working on getting the patch merged into Orca Slicer repo.

sdooweloc commented on 2023-06-04 20:29 (UTC)

Im still failing to build on Arch even when trying to pull the new v1.6.3 Any help would be appreciated.

In file included from /home/cole/.cache/paru/clone/orca-slicer/src/OrcaSlicer/deps/build/dep_TBB-prefix/src/dep_TBB/src/tbb/scheduler_common.h:43,
                 from /home/cole/.cache/paru/clone/orca-slicer/src/OrcaSlicer/deps/build/dep_TBB-prefix/src/dep_TBB/src/tbb/scheduler.h:24,
                 from /home/cole/.cache/paru/clone/orca-slicer/src/OrcaSlicer/deps/build/dep_TBB-prefix/src/dep_TBB/src/tbb/custom_scheduler.h:24,
                 from /home/cole/.cache/paru/clone/orca-slicer/src/OrcaSlicer/deps/build/dep_TBB-prefix/src/dep_TBB/src/tbb/scheduler.cpp:21:
/home/cole/.cache/paru/clone/orca-slicer/src/OrcaSlicer/deps/build/dep_TBB-prefix/src/dep_TBB/include/tbb/task.h:263:20: error: declaration of ‘tbb::task& tbb::internal::task_prefix::task()’ changes meaning of ‘task’ [-Wchanges-meaning]
  263 |         tbb::task& task() {return *reinterpret_cast<tbb::task*>(this+1);}
      |                    ^~~~
/home/cole/.cache/paru/clone/orca-slicer/src/OrcaSlicer/deps/build/dep_TBB-prefix/src/dep_TBB/include/tbb/task.h:222:9: note: used here to mean ‘class tbb::task’
  222 |         task* next_offloaded;
      |         ^~~~
/home/cole/.cache/paru/clone/orca-slicer/src/OrcaSlicer/deps/build/dep_TBB-prefix/src/dep_TBB/include/tbb/task.h:33:7: note: declared here
   33 | class task;
      |       ^~~~
make[5]: *** [CMakeFiles/tbb_static.dir/build.make:412: CMakeFiles/tbb_static.dir/src/tbb/scheduler.cpp.o] Error 1
make[4]: *** [CMakeFiles/Makefile2:114: CMakeFiles/tbb_static.dir/all] Error 2
make[3]: *** [Makefile:136: all] Error 2
make[2]: *** [CMakeFiles/dep_TBB.dir/build.make:86: dep_TBB-prefix/src/dep_TBB-stamp/dep_TBB-build] Error 2
make[1]: *** [CMakeFiles/Makefile2:345: CMakeFiles/dep_TBB.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'orca-slicer-1.6.3-1': 
error: packages failed to build: orca-slicer-1.6.3-1

xburst commented on 2023-06-04 02:54 (UTC)

Update to v1.6.3 and apply patches from @c2h5oh. Looking for co-maintainers!

c2h5oh commented on 2023-05-31 23:12 (UTC)

I submitted patches required to build BambuStudio with GCC13 ( https://github.com/bambulab/BambuStudio/pull/1882 ) - those can be added to PKGBUILD and applied if it takes too long to get those pulled into OrcaSlicer repo.