Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix small area flow comp regression and some other small tweaks #5844

Merged
merged 3 commits into from
Jun 24, 2024

Conversation

SoftFever
Copy link
Owner

Description

  • Fix regression, always create SmallAreaInfillFlowCompensator model
    small_area_infill_flow_compensation is per-region parameter, it's not necessary to iterate though all regions to check whether to create a model.

  • Make SmallAreaInfillFlowCompensator more robust

    1. handle spaces/tabs/new lines etc.
    2. don't throw exception, fall back to no-op instead if parsing failed
  • Fixing an issue that changing small_area_infill_flow_compensation per modifier didn't take effect

Fixed #5780

small_area_infill_flow_compensation is per-region parameter, it's not necessary to iterate though all regions to check whether to create a model.
1. handle spaces/tabs/new lines etc
2. don't throw expection, fall back to no-op instead if parsing failed
@SoftFever SoftFever merged commit 34ad17b into main Jun 24, 2024
11 of 12 checks passed
@SoftFever SoftFever deleted the feature/fix_small_area_flow_comp_regression branch June 24, 2024 16:20
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.

Small area flow compensation not working - RC and Stable
1 participant