From 387f88dfb0a86966413ce2f0abf0c53504ed871f Mon Sep 17 00:00:00 2001 From: supermerill Date: Sun, 3 May 2020 19:56:39 +0200 Subject: [PATCH] #222 activate thumbnail code --- src/libslic3r/Technologies.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libslic3r/Technologies.hpp b/src/libslic3r/Technologies.hpp index 1d8f163dc..d6b00576f 100644 --- a/src/libslic3r/Technologies.hpp +++ b/src/libslic3r/Technologies.hpp @@ -34,7 +34,7 @@ //==================== // 2.2.0.alpha1 techs //==================== -#define ENABLE_2_2_0_ALPHA1 0 +#define ENABLE_2_2_0_ALPHA1 1 // Enable thumbnail generator // When removing this technology, remove it also from stable branch,