Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-11Fix brim generation (offset & width in constructed holes)supermerill
2022-08-11fix brim crashsupermerill
2022-08-11Protecting SlicingParameters behind a shared_ptr.supermerill
2022-07-13Use an incremental method to create brim to avoid offset() simplification wit...supermerill
2022-03-14fix crash on brimsupermerill
2022-03-07Correctly disable gcode_resolution from prusaslicer.supermerill
2022-02-28Merge tag 'version_2.4.1-beta3' into devsupermerill
2022-02-22Fixed an issue that, in some cases, an inner brim was not generated.Lukáš Hejl
2022-02-21Fix perimeter artifact & brim resolutionsupermerill
2022-02-18Follow-up to e20d041fc909104962f15385d61e9dcc04ab3fa4: Fixed a wrong calculat...Lukáš Hejl
2022-02-17Fix raft flow problem & raft double sheath, alsosupermerill
2022-02-09Fix brim entity collection handlingsupermerill
2022-02-08Merge branch 'merill-merge' (2.3.57.10) into devsupermerill
2022-02-07Fixed an issue with a gap in brim when inner brim was used.Lukáš Hejl
2022-01-12Merge remote-tracking branch 'remotes/prusa/master' 2.4 into dev 2.3.58remi durand
2021-11-30New config value "gcode_resolution" replaces the hard coded RESOLUTIONVojtech Bubnik
2021-11-01Fixed missing brims for nested objects.Lukáš Hejl
2021-11-01Fix of #7213: Not generated inner brim after 7ff76d07684858fd937ef2f5d863f105...Lukáš Hejl
2021-10-21Brim generator: Using pftNonZero instead of pftEvenOdd for intersection / dif...Vojtech Bubnik
2021-10-18Some more refactoring of ClipperLib / closing() / opening()Vojtech Bubnik
2021-10-14New ClipperUtils functions: opening(), closing() as an alternativeVojtech Bubnik
2021-08-31Fixed a bug that the skirt was generated too far from the brim for some objects.Lukáš Hejl
2021-08-31Brim separation from object, follow up to 82373334bcdaaaf10ed860fd2887b635f81...Vojtech Bubnik
2021-08-24Do not print brim when object has raft, it is not supported and makes no senseLukas Matena
2021-08-10The offset is applied after the elephant food compensation. The value of the ...Lukáš Hejl
2021-07-14Draft shield option is now an enum (Disabled/Limited/Enabled)Lukas Matena
2021-07-14Skirt is now generated around brims, unless 'draft shield' is checkedLukas Matena
2021-06-02Fixed an issue when the option "Inner brim only" doesn't generate brim inside...Lukáš Hejl
2021-05-03Further rework of ClipperUtils: Replaced many to_polygons() /Vojtech Bubnik
2021-04-30Clipper optimization:Vojtech Bubnik
2021-04-14Replacing ClipperLib::IntPoint with Eigen point as a first step toVojtech Bubnik
2021-03-15WIP: Refactored bridging flow from normal flow, new config valueVojtech Bubnik
2021-02-10Reduction on compiler warnings, mainly on MSVC.Vojtech Bubnik
2021-02-09Fixed some clang warningsVojtech Bubnik
2021-02-08Added a missing includeLukas Matena
2021-02-05EdgeGrid refactoring to support both open and closed contours.Vojtech Bubnik
2021-02-04WIP Brim improvements:Vojtech Bubnik
2021-02-04WIP: Fixing brim generator unit tests by disabling connect_brim_lines()Vojtech Bubnik
2021-02-04Fix of brim generator after refactoring.Vojtech Bubnik
2021-02-03Squash merge of lh_brim_rework,Vojtech Bubnik