From c0dfe93e6faf2163918e5090af177558da1562a9 Mon Sep 17 00:00:00 2001 From: supermerill Date: Sat, 28 Mar 2020 00:59:30 +0100 Subject: [PATCH] update profiles --- resources/profiles/Creality.idx | 3 ++- resources/profiles/Creality.ini | 2 +- resources/profiles/PrusaResearch.idx | 1 + src/slic3r/Utils/PresetUpdater.cpp | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/resources/profiles/Creality.idx b/resources/profiles/Creality.idx index f9c02a84f..11cf1e269 100644 --- a/resources/profiles/Creality.idx +++ b/resources/profiles/Creality.idx @@ -8,4 +8,5 @@ min_slic3r_version = 2.2.0-alpha3 max_slic3r_version = 12.2.0 min_slic3r_version = 2.1.0 0.0.1 Initial version -0.0.2 Supermerill version +0.0.2 with bed version +0.2.2 Supermerill version diff --git a/resources/profiles/Creality.ini b/resources/profiles/Creality.ini index 03018040d..a5f8b5634 100644 --- a/resources/profiles/Creality.ini +++ b/resources/profiles/Creality.ini @@ -5,7 +5,7 @@ name = Creality # Configuration version of this file. Config file will only be installed, if the config_version differs. # This means, the server may force the PrusaSlicer configuration to be downgraded. -config_version = 0.2.0 +config_version = 0.2.2 # Where to get the updates from? config_update_url = diff --git a/resources/profiles/PrusaResearch.idx b/resources/profiles/PrusaResearch.idx index 74e10a31a..f5c521129 100644 --- a/resources/profiles/PrusaResearch.idx +++ b/resources/profiles/PrusaResearch.idx @@ -1,4 +1,5 @@ min_slic3r_version = 2.2.0-alpha3 +1.1.3 slic3r++ version 1.1.2 Added renamed_from fields for PETG filaments to indicate that they were renamed from PET. 1.1.1 Added Verbatim and Fiberlogy PETG filament profiles. Updated auto cooling settings for ABS. 1.1.1-beta Updated for PrusaSlicer 2.2.0-beta diff --git a/src/slic3r/Utils/PresetUpdater.cpp b/src/slic3r/Utils/PresetUpdater.cpp index d9d1a5526..a537cc28b 100644 --- a/src/slic3r/Utils/PresetUpdater.cpp +++ b/src/slic3r/Utils/PresetUpdater.cpp @@ -399,7 +399,7 @@ Updates PresetUpdater::priv::get_config_updates(const Semver &old_slic3r_version } // Perform a basic load and check the version of the installed preset bundle. - auto vp = VendorProfile::from_ini(bundle_path, false); + VendorProfile vp = VendorProfile::from_ini(bundle_path, false); // Getting a recommended version from the latest index, wich may have been downloaded // from the internet, or installed / updated from the installation resources.