mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 15:07:31 -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
|
@ -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 / PLA Plate");
|
||||
return _L("Cool Plate") + " / " + _L("PLA Plate");
|
||||
case btEP:
|
||||
return _L("Engineering Plate");
|
||||
case btPEI:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue