fix: correct 'percision' typo to 'precision' in motion calibration UI strings#10809
fix: correct 'percision' typo to 'precision' in motion calibration UI strings#10809BenJule wants to merge 1 commit into
Conversation
3d90cf2 to
96b6471
Compare
|
Apologies — this PR was closed by mistake on 2026-06-07, and that was an error on my side, not a deliberate decision to withdraw the change. It happened as an unintended side effect of a branch cleanup in my fork: deleting the head branch automatically closed this PR. The contribution still stands. I have restored the branch and reopened the PR. Sorry for the noise and any confusion this caused. |
…bration strings The motion-calibration stage strings (cases 36/37 in get_stage_string) read 'Measuring/Enhancing motion percision'. Corrected to 'precision'. Closes bambulab#10856
96b6471 to
b41cd96
Compare
|
Force-pushed: rebased onto current |
Problem
Two printer status strings in
DeviceManager.cpp(cases 36 and 37) used the misspelling "percision" instead of "precision":"Measuring motion percision""Enhancing motion percision"These strings are shown to users in the device status panel during motion calibration.
Fix
Correct both strings in
src/slic3r/GUI/DeviceManager.cpp.Source-string change only, the translation catalogs (
bbl/i18n/*.po,BambuStudio.pot) are intentionally left untouched and regenerated by the upstream gettext pipeline, per maintainer guidance on #10871.Closes #10856.