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
2018-08-03Corrected initialization of the SLA presets with their default values.SLAbubnikv
2018-08-01Adding the SLA printer profiles, WIPbubnikv
2018-07-31Integration of SLA parameters, WIPbubnikv
2018-07-27Fixes crash when loading a config with zero number of default_filament_profilebubnikv
values. Fixes SPE-427
2018-07-23PresetUpdater: Fix reloading of profiles after reconfigure and updateVojtech Kral
Fix #1060 Fix #985
2018-07-17Simplification ofbubnikv
1.40.1-rc2 fails to save the modified AMF settings #1035
2018-07-17Merge remote-tracking branch 'remotes/origin/ys_preset_externals_bf'bubnikv
2018-07-17Merge remote-tracking branch 'remotes/origin/ys_tooltips_osx'bubnikv
2018-07-09Added updating of the is_external value for edited_preset after loading ↵YuSanka
preset from (.ini, .gcode, .amf, .3mf etc)
2018-07-03Merge branch 'master' into amf_activate_existing_presetsamf_activate_existing_presetsbubnikv
2018-07-02Fix ofbubnikv
"Slic3r 1.40.1-rc fails to retain the filament list on" https://github.com/prusa3d/Slic3r/issues/1020
2018-06-29Added tooltips for selected PresetYuSanka
2018-06-28Renamed the "compatible_printers_condition" and "inherits" vectorsbubnikv
to "compatible_printers_condition_cummulative" and "inherits_cummulative" when storing to AMF/3MF/Config files. Improved escaping of strings stored / loaded from config files.
2018-06-27Simplified handling of the "compatible_printers_condition" andbubnikv
"inherits" configuration values. Implemented correct setting of the "inherits" flag for the profiles loaded from AMF/3MF/Config files.
2018-06-26When loading an archive (AMF/3MF/Config), the original namebubnikv
of the profile is show in braces next to the file name.
2018-06-26Storing and recovering the "compatible_printers_condition"bubnikv
and "inherits" fields from / to the AMF/3MF/Config files. The "compatible_printers_condition" are collected over all active profiles (one print, possibly multiple filament, and one printer profile) into a single vector.
2018-06-22Activate existing projects after loading AMF/3MF/Config: Initial implementation.bubnikv
2018-06-07Fix: Dialog initialization ordering on OS XVojtech Kral
Perform update_check after MainFrame is created
2018-06-06Fixed a bug reporting incorrect compatible_printers andbubnikv
compatible_printers_condition inside the Config Bundle.
2018-05-23Fix of a crash intruduced with e8247c5646d512da4c8060ecd7d0a6a3232a6c28bubnikv
2018-05-22When loading a config bundle, make sure a config value is not acceptedbubnikv
if it is placed in a wrong group (for example, max_print_height does not belong to print settings, but a printer settings, so Slic3r will now complain about it being in print settings, and it will remove the value from the print settings).
2018-05-16Parsing of obsolete presets from Config Bundle to remove thembubnikv
from user's profile when upgrading to a new configuration structure.
2018-05-16Fixed loading of configuration files after reverting to a snapshotbubnikv
storing the old configuration format.
2018-05-02Preparations to the localization update & new Slic3rPE.potYuSanka
2018-04-24Merge branch 'profile_changes_reset' into updatingVojtech Kral
2018-04-20Added effective update of ComboBoxes on PlaterYuSanka
2018-04-19Added lock icons to system presets in ComboBoxes.YuSanka
Added right event handling if informative string is selected in ComboBoxes
2018-04-18Implemented merging of system profiles from various vendors.bubnikv
2018-04-17PresetUpdater: Notify about Slic3r updatesVojtech Kral
2018-04-16Merge branch 'master' into updatingVojtech Kral
2018-04-13Merge remote-tracking branch 'origin/profile_changes_reset'bubnikv
2018-04-13Merge remote-tracking branch 'origin/scene_manipulators'bubnikv
2018-04-13Merged with Vojtech's branchbubnikv
2018-04-13Removed some obsolete Perl binding.bubnikv
Added Version Index "version" method. Implemented automatic selection of default_print_profile and default_filament_profile, when the print / filament profiles are not compatible with the selected printer profile. Fixed selection of a printer profile, if the currently selected printer profile becomes invisible.
2018-04-13Configuration update application at startupVojtech Kral
2018-04-11ConfigWizard: Make bundle installation more intelligent, fixesVojtech Kral
2018-04-11Changed icons for lock/unlock filament_presets on Plater tabYuSanka
Experiment with filament_presets transparency on GTK
2018-04-11Added preset grouping to all presets ComboBoxesYuSanka
Changed icons for action_undo, sys_lock and sys_unlock. There are used same icons for all OS now. Deleted/Commented temporarily used wxDataViewTreeCtrl
2018-04-06CleanupVojtech Kral
2018-04-06Apply printer model / variant preferences when loading presetsVojtech Kral
2018-04-06ConfigWizard: Basic structure / WIPVojtech Kral
2018-04-06Merge branch 'master' into wipe_tower_improvementsLukas Matena
2018-04-06Merge branch 'master' of https://github.com/prusa3d/Slic3r into ↵Enrico Turri
scene_manipulators
2018-04-05Objects colored by extruder colorEnrico Turri
2018-04-04Moved "wiping_volumes_extruders", "wiping_volumes_matrix" frombubnikv
print settings to project settings.
2018-03-21Purging volume parameters normalization - minor changesLukas Matena
2018-03-21Normalization of purging volume parameters when number of extruders is changedLukas Matena
2018-03-19Wiping volumes options temporarily added to Print SettingsLukas Matena
2018-03-14Added a project specific config to the PresetBundle class.bubnikv
This project specific config will be stored into the config.ini, into .3mf and .amf and .gcode, and recover it from the same files.
2018-03-13Added the Prusa's vendor specific Config Bundle.bubnikv
Added the "unlocked lock" icon when the system profile gets modified.