mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-02 04:50:34 -07:00
FIX: swapping high temperature plate and texture plate icons
jira: STUDIO-9442 Change-Id: I5b3a510bf48831048bd30921a64212e4a1b18098 (cherry picked from commit ccd993b63d68b1fc0ddef5cf03a73f65e8bc584b)
This commit is contained in:
parent
1b442e2c47
commit
9c7db003f5
1 changed files with 2 additions and 2 deletions
|
|
@ -230,8 +230,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"}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue