ENH: chang key value-- Cool Plate --> PLA Plate
Signed-off-by: qing.zhang <qing.zhang@bambulab.com> Change-Id: If96be38356cf08adbd4a7139014ab87057996dcb
This commit is contained in:
parent
e7a21ce0e1
commit
37dfa47f34
|
@ -131,7 +131,7 @@ wxString PlateSettingsDialog::to_bed_type_name(BedType bed_type) {
|
||||||
case btDefault:
|
case btDefault:
|
||||||
return _L("Same as Global Bed Type");
|
return _L("Same as Global Bed Type");
|
||||||
case btPC:
|
case btPC:
|
||||||
return _L("Cool Plate");
|
return _L("Cool Plate / PLA Plate");
|
||||||
case btEP:
|
case btEP:
|
||||||
return _L("Engineering Plate");
|
return _L("Engineering Plate");
|
||||||
case btPEI:
|
case btPEI:
|
||||||
|
|
|
@ -900,7 +900,7 @@ void SelectMachinePopup::OnLeftUp(wxMouseEvent &event)
|
||||||
|
|
||||||
static wxString MACHINE_BED_TYPE_STRING[BED_TYPE_COUNT] = {
|
static wxString MACHINE_BED_TYPE_STRING[BED_TYPE_COUNT] = {
|
||||||
//_L("Auto"),
|
//_L("Auto"),
|
||||||
_L("Bambu Cool Plate"), _L("Bamabu Engineering Plate"), _L("Bamabu High Temperature Plate")};
|
_L("Bambu Cool Plate / PLA Plate"), _L("Bamabu Engineering Plate"), _L("Bamabu High Temperature Plate")};
|
||||||
|
|
||||||
static std::string MachineBedTypeString[BED_TYPE_COUNT] = {
|
static std::string MachineBedTypeString[BED_TYPE_COUNT] = {
|
||||||
//"auto",
|
//"auto",
|
||||||
|
|
Loading…
Reference in New Issue