Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2018-05-22 16:18:38 +0300
committerbubnikv <bubnikv@gmail.com>2018-05-22 16:18:38 +0300
commit076b293fec95580f956ca81004fab4ab08295d3d (patch)
treefd2d1bef0ff1d714a3f3c0f9a69042f892e7fafb
parent360b34944d830655f8d0966d2140a1d293b7b724 (diff)
Bumped up version numbers of the PrusaResearch.ini and the Slic3r itself.version_1.40.0-alpha2
-rw-r--r--resources/profiles/PrusaResearch.idx1
-rw-r--r--resources/profiles/PrusaResearch.ini2
-rw-r--r--xs/src/libslic3r/libslic3r.h2
3 files changed, 3 insertions, 2 deletions
diff --git a/resources/profiles/PrusaResearch.idx b/resources/profiles/PrusaResearch.idx
index e3b1e6ef5..2ebc781b0 100644
--- a/resources/profiles/PrusaResearch.idx
+++ b/resources/profiles/PrusaResearch.idx
@@ -1,3 +1,4 @@
+0.1.3 Fixed an incorrect position of the max_print_height parameter
0.1.2 Wipe tower changes
0.1.1 Minor print speed adjustments
0.1.0 Initial
diff --git a/resources/profiles/PrusaResearch.ini b/resources/profiles/PrusaResearch.ini
index 77b4f6913..7bbdf93c8 100644
--- a/resources/profiles/PrusaResearch.ini
+++ b/resources/profiles/PrusaResearch.ini
@@ -5,7 +5,7 @@
name = Prusa Research
# 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.2
+config_version = 0.1.3
# Where to get the updates from?
config_update_url = https://raw.githubusercontent.com/prusa3d/Slic3r-settings/master/live/PrusaResearch/
diff --git a/xs/src/libslic3r/libslic3r.h b/xs/src/libslic3r/libslic3r.h
index e7b858e8b..8aa0d0277 100644
--- a/xs/src/libslic3r/libslic3r.h
+++ b/xs/src/libslic3r/libslic3r.h
@@ -14,7 +14,7 @@
#include <boost/thread.hpp>
#define SLIC3R_FORK_NAME "Slic3r Prusa Edition"
-#define SLIC3R_VERSION "1.40.0-alpha"
+#define SLIC3R_VERSION "1.40.0-alpha2"
#define SLIC3R_BUILD "UNKNOWN"
typedef int32_t coord_t;