From e6d6af36b3507893d0108ed234a52d6e6f9ddeda Mon Sep 17 00:00:00 2001 From: supermerill Date: Sun, 10 May 2020 15:39:44 +0200 Subject: [PATCH] update versions --- resources/profiles/BIBO.idx | 1 + resources/profiles/BIBO.ini | 2 +- resources/profiles/Creality.idx | 1 + resources/profiles/Creality.ini | 2 +- resources/profiles/LulzBot.idx | 1 + resources/profiles/LulzBot.ini | 2 +- resources/profiles/PrusaResearch.idx | 1 + resources/profiles/PrusaResearch.ini | 5 +++-- version.inc | 6 +++--- 9 files changed, 13 insertions(+), 8 deletions(-) diff --git a/resources/profiles/BIBO.idx b/resources/profiles/BIBO.idx index ea2fa0ab2..1c26b7d36 100644 --- a/resources/profiles/BIBO.idx +++ b/resources/profiles/BIBO.idx @@ -1,4 +1,5 @@ min_slic3r_version = 2.2.0-alpha3 +0.0.3 slic3r++ adaptation: overlapping & top pattern. 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. diff --git a/resources/profiles/BIBO.ini b/resources/profiles/BIBO.ini index 844ab57a6..a6c3aebcb 100644 --- a/resources/profiles/BIBO.ini +++ b/resources/profiles/BIBO.ini @@ -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.2 +config_version = 0.0.3 # Where to get the updates from? config_update_url = http://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/BIBO/ diff --git a/resources/profiles/Creality.idx b/resources/profiles/Creality.idx index aae72dbb2..1465084ba 100644 --- a/resources/profiles/Creality.idx +++ b/resources/profiles/Creality.idx @@ -1,4 +1,5 @@ min_slic3r_version = 2.2.0-alpha3 +0.2.4 slic3r++ adaptation: overlapping & top pattern. 0.2.3 changed flow ratio from float to % 0.2.2 version 0.2.1 version diff --git a/resources/profiles/Creality.ini b/resources/profiles/Creality.ini index 4ade34683..b1075a684 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.3 +config_version = 0.2.4 # Where to get the updates from? config_update_url = diff --git a/resources/profiles/LulzBot.idx b/resources/profiles/LulzBot.idx index b436427fe..62dfd7f32 100644 --- a/resources/profiles/LulzBot.idx +++ b/resources/profiles/LulzBot.idx @@ -1,3 +1,4 @@ min_slic3r_version = 2.1.0 +0.0.3 slic3r++ adaptation: overlapping & top pattern. 0.0.2 changed flow ratio from float to % 0.0.1 Initial version diff --git a/resources/profiles/LulzBot.ini b/resources/profiles/LulzBot.ini index 4f5dbc220..b936a431e 100644 --- a/resources/profiles/LulzBot.ini +++ b/resources/profiles/LulzBot.ini @@ -3,7 +3,7 @@ [vendor] # Vendor name will be shown by the Config Wizard. name = LulzBot -config_version = 0.0.2 +config_version = 0.0.3 config_update_url = http://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/LulzBot/ [printer_model:MINI_AERO] diff --git a/resources/profiles/PrusaResearch.idx b/resources/profiles/PrusaResearch.idx index 5da3e1791..9f719a5b0 100644 --- a/resources/profiles/PrusaResearch.idx +++ b/resources/profiles/PrusaResearch.idx @@ -1,4 +1,5 @@ min_slic3r_version = 2.2.0-alpha3 +1.1.5 slic3r++ adaptation: overlapping & top pattern. 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. diff --git a/resources/profiles/PrusaResearch.ini b/resources/profiles/PrusaResearch.ini index 8ab6225c5..caf5f46e1 100644 --- a/resources/profiles/PrusaResearch.ini +++ b/resources/profiles/PrusaResearch.ini @@ -8,10 +8,11 @@ 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.4 +config_version = 1.1.5 # Where to get the updates from? config_update_url = -changelog_url = http://files.prusa3d.com/?latest=slicer-profiles&lng=%1% +changelog_url = +#http://files.prusa3d.com/?latest=slicer-profiles&lng=%1% # The printer models will be shown by the Configuration Wizard in this order, # also the first model installed & the first nozzle installed will be activated after install. diff --git a/version.inc b/version.inc index f8c3effbe..797d71d5d 100644 --- a/version.inc +++ b/version.inc @@ -3,7 +3,7 @@ set(SLIC3R_APP_NAME "Slic3r++") set(SLIC3R_APP_KEY "Slic3r++") -set(SLIC3R_VERSION "2.2.49") +set(SLIC3R_VERSION "2.2.50") set(SLIC3R_BUILD_ID "slic3r++_${SLIC3R_VERSION}+UNKNOWN") -set(SLIC3R_RC_VERSION "2,2,49,0") -set(SLIC3R_RC_VERSION_DOTS "2.2.49.0") +set(SLIC3R_RC_VERSION "2,2,50,0") +set(SLIC3R_RC_VERSION_DOTS "2.2.50.0")