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-04-28Tech ENABLE_COORDINATE_DEPENDENT_SELECTION_BOX merged into tech ENABLE_WORLD_...et_transformation_matrixenricoturri1966
2022-04-28Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_world...et_world_coordinatesenricoturri1966
2022-04-28Sync with PrusaSlicer-settingsrtyr
2022-04-28Follow-up of dcbc5e1251849acc5a5c2e29f6086b3f200b307f - Button label changed ...enricoturri1966
2022-04-28Fixed typo into Plater::load_gcode leading to a message dialog without buttonsenricoturri1966
2022-04-28SPE-1223 - Removed from legend the option to show shells in GCode Viewerenricoturri1966
2022-04-28Fixed conflicts after stable->master mergeLukas Matena
2022-04-27Merge branch 'stable' (no conflicts fixed)Lukas Matena
2022-04-26Merge branch 'tm_read_svg_archive'tamasmeszaros
2022-04-26Remove junk messagetamasmeszaros
2022-04-26Fix memory corruption in svg parsingtamasmeszaros
2022-04-26Fix the issue with point skipping in svg exporttamasmeszaros
2022-04-26Merge branch 'tm_hollowing_optimization_2'tamasmeszaros
2022-04-26Fix Fix triangle removal issues when using full narrow band of interiortamasmeszaros
2022-04-26Fix failing test for hollowingtamasmeszaros
2022-04-26Additional performance tuningtamasmeszaros
2022-04-26Hollowing voxel_scale now considers input model volumetamasmeszaros
2022-04-26Cleanuptamasmeszaros
2022-04-26Solve missing faces of the interior in connection with the holestamasmeszaros
2022-04-262.5x speedup of hollowing. tamasmeszaros
2022-04-26Use default bandwidth before csgUnion when hollowingtamasmeszaros
2022-04-26Prohibit multiple formats with the same extension (zip)tamasmeszaros
2022-04-26Fix the issue with point skipping in svg exporttamasmeszaros
2022-04-26Add more commentstamasmeszaros
2022-04-26Extend sla archive tests with read-backtamasmeszaros
2022-04-26Add commenttamasmeszaros
2022-04-26Archive reader types are now registered in one placetamasmeszaros
2022-04-26Working svg importtamasmeszaros
2022-04-26Wip on svg archive importtamasmeszaros
2022-04-26Get rid of window size parameter from import interfacetamasmeszaros
2022-04-26Separate existing sla archive import codetamasmeszaros
2022-04-25Merge pull request #8242 from prusa3d/pm_occlusion_guided_seamstm_find_osx_10.12_bugPavel Mikuš
2022-04-25Reverted perl perimeter test bypasspm_supports_experimentpm_support_spots_generatorpm_occlusion_guided_seamspm_find_supportable_issues_slicing_stepPavelMikus
2022-04-25Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_world...enricoturri1966
2022-04-25fix build problemsPavelMikus
2022-04-25Implemented alignment of inner seams, especially in concave angles where the ...PavelMikus
2022-04-25Updated weights for curve fitting, ensured snapping to sharp cornersPavelMikus
2022-04-25nomralize weights of points before curve fitting and fitted value interpolationGodrak
2022-04-25interpolate fitted and original position during b spline alignment -PavelMikus
2022-04-25Postpone seam picking for spNearest configuration to the place_seam method.PavelMikus
2022-04-25reworked and improved the find_next_seam_in_layer method:PavelMikus
2022-04-25when searching for central enforcer (for alignment purposes), find properly t...PavelMikus
2022-04-25Fixing missing include.Vojtech Bubnik
2022-04-25Little more refactoring of SeamPlacer.Vojtech Bubnik
2022-04-25On MSVC, std::deque degenerates to a list of pointers, which defeatsVojtech Bubnik
2022-04-25Documented the seam placement corner penalty with an image.Vojtech Bubnik
2022-04-25Little refactoring of SeamPlacer.Vojtech Bubnik
2022-04-25GCode export: Replaced std::strings in G-code comments with string_views.Vojtech Bubnik
2022-04-25Negative volumes raycasting fix - normal was flipped between iterations, inco...PavelMikus
2022-04-25Refactoring of SeamPlacer:Vojtech Bubnik