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
2020-08-24Changed internal coordinates of drain holesLukas Matena
2020-06-16Preset and PresetBundle are moved to the _libslic3r_ folderYuSanka
2020-06-03Fix of several issues related to gizmos updating and undo/redoLukas Matena
2020-05-27Includes cleanup:Lukas Matena
2020-05-21SLA supports gizmo bugfix: show supports when not in editing modeLukas Matena
2020-05-05Fixed SLA supports gizmo undo/redo stackLukas Matena
2020-04-07Removed obsolete codeLukas Matena
2020-04-07Fixed crash related to ClippingPlane and incorrect handling of sla z shift in...Lukas Matena
2020-04-07SLA supports gizmo is now enabled and uses the new infrastructureLukas Matena
2020-03-25Fixed conflicts after merge with masterenricoturri1966
2020-03-03Removed SLA unused codeLukas Matena
2020-03-03Include cleanup in Plater, GLCanvas3D and GLGizmosManagerLukas Matena
2020-03-02Fixed conflicts after merge with masterEnrico Turri
2020-03-02GLCanvas3DManager moved from being a static member of _3DScene to be a normal...Enrico Turri
2020-02-27Bugfix: SLA pad and supports were sometimes shown on instances that should ha...Lukas Matena
2020-02-27Shared data for SLA gizmos have been removed from GLGizmoBaseLukas Matena
2020-02-27Fixed a crash when deleting an object after switching from SLA to FDMLukas Matena
2020-02-21Make sure that objects are correctly shown/hidden when switchedLukas Matena
2020-02-21SLA gizmo clipping plane resettingLukas Matena
2020-02-21AABB trees for SLA gizmos are not calculated when the object is selected, but...Lukas Matena
2020-02-20SLA support gizmo correctly hides drain holes if they are clipped by clipping...Lukas Matena
2020-02-06Hollowing: allow to place drain holes on the inner surface of a hollowed cavityLukas Matena
2020-02-04Fixed a crash on deleting object with SLA gizmo activeLukas Matena
2020-02-04SlaSupports gizmo - show holes position even when user did not Preview the dr...Lukas Matena
2020-02-03Clipping plane is now common for Hollowing and SLA supports gizmosLukas Matena
2020-01-30SlaSupports gizmo - most of updating now assumes that common data struct is u...Lukas Matena
2020-01-29Fixed transformation of the hollowed mesh to be used at frontendLukas Matena
2020-01-29SLA gizmos can now fetch hollowed and drilled mesh from the backendLukas Matena
2020-01-16Fixed SLA gizmos picking problem - hollowed mesh was not rendered for pickingLukas Matena
2020-01-16Fixed issues in SLA gizmos related to showing/hiding of the model/support str...Lukas Matena
2020-01-16Fixed update of clipping plane when a gizmo was turned offLukas Matena
2020-01-14Hollowing config values contain min/max values, these are respected when sett...Lukas Matena
2020-01-09Fixed transformations of the hollowed GLVolumeLukas Matena
2020-01-06Fixed incorrect z-shift when showing hollowed objectLukas Matena
2019-12-20Fixed scaling of the holes and instance showing/hidingLukas Matena
2019-12-20Merge branch 'master' into lm_tm_hollowingLukas Matena
2019-12-20SLA supports gizmo now uses hollowed mesh when availableLukas Matena
2019-12-17First steps on SLA and Hollowing gizmo data sharingLukas Matena
2019-12-12Fixed positioning of gizmos' imgui dialogsEnrico Turri
2019-12-12Merge branch 'master' into lm_tm_hollowingLukas Matena
2019-12-12SLA gizmos fix: clipping of points/holes always used coords from the first in...Lukas Matena
2019-12-11Some rework on layout of imgui dialogsEnrico Turri
2019-12-06Fix trianglemesh slicer error with empty meshestamasmeszaros
2019-12-04Localization improvements:version_2.2.0-alpha0YuSanka
2019-11-29Hollowing gizmo has now its own shortcut [H], fixed a situation with supports...Lukas Matena
2019-11-19Started work on extending EigenMesh3D to account for possible drain holes whe...Lukas Matena
2019-11-13Holes are now visible on slices in preview.tamasmeszaros
2019-11-12SLA support points gizmo renders the holes and does not allow to place a sup...Lukas Matena
2019-09-24MeshUtils.cpp: MeshRaycaster is now aware of the clipping planeLukas Matena
2019-09-17SLA gizmo no more uses IGL code directly, all was moved to the new MeshRaycas...Lukas Matena