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-09-16Use std::optional to replace dirty flags for bounding boxes in GLVolumeenricoturri1966
2021-09-14Tech ENABLE_SINKING_CONTOURS set as defaultenricoturri1966
2021-09-14Removed the PRUS format parser. WIP: admesh eradication:Vojtech Bubnik
2021-09-13Fixed painting gizmos with modifiers below the bed:Lukas Matena
2021-09-10Removed duplicated method GLVolumeCollection::check_outside_state()enricoturri1966
2021-08-11Do not show sinking contours when a gizmo hides some objectsLukas Matena
2021-07-28Tech ENABLE_SINKING_CONTOURS -> Improved generation of sinking contours and c...enricoturri1966
2021-07-28Tech ENABLE_SINKING_CONTOURS -> Sinking contours updated during render pass a...enricoturri1966
2021-07-28Tech ENABLE_SINKING_CONTOURS -> Sinking contours rendered using trianglesenricoturri1966
2021-07-27Tech ENABLE_SINKING_CONTOURS -> Sinking contours shown while dragging Move/Ro...enricoturri1966
2021-07-22Fixed conflicts after merge with masterenricoturri1966
2021-07-22Techs DISABLE_ALLOW_NEGATIVE_Z_FOR_SLA and ENABLE_ALLOW_NEGATIVE_Z set as def...enricoturri1966
2021-07-21Tech ENABLE_SINKING_CONTOURS -> 1st installmentenricoturri1966
2021-07-19Colors in GLVolume defined as std::array<float, 4>enricoturri1966
2021-07-14Delayed rendering of transparent volumesenricoturri1966
2021-07-12Follow up (bugfix) of 0d70a2be69119b78277674ea35f9a77a951c2dabVojtech Bubnik
2021-06-20Fixed compiler warningsVojtech Bubnik
2021-06-20Renamed create_face_neighbors_index() to its_face_edge_ids().Vojtech Bubnik
2021-06-11TriangleSelector - some memory optimization.Vojtech Bubnik
2021-05-13Removed obsolete method from GLVolumeCollectionenricoturri1966
2021-04-22Tech ENABLE_ALLOW_NEGATIVE_Z -> Shading of sinking instancesenricoturri1966
2021-04-20Removed mutable members from class GLVolumeenricoturri1966
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