From 0cb04b4d263dc013982914acbb8ebfd13b05371b Mon Sep 17 00:00:00 2001 From: "xin.zhang" Date: Fri, 14 Mar 2025 11:05:53 +0800 Subject: [PATCH] FIX: update the Laser part name jira: [STUDIO-10586] Change-Id: Ia60650c1e7d51219117a44fdf7956150ba4d7e89 --- src/slic3r/GUI/UpgradePanel.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/slic3r/GUI/UpgradePanel.cpp b/src/slic3r/GUI/UpgradePanel.cpp index 5c2c69645..5acc98f03 100644 --- a/src/slic3r/GUI/UpgradePanel.cpp +++ b/src/slic3r/GUI/UpgradePanel.cpp @@ -18,8 +18,8 @@ static const std::unordered_map 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"},