From 6cf508e124f690d6b9269601e77723fb75621ace Mon Sep 17 00:00:00 2001 From: bubnikv Date: Tue, 12 Jun 2018 11:46:15 +0200 Subject: [PATCH 1/2] Updated slic3r_min_version in prusa3d config version index. --- resources/profiles/PrusaResearch.idx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/profiles/PrusaResearch.idx b/resources/profiles/PrusaResearch.idx index 767c372e8..19a8ab17f 100644 --- a/resources/profiles/PrusaResearch.idx +++ b/resources/profiles/PrusaResearch.idx @@ -1,6 +1,9 @@ +min_slic3r_version = 1.40.0 0.1.6 Split the MK2.5 profile from the MK2S +min_slic3r_version = 1.40.0-beta 0.1.5 fixed printer_variant fields for the i3 MK3 0.25 and 0.6mm nozzles 0.1.4 edited fw version, added z-raise after print +min_slic3r_version = 1.40.0-alpha 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 From 303ed0e6c9d61a8b1e61f252525494a9a4725aaf Mon Sep 17 00:00:00 2001 From: bubnikv Date: Tue, 12 Jun 2018 11:53:09 +0200 Subject: [PATCH 2/2] Bumped up the version number to a final. --- xs/src/libslic3r/libslic3r.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xs/src/libslic3r/libslic3r.h b/xs/src/libslic3r/libslic3r.h index 8aa0d0277..4aef4d5c1 100644 --- a/xs/src/libslic3r/libslic3r.h +++ b/xs/src/libslic3r/libslic3r.h @@ -14,7 +14,7 @@ #include #define SLIC3R_FORK_NAME "Slic3r Prusa Edition" -#define SLIC3R_VERSION "1.40.0-alpha2" +#define SLIC3R_VERSION "1.40.0" #define SLIC3R_BUILD "UNKNOWN" typedef int32_t coord_t;