-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No platter view #905
Comments
Same issue at the same time, on 21 May, after Win10 update. This renders impossible to use Slic3r anymore. I have tried ununstalling and reinstalling version 1.39.1, but that did not help. |
I am sorry to hear that. What graphics card is on your computer? We recommend to try to update the graphics driver from the manufacturer. |
This is a GeForce GT 540M on a laptop. There has not been any driver release for a long time and the latest one is installed. I have seen no issue with software other than Silc3r Prusa. |
Microsoft updates often mess up the graphics drivers. You may try to
reinstall the old graphics driver.
Many 3D graphics applications on Windows use the Direct3D application
interface, so it may not be obvious that the OpenGL interface is broken.
…On Thu, May 31, 2018 at 8:20 AM, matt-3 ***@***.***> wrote:
This is a GeForce GT 540M on a laptop. There has not been any driver
release for a long time and the latest one is installed. I have seen no
issue with software other than Silc3r Prusa.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#905 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AFj5I4wNSbdevigkQll7n9VIoXIeuBM5ks5t34u7gaJpZM4UF0Cv>
.
|
Same problem here with Slic3rPE-1.40.0-beta.linux64-full-201805231653.AppImage. Both plater preview and layer view are not working anymore. My laptop has Intel onboard graphics:
I've tested a number of slic3r versions and found 1.38.3 the last one to be working. The changelog of 1.38.4 states under section improvements which might be related to the problem:
|
@monoverse Instead of the AppImage, you can just unpack the zip binary distribution we provide for Linux, and you can add the glFlush and glFinalize where they were in the 1.38.3. The glFlush and glFinalize were used inside the perl modlues, so you can add them without recompiling Slic3r. I would be very thankful, if you could find a combination, which works on your system. Maybe it would help to @cretemonkey as well, and we may make a configuration switch to enable it, if it helps. |
@bubnikv Could you please be a bit more specific about the glFlush and glFinish entities you mentioned. Are these files? Where do I find them. Where do I need to copy them? Thx for your help. |
This was the change I made to fix the issue on most of the Intel HD
Graphics computers:
acce8db#diff-8cf21c60fb92537ecfc7bb0f527027ab
You may try to revert the changes and test if it helps on your system. If
it does, then we may implement some kind of switch into the preferences
dialog.
…On Thu, Jun 7, 2018 at 9:23 AM, monoverse ***@***.***> wrote:
@bubnikv <https://github.com/bubnikv> Could you please be a bit more
specific about the glFlush and glFinish entities you mentioned. Are these
files? Where do I find them. Where do I need to copy them? Thx for your
help.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#905 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AFj5IwgeOJ8Ssbcz3D6-sZ5h3lfZPLQWks5t6NT3gaJpZM4UF0Cv>
.
|
@bubnikv I'am not quite sure why you are referring to this specific commit, because the original regression was introduced with version 1.38.4 since 1.38.3 is the last version that works for me. So, I would suppose the issue has smth to do with 673e98b or 743fc9d. Please correct me if I'am wrong. However, I tried toggling the new "use legacy OpenGL1.1 rendering" preferences switch in version 1.38.4. but to no avail. Preview tab does not show the model, and the Layers tab is completely empty. |
I believe the commit acce8db I referred to was introduced in Slic3r Prusa Edition 1.39.1-beta1 first. In that case the alpha should still work. |
yes, but the platter view is already broken with https://github.com/prusa3d/Slic3r/releases/tag/version_1.38.4 which is from 2017 Dec 14. So I still don't see the connection between acce8db and this issue. |
I fixed the issue by reinstalling older VGA drivers provided by the laptop manufacturer (ACER) over the ones Windows had upgraded. |
I suspect Slic3r has no fallback if the native GL driver fails. The default behaviour of Qt based applications, Chrome, etc. is to fall back to ANGLE and/or software rendering (MESA/Gallium) if the native GL driver fails (or is blacklisted), which is why many applications will still run with bad native GL drivers (common on Windows with lower grade graphics hardware sadly). |
Please retest with the current 1.42 alpha We have the highest hopes that the issue is solved with the wxWidgets update and by getting rid of the Perl (Slic3r 1.42 is now native only). |
No response, closing. |
Version
_Version of Slic3r 1.39.2
Operating system type + version
Windows 10
Behavior
After using Slic3r Prusa Edition a lot over the last 3 weeks I opened it today and there is no platter view. It will import the STL file but it's just a white square. This was after a Win 10 update.
I did try to reinstall the software
The text was updated successfully, but these errors were encountered: