Package Details: orca-slicer 2.2.0-1

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: AGPLv3
Conflicts: OrcaSlicer
Provides: OrcaSlicer
Submitter: xburst
Maintainer: c2h5oh
Last Packager: c2h5oh
Votes: 20
Popularity: 1.92
First Submitted: 2023-03-29 15:51 (UTC)
Last Updated: 2024-10-29 14:57 (UTC)

Pinned Comments

c2h5oh commented on 2025-03-19 10:57 (UTC) (edited on 2025-03-19 10:59 (UTC) by c2h5oh)

Preemptive note on version 2.3.0:

At the time of me writing this it's still 2.3.0-rc with no final release, but it is unusually buggy with a lot of different UI elements causing a crash when used. With that in mind I will not be rushing to update this package to 2.3.0 once it's tagged - I will give it at least several days to see what state 2.3.0 is and if we're better off waiting for 2.3.1.

Wayland support status:

I'm currently unable to test Wayland issues/fixes because I don't have a working Wayland setup. That will be changing in a coming weeks as I'm planning to switch to Wayland first. In the meantime I'm happy to accept a co-maintainer with experience dealing with Wayland-specific issues.

Known issues:
  • Camera/Live view/whatever you call it for BambuLab printers doesn't work. AFAIK it's a dependency issue that has been solved in some appimages. I will be tackling this, but there is currently no timeline. Contributions welcome.

Latest Comments

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

xburst commented on 2023-06-13 15:57 (UTC)

@Nutmeg9560 Which Linux distribution?

Nutmeg9560 commented on 2023-06-13 15:05 (UTC) (edited on 2023-06-13 15:08 (UTC) by Nutmeg9560)

Any ideas why I get

Checking patch deps/build/dep_OCCT-prefix/src/dep_OCCT/CMakeLists.txt...
error: deps/build/dep_OCCT-prefix/src/dep_OCCT/CMakeLists.txt: No such file or directory
Checking patch deps/build/dep_OCCT-prefix/src/dep_OCCT/src/Font/Font_FTFont.cxx...
error: deps/build/dep_OCCT-prefix/src/dep_OCCT/src/Font/Font_FTFont.cxx: No such file or directory
make[2]: *** [CMakeFiles/dep_OCCT.dir/build.make:116: dep_OCCT-prefix/src/dep_OCCT-stamp/dep_OCCT-patch] Error 1
make[1]: *** [CMakeFiles/Makefile2:692: CMakeFiles/dep_OCCT.dir/all] Error 2
make: *** [Makefile:91: all] Error 2

When I look in src/OrcaSlicer/deps/build/dep_OCCT-prefix/src/dep_OCCT the file seems to be there.

Thetic commented on 2023-06-13 03:33 (UTC)

This build is broken when CMAKE_GENERATOR is set because it assumes the use of make. The PKGBUILD needs to override the CMAKE_GENERATOR to use Unix Makefiles, or call cmake --build instead of calling make directly.

fang64 commented on 2023-06-12 01:00 (UTC) (edited on 2023-06-12 01:31 (UTC) by fang64)

Great work guys, @xburst and @c2h5oh

It works, something was out of wack.

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.