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/lib
AgeCommit message (Expand)Author
2013-07-28Smarter handling of hollow prints. Optimization includedAlessandro Ranellucci
2013-07-27Proper fix for preventing shells to propagate too muchAlessandro Ranellucci
2013-07-26Failing test case about spurious infill in hollow objects, caused by shells b...Alessandro Ranellucci
2013-07-26Extend utils/dump-stl.pl to also write STL filesAlessandro Ranellucci
2013-07-26Better name for wipeAlessandro Ranellucci
2013-07-26Fix little regression causing object height not to be updated when object in ...Alessandro Ranellucci
2013-07-26Scale layer height ranges too when scaling object in plater. #1284Alessandro Ranellucci
2013-07-26Don't merge adjacent bridges so that more correct angles can be detected for ...Alessandro Ranellucci
2013-07-26Bugfix: only_retract_when_crossing_perimeters was not triggering retraction w...Alessandro Ranellucci
2013-07-26Bugfix: medial axis thin wall detection was triggered when not neededAlessandro Ranellucci
2013-07-26Smarter ordering of gap fillAlessandro Ranellucci
2013-07-24Temporary workarond for an upstream bug in Moo which causes failure when runn...Alessandro Ranellucci
2013-07-24Fix garbage collection of shared data. #1348Alessandro Ranellucci
2013-07-20Implement lower_bound() and upper_bound() methods for ZTableAlessandro Ranellucci
2013-07-20Reapply correct optimization for simplifiying fill_surfaces before performing...Alessandro Ranellucci
2013-07-16Revert "Optimization: simplify fill_surfaces before the offset operation"Mark Hindess
2013-07-13Optimizations in the algorithm that builds loopsAlessandro Ranellucci
2013-07-13Show a warning if we repaired the input fileAlessandro Ranellucci
2013-07-13Show repair stats in object info dialogAlessandro Ranellucci
2013-07-07Small optimization in case no overhang logic is required at allAlessandro Ranellucci
2013-07-07start_perimeters_at_non_overhang was still partially enforcedAlessandro Ranellucci
2013-07-07Optimization: simplify fill_surfaces before the offset operationAlessandro Ranellucci
2013-07-06Fix a numerical issue causing failure to detect some bridge anchorsAlessandro Ranellucci
2013-07-06Apply the Polyline constructor refactoring to the newslice codeAlessandro Ranellucci
2013-07-06Merge branch 'newslice'Alessandro Ranellucci
2013-07-06Merge branch 'master' into xsAlessandro Ranellucci
2013-07-06Workaround dclone() not being thread-safeAlessandro Ranellucci
2013-07-06Fixed missing change in recent refactoring, causing plater crash. #1298Alessandro Ranellucci
2013-07-06Encode Windows paths for the C STL readerAlessandro Ranellucci
2013-07-06Merge branch 'master' into xsAlessandro Ranellucci
2013-07-06Rename adjust_overhang_flow to overhangsAlessandro Ranellucci
2013-07-06Lower case option group titlesAlessandro Ranellucci
2013-07-06Move spiral_vase to vertical shells sectionAlessandro Ranellucci
2013-07-06New option to disable overhang flowAlessandro Ranellucci
2013-07-06New option for disabling thin wall detectionAlessandro Ranellucci
2013-07-06New options: start_perimeters_at_concave_points start_perimeters_at_non_overhangAlessandro Ranellucci
2013-07-05New Quality section in GUIAlessandro Ranellucci
2013-07-05Move infill_every_layers infill_only_where_needed into their own "Reducing Pr...Alessandro Ranellucci
2013-07-05Merge branch 'master' into xsAlessandro Ranellucci
2013-07-05Fix starting point after overhang clipping is performedAlessandro Ranellucci
2013-07-05One more fix in overhang starting point detectionAlessandro Ranellucci
2013-07-05Prefer starting points that are NOT in overhangsAlessandro Ranellucci
2013-07-05Optimization: don't store wipe path if wipe is not requestedAlessandro Ranellucci
2013-07-05Use dclone() in Point class tooAlessandro Ranellucci
2013-07-05Use dclone() in Polyline and ExPolygon tooAlessandro Ranellucci
2013-07-05Optimization in Polyline instantiationAlessandro Ranellucci
2013-07-05Slight optimizationAlessandro Ranellucci
2013-07-05Skip slow gap detection if we aren't going to fill gaps anywayAlessandro Ranellucci
2013-07-05Removed useless, slow, codeAlessandro Ranellucci
2013-07-03New freeze.t testAlessandro Ranellucci