mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-03-04 09:34:46 -07:00
FIX: update the Laser part name
jira: [STUDIO-10586] Change-Id: Ia60650c1e7d51219117a44fdf7956150ba4d7e89 (cherry picked from commit 0cb04b4d263dc013982914acbb8ebfd13b05371b)
This commit is contained in:
parent
8014c57963
commit
eca819329b
1 changed files with 2 additions and 2 deletions
|
|
@ -18,8 +18,8 @@ static const std::unordered_map<wxString, wxString> ACCESSORY_DISPLAY_STR = {
|
|||
{"N3F", "AMS 2 PRO"},
|
||||
{"N3S", "AMS HT"},
|
||||
{"O2L_PC", L("Air Pump")},
|
||||
{"O2L_10B", L("Laser 10w")},
|
||||
{"O2L_40B", L("Laser 40w")},
|
||||
{"O2L_10B", L("Laser 10W")},
|
||||
{"O2L_40B", L("Laser 40W")},
|
||||
{"O2L_PCM", L("Cutting Module")},
|
||||
{"O2L_ACM", "Active Cutting Module"},
|
||||
{"O2L_UCM", "Ultrasonic Cutting Module"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue