FIX: update the Laser part name

jira: [STUDIO-10586]
Change-Id: Ia60650c1e7d51219117a44fdf7956150ba4d7e89
This commit is contained in:
xin.zhang 2025-03-14 11:05:53 +08:00 committed by lane.wei
parent 3e974ffe0b
commit 0cb04b4d26
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ static const std::unordered_map<wxString, wxString> ACCESSORY_DISPLAY_STR = {
{"N3F", "AMS 2 PRO"}, {"N3F", "AMS 2 PRO"},
{"N3S", "AMS HT"}, {"N3S", "AMS HT"},
{"O2L_PC", L("Air Pump")}, {"O2L_PC", L("Air Pump")},
{"O2L_10B", L("Laser 10w")}, {"O2L_10B", L("Laser 10W")},
{"O2L_40B", L("Laser 40w")}, {"O2L_40B", L("Laser 40W")},
{"O2L_PCM", L("Cutting Module")}, {"O2L_PCM", L("Cutting Module")},
{"O2L_ACM", "Active Cutting Module"}, {"O2L_ACM", "Active Cutting Module"},
{"O2L_UCM", "Ultrasonic Cutting Module"}, {"O2L_UCM", "Ultrasonic Cutting Module"},