FIX: swapping high temperature plate and texture plate icons

jira: STUDIO-9442
Change-Id: I5b3a510bf48831048bd30921a64212e4a1b18098
This commit is contained in:
zhimin.zeng 2025-01-08 19:43:19 +08:00 committed by lane.wei
parent dec14c4bac
commit ccd993b63d
1 changed files with 2 additions and 2 deletions

View File

@ -234,8 +234,8 @@ void Plater::show_illegal_characters_warning(wxWindow* parent)
static std::map<BedType, std::string> bed_type_thumbnails = {
{BedType::btPC, "bed_cool"},
{BedType::btEP, "bed_engineering"},
{BedType::btPEI, "bed_pei"},
{BedType::btPTE, "bed_high_templ"},
{BedType::btPEI, "bed_high_templ"},
{BedType::btPTE, "bed_pei"},
{BedType::btSuperTack, "bed_cool_supertack"}
};