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 (Collapse)Author
2021-05-07ENABLE_ALLOW_NEGATIVE_Z -> Ensure objects on bed when switching to SLA printerenricoturri1966
2021-05-07Fixed warnings into ProjectDirtyStateManagerenricoturri1966
2021-05-07Fixed conflicts after merge with masterenricoturri1966
2021-05-07Added missing includes (GCC 9.3)Lukáš Hejl
2021-05-07Fix of #2825 - Add the length of each filament usedYuSanka
2021-05-07Fixed typoenricoturri1966
2021-05-07Tech ENABLE_SCROLLABLE_LEGEND -> Fixed layout of scrollable sub panelsenricoturri1966
2021-05-07Tech ENABLE_SCROLLABLE_LEGEND -> Set legend max heightenricoturri1966
2021-05-07Tech ENABLE_SCROLLABLE_LEGEND -> 1st installment of scrollable legendenricoturri1966
2021-05-07ConfigWizard:: Use wxTextCtrl instead of wxDoubleSpinCtrl for nozzle and ↵YuSanka
filament diameters
2021-05-07text fixDavid Kocik
2021-05-07desktop integration functions and dialogDavid Kocik
2021-05-06Refactoring for code clarity: Replaced this->m_xxx with m_xxxVojtech Bubnik
as the m_ prefix already signifies a class local variable.
2021-05-06Tech ENABLE_ALLOW_NEGATIVE_Z-> Disable sinking objects for SLA printerenricoturri1966
2021-05-06#6473 - Update titlebar when opening a project file by double-clicking the ↵enricoturri1966
file icon
2021-05-05FDM backend refactoring: Return PrintRegion by reference, not by pointer.Vojtech Bubnik
Added PrintRegion hashing.
2021-05-05Project dirty state manager -> Fixed crash when loading/saving a 3mf fileenricoturri1966
2021-05-05Tech ENABLE_ALLOW_NEGATIVE_Z-> Synchronize sinking instancesenricoturri1966
2021-05-05Tech ENABLE_ALLOW_NEGATIVE_Z-> Added button in object manipulator to drop to ↵enricoturri1966
bed a sinking object
2021-05-04Implemented generic mechanism for executing tasks on UI thread synchronouslyVojtech Bubnik
from the background slicing thread, that supports cancellation. The generic mechanism is used for generating thumbnails into G-code and Fixes Fix deadlock when canceling the slicing while gcode is creating thumbnails #6476 Thanks @supermerill for pointing out the issue.
2021-05-04Tech ENABLE_ALLOW_NEGATIVE_Z-> Keep sinking objects and instances as sinking ↵enricoturri1966
after copy/paste or add instance commands
2021-05-04ObjectList: Fixed update of the selection, when some gizmo in 3D-Scene is ↵YuSanka
activated
2021-05-04Added default object color in MMU segmentation according to the default ↵Lukáš Hejl
extruder color for printing the object.
2021-05-04Fixed updating of extruders list in MMU segmentation gizmo after adding ↵Lukáš Hejl
extruders and reloading 3MF with different extruder count and colors.
2021-05-03Fixed possible warningsLukáš Hejl
2021-05-03Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into ↵enricoturri1966
et_project_dirty_state
2021-05-03Tech ENABLE_ALLOW_NEGATIVE_Z -> Keep sinking objects as sinking after reload ↵enricoturri1966
from disk
2021-05-03Tech ENABLE_ALLOW_NEGATIVE_Z-> Fixed build on non-Windows OSenricoturri1966
2021-05-03Merge branch 'vb_clipper_optimization'Vojtech Bubnik
2021-05-03Tech ENABLE_ALLOW_NEGATIVE_Z-> Layers height editing related fixesenricoturri1966
2021-04-30Fixed a bug with selection from the 3D-scene when ObjectSettings item is ↵YuSanka
selected in ObjectList Steps to repro: 1. Add 2 objects, add Settings for some of object -> Object Settings item is selected 2. In the 3D-scene select another object -> BUG: no changes in the ObjectList
2021-04-30OSX specific: Fixed scale of the frequently settings, when extra display is ↵YuSanka
connected
2021-04-30Fixed build on Windows.Lukáš Hejl
2021-04-30Rework of MMU segmentation gizmo to support more than three colors.Lukáš Hejl
2021-04-30Fixed conflicts after merge with masterenricoturri1966
2021-04-30Clipper optimization:Vojtech Bubnik
1) Removed the already commented-out scaling / unscaling when doing "safe offsetting" 2) Removed some of the "safe offsetting" at calls where it never was used. 3) Reworked Clipper & ClipperUtils to pass Polygons / ExPolygons / Surfaces as input parameters without conversion to ClipperLib::Paths. This should save a lot of memory allocation and copying. 4) Reworked conversions from ClipperLib::Paths & PolyTree to Polygons / ExPolygons to use the move operator to avoid many unnecessary allocations. 5) Reworked some "union with safe ofsetting" to "offset_ex", which should be cheaper.
2021-04-29Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into ↵enricoturri1966
et_custom_gcode_detection
2021-04-29Fixed missing ending cap for toolpaths having a single segmentenricoturri1966
2021-04-28Tech ENABLE_ALLOW_NEGATIVE_Z->Keep as sinking objects saved in project filesenricoturri1966
2021-04-28Changed order of rendering of sidebar hints to avoid artifacts due to depth ↵enricoturri1966
buffer cleanup made by gizmo renderers
2021-04-28Tech ENABLE_ALLOW_NEGATIVE_Z->Fixed object popping up after editing layer ↵enricoturri1966
range fields
2021-04-28Small refactoring in GLCanvas3D::LayersEditingenricoturri1966
2021-04-27Replace label Skirt with Skirt/Brim in preview legendenricoturri1966
2021-04-27Tech ENABLE_SEAMS_VISUALIZATION -> 1st installment of seams visualization in ↵enricoturri1966
preview
2021-04-27Added seed fill for MMU segmentationLukáš Hejl
2021-04-27Added hiding of MMU segmentation gizmo when it is selected printer with only ↵Lukáš Hejl
one extruder.
2021-04-26Fixed a memory leak when repairing an external stlLukas Matena
2021-04-26Fix normal direction when exporting STL (#6406)Lukas Matena
The export function does not depend on Model/ModelObject::mesh() family of functions, changing them might break the already too brittle code.
2021-04-23Tech ENABLE_ALLOW_NEGATIVE_Z -> Keep sinking instances as sinking after ↵enricoturri1966
applying scale gizmo
2021-04-23Tech ENABLE_ALLOW_NEGATIVE_Z -> Keep sinking instances as sinking after ↵enricoturri1966
applying rotate gizmo