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
path: root/src
AgeCommit message (Collapse)Author
2021-06-03Fixed the wrong transformation matrix for "Clipping of view" when is used a ↵vb_print_regionsLukáš Hejl
printer with multiple extruders.
2021-06-02Merge remote-tracking branch 'remotes/origin/master' into vb_print_regionsVojtech Bubnik
2021-06-02Follow-up 7eebd56b5f281a770485eca5f29e51b9e77f3a56 - fixed a typoYuSanka
+ added add_negative.svg for dark mode
2021-06-02Fixed DnD for "Model part" volumes inside the objectYuSanka
Fixed volumes order inside the object
2021-06-02Removed unnecessary const_cast calls inside Camera.Vojtech Bubnik
2021-06-02Fixing a regression crash in Preset Hints.Vojtech Bubnik
2021-06-02Fixed an issue when the option "Inner brim only" doesn't generate brim ↵Lukáš Hejl
inside the object in some cases, and issue that top-level brim was ignoring an offset around the object without a brim. Also, some possible warnings were fixed.
2021-06-01Add <cfloat> for missing DBL_MAX declaration (#6582)Yuri D'Elia
Fixes build on linux/gcc10.
2021-06-01VertexFaceIndex: vertex index to incident face indices built forVojtech Bubnik
indexed_triangle_set.
2021-06-01Remove unused include_directory in cmakedk_injectionDavid Kocik
2021-06-01Merge remote-tracking branch 'remotes/origin/master' into vb_print_regionsVojtech Bubnik
2021-06-01Fix of previous commit: Mixed up ClipperLib::pftPositive and pftNonZeroVojtech Bubnik
2021-06-01Show sequential print clearance regions when Move/Rotate/Scale gizmos are activeenricoturri1966
2021-06-01Merge remote-tracking branch 'remotes/origin/master' into vb_print_regionsVojtech Bubnik
2021-06-01PrintRegion refactoring: Fixed a crash when an object is moved from outsideVojtech Bubnik
the print bed inside and it becomes printable.
2021-06-01New parameter "Slicing Mode" for supporting 3DLabPrint airplane models.Vojtech Bubnik
S3D's strategy for merging self intersecting models is "Even / Odd" which PrusaSlicer now supports as an alternative to "Positive" rule. Also added a "Close Holes" option to fill in all internal structures. 3D-Labprint Models aren't sliceable (till years) #3062 #3708
2021-06-01Changed logic to avoid saving a project while a gizmo is in editing modeenricoturri1966
2021-05-31Wipe tower: use normal retraction when moving to the tower, not toolchange ↵Lukas Matena
retraction This does not make sense, there is always an unretraction when the head arrives at the tower.
2021-05-31Improvement related to 'separate z travel speed':Lukas Matena
default to zero = use good old travel speed. This is to ensure backwards compatibility with existing profiles
2021-05-31Added option to independently set z axis travel speedMartin Budden
2021-05-31Fixed some compiler warningsVojtech Bubnik
2021-05-31Sphere brush color in MMU painting gizmo is now the same as color used for ↵Lukáš Hejl
painting.
2021-05-31Merge remote-tracking branch 'remotes/origin/master' into vb_print_regionsVojtech Bubnik
2021-05-31Bugfix of PrintRegion refactoring: Correct invalidation of regionsVojtech Bubnik
on object transformation.
2021-05-31Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into ↵enricoturri1966
et_sequential_limits
2021-05-31Fixed conflicts after merge with master + fixed rendering of hovered gizmo ↵enricoturri1966
grabbers
2021-05-31Unify Delete/Backspace behaviour in gizmos with the rest of slicer. Also,Lukas Matena
backspace on macOS in SLA gizmo now deletes points and not the whole object, which was quite unexpected.
2021-05-31Slightly reworded 'missing layers' warning, to reflect that it is no longer ↵Lukas Matena
considered an error
2021-05-31Fixed issue that the lower half of the object was shown darker than the ↵Lukáš Hejl
upper half of the object after slicing with MMU segmentation.
2021-05-29Fixed possible wrongly filled ZIP headers in case that pState->m_zip64 is ↵Lukáš Hejl
sets to true.
2021-05-29Added missing includes (GCC 11.1)Lukáš Hejl
2021-05-28Fixed that seed fill left all triangles split instead of merging them.Lukáš Hejl
2021-05-28Cleaned up of 0a6490bab94af5da310d35fcf2d926e9e5371e83Lukáš Hejl
2021-05-28Fixed rendering of gizmo grabbersLukas Matena
2021-05-28Added missing uniform calls for emission_factorenricoturri1966
2021-05-28Fixed rendering of gizmos' grabbersenricoturri1966
2021-05-28Unified color definitionenricoturri1966
2021-05-28Removed unneeded calls to GL_LIGHTINGenricoturri1966
2021-05-28Removed static members from GLGizmoBase and GLGizmoBase::Grabber to fix ↵enricoturri1966
OpenGL error when closing the application
2021-05-28Grabbers and support points appearence tweaking, some refactoringLukas Matena
2021-05-28Removed last GLU call, removed libGLU from CMakeListsLukas Matena
2021-05-28Removed gluProject and gluUnProject callsLukas Matena
2021-05-28Removed GLU calls from all the gizmosLukas Matena
2021-05-28Fixed crash when deleting last obejct from platerenricoturri1966
2021-05-28Bugfix after refactoring of PrintRegions: Fixed handling of cached_volume_idsVojtech Bubnik
2021-05-28Fixed compilation on GCCVojtech Bubnik
2021-05-28Merge branch 'vb_print_regions' of https://github.com/Prusa3d/PrusaSlicer ↵Vojtech Bubnik
into vb_print_regions
2021-05-28Bugfixes after PrintRegion refactoring.Vojtech Bubnik
2021-05-28Update extruder show/hide and default extruder color in respect to the ↵YuSanka
volume type
2021-05-28Added cancellation to MMU segmentation.Lukáš Hejl