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-12Added cancellation to Lightning infill.Lukáš Hejl
2022-03-17Fixed various issues in the ported Lightning infill.lh_fix_lightning_infillLukáš Hejl
2021-12-13Fix of PrusaSlicer crashes when using fuzzy skin and setting 0 for values #7468Vojtech Bubnik
2021-12-10Fix of "solid_infill_every_layers = 1" does not generate valid infill for som...Vojtech Bubnik
2021-12-08Fix of Random placment of top fill throughout model #7442Vojtech Bubnik
2021-12-07Fix of infill_only_where_needed for complex objects:Vojtech Bubnik
2021-10-28Fixing projection of bottom surfaces in MM segmentation and forVojtech Bubnik
2021-10-25#6999 - Fixed variable layer height editing not working when raft layers > 0enricoturri1966
2021-10-18Some more refactoring of ClipperLib / closing() / opening()Vojtech 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-01Remove duplicit warning about not enabled support enforcersDavid Kocik
2021-09-21Fix float accuracy issue when thick_bridges is off (#6957)Justin Schuh
2021-09-03Added logging when bed texture/model is not foundLukas Matena
2021-09-03Fix of "Support on build plate only" no longer overridden by support painting...Vojtech Bubnik
2021-09-02Fix of "Support on build plate only" no longer overridden by support painting...Vojtech Bubnik
2021-09-02Fix painted seam on vertical surfaces (broken since 8dfc042)Lukas Matena
2021-08-31Brim separation from object, follow up to 82373334bcdaaaf10ed860fd2887b635f81...Vojtech Bubnik
2021-08-27Faster and hopefully more reliable projection of paint-on supportVojtech Bubnik
2021-08-25Fixed invalidation when first_layer_height is changedLukas Matena
2021-08-10Fix of Some FDM supports fail to generate due to wrongly-translated enforcer ...Vojtech Bubnik
2021-08-03Added invalidation of the sliced object when gap-fill enabled/disabled if the...Lukáš Hejl
2021-07-22Techs DISABLE_ALLOW_NEGATIVE_Z_FOR_SLA and ENABLE_ALLOW_NEGATIVE_Z set as def...enricoturri1966
2021-07-14Merged psSkirt and psBrimLukas Matena
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-06-01New parameter "Slicing Mode" for supporting 3DLabPrint airplane models.Vojtech Bubnik
2021-05-27WIP: Integration of MMU painting into the slicing back-end.Vojtech Bubnik
2021-05-26Some fixes after preceding merge. Moved mmu_segmented_region_max_widthVojtech Bubnik
2021-05-26Merge remote-tracking branch 'remotes/origin/lh_multi_material_segmentation' ...Vojtech 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
2021-05-21WIP: Refactoring of PrintRegions. It nearly compiles!Vojtech Bubnik
2021-05-18TriangleMeshSlicer: Got rid of admesh!Vojtech Bubnik
2021-05-17WIP: Reworked slicingVojtech Bubnik
2021-05-10Fixed conflicts after merge with masterenricoturri1966
2021-05-10Fixing multi-material printing after recent refactoring (d21b9aa to 1c6333e)Vojtech Bubnik
2021-05-06Refactored PrintObject::m_region_volumes for extensibility.Vojtech Bubnik
2021-05-06FDM backend refactoring for const correctness, clarity ...Vojtech Bubnik
2021-05-06Refactoring for code clarity: Replaced this->m_xxx with m_xxxVojtech Bubnik
2021-05-06Print/PrintObject/PrintRegion refactoring:Vojtech 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-05PrintRegion refactoring: Getting rid of the Print pointer.Vojtech Bubnik
2021-05-05Fix of safety_offset() after ClipperUtils refactoring.Vojtech Bubnik
2021-05-03Fixed MMU segmentation for multi-volume objects.Lukáš Hejl
2021-05-03Merge branch 'vb_clipper_optimization'Vojtech Bubnik
2021-05-03Tech ENABLE_ALLOW_NEGATIVE_Z-> Layers height editing related fixesenricoturri1966