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-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-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-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-11An attempt to fix issues with wxProgressDialogLukas Matena
2022-08-11STEP: Show STEP in model import file dialog titleLukas Matena
2022-08-11Add STEP into menu label, enable drag and dropLukas Matena
2022-08-11STEP: Implementation ported from BambuStudio:tamasmeszaros
CMake handling is different STEP: Removed preprocessing stage STEP: Small refactoring STEP: Bigger refactoring STEP: Changed naming on loaded object and volumes: If the STEP contains exactly one named volume, the object and its first volume will both have that name. Otherwise, filename w/o suffix is used as object name and volumes are named using names from the STEP (if there is none, untranslated "PartN" string is used). STEP: Load the libraries dynamically on Win wip
2022-08-09Added missing includeenricoturri1966
2022-08-08Replaced parameters wall_add_middle_threshold and ↵Lukáš Hejl
wall_split_middle_threshold with automatic computation based on extrusion width. That allows computed better values in cases when the extrusion width of the first layer or for the infill differs from the extrusion width for perimeters. Parameters min_feature_size and wall_transition_length now can be set in percentages, and then they will be calculated based on nozzle size. Old profiles with default values are forced to replace old default values with new default values in percentages.
2022-07-19Fixed GLGizmoBase::render_input_window() to properly require for an extra ↵enricoturri1966
frame the first time an imgui window is shown
2022-07-19Removed extra member qualification in declaration (does not build with ↵Lukas Matena
/permissive-)
2022-07-18SPE-1252 - Fixed update of contours in Cut Gizmo when modifying the ↵enricoturri1966
orientation or the scale of a part of a multipart object
2022-07-15Mentioned CuraEngine in the CopyrightsDialogLukas Matena
2022-07-13Search: Fix of the wrong search, when print technology was changed, but ↵YuSanka
search line wasn't inputted. Partially reverted a248490507f7d0c2fe8f245b14318fbe2100d243 -> UnsavedChangesDialog:A sort of Sercher's options have to be reverted back an the and of update_tree() May be related to #8376 - SEARCH {CTRL-F}
2022-07-12Fix for #8450 - Tip Of The Day - configuration snapshots shortcut not work ↵YuSanka
in the language Portuguese Brazil Note: This bug was related not just for the language Portuguese Brazil but for all another dictionaries, where for "&MenuItem" and "MenuItem" are used "&LocalMenuItem1" and "LocalMenuItem2" instead of "&LocalMenuItem" and "LocalMenuItem"
2022-07-12Fix for #8459 - Tooltip on "Retract amount before wipe" setting for retractionsYuSanka
2022-07-08Update year in the copyright noticeLukas Matena
2022-07-01Added link to helper for "Pressure equalizer" parametersYuSanka
2022-06-23Localization: New POT and updated dictionaries for CZ, PL, IT and ESYuSanka
+ Fix for minor issue https://github.com/prusa3d/PrusaSlicer/issues/5672#issuecomment-1160245417 + Fix for #7858 - Small formatting error in dutch language + Community PO-files are extended by new phrases
2022-06-22Fix crash when pressing Ctrl+A while a gizmo is open (#8416):Lukas Matena
There were two separate issues. Missing update when select_all was invoked in the scene and missing check when SLA supports/hollow gizmo were asked to select all points/holes.
2022-06-22ObjectLayers: Negative value for layer heights are suppressedYuSanka
+ Set last valid value, when invalid numeric value was inputted + Linux specific: Fixed a crash, when alternate decimal separator was used in input
2022-06-22Linux specific: Fix for #7531, #8055, #8408YuSanka
2022-06-21UnsavedChangesDialog: Fixed a crash, when enum_labels wasn't defined for ↵YuSanka
some enum config option.
2022-06-17Minor fixes for KR localization: Added missed line breaksYuSanka
2022-06-17SplashScreen: New imageYuSanka
+ PressureEqualizer" fixed warning
2022-06-17Revert "Merge branch 'pm_stable_meshfix' into dev_250"Lukas Matena
This reverts commit 71a8ead28207b61b34f11e767bceff28609bfd66, reversing changes made to a1143ab26e532c5bee616d4ec9b144091d57847a.
2022-06-17Print bed has to be updated, when printer preset is detached from the system ↵YuSanka
preset
2022-06-14Arachne parameter names: unified case with the restLukas Matena
2022-06-14OSX specific: Fixing opening of G-codes by drag & dropping of G-codeLukas Matena
on slicer icon in case slicer is not yet running. (backport of 91a5ceb from master)
2022-06-09Modified the description of pressure equalizer parameters and moved it to ↵Lukáš Hejl
the separate section.
2022-06-09Attempted to reenable the old pressure equalizer and fix its issues.Lukáš Hejl
2022-06-08WIP: Implemented support for QOI G-code thumbnail format as requestedVojtech Bubnik
by the RepRapFirmware team due to their low RAM budget for decompression. Bundled the QOI image compression library.
2022-06-08Fix double undo/redo snapshot when using SpinCtrlLukas Matena
2022-06-08Fix of 8342 (deselection when changing object-specific settings)Lukas Matena
2022-06-08Fixed a crash when rescaling or changing color mode (Windows, macOS)Lukas Matena
2022-06-07incldue READMEPavelMikus
disable MeshFix on windows 10
2022-06-07Meshfix integration into GUIPavelMikus
2022-06-03Fixed compiler warningsLukas Matena
2022-06-02Fixed a bug, when "Detach from system preset" button wasn't disappears after ↵YuSanka
click on it and detaching of the profile from system profile
2022-06-02SLA estimation time:YuSanka
* A calculation of the estimation of a print time is ported from the FW (See https://gitlab.com/prusa3d/sl1/sla-fw/-/blob/1.7/slafw/project/project.py#L485) * Some missed parameters are added to the Printer Presets
2022-06-02Fixed out of bounds when showing color prints in gcode preview legend:Lukas Matena
backport of a2a85af4ddde1351f6a54a0f468fed13540e85f5 onto 2.4.2 Fixes flickering of color square in legend in G-Code Viewer
2022-06-02Fix crash when optimizing rotationtamasmeszaros
probably helps to solve #8319
2022-06-02SendSystemInfoDialog: fixed check of internet connection on Windows:Lukas Matena
S_FALSE is returned when COM interface is already initialized, it should be considered a success.
2022-06-02Fixed a crash when using a selection rectangle in cut gizmoLukas Matena
2022-06-01Renamed slicing engine to perimeter generator and slightly rearrangement of ↵Lukáš Hejl
Arachne parameters.
2022-06-01Updated Arachne with Cura master.Lukáš Hejl
2022-06-01Updated the default values for wall_add_middle_threshold and ↵Lukáš Hejl
wall_split_middle_threshold, which should decrease the number of missing tiny islands.