cura:yttr

Last commit made on 2024-04-10
Get this branch:
git clone -b yttr https://git.launchpad.net/cura

Branch merges

Branch information

Name:
yttr
Repository:
lp:cura

Recent commits

c10328a... by Saumya Jain <email address hidden>

Merge branch 'CURA-10901-warn-if-formulas-are-NOK' into yttr

84f90ea... by Saumya Jain <email address hidden>

Adding strip as the github actions were not picking up text with extra spaces

CURA-10901

8d878f1... by Saumya Jain <email address hidden>

The .json file doesn't show replacement text so trying to get that

2fa3baa... by saumyaj3 <email address hidden>

Applied printer-linter format

43b209a... by Saumya Jain <email address hidden>

adding more test files

65bd675... by Saumya Jain <email address hidden>

Merge branch 'CURA-10901-warn-if-formulas-are-NOK' into yttr

3987969... by Saumya Jain <email address hidden>

Simplify and optimize Cura settings list retrieval

Related Task: CURA-10901

92bed2a... by Saumya Jain <email address hidden>

Merge branch 'CURA-10901-warn-if-formulas-are-NOK' into yttr

dcd673a... by Saumya Jain <email address hidden>

Refactor and enhance formula linter in printer-linter module

The update improves formula linting by refining the identification and correction processes of formula typos. It establishes a list of standard formula names and delimiters for better match and replacement operations. Additionally, it enhances error reporting, providing users with more specific and instructive feedback. The Cura settings list retrieval method has been optimized as well.

Related Task: CURA-10901

db0e46b... by Saumya Jain <email address hidden>

Improve formula checks and error messages in printer-linter

This update enhances the checking of formula correctness in printer settings and provides clearer error messages when formulas appear incorrect. By getting a list of Cura setting variables and typical formula names, it uses these to match and replace incorrect segments in formulas, if any. Related code for error handling and message reporting are also revised to give more useful feedback to users for necessary corrections.

CURA-10901