mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-14 20:05:45 -07:00
Fix crash when selecting Textured Cool Plate
This commit is contained in:
parent
b3ca79146b
commit
860ea61420
1 changed files with 1 additions and 0 deletions
|
|
@ -232,6 +232,7 @@ static std::map<BedType, std::string> 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"}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue