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 (Collapse)Author
2022-10-26Merge pull request #8960 from brightstonesong/patch-1HEADmasterOleksandra Yushchenko
Update PrusaSlicer_ko_KR.po
2022-09-28Update PrusaSlicer_ko_KR.pobrightstonesong
filling in blanks and rewriting.
2022-08-25Speed improvements, start gcode changes, added HIPS filament.lm_ys_cutrtyr
https://github.com/prusa3d/PrusaSlicer/pull/8762
2022-08-18Sync with PrusaSlicer-settingsrtyr
2022-08-11Sync with master_250rtyr
2022-08-11Updated bed_shapertyr
2022-08-10Update Elegoo.idxrtyr
2022-08-10Added Elegoo bundlertyr
2022-08-09Added thumbnails.rtyr
https://github.com/prusa3d/PrusaSlicer/pull/8602
2022-06-28Add simple opengl demo app to test X11 and wayland issuesmaster_tamasmeszaros
2022-06-27Follow-up ↵YuSanka
https://github.com/prusa3d/PrusaSlicer/commit/56466abe99121d0bb40eaa9bb578593a6e3254a5# - Fixed a Search in the Preferences options + Preferences dialog: Deleted unused variable 'reverted'
2022-06-20Added possibly missing includesLukas Matena
2022-06-20Do know allow picking while dragging gizmosenricoturri1966
2022-06-17Fixed title label when run as G-Code Viewer:Lukas Matena
Builds that were not tagged and contained number of commits since last tag showed "-UNKNOWN" in the title bar, even when they went through the build server
2022-06-16Fixed a failing assert in BuildVolume.cppLukas Matena
2022-06-16Follow-up ↵YuSanka
https://github.com/prusa3d/PrusaSlicer/commit/d0b4a4a87da65ba079456863092a335f192bf6dd - Preferences Dialog:Set flag m_settings_layout_changed to false, when CANCEL button was pushed.
2022-06-16Allow drag and drop on files into PrusaSlicer no matter which is the current ↵enricoturri1966
selected tab
2022-06-14Added Infinity3D bundle.rtyr
https://github.com/prusa3d/PrusaSlicer/pull/8396
2022-06-14#8401 - Show error message when trying to import invalid 3mfenricoturri1966
2022-06-13OSX specific: Fixing opening of G-codes by drag & dropping of G-codeVojtech Bubnik
on slicer icon in case slicer is not yet running.
2022-06-10Fixed an issue when the Lightning infill stuck in an infinite loop on some ↵Lukáš Hejl
models. Cased by two sampled points closer than chosen spacing.
2022-06-09Fixed an unintentional transformation of ExPolygon to a single vector ↵Lukáš Hejl
containing all points from contour and all holes in the Lightning infill. This was causing most of the issues with randomly generated infill hanging in the air without any support.
2022-06-09Fixed undefined symbols when mold linker was used for linking ↵Lukáš Hejl
libnest2d_tests and sla_print_tests.
2022-06-09Backported a fix from Clipper 6.4.2 for the issue that Clipper Z coordinated ↵Lukáš Hejl
has incorrect value because ZFillFunction wasn't called in all cases (https://sourceforge.net/p/polyclipping/bugs/160/). Also, this issue led to duplicity vertices with the same XY coordinates but differ in Z coordinates.
2022-06-08GLTexture - Use BitmapCache::nsvgParseFromFileWithReplace() in place of ↵enricoturri1966
nsvgParseFromFile() to load images from files
2022-06-07Merge branch 'tm_fix_astar_msvc'tamasmeszaros
2022-06-07Make AStar use InvalidQueueID constanttamasmeszaros
2022-06-07Move out invalid_id constant from MutablePriotityQueue template classtamasmeszaros
Enclose it into Slic3r namespace
2022-06-06Merge remote-tracking branch 'origin/et_trafo_matrix_rebase'enricoturri1966
2022-06-06Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into ↵et_trafo_matrix_rebaseenricoturri1966
et_trafo_matrix_rebase
2022-06-06Fixed differences after rebase with masterenricoturri1966
2022-06-06Tech ENABLE_TRANSFORMATIONS_BY_MATRICES merged into ENABLE_WORLD_COORDINATEenricoturri1966
Fixed conflicts during rebase with master
2022-06-06Removed tech ENABLE_WORLD_COORDINATE_VOLUMES_LOCAL_OFFSETenricoturri1966
2022-06-06Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - Improved detection and removal of ↵enricoturri1966
skew in matrices Fixed conflicts during rebase with master
2022-06-06Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - Scaling using object manipulator ↵enricoturri1966
fields Fixed conflicts during rebase with master
2022-06-06Fixed build and warnings on Linux and Macenricoturri1966
Fixed conflicts during rebase with master
2022-06-06Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - Reoworked calculation of volume ↵enricoturri1966
matrix for newly added modifiers and parts Fixed conflicts during rebase with master
2022-06-06Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - Implemented reset skew button for ↵enricoturri1966
the case when volume world matrix contains skew while volume and instance matrices do not Fixed conflicts during rebase with master
2022-06-06Tech ENABLE_WORLD_COORDINATE_SCALE_REVISITED merged into tech ↵enricoturri1966
ENABLE_WORLD_COORDINATE Fixed conflicts during rebase with master
2022-06-06Tech ENABLE_WORLD_COORDINATE_SHOW_AXES merged into tech ENABLE_WORLD_COORDINATEenricoturri1966
Fixed conflicts during rebase with master
2022-06-06Tech ENABLE_COORDINATE_DEPENDENT_SELECTION_BOX merged into tech ↵enricoturri1966
ENABLE_WORLD_COORDINATE Fixed conflicts during rebase with master
2022-06-06Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - Fixed uniform scale using object ↵enricoturri1966
manipulator panel Fixed conflicts during rebase with master
2022-06-06Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - Fixed scale resetenricoturri1966
2022-06-06Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - Fixed missing update of object ↵enricoturri1966
manipulator panel after selecting an object in the 3D scene
2022-06-06Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - Allow for relative rotations only ↵enricoturri1966
when using the object manipulator panel
2022-06-06Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - Fixed translation of volumes in ↵enricoturri1966
local coordinate system Fixed conflicts during rebase with master
2022-06-06Tech ENABLE_WORLD_COORDINATE_SHOW_AXES - Fixed bed axes visualizationenricoturri1966
2022-06-06Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - Added reset button to remove skew, ↵enricoturri1966
when detected, in object manipulator panel Fixed conflicts during rebase with master
2022-06-06Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - Let reset buttons in object ↵enricoturri1966
manipulator to be always visible when needed, no matter what is the current selected reference system
2022-06-06Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - Reworked method void ↵enricoturri1966
Selection::scale(const Vec3d& scale, TransformationType transformation_type) to use matrix multiplication Fixed conflicts during rebase with master