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-01-06partial fix of #7583dk_mac_msg_sendDavid Kocik
Disabled sending of system message at shutdown on OSX Sierra and older.
2022-01-06Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into ↵et_spiral_vase_layersenricoturri1966
et_spiral_vase_layers
2022-01-06Preferences: Changed tooltip for the "Suppress to open hyperlink in browser"YuSanka
+ Show "PrusaSlicer: Don't ask me again" dialog when "Remember my choice" is checked in "PrusaSlicer: Open hyperlink" dialog + Ignore suppress of hyperlink for menu items + Code refactoring for OptionsGroup::launch_browser() => use common wxGetApp().open_browser_with_warning_dialog().
2022-01-06Follow-up of d2e495c70042900ed5e3c3085877bc66ad0f7748 - Fixed other warningsenricoturri1966
2022-01-06Follow-up of ffe678e0ea976f4f062662b70a5725b086cf258c - Re-enabled 'Export ↵enricoturri1966
to STL' command for modifiers
2022-01-06Fixed warningenricoturri1966
2022-01-06Tech ENABLE_SPIRAL_VASE_LAYERS - 1st installment - Per-layer preview for ↵enricoturri1966
spiral vase mode
2022-01-06Implementation of the Preferences option "Ask for unsaved changes in project"YuSanka
2022-01-05Moved Odaki's implemetation of searching for end of utf8 sequence to ↵David Kocik
separate function. + Fix of 0xC0 in trailer bytes followup on fff862a5ae4b013f9a4ca20161b514f7fb0574e8
2022-01-05Fix garbled text in Hintodaki
Fixed a problem where CJK characters at the end or beginning of a line were sometimes not displayed correctly.
2022-01-05Refactoring of GLCanvas3D::check_volumes_outside_state() to prevent assert ↵enricoturri1966
while using SLA printer
2022-01-05Merge branch 'master' of https://github.com/prusa3d/PrusaSlicerenricoturri1966
2022-01-05#7647 - Re-enabled 'Export to STL' command for volumes. It was working in ↵enricoturri1966
2.3.3 and got disabled somehow.
2022-01-05Some beatification for Sliced Info: "Used Filament" is moved to the first placeYuSanka
2022-01-05MSW-specific: FirmwareDialog: Fixed color of the text when firmware flashing ↵YuSanka
is done + Deleted some commented code
2022-01-04Follow up to ↵YuSanka
https://github.com/prusa3d/PrusaSlicer/commit/229df98386e5bd9ba7e2006059ac7ac0c78a88be - fixed non-MSW builds
2022-01-04MSW specific: Highlight a focused buttonsYuSanka
Fix for #7564 - Button in focus is not highlighted anymore in PS 2.4 (accessibility issue)
2022-01-04Fixes for localization of the PrusaSlicer - 2.4.0YuSanka
* Added some missed phrases. * Added some missed files to the list.txt * Fix for https://github.com/prusa3d/PrusaSlicer/issues/7114 - Reword of the "Ask for unsaved changes..." * Fix for https://github.com/prusa3d/PrusaSlicer/issues/7542 - Added localization for default buttons Yes/No Note: For some default buttons/labels/dialogs/... is used localization in wxWidgets. But dictionaries have to contain this strings, otherwise texts wouldn't be localized. "wxWidgets/local" contains dictionaries for all this default phrases. So, a copy of this field is added as a "wx_local" field to the "resources/localization" field. And a "gettext_concat_wx_po_with_po" script is written to concatenate strings from wx_local/lang_code.po to resources/localization/lang_code/PrusaSlicer_lang_code.po. So, to create a MO file from updated PO we have to execute "gettext_concat_wx_po_with_po" and only then execute a "gettext_po_to_mo" script.
2022-01-04#7550 - Fixed error message when trying to import an invalid stl for ↵enricoturri1966
commands 'Reload from disk' and 'Replace with STL'
2022-01-03One more speedup of place on faceLukas Matena
2022-01-03Fix of slow place on face on complex models #7587Lukas Matena
2021-12-21Fix of Can't add Filament in RC2 #7544Vojtech Bubnik
2021-12-21Fixed crash in send system info dialog due to empty prerelease string.Vojtech Bubnik
2021-12-20Follow-up to 942c6ea7d89a0473b4f2b5529c516316b0b44b6b - an assert is commented.YuSanka
Note: value can be equal to zero, when move.type==Travel
2021-12-20Non-MSW specific: Fixed a default focus for message dialogYuSanka
See https://twitter.com/ZMelmed/status/1472678454168539146
2021-12-20Follow-up to 2e250c1463c5d8e8bc94d0769e3e82d648e99e3bVojtech Bubnik
2f638058570197aa2832d0343148741ad6dbba6b The issue was caused by 2e250c1463c5d8e8bc94d0769e3e82d648e99e3b that did not do the binning of floating values well for small numbers, small numbers were rounded to zero. The new code now rounds to two significant digits similarly to sprintf(buf, "%.2g", value)
2021-12-20#7522 - Fixed toolpaths height calculation for ironing extrusion roleenricoturri1966
2021-12-17GUI_ObjectList: Get list of the loaded files before a taking of Undo/Redo ↵YuSanka
snapshot + Fixed localization for the "Post processing" description line
2021-12-16Follow-up to acee3ff1f98ddff7c3a97a72f97fa20c88b4440dVojtech Bubnik
Fixed crash when changing modifier type on a circular printbed
2021-12-16Fix for switch Dark/Light mode when preset settings are in separate dialog.YuSanka
Set new color for title bar, tab bar and all scroll bars for settings dialog
2021-12-16Fixed crash when changing modifier type on a circular printbedenricoturri1966
2021-12-16Fixed call to take_snapshot() in ObjectList::load_subobject()enricoturri1966
2021-12-15Importing newer config when starting the application:Vojtech Bubnik
Cache directory is newly deleted before it is imported from the newer config location. Linux specific: When asking for certificate directory, perform import of configs first.
2021-12-15UpdateDialogs: Fixed an alignment inside a GridSizer, when "Open changelog ↵YuSanka
page" is added.
2021-12-15Fixed previous commitVojtech Bubnik
2021-12-15If taking configuration snapshot before importing newer configuration fails,Vojtech Bubnik
offer to stop importing configuration.
2021-12-15Delete existing vendors before importing newer vendors, as the existingVojtech Bubnik
vendors may not be referenced by newer PrusaSlicer.ini imported.
2021-12-15Fix for #7496 - Dark-mode selection highlightYuSanka
2021-12-15Fixing previous commit on AppConfig and loading newer configuration.Vojtech Bubnik
2021-12-15Some improvements to copying of newer configuration to current folder:Vojtech Bubnik
1) Less context is kept in GUI_App. 2) Copying is not being done if loading current PrusaSlicer.ini fails 3) AppConfig (PrusaSlicer.ini) is saved first after the newer configuration is installed.
2021-12-15MsgDialog: Fix for scale of the message size, when mainframe wasn't created ↵YuSanka
yet but InfoDialog is shown
2021-12-15Bugfix: Loading of AppConfig from an alternate locations.Vojtech Bubnik
2021-12-15Initialize fonts before first UI actionYuSanka
2021-12-15Revert of the ↵YuSanka
https://github.com/prusa3d/PrusaSlicer/commit/8b3e4136338c5e758ed0f0d4ccbb66fb5e4a911f, which was caused the issue #7498
2021-12-14MsgDialog: Fixed text color under non-MSW platformsYuSanka
2021-12-14Bumped up version to release candidate,Vojtech Bubnik
changed the configuration directory from beta to final.
2021-12-14Follow-up ↵YuSanka
https://github.com/prusa3d/PrusaSlicer/commit/6d2efe29a4ad57f57d19878d64de5acc08827e92 - Call wxInitAllImageHandlers() before any UI actions to avoid "No image handler..." warnings. + Deleted unnecessary app_config->save() call
2021-12-14Localization: Updated dictionaries for CS, DE, ES, FR, IT, NL, PLYuSanka
+ GUI_App.cpp: Set language, color mode and initialization of image handlers before a call of check_older_app_config()
2021-12-14#7461 - Use three floats for defining vertex normal to render travel ↵enricoturri1966
toolpaths. This fixes a crash on NVIDIA Quadro graphics cards when turning on travel moves visibility in preview.
2021-12-14Follow-up e2475c95 - Disable check of the compatibility of the ↵YuSanka
"support_material" and "overhangs" options for profile which was loaded from 3mf