Welcome! Log In Create A New Profile

Advanced

"View" button in Slic3r

Posted by Recoil 
"View" button in Slic3r
November 20, 2013 02:08AM
In the new Slic3r v1.0.0RC1 there is a button "View" under the Plater tab, when I try to use it it comes out with an Error "Please install the OpenGL modules to use this feature (see build instructions).
Can someone point me out to the build instructions? I enter the error in google however it couldn't find anything about this error, anyone out there that can help out? Thank you.
Re: "View" button in Slic3r
November 20, 2013 05:47AM
You need
Wx::GLCanvas
OpenGL
packages for that feature to work. As for build instructions:
$ git clone [github.com]
$ cd Slic3r
$ sudo perl Build.PL
$ sudo perl Build.PL --gui
$ ./slic3r.pl

"perl Build.PL --gui" command should download and build two mentioned packages for you.
Re: "View" button in Slic3r
November 20, 2013 09:04AM
[github.com]


- akhlut

Just remember - Iterate, Iterate, Iterate!

[myhomelessmind.blogspot.com]
Re: "View" button in Slic3r
November 20, 2013 03:54PM
Thank you guys, Akhlut you are brilliant smiling smiley
Sorry, only registered users may post in this forum.

Click here to login