FIX: Calibration supplementary translation

Change-Id: Id4203f55e921dc5c1d1d462f7dcacd262d88c603
This commit is contained in:
maosheng.wei 2023-07-24 18:18:59 +08:00 committed by Lane.Wei
parent 67084aa936
commit cd8e7e80ba
25 changed files with 163 additions and 91 deletions

View file

@ -102,7 +102,7 @@ void CalibrationPAStartPage::create_page(wxWindow* parent)
_L("Please find the details of Flow Dynamics Calibration from our wiki.\
\n\nUsually the calibration is unnecessary. When you start a single color/material print, with the \"flow dynamics calibration\" option checked in the print start menu, the printer will follow the old way, calibrate the filament before the print; When you start a multi color/material print, the printer will use the default compensation parameter for the filament during every filament switch which will have a good result in most cases.\
\n\nPlease note there are a few cases that will make the calibration result not reliable: using a texture plate to do the calibration; the build plate does not have good adhesion (please wash the build plate or apply gluestick!) ...You can find more from our wiki.\
\n\nThe calibration results have about 10% jitter in our test, which may cause the result not exactly the same in each calibration. We are still investigating the root cause to do improvements with new updates."));
\n\nThe calibration results have about 10 percent jitter in our test, which may cause the result not exactly the same in each calibration. We are still investigating the root cause to do improvements with new updates."));
m_top_sizer->Add(m_about_title);
m_top_sizer->Add(m_about_content);
m_top_sizer->AddSpacer(PRESET_GAP);