update version

also fix #200
This commit is contained in:
supermerill 2020-04-20 19:31:10 +02:00
parent 046210b0d5
commit b9ab7641c5
10 changed files with 18 additions and 9 deletions

View File

@ -1,4 +1,5 @@
min_slic3r_version = 2.2.0-alpha3
0.0.2 changed flow ratio from float to %
0.0.1 Multiple Print models were unified into a single one.
0.0.1-beta2 Bed model and textures added. Materials all use the BOBO2 identifier. deretract speed set to 0 to use retract speed.
0.0.1-beta1 Added new printer profiles for ditto printing. New retraction settings, new materials. Removed some settings which do not apply. More start gcode improvements.

View File

@ -5,7 +5,7 @@
name = BIBO
# 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.0.1
config_version = 0.0.2
# Where to get the updates from?
config_update_url = http://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/BIBO/

View File

@ -5,7 +5,7 @@
name = Custom
# Configuration version of this file. Config file will only be installed, if the config_version differs.
# This means, the server may force the Slic3r configuration to be downgraded.
config_version = 0.1.0
config_version = 0.1.1
# Where to get the updates from?
config_update_url =

View File

@ -1,4 +1,11 @@
min_slic3r_version = 2.2.0-alpha3
0.2.3 changed flow ratio from float to %
0.2.2 version
0.2.1 version
0.2.0 version
0.1.2 version
0.1.1 version
0.1.0 Supermerill version
0.0.2 Updated for PrusaSlicer 2.2.0-rc
0.0.2-beta Update for PrusaSlicer 2.2.0-beta
0.0.2-alpha1 Extended list of default filaments to be installed
@ -9,4 +16,3 @@ max_slic3r_version = 12.2.0
min_slic3r_version = 2.1.0
0.0.1 Initial 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.2
config_version = 0.2.3
# Where to get the updates from?
config_update_url =

View File

@ -1,2 +1,3 @@
min_slic3r_version = 2.1.0
0.0.2 changed flow ratio from float to %
0.0.1 Initial version

View File

@ -3,7 +3,7 @@
[vendor]
# Vendor name will be shown by the Config Wizard.
name = LulzBot
config_version = 0.0.1
config_version = 0.0.2
config_update_url = http://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/LulzBot/
[printer_model:MINI_AERO]

View File

@ -1,4 +1,5 @@
min_slic3r_version = 2.2.0-alpha3
1.1.4 changed flow ratio from float to %
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.

View File

@ -8,7 +8,7 @@ technologies = FFF; SLA
# 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 = 1.1.3
config_version = 1.1.4
# Where to get the updates from?
config_update_url =
changelog_url = http://files.prusa3d.com/?latest=slicer-profiles&lng=%1%

View File

@ -3,7 +3,7 @@
set(SLIC3R_APP_NAME "Slic3r++")
set(SLIC3R_APP_KEY "Slic3r++")
set(SLIC3R_VERSION "2.2.48")
set(SLIC3R_VERSION "2.2.49")
set(SLIC3R_BUILD_ID "slic3r++_${SLIC3R_VERSION}+UNKNOWN")
set(SLIC3R_RC_VERSION "2,2,48,0")
set(SLIC3R_RC_VERSION_DOTS "2.2.48.0")
set(SLIC3R_RC_VERSION "2,2,49,0")
set(SLIC3R_RC_VERSION_DOTS "2.2.49.0")