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-09-23Build OpenVDB without vdbprinttm_flatpak_no_vdbprinttamasmeszaros
As it fails to build in flathub workers #8922
2022-09-06Bumped up version to 2.5.0version_2.5.0stablemaster_250Lukas Matena
2022-09-05Localization: Next phrases improvementsYuSanka
2022-09-05Localization: Added STEP for the "Import..." phrasesYuSanka
2022-09-02Fix of #8793: Visible vertical "seam" on fuzzy skin on the place where ↵Lukáš Hejl
extrusion begins.
2022-09-01Manually merge for #8787 - Updated Catalan language to 2.5.0 RC2YuSanka
2022-08-30Bumped up version to 2.5.0-rc2version_2.5.0-rc2Lukas Matena
2022-08-30Fix of #8778 and #8760: Artifacts on models when Arachne was used.Lukáš Hejl
This was caused by mistakenly swapping the key and the value in a vertex map.
2022-08-30Follow-up to 9e88954 (avoid unnecessary copy)Lukas Matena
2022-08-30Fix of #8766: PP scripts not working on UNIX when $SHELL is undefined:Lukas Matena
thanks @jfbauer432 for pointing the problem out.
2022-08-30Fix of #8724, #8747, and #8753: Crash when Voronoi vertexes of a finite edge ↵Lukáš Hejl
have some coordinate NaN or infinite.
2022-08-29Added filament type "PA" to the list of known filament types.Vojtech Bubnik
While we already had "NYLON" in the list, "PA" code is promoted by Prusa Filament company.
2022-08-26Sync with PrusaSlicer-settingsrtyr
2022-08-25Speed improvements, start gcode changes, added HIPS filament.rtyr
https://github.com/prusa3d/PrusaSlicer/pull/8762
2022-08-24Fix of issue 8695 - seam enforced areas were not respected with arachne ↵PavelMikus
generator. The real issue was with T-Junctions created by Arachne - seam placer then sometimes choose the wrong perimeter to split. The fix cases the seam placer to look for two consecutive points that point to the same perimeter, which enusres that the correct loop is split
2022-08-24Bumped up bundle versionrtyr
2022-08-24Added Ender 3 Neo and Ender 3 S1 Plus thumbnailsrtyr
https://github.com/prusa3d/PrusaSlicer/pull/8746
2022-08-24Merge pull request #8746 from pmjdebruijn/creality_250rtyr
Creality.ini: various updates
2022-08-23Creality.ini: add Ender-3 NeoPascal de Bruijn
2022-08-23Creality.ini: restore first_layer/top_infill_extrusion_widthsPascal de Bruijn
2022-08-23Creality.ini: remove bowden inherit from direct drive printersPascal de Bruijn
2022-08-23Creality.ini: add Ender-3 S1 PlusPascal de Bruijn
2022-08-23Creality.ini: Ender-3 S1 (Pro) CR Touch support (#8743)Pascal de Bruijn
2022-08-22Localization: Update for zh_CN dictionary (manual merge for PR #8737 - ↵YuSanka
Update translation for 2.5.0-rc1) + Fixed 1 line for JA dictionary
2022-08-19Bumped up version to 2.5.0-rc1version_2.5.0-rc1Lukas Matena
2022-08-19Windows specific: Use mipmaps generated through OpenGL for AMD graphics ↵Lukáš Hejl
cards with drivers newer than 22.6.1. Since AMD driver version 22.7.1, there is probably some bug in the driver that causes the issue with the missing texture of the bed. It seems that this issue only triggers when mipmaps are generated manually (combined with a texture compression) and when mipmaps are generated through OpenGL glGenerateMipmap is working. This workaround detects the AMD driver version and generates mipmaps through OpenGL for driver versions newer than 22.6.1.
2022-08-19Fix #8716, #8717, and #8718: The pressure equalizer was producing a ↵Lukáš Hejl
malformed GCode that caused underextrusion.
2022-08-19Follow-up to 263b23fb468a4d0981de8ecf590cfd5f6d4edbb6: Fixed an assert.Lukáš Hejl
2022-08-18Follow-up to 6f5813a849e40b1bcae97270a317222dff92f5ec: Recalculate infill ↵Lukáš Hejl
surfaces when infill_only_where_needed is enabled while switching from the Lightning infill to another infill or vice versa.
2022-08-18Random seam fix - pseudorandom generator instead of rand()PavelMikus
2022-08-18fix performance problem in seam placer - do not generate merged islands for ↵PavelMikus
each layer; use lslices insted affects also overhang estiamtion and thus other params
2022-08-18Fixed an issue that the wipe was shorter when it was located where extrusion ↵Lukáš Hejl
width was changing.
2022-08-18Sync with PrusaSlicer-settingsrtyr
2022-08-18Localization: Updated dictionary for JAYuSanka
2022-08-18Fix of #8704 - Travels in spiral vase mode when Arachne is used.Lukáš Hejl
Now Arachne is used just for bottom layers, and for spiralizer layers is used Classic perimeter generator.
2022-08-18Fix of #8648 - Lightning infill wasn't connected to perimeters when it was ↵Lukáš Hejl
combined with the option "Only infill where needed". Now Lightning infill will ignore this setting and treat it as off. Because Lightning infill and "Only infill where needed" do a similar thing, and their combination doesn't make much sense.
2022-08-18Fixed incorrectly computed starting position in Concentric infill when ↵Lukáš Hejl
Arachne is used.
2022-08-17Fix error message (related to #8703)Lukas Matena
2022-08-17ShapesGallery: Fixed save of the thumbnails for custom shapes, when name ↵YuSanka
contains diacritics
2022-08-15Bumped up version to 2.5.0-beta1version_2.5.0-beta1Lukas Matena
2022-08-15Localization: Some phrases are applied. Updated dictionaries for CS, DE, ES, ↵YuSanka
FR, IT and PL
2022-08-12pt_BR translation improvementsValter F.C
2022-08-12Follow-up 370e8bd752e3f7c97b9804a56dc417dfb362cce8 - Update 3D-scene after ↵YuSanka
splitting of the unprintable object
2022-08-12Fix for #8668 - Don't set printable state on merge if all parts are unprintableYuSanka
2022-08-12Follow-up to 0161a59a93e326d5e573cffe61b9549a4d925189: Too big epsilon ↵Lukáš Hejl
created tiny unconnected extrusions, so epsilon was changed to the smallest value that allows resolving rounding issues after division by two.
2022-08-12Reconnected endpoints of closed polyline when PolylineStitcher produced an ↵Lukáš Hejl
open polyline mark as closed.
2022-08-12Fix of #8597 - Assert on Windows about decrementing of std::vector::begin() ↵Lukáš Hejl
in a specific case.
2022-08-12Added a lot of debugging outputs (SVG) into SkeletalTrapezoidation.Lukáš Hejl
2022-08-12Added several test cases distilled from reported issues.Lukáš Hejl
2022-08-12Fixed compiler warningsLukas Matena