OrcaSlicer
OrcaSlicer copied to clipboard
UI issue on MacOS: print preview
OrcaSlicer Version
e8a053e
OS version
MacOS 14.1.1
Additional system information
Apple Silicon M1pro
Printer
Bambu P1P
How to reproduce
Slice something
Actual results
preview is shown with red background
Expected results
preview should be shown with transparent background
Project file & Debug log uploads
Checklist of files to include
- [X] Log file
- [X] Project file
Could you give a try to https://github.com/SoftFever/OrcaSlicer/pull/2926 not sure if is the same problem.
I applied the patch
git fetch origin pull/2926/head:pr2926 git checkout pr2926
then removed the wx deps
rm -rf deps/build_arm64/dep_wxWidgets-prefix/src/dep_wxWidgets-build
then built the deps again
./build_release_macos.sh -d
then the slicer
./build_release_macos.sh
was that the correct way to apply the patch?
the background of the preview is still red
I see. So it's a different problem then... Sad.
It’s again because of the Xcode build on sonoma. Doesn’t happen if you build on ventura.
@Noisyfox and @SoftFever - there are some new fixed from BL in latest GitHub commits from today, maybe it could help?
https://github.com/bambulab/BambuStudio/commits/master
@Noisyfox and @SoftFever - there are some new fixed from BL in latest GitHub commits from today, maybe it could help?
https://github.com/bambulab/BambuStudio/commits/master
Don't think that will help. I've looked at those new commits and doesn't find anything related. This appears to be another wxWidgets issue which BBS did not do anything to.
seems to be fixed in 3ca290d
this error is back in 90dd67e
Orca bot: this issue is stale because it has been open for 90 days with no activity.
Orca bot: This issue was closed because it has been inactive for 7 days since being marked as stale.