mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-15 17:05:55 +08:00
update profiles
This commit is contained in:
parent
c83149ea5b
commit
c0dfe93e6f
@ -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
|
||||
|
@ -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 =
|
||||
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user