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
2021-12-13Fixed objects bigger than print volume set as sinking after calling 'Scale ↵enricoturri1966
to print volume' command - SPE-1155
2021-12-13Merge branch 'master' of https://github.com/Prusa3D/PrusaSlicerVojtech Bubnik
2021-12-13Fix of PrusaSlicer crashes when using fuzzy skin and setting 0 for values #7468Vojtech Bubnik
Fuzzy skin will be disabled for regions with with fuzzy_skin_point_dist < 0.01 or fuzzy_skin_thickness.value < 0.001 as the first one creates excessive long extrusions while the second one does not modify the perimeters.
2021-12-13Always use batched models to render options in previewenricoturri1966
2021-12-13Fix for #7481 - Found typo in BitmapComboBox.cpp L257: _MSW_DAEK_MODEYuSanka
2021-12-12Fixed minor typo in wording.Vojtech Bubnik
2021-12-12Follow-up to c772d28070dec458d73488c52c2ae8b6d2755fb6theofficialgman-TBB-Fix2Vojtech Bubnik
Support for oneTBB from oneAPI, where Intel reworked and deprecated some interfaces. Implements some of TBB universal fix (2020/2021 fixes) #7332 This one adds TBB_HAS_GLOBAL_CONTROL for the up to date oneTBB.
2021-12-12Support for oneTBB from oneAPI, where Intel reworked and deprecatedVojtech Bubnik
some interfaces. Implements some of TBB universal fix (2020/2021 fixes) #7332
2021-12-12Fix of Bed shape inverted origin position #7474Vojtech Bubnik
The bug was introduced with cc44089 due to out of print bed detection refactoring.
2021-12-12Added asserts to check for empty calls to glMultiDrawElements().Vojtech Bubnik
Some OpenGL drivers crash on empty glMultiDrawElements, see GH #7415.
2021-12-12Updating wxWidgets SHA due toVojtech Bubnik
"Fixed HiDPI scaling issue of dark moded spin control buttons" https://github.com/prusa3d/wxWidgets/commit/2052db1e5d8a2398f3cfe8f5eaf2ebd0657c5b3d
2021-12-11Bumped up version to 0.1.1rtyr
2021-12-11Delete ENDER2PRO_thumbnail(NONBETA).pngrtyr
2021-12-11Merge pull request #7417 from spuder/ender2-prortyr
Add ender 2 pro
2021-12-11Fix of PS 2.4.0 Beta 4: No image handler for type 15 defined. #7469Vojtech Bubnik
On Linux, image handlers need to be initialized before showing any PNG.
2021-12-11Bumped up version number.version_2.4.0-beta4Vojtech Bubnik
2021-12-11Merge branch 'master' into ender2-proSpencer Owen
2021-12-11Fixed typo in GLGizmoPainterBase::get_projected_mouse_positions() after ↵Lukáš Hejl
7bb38840e18ecc435ad3acca07828dee526499f8.
2021-12-10Ender2 Pro resourcesrtyr
2021-12-10Fix of disabling thick bridges adds unnecessary support interfaces #7260Vojtech Bubnik
Improved numerical robustness when removing bridging perimeters from overhangs to be supported.
2021-12-10Localization: Next improvements: CS, IT, ES, DE, ES, FRYuSanka
2021-12-10Code refactoring for ObjectList::get_selection_indexes().YuSanka
Assert is changed to check if selection isn't empty. Elsewhere processing of the empty selection can causes a crash.
2021-12-10Fix of Bug in First Layer Expansion: Support material base layer ↵Vojtech Bubnik
intersects/overlaps with interface layer First layer support expansion was only trimmed with contacts, not with support interface layes (dense supports supporting contact layers).
2021-12-10Fix of "solid_infill_every_layers = 1" does not generate valid infill for ↵Vojtech Bubnik
some geometries #6736 With solid_infill_every_layers = 1 the new solid layer should be solid infill not solid bridging infill. Once the layer is correctly classified as solid with solid_infill_every_layers = 1, everything works as expected.
2021-12-10Follow-up ↵YuSanka
https://github.com/prusa3d/PrusaSlicer/commit/ea796aaa68a2948058d02711cc25a0a0fcfcee30 * Fixed builds for non-MSW platforms (We can't change the signature of the RichMessageDialog. It have to be completely the same as for wxRichMessageDialog) * Texts of the message dialog are changed. Use InfoDialog instead of a RichMessageDialog. * MsgDialog: Added SetButtonLabel() function * InfoDialog: For constructor added is_marked_message and style parameter to allow to use marked text in the Dialog and set different style
2021-12-10Merge branch 'et_reload_from_disk_fixes'Lukas Matena
2021-12-10Follow-up of 450e430ca1b5169ab59d39a62cc84c4db3b0a8fa - Fixed wrong if() ↵enricoturri1966
conditions into Plater::priv::reload_from_disk()
2021-12-10#7429 - Fixes in reload from disk commandenricoturri1966
2021-12-10Trying to fix #7176:Vojtech Bubnik
Incorrect vertical size of a wxBitmapComboBox selecting presets at the Persets page due to likely incorrect setting of a "rubbery" scale factor of one of the box sizers.
2021-12-10Windows specific: Fixes layout issues on plater, short BitmapComboBoxesVojtech Bubnik
with some Windows scaling, see GH issue #7414. The issue was most likely due to the initial main frame size generated by Windows based on some unknown rule based on font scaling and possibly display size and something else. If the initial window height is short, then the last controls in a "rubbery" sizer are trimmed and wxBitmapComboBoxes then remember the initial widget size indefinietly.
2021-12-10Add extra tabSpencer Owen
2021-12-09Merge branch 'dk_msg'David Kocik
2021-12-09Changed message about copying another configuration folder.David Kocik
Added headline to RitchTextDialog.
2021-12-09RichMessageDialog on non-MSW platforms: Set escape ID to wxID_CANCELYuSanka
+ Fixed behavior of the "Open hyperlink" dialog when "cross"(close window button) is clicked.
2021-12-09Follow-up ↵YuSanka
https://github.com/prusa3d/PrusaSlicer/commit/b3074ad2cce49ab9ca929faf42ad5721f1b76849 Change random values of the S and V in HSV colors. To avoid generation of the extremely light or dark colors we use now generated values from the range [0.65; 0.1]
2021-12-09wider SLA material type in conf wizardDavid Kocik
2021-12-08Merge branch 'prusa3d:master' into ender2-proSpencer Owen
2021-12-08The default SLA material speed was set to fast.Vojtech Bubnik
2021-12-08Fix for #7146 - Reset settings for spiral vase mode is inconsistentYuSanka
2021-12-08Fixed behaviour of float sliders in SLA gizmos,Lukas Matena
which was broken after the 'Edit' button was added. This is a bit hacky fix, it might be worth improving later.
2021-12-08Fixed rear seam option, which was not always respected,Lukas Matena
the problem was originally introduced in b8c898b, recent seam changes probably made it more visible
2021-12-08Added a missing include (GCC11.1 without PCH).Lukáš Hejl
2021-12-08Changed OpenGL buffer type to GL_ELEMENT_ARRAY_BUFFER for vertex array ↵Lukáš Hejl
indices in GLPaintContour. The previous type GL_ARRAY_BUFFER was used by mistake.
2021-12-08Follow-up to c9727b5a57d0e78c386130c1eee5bb330d3b7ceeVojtech Bubnik
Fixed incorrect use of a boolean config value
2021-12-08Fixed incorrect case in includeVojtech Bubnik
2021-12-08Fix of the position of "PrusaSlicer: Open hyperlink" DialogYuSanka
More info https://github.com/prusa3d/PrusaSlicer/issues/7419#issuecomment-988231014
2021-12-08Fix of Random placment of top fill throughout model #7442Vojtech Bubnik
For this particular model, ClipperLib numerical instability causes one of the internal surfaces to turn into bridging surfaces on reslicing. The issue was fixed by reverting to untyped slices if possible.
2021-12-08build_win.bat: MSVC version selection and minor fixes (#7450)Justin Schuh
* Adds MSVC version and product selection parameters * Better error handling and reduced error noise
2021-12-08grid looking goodSpencer Owen
2021-12-08improved logoSpencer Owen