Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-20Removed mutable members from class OpenGLManager::GLInfoenricoturri1966
2021-04-12Fixed a typo in an error message (--sw_renderer -> --sw-renderer)Lukas Matena
2021-03-15Worked around some quirky Linux file system issues. NamelyVojtech Bubnik
the Chromebooks share their file system to Linux using the 9p file system, which does not support setting file ownership. Newly PrusaSlicer will detect platform and it will not panick if copy_file() cannot set file ownership after copying. It just logs the incident, and on chromebooks the loglevel for that incident is "Info", not "Error". Adjusted the full screen mode to contain menu bar. Moved Platform.cpp/hpp to libslic3r
2021-03-15Detecting platform, namely reading /proc/version to detect Chromium OS.Vojtech Bubnik
Disabling Eject on Chromium, detecting removable media the Chromium way.
2021-03-15Further ChromeOS support: Detect removable media mounted through ChromeOSVojtech Bubnik
2021-03-15Disable multi-sampling with virgl (VirtualGL) on Linux.Vojtech Bubnik
Namely, on ChromeOS virgl flips red/blue channels at least on some computers with multi-sampling enabled. It seems it is sufficient to disable multi-sampling after the OpenGL context is created.
2021-02-25Tech ENABLE_HACK_CLOSING_ON_OSX_10_9_5 set as defaultenricoturri1966
2020-10-17#4880 - Initialization of OpenGL data used by GCodeViewer done on the first ↵enricoturri1966
call of GCodeViewer::render()
2020-05-22ENABLE_SHADERS_MANAGER set as defaultenricoturri1966
2020-05-22Added methods GUI_App::is_gl_version_greater_or_equal_to() and ↵enricoturri1966
GUI_App::is_glsl_version_greater_or_equal_to()
2020-05-20Fixed build for all 4 cases of tech ENABLE_SHADERS_MANAGER and ↵enricoturri1966
ENABLE_GCODE_VIEWER enabled/disabled and code cleanup
2020-05-20First installment of tech ENABLE_SHADERS_MANAGER, using class ↵enricoturri1966
GLShadersManager as a central point to manage OpenGL shaders
2020-05-06Added missing includeenricoturri1966
2020-05-06GLCanvas3DManager replaced by OpenGLManagerenricoturri1966