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"} };