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 (Expand)Author
2021-03-12Notifications management and rendering refactoring.David Kocik
2021-02-25Tech ENABLE_OPENGL_ERROR_LOGGING set as defaultenricoturri1966
2021-01-08Increase tolerance for objects being outside print bed.tamasmeszaros
2020-12-101) Shader manager: Allow to override #defines programaticallyVojtech Bubnik
2020-12-03Fix out of bed items after arrange.tamasmeszaros
2020-11-18ENABLE_GCODE_VIEWER set as default in:enricoturri1966
2020-10-02ENABLE_SLOPE_RENDERING set as defaultenricoturri1966
2020-09-25FDM painting gizmos (support/seam) now render object in neutral colorLukas Matena
2020-07-03GCodeViewer -> Export of extrude toolpaths to obj filesenricoturri1966
2020-06-05Added new tech ENABLE_GCODE_VIEWER_AS_STATE -> GCodeViewer as a new applicati...enricoturri1966
2020-06-04Reduced ugly copy / paste for ENABLE_OPENGL_ERROR_LOGGINGVojtech Bubnik
2020-06-04Added tech ENABLE_OPENGL_ERROR_LOGGING -> log opengl errors when SLIC3R_LOGLE...enricoturri1966
2020-06-04Fixed conflicts after merge with masterenricoturri1966
2020-06-02New tech ENABLE_SMOOTH_NORMALS (disabled) -> Added two experimental functions...enricoturri1966
2020-05-27Fixed conflicts after merge with masterenricoturri1966
2020-05-27ENABLE_GCODE_VIEWER -> Completed implementation of new GLModel classenricoturri1966
2020-05-26Fixed unit tests after previous include manipulationsLukas Matena
2020-05-26Include cleanup: do not include Model.hpp from 3DScene.hppLukas Matena
2020-05-21ENABLE_SHADERS_MANAGER -> Unified client code of new GLShadersManager and GLS...enricoturri1966
2020-05-13Tech ENABLE_GCODE_VIEWER -> Small refactoringenricoturri1966
2020-05-13Tech ENABLE_GCODE_VIEWER -> Removed obsolete class GLArrowenricoturri1966
2020-05-12Tech ENABLE_GCODE_VIEWER -> Selection curved arrows rendered using the new Op...enricoturri1966
2020-05-06Tech ENABLE_NON_STATIC_CANVAS_MANAGER set as defaultenricoturri1966
2020-03-25Merge remote-tracking branch 'remotes/origin/et_slope_shader'bubnikv
2020-03-25Fixed conflicts after merge with masterenricoturri1966
2020-03-16ENABLE_SLOPE_RENDERING - Do not apply slope shading to modifiers and small re...enricoturri1966
2020-03-13New tech ENABLE_SLOPE_RENDERING - 1st installment of rendering objects colore...enricoturri1966
2020-03-03Include cleanup in several filesLukas Matena
2020-03-02GLCanvas3DManager moved from being a static member of _3DScene to be a normal...Enrico Turri
2020-02-03Implemented reload of original mesh volume in case the SLA hollowingbubnikv
2019-12-10Optimization in GLCanvas3D::reload_scene():bubnikv
2019-09-30Refactoring of the G-code preview for lower memory allocationbubnikv
2019-08-26Fixed a bug, where the GL context was not being activated with _set_current()bubnikv
2019-08-22Hopefully a workaround for crashes and hang ups at closing on Windows.bubnikv
2019-08-20Check for existence of gcode toolpaths that can be exported to obj fileEnrico Turri
2019-08-20Export to obj file only toolpaths visible in 3D sceneEnrico Turri
2019-08-201st installment of export of gcode toolpaths to obj fileEnrico Turri
2019-08-06Merge remote-tracking branch 'origin' into ys_printable_propertyYuSanka
2019-08-05Fixed Model::convert_multipart_object() for STLs (regression from 8e2af5151dc...bubnikv
2019-08-05Fixed a regression issue where excessive memory was allocatedbubnikv
2019-07-31Code cleanupEnrico Turri
2019-07-31Render non printable instances with a darker colorEnrico Turri
2019-07-12Merge branch 'lm_drop_to_bed'Lukas Matena
2019-07-08Refactoring of functions thick_lines_to_indexed_vertex_array() to reduce the ...Enrico Turri
2019-07-02GLVolume and GLIndexedVertexArray refactored to send data to gpu at the first...Enrico Turri
2019-07-01Added member BoundingBoxf3 m_bounding_box to GLIndexedVertexArray and removed...Enrico Turri
2019-07-01Removed GLVolume non-VBO renderingEnrico Turri
2019-06-19Added 'drop to bed' button into object manipulation panelLukas Matena
2019-06-19Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_persp...Enrico Turri
2019-06-14Follow-up of 1a91add2e60f3a4d22cdd6c8a10e57dc8095e0a2 -> Improvements to tigh...Enrico Turri