FIX:Translation of calibration and print options

Change-Id: Ifd9b64a793ae5033b6ee411089bbf5428870e7fd
This commit is contained in:
hu.wang 2023-09-14 17:55:10 +08:00 committed by Lane.Wei
parent 861d757ba4
commit f9aa9d02a7
25 changed files with 442 additions and 481 deletions

View file

@ -51,7 +51,7 @@ CalibrationDialog::CalibrationDialog(Plater *plater)
select_xcam_cali = create_check_option(_L("Micro lidar calibration"), cali_left_panel, _L("Micro lidar calibration"), "xcam_cali");
select_bed_leveling = create_check_option(_L("Bed leveling"), cali_left_panel, _L("Bed leveling"), "bed_leveling");
select_vibration = create_check_option(_L("Vibration compensation"), cali_left_panel, _L("Vibration compensation"), "vibration");
select_motor_noise = create_check_option(_L("Motor noise"), cali_left_panel, _L("Motor noise cancellation"), "motor_noise");
select_motor_noise = create_check_option(_L("Motor noise cancellation"), cali_left_panel, _L("Motor noise cancellation"), "motor_noise");

View file

@ -2883,7 +2883,7 @@ void AMSControl::EnterExtraAMSMode()
m_vams_lib->m_ams_model = AMSModel::EXTRA_AMS;
m_ams_tip->SetLabel(_L("AMS-Extra"));
m_ams_tip->SetLabel(_L("AMS"));
m_img_vams_tip->SetBitmap(create_scaled_bitmap("enable_ams_disable", this, 16));
m_img_vams_tip->Disable();
m_img_amsmapping_tip->SetBitmap(create_scaled_bitmap("enable_ams_disable", this, 16));