-
-
Notifications
You must be signed in to change notification settings - Fork 378
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
Cannot See GCode in VIewer when generating in OrcaSlicer #1752
Comments
Hi @meteyou, i updated to the most recent mainsail version, and still get the issue with Missing Skirt. The version of the gcode viewer seems to be updated |
That's odd, i tried with multiple gcodes locally on my fork and It was working. I'll debug further later today |
Ok I managed to make it work on the remote also. Seems a bug in the library used, @Exeu can you please try to change the ColorMode inside the viewer to Extruder for example? It should work. Seems that launching in local even if ColorMode is set to Feature is still using Extruder, that's why I didn't notice it in the first place. (@meteyou maybe there is a bug here?) Anyway using the Viewer @ https://sindarius.com/ the issue is reproducible, so it's not a bug of mainsail but of the library itself |
@TopoDiFogna for the other types / views it ist working. But not for feature. |
Mainsail Version:
v2.9.1
Browser:
Chrome
Device:
Desktop PC
Operating System:
Windows
What happened?
Uploaded a gcode file and it is not visible in the GCode Viewer. Browser console logged 2 errors:
What did you expect to happen instead?
Preview the gcode file in the GCode Viewer
How to reproduce this bug?
Generate some gcodefile with orcaslicer and try it in the GCode Viewer
Additional information:
I saw that mainsail is using "@sindarius/gcodeviewer": "^3.2.2" to display gcodes files, using the latest version (3.7.6 when writing this), also available at https://sindarius.com/ does not have the problem.
The text was updated successfully, but these errors were encountered: