update profiles

This commit is contained in:
supermerill 2020-03-28 00:59:30 +01:00
parent c83149ea5b
commit c0dfe93e6f
4 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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 =

View File

@ -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

View File

@ -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.