Skip to content

fix(Configurations): rename RESONANCE_TEST to FTM_RESONANCE_TEST (411 occurrences)#1191

Closed
WakinCode wants to merge 1 commit into
MarlinFirmware:bugfix-2.1.xfrom
WakinCode:bugfix-2.1.x
Closed

fix(Configurations): rename RESONANCE_TEST to FTM_RESONANCE_TEST (411 occurrences)#1191
WakinCode wants to merge 1 commit into
MarlinFirmware:bugfix-2.1.xfrom
WakinCode:bugfix-2.1.x

Conversation

@WakinCode

Copy link
Copy Markdown

Global rename was missed in the Configurations repo when FTM_RESONANCE_TEST
was introduced in the main Marlin repo. All 411 occurrences were bare
RESONANCE_TEST with no existing FTM_RESONANCE_TEST references present.

Replaced via:
grep -rlZ 'RESONANCE_TEST' . | xargs -0 sed -i 's/\bRESONANCE_TEST\b/FTM_RESONANCE_TEST/g'

Tested: zero remaining bare RESONANCE_TEST occurrences confirmed by grep.
Affects: config/default and all config/examples across all printer variants.

… occurrences)

Global rename was missed in the Configurations repo when FTM_RESONANCE_TEST
was introduced in the main Marlin repo. All 411 occurrences were bare
RESONANCE_TEST with no existing FTM_RESONANCE_TEST references present.

Replaced via:
grep -rlZ 'RESONANCE_TEST' . | xargs -0 sed -i 's/\bRESONANCE_TEST\b/FTM_RESONANCE_TEST/g'

Tested: zero remaining bare RESONANCE_TEST occurrences confirmed by grep.
Affects: config/default and all config/examples across all printer variants.
@github-actions

Copy link
Copy Markdown

Thanks for your contribution! Unfortunately we can't accept PRs directed at the bugfix-2.x.x branch. We make patches to import-2.x.x and then generate bugfix-2.x.x and release-x.x.x from that.
Please redo this PR starting with the current import-2.1.x branch and be careful to target import-2.1.x when resubmitting the PR.
It may help to set your fork's default branch to import-2.1.x.
See this page for full instructions.

@github-actions github-actions Bot closed this May 30, 2026
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.

1 participant