ENH: enlarge thumbnail size of plate to 512*512

Change-Id: I076060a8b315e3bda88d972cbf3cd05f42399c78
Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
Stone Li 2023-02-20 18:02:15 +08:00 committed by Lane.Wei
parent 29b03d5e53
commit 50462d14eb
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ using Slic3r::Preset;
using Slic3r::GUI::format_wxstr; using Slic3r::GUI::format_wxstr;
using namespace nlohmann; using namespace nlohmann;
static const std::pair<unsigned int, unsigned int> THUMBNAIL_SIZE_3MF = { 256, 256 }; static const std::pair<unsigned int, unsigned int> THUMBNAIL_SIZE_3MF = { 512, 512 };
namespace Slic3r { namespace Slic3r {
namespace GUI { namespace GUI {