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-07-27 23:31:24 +0300
committerbubnikv <bubnikv@gmail.com>2018-07-27 23:31:24 +0300
commit4a88075334de19b6861086bbfaae32a6130245ae (patch)
tree59a6c676c803c136c2b73444bad6cbfefbabfc05
parent78a8acfcf187d05cfea8a0521cf238937221a86a (diff)
Updated change log for the Prusa3D config index,version_1.41.0-alpha3
bumped up the version to 1.41.0-alpha3
-rw-r--r--resources/profiles/PrusaResearch.idx2
-rw-r--r--xs/src/libslic3r/libslic3r.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/resources/profiles/PrusaResearch.idx b/resources/profiles/PrusaResearch.idx
index 3652c0174..9d214ce40 100644
--- a/resources/profiles/PrusaResearch.idx
+++ b/resources/profiles/PrusaResearch.idx
@@ -1,5 +1,5 @@
min_slic3r_version = 1.41.0-alpha
-0.2.0-alpha3
+0.2.0-alpha3 Adjusted machine limits for time estimates, added filament density and cost,
0.2.0-alpha2 Renamed the key MK3SMMU to MK3MMU2, added a generic PLA MMU2 material
0.2.0-alpha1 added initial profiles for the i3 MK3 Multi Material Upgrade 2.0
0.2.0-alpha moved machine limits from the start G-code to the new print profile parameters
diff --git a/xs/src/libslic3r/libslic3r.h b/xs/src/libslic3r/libslic3r.h
index 77006cebe..2f07ca51a 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.41.0-alpha2"
+#define SLIC3R_VERSION "1.41.0-alpha3"
#define SLIC3R_BUILD "UNKNOWN"
typedef int32_t coord_t;