mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-21 19:33:26 +00:00
FIX:Translation of calibration and print options
Change-Id: Ifd9b64a793ae5033b6ee411089bbf5428870e7fd
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user