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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-03ObjectDataViewModel is extracted from wxExtentions to the separated fileYuSanka
2020-01-09#3492 - Fix of export of toolpaths to objEnrico Turri
2019-11-12Fixed out of printbed detection for non-printable objects leading to inconsis...Enrico Turri
2019-10-01Reworked pad creation algorithm with new parameters:tamasmeszaros
2019-09-30Refactoring of the G-code preview for lower memory allocationbubnikv
2019-09-04Removed another bunch of compile warningsEnrico Turri
2019-08-30Do not apply out of bed detection for non printable volumesEnrico Turri
2019-08-28Follow-up of https://github.com/prusa3d/PrusaSlicer/commit/97473439cf4d7261f5...Enrico Turri
2019-08-27Export toolpaths to obj -> Reduced size of outputEnrico Turri
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-20Added missing includeEnrico Turri
2019-08-20Export materials file for gcode toolpaths when exported to obj fileEnrico Turri
2019-08-20Fixed gcode toolpaths data for export to obj file when taken from cpuEnrico Turri
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 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-25Fixed positioning of bed model into the scene and changed bundled bed modelsEnrico Turri
2019-07-09Fixed reset of bed 3d modelEnrico Turri
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-07-01Modified function thick_lines_to_indexed_vertex_array() to remove visual arti...Enrico Turri
2019-06-24ENABLE_TEXTURES_MAXSIZE_DEPENDENT_ON_OPENGL_VERSION set as defaultEnrico Turri
2019-06-24Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_exper...Enrico Turri
2019-06-11Sharing TriangleMesh objects between the front end (UI) and back endbubnikv
2019-05-23Max texture size dependent on OpenGL version on Win and Linux and on retina m...Enrico Turri
2019-05-10Merge branch 'lm_arrange_wipe_tower' of https://github.com/prusa3d/Slic3rEnrico Turri
2019-05-10Detection of sla supports out of printbed in Preview and when sla gizmo is ac...Enrico Turri
2019-05-06Arrange is accounting for the wipe tower nowLukas Matena
2019-05-06Allow wipe tower rotation by the rotation gizmoLukas Matena
2019-05-03Merge remote-tracking branch 'remotes/origin/master' into vb_wold_object_mani...bubnikv
2019-05-03Changed the "non-uniform scaling is not possible" message.bubnikv
2019-04-29Rectangle selection -> Lighter color for deselect hoverEnrico Turri
2019-04-26WIP: Transformation of instances in world coordinate space:bubnikv
2019-04-25Attempt to fix build on LinuxEnrico Turri
2019-04-25Rectangle selection in 3D scene -> refactored GLVolume member varialbe for ho...Enrico Turri
2019-04-25Rectangle selection in 3D scene -> hovering detectionEnrico Turri
2019-04-12Fixed conflicts after merge with masterEnrico Turri
2019-04-11Render selected objects firstEnrico Turri
2019-04-10Merge branch 'master' into lm_sla_gizmo_clipping_planeLukas Matena
2019-04-10Render picking pass renders volumes in the same order as the regular render passEnrico Turri
2019-04-08A little refactoring of loading meshes in VBO / non VBO case.bubnikv
2019-04-08Finished SLA print / material correction visualization.bubnikv
2019-04-08Merge branch 'master' into lm_sla_gizmo_clipping_planeLukas Matena