diff --git a/src/slic3r/GUI/PlateSettingsDialog.cpp b/src/slic3r/GUI/PlateSettingsDialog.cpp index d0a155a02..aad4aa414 100644 --- a/src/slic3r/GUI/PlateSettingsDialog.cpp +++ b/src/slic3r/GUI/PlateSettingsDialog.cpp @@ -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: diff --git a/src/slic3r/GUI/SelectMachine.cpp b/src/slic3r/GUI/SelectMachine.cpp index 0a0af919f..6ae4a14e9 100644 --- a/src/slic3r/GUI/SelectMachine.cpp +++ b/src/slic3r/GUI/SelectMachine.cpp @@ -900,7 +900,7 @@ void SelectMachinePopup::OnLeftUp(wxMouseEvent &event) static wxString MACHINE_BED_TYPE_STRING[BED_TYPE_COUNT] = { //_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] = { //"auto",