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:
qing.zhang 2023-05-06 18:11:11 +08:00 committed by Lane.Wei
parent e7a21ce0e1
commit 37dfa47f34
2 changed files with 2 additions and 2 deletions

View file

@ -131,7 +131,7 @@ wxString PlateSettingsDialog::to_bed_type_name(BedType bed_type) {
case btDefault:
return _L("Same as Global Bed Type");
case btPC:
return _L("Cool Plate");
return _L("Cool Plate / PLA Plate");
case btEP:
return _L("Engineering Plate");
case btPEI: