Skip to content

fix: correct 'percision' typo to 'precision' in motion calibration UI strings#10809

Open
BenJule wants to merge 1 commit into
bambulab:masterfrom
BenJule:fix/typo-motion-precision
Open

fix: correct 'percision' typo to 'precision' in motion calibration UI strings#10809
BenJule wants to merge 1 commit into
bambulab:masterfrom
BenJule:fix/typo-motion-precision

Conversation

@BenJule

@BenJule BenJule commented May 20, 2026

Copy link
Copy Markdown
Contributor

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.

@BenJule
BenJule force-pushed the fix/typo-motion-precision branch 2 times, most recently from 3d90cf2 to 96b6471 Compare May 21, 2026 08:55
@BenJule BenJule closed this Jun 7, 2026
@BenJule
BenJule deleted the fix/typo-motion-precision branch June 7, 2026 10:09
@BenJule BenJule reopened this Jun 7, 2026
@BenJule
BenJule restored the fix/typo-motion-precision branch June 7, 2026 11:39
@BenJule

BenJule commented Jun 7, 2026

Copy link
Copy Markdown
Contributor Author

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
@BenJule
BenJule force-pushed the fix/typo-motion-precision branch from 96b6471 to b41cd96 Compare June 8, 2026 05:08
@BenJule

BenJule commented Jun 8, 2026

Copy link
Copy Markdown
Contributor Author

Force-pushed: rebased onto current master and reduced this PR to the source-string changes only. The previous revision had inadvertently carried translation-file (.po/.pot) edits and a few unrelated files over from the branch base — those are now removed. Per @lanewei120's guidance on #10871, the .po/.pot catalogs are left to the upstream translation pipeline.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Misspelling 'percision' in motion calibration status messages

1 participant