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-28Fix of Opening a previous version of PrusaSlicer damages configuration #7780Vojtech Bubnik
PrusaSlicer writes its version into "version" field of PrusaSlicer.ini on start, unfortunately it used to do it too early, before the "configuration invalid, reconfigure" dialog was shown to the user. If user refused, the version was still written into PrusaSlicer.ini, which lead to a newer slicer thinking the configuration is outdated.
2022-01-28Command key sign in hintsSlic3rPE
2022-01-28Fixed unit-tests of GCodeFindReplaceVojtech Bubnik
Follow-up to 7da4bebe7a3653136eebb0dbd7557a8b5ddcbe91 WIP GCode substitutions: Changed the format of gcode_substitutions by adding an empty comment as a fourth parameter to each substitution. In the future, we will provide a UI to show / edit the comment.
2022-01-27WIP GCode substitutions: Changed the format of gcode_substitutions byVojtech Bubnik
adding an empty comment as a fourth parameter to each substitution. In the future, we will provide a UI to show / edit the comment.
2022-01-27Replace Ctrl -> Cmd in hints on Apple.Lukas Matena
2022-01-27Fixed wording inside a CMAke commentVojtech Bubnik
2022-01-27Fixed warningenricoturri1966
2022-01-27Localization: Added Hungarian dictionary. Thanks for Attila ↵YuSanka
Zombori(https://github.com/zomatt)
2022-01-26G-code substitutions: Use WarningDialog/ErrorDialog instead of throw ↵YuSanka
RuntimeError during value validation
2022-01-26GCode find/replace: Another try to make a sensible "default" behaviorVojtech Bubnik
with the boost::regex implementation: With no "single line", don't accept new lines with a dot '.'.
2022-01-26Fix of escape_strings_cstyle(), which did not enclose a single wordVojtech Bubnik
string containing semicolon ';' character into quotes.
2022-01-26Localization: Updated POT and dictionaries for CZ, PL, IT, ES, DE, FRYuSanka
+ Added one phrase in Tab.cpp + POs for CA, KR, NL, BR, RU, TR, UK, ZH are merged with new POT
2022-01-25Follow-up to a7520f47a66551e95a35bfe124c082c54eefb789 " add IU for "Match ↵YuSanka
single line"
2022-01-25GCodeFindReplace - single line option unit tests.Vojtech Bubnik
2022-01-25GCodeFindReplace: Implemented perl's "match single line" optionVojtech Bubnik
to the back-end.
2022-01-25Merge branch 'lm_seam_240_no_stagger_improved'Lukas Matena
2022-01-25Changed the inner seam replacement threshold to 3*nozzle_diameterLukas Matena
2022-01-25Fixed one possible crash and a warningLukas Matena
2022-01-25Trying to make the inner seam placement a bit more intelligent:Lukas Matena
place external seams first, then place inner seam using the normal seam placement function, only limited to vicinity of the closest external seam.
2022-01-25Seams: changed the overhang penalty calculation, it might have been too much ↵Lukas Matena
compared to the rest Also reduced penalty for flat surfaces a bit, based on some testing (hopefully it is not overfitting on the test models)
2022-01-25Seam fixes:Lukas Matena
- turned off staggering - fixed a bug in one of the heuristics (distance between indices measured instead of actual distance)
2022-01-25Fixed texture extensionrtyr
2022-01-25Texture size fixrtyr
2022-01-25Bed texturertyr
2022-01-25Added texturertyr
2022-01-25Delete Jubilee_texture.svgrtyr
2022-01-25Added bed texture.rtyr
2022-01-25Jubilee bed texturertyr
2022-01-25Further GCodeFindReplace adjustmnets of regular expressions:Vojtech Bubnik
match_single_line: ^$ will NOT match \n
2022-01-25GCodeFindReplace: Removed boost::match_not_dot_newline | ↵Vojtech Bubnik
boost::match_not_dot_null
2022-01-25Jubilee initial bundlertyr
2022-01-24Fix of a possible locales mismatch during GCode exportLukas Matena
There is a mysterious issue with GCode annotations printed with decimal commas instead of points. tbb threads should be set to "C" locales when started, either another thread is spawned by tbb, or someone switches the thread locales and leaves it in the pool.
2022-01-24Sync with PrusaSlicer-settings.rtyr
2022-01-24Follow-up of 0e173e3f825f7d7fc0fdedeae265f17c857319b0 - Further code ↵enricoturri1966
optimization
2022-01-24Fixed wrong cut contours shown by gizmo cut (SPE-1177)enricoturri1966
2022-01-24Refactoring of lambda extract_move_id() to improve performance of method ↵enricoturri1966
GCodeViewer::load_toolpaths()
2022-01-22Merge pull request #7782 from top-gun/masterrtyr
RatRig printer profiles: optimizations
2022-01-22RatRig printers: Prifle optimizationstop-gun
changed the default infill to cubic remove accidental .bak file
2022-01-21Fixed a use of uninitialized variables reported by MemorySanitizerYuSanka
2022-01-21Localization: CA: Manual merge of the ↵YuSanka
https://github.com/prusa3d/PrusaSlicer/pull/7566
2022-01-21Localization: Added missed phrases -> Updated POT and dictionaries for CZ, ↵YuSanka
PL, IT, ES, DE, FR + Command to remove obsolite lines is added to gettext_concat_wx_po_with_po and gettext_merge_po_with_pot scripts + POs for CA, KR, NL, BR, RU, TR, UK, ZH are merged with new POT + Updated all MO files
2022-01-21Follow-up to 1dffc40f - Save app_config every time a "restore_win_position" ↵YuSanka
is changed Fix for cases witch are described in https://github.com/prusa3d/PrusaSlicer/issues/2939#issuecomment-1017730712
2022-01-21Fixed crashes with specific configuration of draft shield:Lukas Matena
the crashing cases were: - skirts=0 + dsEnabled - skirt_height=0 + dsLimited Also, when ooze_prevention is enabled with multiple extruders and skirt is disabled, 2.4.0 does not generate infinite skirt. Version 2.3.3 does, ooze prevention overrides the disabled skirt. This commit reinstates the old behaviour. The issues were introduced in b466f18.
2022-01-20Fixed use of an uninitialized variable in ↵Lukáš Hejl
GLGizmoPainterBase::update_raycast_cache().
2022-01-20Localization: Updated POT and dictionaries for CZ, PL, IT, ES, DE, FRYuSanka
+ Fixed phrases in Tab.cpp, hints.ini, NotificationManager.cpp + POs for CA, KR, NL, BR, RU, TR, UK, ZH are merged with new POT + Updated all MO files
2022-01-20Fix of warningsYuSanka
2022-01-20latin-2 for Hungarian in imguiDavid Kocik
#5479
2022-01-20Merge remote-tracking branch 'origin/et_gcode_z_offset'enricoturri1966
2022-01-20Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into ↵et_gcode_z_offsetenricoturri1966
et_gcode_z_offset
2022-01-20Fix for #7781 - Entering value in Thumbnail setting causes PrusaSlicer to crashYuSanka
Follow-up 106e520a - During code refactoring "thumbnails" option wasn't correctly processed