Skip to content

[CURA-13248] Fix quoted extruder capture in template regex#2342

Merged
HellAholic merged 3 commits into
mainfrom
CURA-13248
Jul 6, 2026
Merged

[CURA-13248] Fix quoted extruder capture in template regex#2342
HellAholic merged 3 commits into
mainfrom
CURA-13248

Conversation

@HellAholic

Copy link
Copy Markdown
Contributor

Updated the G-code template resolver regex so the optional extruder_nr group no longer matches single or double quotes. This tightens placeholder parsing and prevents invalid quoted values from being treated as extruder identifiers. This allows for comparisons such as if "value in list" which currently results in the last list item being associated as extruder_nr

CURA-13248

Updated the G-code template resolver regex so the optional `extruder_nr` group no longer matches single or double quotes. This tightens placeholder parsing and prevents invalid quoted values from being treated as extruder identifiers.
This allows for comparisons such as if "value in list" which currently results in the last list item being associated as extruder_nr
@HellAholic HellAholic changed the title Fix quoted extruder capture in template regex [CURA-13248] Fix quoted extruder capture in template regex Jun 29, 2026
@HellAholic
HellAholic marked this pull request as ready for review June 29, 2026 12:29
@github-actions

github-actions Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Test Results

31 tests   31 ✅  5s ⏱️
 1 suites   0 💤
 1 files     0 ❌

Results for commit d45dcfc.

♻️ This comment has been updated with latest results.

@HellAholic
HellAholic merged commit 7a627bc into main Jul 6, 2026
58 of 64 checks passed
@HellAholic
HellAholic deleted the CURA-13248 branch July 6, 2026 07:28
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.

2 participants