Merge branch 'master' into wipe_tower_no_priming

This commit is contained in:
bubnikv 2018-07-27 23:26:10 +02:00
commit 4778312fa5
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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;