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
2022-05-04Ported "avoid crossing perimeters" and bridging unit tests from PerlVojtech Bubnik
2022-02-05Added deallocation of SupportLayers (PrintObject::m_support_layers) into the ...Lukáš Hejl
2021-12-21Fixed FDM support generator for object layers lower than minimumversion_2.4.0Vojtech Bubnik
2021-12-10Fix of disabling thick bridges adds unnecessary support interfaces #7260Vojtech Bubnik
2021-12-10Fix of Bug in First Layer Expansion: Support material base layer intersects/o...Vojtech Bubnik
2021-12-02Fix of fan control for raft layers.Vojtech Bubnik
2021-11-30Fix of one more compiler warning.Vojtech Bubnik
2021-11-30Fixing clang compiler warningsVojtech Bubnik
2021-10-29Support generator: Regression wrt. PrusaSlicer 2.3.3:Vojtech Bubnik
2021-10-28Fixing projection of bottom surfaces in MM segmentation and forVojtech Bubnik
2021-10-26Support generator: Merging of bottom contacts with top contacts andVojtech Bubnik
2021-10-19Fixed planning of support interface layers with rafts andVojtech Bubnik
2021-10-14Snug supports: Extrude interface layers 45 degrees from the base layer,Vojtech Bubnik
2021-10-14New ClipperUtils functions: opening(), closing() as an alternativeVojtech Bubnik
2021-10-07Follow-up to 96b88f5b29f14d23f022d627b62e7c64883dcef8Vojtech Bubnik
2021-10-04Fix of support missing under horizontal overhang #6058Vojtech Bubnik
2021-09-30Fixed 1st layer support expansion if printed without raft.Vojtech Bubnik
2021-09-24Follow-up to b6d7601eadbd1f7004ac05680e10d3f9d1ea360fVojtech Bubnik
2021-09-23Fixed endless loop in support raft generator.Vojtech Bubnik
2021-09-22Fixed crash with zero support base spacing.Vojtech Bubnik
2021-09-13Some reduction of unnecessary conversions when calling ClipperUtils.Vojtech Bubnik
2021-08-31Brim separation from object, follow up to 82373334bcdaaaf10ed860fd2887b635f81...Vojtech Bubnik
2021-08-27Fixed leakage of paint-on supports through thin objects. This is a bugVojtech Bubnik
2021-08-27debugging function debug_output_path() moved to utils.cpp/hppVojtech Bubnik
2021-07-13Merge branch 'vb_mmu_top_bottom'Vojtech Bubnik
2021-06-23drop deprecated TBB components (#6590)Roman Beránek
2021-06-20Renamed create_face_neighbors_index() to its_face_edge_ids().Vojtech Bubnik
2021-05-06Refactoring for code clarity: Replaced this->m_xxx with m_xxxVojtech Bubnik
2021-05-05FDM backend refactoring: Return PrintRegion by reference, not by pointer.Vojtech Bubnik
2021-05-05WIP: Moving ownership of PrintRegions to PrintObjects.Vojtech Bubnik
2021-05-05Fix of safety_offset() after ClipperUtils refactoring.Vojtech Bubnik
2021-05-03Further rework of ClipperUtils: Replaced many to_polygons() /Vojtech Bubnik
2021-04-14Fixed obvious bug in move operator, discovered by clang lint ran by Tamas.Vojtech Bubnik
2021-04-12FDM snug supports: New parameter "closing radius", inspired by Cura'sVojtech Bubnik
2021-04-08Fix of brim under supportsVojtech Bubnik
2021-04-08New FDM support sparse infill zig-zag algorithm.Vojtech Bubnik
2021-03-23Compilation fixesLukas Matena
2021-03-23Implementing a new switch for the shape of support towers:Vojtech Bubnik
2021-03-19Fixing FDM support bottom zero interface layers, where one denseVojtech Bubnik
2021-03-19Refactoring of FDM support generator:Vojtech Bubnik
2021-03-17Fixing an FDM support generator bug, where some of the support columnsversion_2.4.0-alpha0Vojtech Bubnik
2021-03-15ConfigOptions: GUI type as enum, not string.Vojtech Bubnik
2021-03-15Splitting FDM support gap to top / bottom, introducingVojtech Bubnik
2021-03-15WIP: Splitting the number of top / bottom support interface layers.Vojtech Bubnik
2021-03-15Reworked the "new" bridging to respect the bridge_flow_ratioVojtech Bubnik
2021-03-15WIP: Refactored bridging flow from normal flow, new config valueVojtech Bubnik
2021-02-25Fix of support generator after mergingVojtech Bubnik
2021-02-25Support generator: Debugging visualization of "don't support bridges".Vojtech Bubnik
2021-02-24Fix of supports create overkill material that actually sopports nothing above...Vojtech Bubnik
2021-02-24Fix of Unnecessary raft on models with large perimeter but nothing inside. #430Vojtech Bubnik