mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-17 09:52:36 -07:00
FIX: update some text in calibration dialog
jira: [STUDIO-8558] Change-Id: I97c49f438571340f80fd6a003f31c57d233cafda (cherry picked from commit 2f271463c929c17b92c1850f3b72b6f7343c1ed3)
This commit is contained in:
parent
8e91932cd1
commit
80481892a5
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ CalibrationDialog::CalibrationDialog(Plater *plater)
|
|||
cali_step_select_title->SetBackgroundColour(BG_COLOR);
|
||||
cali_left_sizer->Add(cali_step_select_title, 0, wxLEFT, FromDIP(15));
|
||||
|
||||
select_xcam_cali = create_check_option(_L("Micro lidar calibration"), cali_left_panel, _L("Micro lidar calibration"), "xcam_cali");
|
||||
select_xcam_cali = create_check_option(_L("Nozzle offset calibration"), cali_left_panel, _L("Nozzle offset 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 cancellation"), cali_left_panel, _L("Motor noise cancellation"), "motor_noise");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue