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: 17
Popularity: 1.38
First Submitted: 2023-03-29 15:51 (UTC)
Last Updated: 2024-10-29 14:57 (UTC)

Latest Comments

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

Poscat commented on 2025-02-25 09:56 (UTC)

This package is broken, please fix it

error: deps/build/dep_OpenCV-prefix/src/dep_OpenCV/cmake/templates/OpenCVConfig.root-WIN32.cmake.in: No such file or directory
Checking patch deps/build/dep_OpenCV-prefix/src/dep_OpenCV/cmake/OpenCVDetectCXXCompiler.cmake...
error: deps/build/dep_OpenCV-prefix/src/dep_OpenCV/cmake/OpenCVDetectCXXCompiler.cmake: No such file or directory
make[2]: *** [CMakeFiles/dep_OpenCV.dir/build.make:117: dep_OpenCV-prefix/src/dep_OpenCV-stamp/dep_OpenCV-patch] Error 1
make[1]: *** [CMakeFiles/Makefile2:836: CMakeFiles/dep_OpenCV.dir/all] Error 2
make: *** [Makefile:91: all] Error 2

predy commented on 2025-02-11 14:40 (UTC)

For all Nvidia + Wayland users: There is a new workaround on github:

https://github.com/SoftFever/OrcaSlicer/issues/8372 Use zink to add better support for Wayland on Nvidia #8372

it works perfectly

Frankkkkk commented on 2025-02-10 21:11 (UTC)

Are some of you able to make the camera work with bambu A1 printers? I get "Player is malfunctioning... [2:2]". Thanks!

wsduvall commented on 2025-01-28 23:20 (UTC) (edited on 2025-01-28 23:21 (UTC) by wsduvall)

Currently getting:

WEBKIT_DISABLE_DMABUF_RENDERER=1 orca-slicer --debug 4
add font of HarmonyOS_Sans_SC_Bold returns 1
add font of HarmonyOS_Sans_SC_Regular returns 1
add font of NanumGothic-Regular returns 1
add font of NanumGothic-Bold returns 1

(orca-slicer-bin:802382): GLib-GObject-CRITICAL **: 18:19:20.393: invalid (NULL) pointer instance

(orca-slicer-bin:802382): GLib-GObject-CRITICAL **: 18:19:20.393: g_signal_handlers_disconnect_matched: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

on sway. Any suggestions? Same result w/o the WEBKIT_DISABLE_DMABUF_RENDERER=1.

icedryst commented on 2025-01-13 07:46 (UTC)

For NVIDIA, I had to change __EGL_VENDOR_LIBRARY_FILENAMES to mesa to load the build plate display

Exec=env __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json WEBKIT_DISABLE_DMABUF_RENDERER=1 orca-slicer %U

FloydLacey commented on 2025-01-06 09:46 (UTC) (edited on 2025-01-06 09:49 (UTC) by FloydLacey)

Adding a custom desktop file in .local/share/applications with WEBKIT_DISABLE_DMABUF_RENDERER=1 as env resolves the webkit issue until a real fix is made upstream:

[Desktop Entry]
Name=OrcaSlicer
Exec=env WEBKIT_DISABLE_DMABUF_RENDERER=1 /opt/orca-slicer/bin/orca-slicer %F
Icon=OrcaSlicer
Type=Application
Categories=Utility;
MimeType=model/stl;application/vnd.ms-3mfdocument;application/prs.wavefront-obj;application/x-amf;

manio commented on 2025-01-02 07:23 (UTC)

@c2h5oh Can you please take a look at this issue? https://github.com/wxWidgets/wxWidgets/issues/25038

This is how orca-slicer is looking on my scaled 4k display under sway/wayland. Do you have any clue why is this?

Is it because some old linked wxWidgets?

gyscos commented on 2024-11-15 16:24 (UTC) (edited on 2024-11-15 16:25 (UTC) by gyscos)

On my computer this package built fine, but when starting it, the "setup wizard" popup was blank, preventing further interaction.

Seems like it was an issue with webkit: https://github.com/SoftFever/OrcaSlicer/issues/2203

I just had to disable DMABUF:

WEBKIT_DISABLE_DMABUF_RENDERER=1 orca-slicer-bin

With this, everything is working fine. Could it be added to the orca-slicer bash wrapper script? Thanks!