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-08-25WIPlm_klipper2Lukas Matena
2021-08-24Allow to set an extruder nameLukas Matena
2021-08-24Klipper firmware implementation, so far with no support for named extrudersLukas Matena
2021-08-24Do not print brim when object has raft, it is not supported and makes no senseLukas Matena
2021-08-24Fixed object below bed after deleting partenricoturri1966
2021-08-24Fixed update of project dirty state after discarding config changesenricoturri1966
2021-08-24Removed confirmation dialog for command Delete Allenricoturri1966
2021-08-24Merge branch 'master' of https://github.com/prusa3d/PrusaSlicerenricoturri1966
2021-08-24Fixed sequential print clearance contours not disappearing after undoenricoturri1966
2021-08-24OctoPrint upload: ignore certificate revocation checksVojtech Bubnik
Fixes Hostname incorrect While test is positive (Bonjour discovery not supported for the address field) #1781 (partial fix of #1781)
2021-08-24Follow-up of 316d38807d64e377c4b1d3a71f8c9587dcc82066 -> Modified shader to ↵enricoturri1966
work on (buggy) Intel graphics card
2021-08-24Force enable menu icons under GTKtamasmeszaros
GTK specific: Fixed missing icons for wxMenuItem on GTK2 and GTK3 for skins that haven't enabled showing an icon for gtk_image_menu_item by forcing showing icons for every skin.
2021-08-24Slight refactoring of the project state.Vojtech Bubnik
2021-08-24Follow-up of ab6c638e44915138ee0e0500931aefd63bba16ed -> Fixed logic to ↵enricoturri1966
center objects loaded from 3mf files produced by 3rd part softwares
2021-08-24Do not allow objects to be placed fully below bedenricoturri1966
2021-08-23Fixup of e5f0099Lukas Matena
2021-08-23Merge branch 'dk_notifications'David Kocik
2021-08-23Parse hints.ini for translatable text as part of gettext_make_potDavid Kocik
2021-08-23Fixed ProjectDropDialog: it sometimes did something else than selectedLukas Matena
2021-08-23Changed app title when the current project is modified and non yet namedenricoturri1966
2021-08-23#5798 - Fixed naming of single part objects when loaded from 3mf files ↵enricoturri1966
produced by 3rd part softwares
2021-08-23Optimization of ConfigBase::equals() to not create intermediateVojtech Bubnik
list of modified options. Optimization of DynamicConfig::equals(), ::diff(), ::equal() to iterate over the two compared std::map trees instead of first generating a list of keys and then searching for each key in the respective map. Optimization of PresetCollection::current_is_dirty() and ::saved_is_dirty() to call DynamicConfig::equals() instead of ::diff().
2021-08-23Allow Desktop Integration by default on LinuxDavid Kocik
2021-08-23Fix of hint notification button Open Gallery. Deselects all objects prior ↵David Kocik
opening gallery.
2021-08-23#6806 - Fixed naming of multipart objects when loaded from 3mf filesenricoturri1966
2021-08-23Updated PR index file.rtyr
2021-08-23Updated brim_offset value. Updated Prusa MINI end g-code. Added ↵rtyr
Filamentworld filament profiles.
2021-08-23Fixed painting on surfaces close to the bed (broken since 1360446)Lukas Matena
2021-08-23Fix of Top solid infill settings cannot be changed in Vase mode #4241Vojtech Bubnik
2021-08-23error when loading configbundle (#6822)Merill
a little typo
2021-08-20Improved wording of "reserved words in G-code" error message.Vojtech Bubnik
2021-08-20Improved wording of "does not look like a sign" notification.Vojtech Bubnik
2021-08-20Disabled "expensive checks" in debug mode, TriangleSelectorVojtech Bubnik
2021-08-20Fixed update of slicing back-end with MMU-painted objects after changeVojtech Bubnik
of a printer from MMU to non-MMU (when number of extruders changes). Also slightly optimized in case a MMU-painted object is sliced in single extruder mode.
2021-08-20Improved wording of message boxes popping up onVojtech Bubnik
looks_like_saved_in_meters() and looks_like_saved_in_inches()
2021-08-20Removed 'Set auto color changes' menu item from GCodeViewerenricoturri1966
2021-08-20Always center on the bed objects loaded from 3mf produced by 3rd part softwaresenricoturri1966
2021-08-20Merge branch 'master' of https://github.com/Prusa3D/PrusaSlicerVojtech Bubnik
2021-08-20Fixed unreliable application of filament overrides to PlaceholderParser.Vojtech Bubnik
Sometimes the PlaceholderParser used main config instead of filament overrides and vice versa. Follow-up to #3649
2021-08-20Change UI job's process() method to be protected, as it should have beentamasmeszaros
Also add some comments to the interface of Job class
2021-08-20Fix warnings when newer CMake is used.tamasmeszaros
project() call should always come AFTER cmake_minimum_required(). This caused various hard-to-debug issues when searching for packages. Newer CMake versions complain that compatibility is broken with v2.6
2021-08-20Moved raft_first_layer_density and raft_first_layer_expansion from 'Raft' ↵Lukas Matena
section to 'Support material', the values are also used for first supports layer when raft is disabled.
2021-08-20Fix for #6803 - Illegal character in filename when STL opened direct from ↵YuSanka
CAD app
2021-08-20Fixed sequential print clearance contours not disappearing when switching to ↵enricoturri1966
SLA printer
2021-08-19Possibility to link curl and glew dynamically in static mode.tm_flatpak_help_3tamasmeszaros
2021-08-19Merge branch 'dk_desktop'David Kocik
2021-08-19Desktop integration: escaping \' inside executable pathDavid Kocik
2021-08-19Rotated arrow asset.David Kocik
2021-08-19Progress notification: fix of wrong method call.David Kocik
2021-08-19Small refactoring into GLModel::render()enricoturri1966