mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 05:07:51 -06:00
FIX: translate for cali
Jira: XXXX Change-Id: I4da68f0ae03cbb126f51c96dab8af622b5b9a985
This commit is contained in:
parent
7572bd9804
commit
05d7283c6a
24 changed files with 525 additions and 110 deletions
|
@ -767,8 +767,8 @@ void CalibrationPresetPage::create_page(wxWindow* parent)
|
|||
|
||||
if (m_cali_mode == CalibMode::Calib_PA_Line || m_cali_mode == CalibMode::Calib_PA_Pattern) {
|
||||
wxArrayString pa_cali_modes;
|
||||
pa_cali_modes.push_back(PA_LINE);
|
||||
pa_cali_modes.push_back(PA_PATTERN);
|
||||
pa_cali_modes.push_back(_L("Line"));
|
||||
pa_cali_modes.push_back(_L("Pattern"));
|
||||
m_pa_cali_method_combox = new CaliComboBox(parent, _L("Method"), pa_cali_modes);
|
||||
}
|
||||
|
||||
|
@ -1523,7 +1523,7 @@ void CalibrationPresetPage::set_cali_method(CalibrationMethod method)
|
|||
wxArrayString titles;
|
||||
titles.push_back(_L("From k Value"));
|
||||
titles.push_back(_L("To k Value"));
|
||||
titles.push_back(_L("Step"));
|
||||
titles.push_back(_L("Step value"));
|
||||
m_custom_range_panel->set_titles(titles);
|
||||
|
||||
wxArrayString values;
|
||||
|
@ -1983,7 +1983,7 @@ MaxVolumetricSpeedPresetPage::MaxVolumetricSpeedPresetPage(
|
|||
wxArrayString titles;
|
||||
titles.push_back(_L("From Volumetric Speed"));
|
||||
titles.push_back(_L("To Volumetric Speed"));
|
||||
titles.push_back(_L("Step"));
|
||||
titles.push_back(_L("Step value"));
|
||||
m_custom_range_panel->set_titles(titles);
|
||||
|
||||
m_custom_range_panel->set_unit(_L("mm\u00B3/s"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue