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-05-31Bugfix of PrintRegion refactoring: Correct invalidation of regionsVojtech Bubnik
on object transformation.
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-28Fixed that seed fill left all triangles split instead of merging them.Lukáš Hejl
2021-05-28Cleaned up of 0a6490bab94af5da310d35fcf2d926e9e5371e83Lukáš Hejl
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
2021-05-27Added missing includes (GCC 9.3)Lukáš Hejl
2021-05-27Fix of previous commitVojtech Bubnik
2021-05-27Merge remote-tracking branch 'remotes/origin/master' into vb_print_regionsVojtech Bubnik
2021-05-27Refactored the ModelVolume bounding box to Eigen::AlignedBox<float>,Vojtech Bubnik
separated splitting of LayerRegions by MMU segmentation to its own function.
2021-05-27WIP: Integration of MMU painting into the slicing back-end.Vojtech Bubnik
2021-05-27Follow-up of b3ca8cb0af264d7e7ea285de03978b5185c3ff14 -> Fixed typoenricoturri1966
2021-05-27Fixed calculation of used filament for gcode viewer (take data from gcode file)enricoturri1966
2021-05-26Merge branch 'vb_print_regions' of https://github.com/Prusa3d/PrusaSlicer ↵Vojtech Bubnik
into vb_print_regions
2021-05-26Some fixes after preceding merge. Moved mmu_segmented_region_max_widthVojtech Bubnik
from PrintConfig to PrintObjectConfig.
2021-05-26Fixed DnD function for volumes inside the object in respect to the volume typeYuSanka
2021-05-26Merge remote-tracking branch 'remotes/origin/lh_multi_material_segmentation' ↵Vojtech Bubnik
into vb_print_regions
2021-05-26Merge remote-tracking branch 'remotes/origin/master' into vb_print_regionsVojtech Bubnik
2021-05-26Will gcc accept this?Vojtech Bubnik
2021-05-26Fixing compilation on gcc.Vojtech Bubnik
2021-05-26Making the "Default" extruder transparent for modifier meshes and layerVojtech Bubnik
range modifiers.
2021-05-26WIP PrintRegion refactoring: Another round of bug fixing, negative volumesVojtech Bubnik
seem to work.
2021-05-25Fixed another compiler warningVojtech Bubnik
2021-05-25Fixing some compiler warningsVojtech Bubnik
2021-05-25Fixing another clang complaintVojtech Bubnik
2021-05-25Fixing an OSX clang quirk.Vojtech Bubnik
2021-05-25WIP: Rework of PrintRegions, bunch of bug fixes.Vojtech Bubnik
2021-05-25Fixed a modification time for files appended using the streaming interface ↵Lukáš Hejl
in the miniz library.
2021-05-24Two more bugs squished.Vojtech Bubnik
2021-05-24Added "Negative volume" type item to the ObjectListYuSanka
2021-05-24WIP PrintRegion refactoring: Squashed some bugs.Vojtech Bubnik
2021-05-24Fixing compilation on LinuxVojtech Bubnik
2021-05-24Fixing compilation on LinuxVojtech Bubnik
2021-05-24Another compilation fix.Vojtech Bubnik
2021-05-24Fixed warningenricoturri1966
2021-05-24Fixing the previous commit.Vojtech Bubnik
2021-05-24WIP: PrintRegion refactoring, it finally compiles!Vojtech Bubnik
Config/PrintConfig refactoring to support operator< for StaticPrintConfig derived containers.
2021-05-24Fixed a bug when reverting to an old value with comma-separated doublesLukas Matena
2021-05-24Fixed incorrect locales handling in the UI (Field, ObjectManipulation, etc)Lukas Matena
2021-05-24Fixed several locales issues on file import/exportLukas Matena
2021-05-24Fixed debug buildLukas Matena
2021-05-24Fixed tests and windows buildLukas Matena
2021-05-24Fixed third batch of locale-dependent callsLukas Matena
2021-05-24Fixed second batch of locale-dependent callsLukas Matena
2021-05-24Fixed first batch of locale-dependent callsLukas Matena
2021-05-24Created a RAII class to switch LC_NUMERIC to "C" and backLukas Matena