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

Top surface inner outer wall config #1963

Merged
merged 3 commits into from
Oct 6, 2023

Conversation

casperlamboo
Copy link
Contributor

@casperlamboo casperlamboo commented Oct 5, 2023

This PR add functionality to configure different print settings for inner/outer walls for roofing and non roofing layers.

Screenshot 2023-10-05 at 13 13 43

front-end pr: Ultimaker/Cura#16892

CURA-11110

casperlamboo and others added 3 commits October 5, 2023 11:48
Implementation is not fully desired since it has some downsides
1. When a layer-part is partially a roof the whole outer/inner wall uses the inner/outer wall roofing print-configuration
2. Some logic is duplicated, namely the function that calculates the `filled_area_above`. This function previously lived in `SkinInfillAreaComputation`. It's not logical to create a `SkinInfillAreaComputation` instance just to re-use this utility. Proposal to fix this is to move the logic of calculating the `filled_area_above` to a more central location, this will be done in a seperate ticket.
3. The `inset0_roofing_config` and `insetX_roofing_config` contain `line_width` properties. Changing the line-widths here doesn't actually change the line width. The line widths can only be changed through the `insetX_config` and `inset0_config` configs

CURA-11110
@github-actions
Copy link
Contributor

github-actions bot commented Oct 5, 2023

Unit Test Results

26 tests  ±0   26 ✔️ ±0   14s ⏱️ -1s
  1 suites ±0     0 💤 ±0 
  1 files   ±0     0 ±0 

Results for commit 08dd09a. ± Comparison against base commit a8cc7b7.

@rburema rburema merged commit 0a52242 into 5.5 Oct 6, 2023
@rburema rburema deleted the CURA-11110-top-surface-inner-outer-wall-config branch October 6, 2023 10:43
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.

3 participants