From 860ea61420aea6b461ff2935548e98bf5f2fa526 Mon Sep 17 00:00:00 2001 From: Noisyfox Date: Tue, 16 Sep 2025 22:48:04 +0800 Subject: [PATCH] Fix crash when selecting Textured Cool Plate --- src/slic3r/GUI/Plater.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/slic3r/GUI/Plater.cpp b/src/slic3r/GUI/Plater.cpp index 6f178cbe0c..3844a9baf4 100644 --- a/src/slic3r/GUI/Plater.cpp +++ b/src/slic3r/GUI/Plater.cpp @@ -232,6 +232,7 @@ static std::map bed_type_thumbnails = { {BedType::btEP, "bed_engineering"}, {BedType::btPEI, "bed_high_templ"}, {BedType::btPTE, "bed_pei"}, + {BedType::btPCT, "bed_pei"}, // TODO: Orca hack {BedType::btSuperTack, "bed_cool_supertack"} };