OrcaSlicer/src/slic3r
Joshua Wise aa2d692910 Linux: ensure that a GLCanvas3D can become active before attempting to start OpenGL (fixes #1149)
On Linux, GLEW requires (at least, in EGL land) that an OpenGL context be
active before glew_Init is called -- otherwise, GLEW doesn't know what
extension symbols to look up.  If glew_Init fails, then some symbols
elsewhere will not exist, and the app will shortly crash.  We work around
this by detecting if we're actually ready for postinit, and if not,
resetting the flag so that wxEVT_IDLE will cause us to try again later, when
the window hopefully has gone into the foreground and is ready to be used.
2023-02-01 16:24:44 +08:00
..
Config Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
GUI Linux: ensure that a GLCanvas3D can become active before attempting to start OpenGL (fixes #1149) 2023-02-01 16:24:44 +08:00
Utils ENH:output new error: no space left on printer sd card 2023-02-01 16:24:44 +08:00
CMakeLists.txt NEW: add extrusion calibration 2023-02-01 16:24:44 +08:00
pchheader.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
pchheader.hpp Add support for Bambu Lab X1 series live video stream on Linux. 2023-01-12 14:56:04 +08:00