mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
ENH: refine Cool Plate to Cool Plate / PLA Plate
Change-Id: I186ea538465322220dcb088c9998716aad8398ee Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
parent
63acf7f6f0
commit
f3fdfee569
3 changed files with 6 additions and 4 deletions
|
@ -900,7 +900,9 @@ void SelectMachinePopup::OnLeftUp(wxMouseEvent &event)
|
|||
|
||||
static wxString MACHINE_BED_TYPE_STRING[BED_TYPE_COUNT] = {
|
||||
//_L("Auto"),
|
||||
_L("Bambu Cool Plate / PLA Plate"), _L("Bamabu Engineering Plate"), _L("Bamabu High Temperature Plate")};
|
||||
_L("Bambu Cool Plate") + " / " + _L("PLA Plate"),
|
||||
_L("Bamabu Engineering Plate"),
|
||||
_L("Bamabu High Temperature Plate")};
|
||||
|
||||
static std::string MachineBedTypeString[BED_TYPE_COUNT] = {
|
||||
//"auto",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue