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-03-08Catalan language updated to 2.4.1 RC1davidjuanesb
2022-03-07Fix background color in InfoDialog on older macOSes (#3775, #7603)Lukas Matena
2022-03-07added Ender 3 Pro thumbnailrtyr
2022-03-03Bumped up version to 2.4.1-rc1version_2.4.1-rc1Lukas Matena
2022-03-02Sync with PrusaSlicer-settingsrtyr
2022-02-25SPE-1202 - Fixed project name after loading a 3mf file whose path contains ↵enricoturri1966
diacritics by double clicking (might be a fix of #7681, #7173 and #7845)
2022-02-25Follow-up to 8aefe3fc90687aaa96a0f0fce59d073ad334eb75Vojtech Bubnik
Suppress the G-code find / replace substitutions for the non-G-code sections (comment blocks) at the start and at the end of the G-code file. This commit extends the suppressed blocks for G-code find / replace to placeholders for initial / final M73 commands and over the trailing G-code comments. Fixes gcode substitution: replacing comments removes initial and final M73 commands
2022-02-24Bumped up version to 2.4.1-beta3version_2.4.1-beta3Lukas Matena
2022-02-23Fix of cut gizmo: contour placed incorrectly with elevated objectsLukas Matena
2022-02-22Fixed an issue that, in some cases, an inner brim was not generated.version_2.4.1-beta2Lukáš Hejl
2022-02-21Bumped version to 2.4.1-beta2.Vojtech Bubnik
2022-02-21Fix of gcode_substitutions will cause errors in prusaslicer_config dump at ↵Vojtech Bubnik
the end of gcode #7952 Suppress the G-code find / replace substitutions for the non-G-code sections (comment blocks) at the start and at the end of the G-code file.
2022-02-21get_wraped_wxString(): Wrapping on '\' on Windows.Vojtech Bubnik
Deleting all G-code substitutions: Added a Cancel button.
2022-02-18Follow-up to e20d041fc909104962f15385d61e9dcc04ab3fa4: Fixed a wrong ↵Lukáš Hejl
calculation of indices when object instances were used. Also, it was fixed polygon intersection detection, which was not working when a polygon intersected another polygon by only one edge.
2022-02-16Localization: Updated CS, DE, ES, FR, IT and PL dictionariesYuSanka
2022-02-16Follow-up to a4ecf2f2a6d140a25e9b76e90ae5f4cf8457bd91. Refactoring of the ↵Lukáš Hejl
function for removing duplicate points.
2022-02-16Fixed a copy-paste typo that could lead to duplicate edges in MMU_Graph in ↵Lukáš Hejl
the multi-material segmentation.
2022-02-14Follow-up to 58d64bae7762e225a9755a79c80068f56a81b5f5Vojtech Bubnik
Disabled check for "G92 E0" in layer change G-code for other firmware types than Marlin 2 and Marlin Legacy. We don't know whether other firmware flavors are sensitive to E axis accumulation error and we know that RepRapFirmware is not. Fixes #7846
2022-02-14Follow-up to a1746e3e660cc54f1e26ff33f007525767648a49Vojtech Bubnik
Fix for #7849 - "Save Project" command doesn't work properly
2022-02-14#7906 - Port of 296041da38273fbf0053d6e338bf5a2bb51d030d 'Fixed 'Export as ↵enricoturri1966
.stl' scaling not applied on scaled object instances'
2022-02-11Fix for #6364 - MacOS / Minimize window / Shortcut CMD + MYuSanka
There was a bug in wxWidgets 3.1.4. (https://github.com/wxWidgets/wxWidgets/issues/18998) So, we cherry-picked fixing commit from the upstream wxWidgets to our "v3.1.4-patched"
2022-02-09Make unit test 'fff_print_tests' to pass when a memory leak is detected.Lukáš Hejl
This is just for fixing builds from the stable branch, the master branch doesn't need it.
2022-02-09Localization: Updated POT.YuSanka
+ Changed a script of the merging new POT with existing PO files. Now it processes just a PO-files which are provided by community. Community PO-files are updated from the new POT
2022-02-08Linux specific: Fixed a bug focusing of the some settings tabsYuSanka
Steps to repro of a bug: 1. FFF/SLA printer is selected 2. Load 3mf projet with SLA/FFF printer 3. Chnage printer to the FFF/SLA => (Print a Filanemt Settings)/(Print a Materials Settings) are disabled Notes: This issue appeared after https://github.com/prusa3d/PrusaSlicer/commit/bfce4f6, when find_toplevel_parent(plater) instead of plater was set as a parent for ProgressDialogs
2022-02-07Replaced smooth_outward in multi-material segmentation with a function that ↵Lukáš Hejl
removes duplicate points with angle threshold. It should fix #7838 and #6892. The main contribution of the smooth_outward function for multi-material segmentation was the removal of duplicate points in polygons using MutablePolygon::remove_duplicates(). But the issue with this function is that it deletes points only based on their distances, which could cause problems like in #7838.
2022-02-07Fix for #7887 - [UI] Add Settings > Layers and Perimeters - some options ↵YuSanka
have non distinct labels + Fixed build warning
2022-02-07Fix for #7849 - "Save Project" command doesn't work properlyYuSanka
Don't update saved presets on * preset selection * initialization of PresetCollection , but update them on * load another project * initialization of an application
2022-02-07Fixed an issue with a gap in brim when inner brim was used.Lukáš Hejl
This gap still can appear for holes that contain another object. Also fixed an issue that a huge outer brim can overflow into holes of another object.
2022-02-07Fixed SPE-1192YuSanka
Wrong list of SLA-materials, when no SLA-printer is installed, but 3MF with SLA print is loaded
2022-02-02DiffPresetsDialog: Added info line for truncated option values.YuSanka
Related to #7852 - Compare Filament Dialog: Values are truncated
2022-02-02Implemented FR #7850 - G-Code Substitutions: move [X Delete all] button or ↵YuSanka
ask for confirmation + MsgDialog: * Added processing if the wxNO_DEFAULT and wxCANCEL_DEFAULT flags * Next improvements of get_wraped_wxString() function
2022-02-02#4881 - #5073 - #6336 - GCodeProcessor::AxisCoords using doubles in place of ↵enricoturri1966
floats
2022-02-01Sync to 2.4.1-beta1Lukas Matena
2022-02-01Merge branch 'master' into stable - no conflicts fixedLukas Matena
2022-02-01Bumped up version to 2.4.1-beta1version_2.4.1-beta1Vojtech Bubnik
2022-01-31get_wraped_wxString(): Adapted to work with UTF8Vojtech Bubnik
2022-01-31Added G92 E0.rtyr
2022-01-31Follow-up to ↵YuSanka
https://github.com/prusa3d/PrusaSlicer/commit/e3ef90941f0ddcc18f604b6c528aa5ea602bbc4a - next improvements for get_wraped_wxString
2022-01-31Follow-up to 3e7a4d4648904b64c9f2d1c2948d81878f2a5eebVojtech Bubnik
Fixed Perl integration tests, missing G92 E0 in layer_change G-code for relative extruder addressing.
2022-01-31Follow-up to 3e7a4d4648904b64c9f2d1c2948d81878f2a5eebVojtech Bubnik
Allowed for localization of error messages.
2022-01-31Follow-up to 58d64bae7762e225a9755a79c80068f56a81b5f5Vojtech Bubnik
Fixed Perl integration tests, missing G92 E0 in layer_change G-code for relative extruder addressing.
2022-01-31Hopefully fixed get_wraped_wxString() and did not introduce new bugs.Vojtech Bubnik
2022-01-31Print Settings: "Output options": Switched a places of "Post-processing ↵YuSanka
scripts" and "G-code substitutions"
2022-01-31Fix of #6336 #5073: Throw an error if G92 E0 is missing in layer changeVojtech Bubnik
G-code with relative extruder addressing. Also thrown an error, if G92 E0 is used with absolute extruder addressing.
2022-01-31MsgDialog: get_wraped_wxString(): Fixed a bug in case, when string is break ↵YuSanka
on slash
2022-01-29G=code substitutions: Debugger: Fixed wxWidgets assert when new substitution ↵YuSanka
is added + Fixed representation of the gcode_substitution in DiffDialog and UnsavedChangesDialog
2022-01-28MSW specific: Highlighted text for the default buttons in dialog. Related to ↵Oleksandra Yushchenko
https://github.com/prusa3d/PrusaSlicer/issues/7564 (#7830)
2022-01-28G-code substitutions: Added path to helperYuSanka
Fixed a bugs: * Notes wasn't correctly save to 3mf * Button "Delete All" wasn't hidden when last substitution was deleted
2022-01-28Add msbuild low CPU priority option for polite compiling. (#7828)Jebtrix
2022-01-28GCode substitutions: Added UI ("Notes" editor) to the changed format of ↵YuSanka
gcode_substitutions