Summary: | cad/PrusaSlicer: 3D view not rendered | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | a.parseg | ||||
Component: | Individual Port(s) | Assignee: | Fernando Apesteguía <fernape> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | fernape, maciej, mr, teodorsigaev | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(teodorsigaev) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
URL: | https://github.com/prusa3d/PrusaSlicer/issues/6396 | ||||||
Attachments: |
|
Description
a.parseg
2021-05-07 20:22:22 UTC
Created attachment 224841 [details] Ugly fix Seems, it;s a bug of wxWidget 3.1.5? current head is already fixed. https://github.com/supermerill/SuperSlicer/issues/1093 I found only ugly hack which fixes the problem but I don't intend to suggest to commit. BTW, the same problem there is in new 2.3.1 version of PrusaSlicer, which I suggested to commit ( https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255363 ) The fix works for me too. Even if the fix is quite ugly maybe it should get committed as a workaround until upstream fixes the root cause. The alternative is a non working prusa-slicer... Works here too. Patched and locked waiting for a long-term fix. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b519599f37853728e94aba3d2c3c9d0d1022a512 commit b519599f37853728e94aba3d2c3c9d0d1022a512 Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2021-08-04 09:58:32 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2021-08-04 16:36:02 +0000 cad/PrusaSlicer: 3D view not rendered Apply a hack to fix this issue until this is sorted out upstream. Bump PORTREVISION See https://github.com/prusa3d/PrusaSlicer/issues/6396 PR: 255690 Reported by: a.parseg@gmail.com Tested by: a.parseg@gmail.com, mr@, teodorsigaev@gmail.com cad/PrusaSlicer/Makefile | 2 +- .../files/patch-src_slic3r_GUI_OpenGLManager.cpp (new) | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) Worked for me too. We will remove the patch when upstream fixes the issue. Thanks! |