mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00: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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user