-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[CURA-11157] Remove 'support_interface_skip_height' setting #17961
[CURA-11157] Remove 'support_interface_skip_height' setting #17961
Conversation
Was used for run-time efficiency, but it wasn't really ever set beyond one layer-height, which made it rather useless. frontend part of CURA-11157 -- needed version upgrader as well, since it's the first alteration
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy
found issue(s) with the introduced code (1/2)
@@ -154,7 +154,6 @@ | |||
"support_infill_rate": { "value": "20" }, | |||
"support_interface_enable": { "value": "True" }, | |||
"support_interface_height": { "value": "1" }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overriding support_interface_height with the same value (value: 1) as defined in parent definition: fdmprinter
"support_interface_height": { "value": "1" }, | |
@@ -154,7 +154,6 @@ | |||
"support_infill_rate": { "value": "20" }, | |||
"support_interface_enable": { "value": "True" }, | |||
"support_interface_height": { "value": "1" }, | |||
"support_interface_skip_height": { "value": "layer_height" }, | |||
"support_join_distance": { "value": "1" }, | |||
"support_offset": { "value": "1.5" }, | |||
"support_pattern": { "default_value": "zigzag" }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overriding support_pattern with the same value (default_value: zigzag) as defined in parent definition: fdmprinter
"support_pattern": { "default_value": "zigzag" }, | |
@@ -108,7 +108,6 @@ | |||
"support_interface_enable": { "value": true }, | |||
"support_interface_height": { "value": "layer_height * 4" }, | |||
"support_interface_pattern": { "value": "'grid'" }, | |||
"support_interface_skip_height": { "value": 0.2 }, | |||
"support_pattern": { "value": "'zigzag'" }, | |||
"support_wall_count": { "value": 1 }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overriding support_wall_count with the same value (value: 1) as defined in parent definition: fdmprinter
"support_wall_count": { "value": 1 }, | |
@@ -92,7 +92,6 @@ | |||
"support_interface_height": { "value": "layer_height * 4" }, | |||
"support_interface_line_width": { "value": "line_width - 0.1" }, | |||
"support_interface_pattern": { "value": "'grid'" }, | |||
"support_interface_skip_height": { "value": 0.2 }, | |||
"support_pattern": { "value": "'zigzag'" }, | |||
"support_wall_count": { "value": 1 }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overriding support_wall_count with the same value (value: 1) as defined in parent definition: fdmprinter
"support_wall_count": { "value": 1 }, | |
@@ -133,7 +133,6 @@ | |||
"support_interface_enable": { "value": true }, | |||
"support_interface_height": { "value": "layer_height * 4" }, | |||
"support_interface_pattern": { "value": "'grid'" }, | |||
"support_interface_skip_height": { "value": 0.2 }, | |||
"support_pattern": { "value": "'zigzag'" }, | |||
"support_wall_count": { "value": 1 }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overriding support_wall_count with the same value (value: 1) as defined in parent definition: fdmprinter
"support_wall_count": { "value": 1 }, | |
@@ -70,7 +70,6 @@ | |||
"support_interface_enable": { "value": true }, | |||
"support_interface_height": { "value": "layer_height * 4" }, | |||
"support_interface_pattern": { "value": "'grid'" }, | |||
"support_interface_skip_height": { "value": 0.2 }, | |||
"support_pattern": { "value": "'zigzag'" }, | |||
"support_wall_count": { "value": 1 }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overriding support_wall_count with the same value (value: 1) as defined in parent definition: fdmprinter
"support_wall_count": { "value": 1 }, | |
@@ -88,7 +88,6 @@ | |||
"support_interface_enable": { "value": true }, | |||
"support_interface_height": { "value": "layer_height * 4" }, | |||
"support_interface_pattern": { "value": "'grid'" }, | |||
"support_interface_skip_height": { "value": 0.2 }, | |||
"support_pattern": { "value": "'zigzag'" }, | |||
"support_wall_count": { "value": 1 }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overriding support_wall_count with the same value (value: 1) as defined in parent definition: fdmprinter
"support_wall_count": { "value": 1 }, | |
@@ -88,7 +88,6 @@ | |||
"support_interface_enable": { "value": true }, | |||
"support_interface_height": { "value": "layer_height * 4" }, | |||
"support_interface_pattern": { "value": "'grid'" }, | |||
"support_interface_skip_height": { "value": 0.2 }, | |||
"support_pattern": { "value": "'zigzag'" }, | |||
"support_wall_count": { "value": 1 }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overriding support_wall_count with the same value (value: 1) as defined in parent definition: fdmprinter
"support_wall_count": { "value": 1 }, | |
@@ -109,7 +109,6 @@ | |||
"support_interface_enable": { "value": true }, | |||
"support_interface_height": { "value": "layer_height * 4" }, | |||
"support_interface_pattern": { "value": "'grid'" }, | |||
"support_interface_skip_height": { "value": 0.2 }, | |||
"support_pattern": { "value": "'zigzag'" }, | |||
"support_wall_count": { "value": 1 }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overriding support_wall_count with the same value (value: 1) as defined in parent definition: fdmprinter
"support_wall_count": { "value": 1 }, | |
@@ -119,7 +119,6 @@ | |||
"support_interface_enable": { "value": true }, | |||
"support_interface_height": { "value": "layer_height * 4" }, | |||
"support_interface_pattern": { "value": "'grid'" }, | |||
"support_interface_skip_height": { "value": 0.2 }, | |||
"support_pattern": { "value": "'zigzag'" }, | |||
"support_wall_count": { "value": 1 }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overriding support_wall_count with the same value (value: 1) as defined in parent definition: fdmprinter
"support_wall_count": { "value": 1 }, | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy
found issue(s) with the introduced code (2/2)
@@ -70,7 +70,6 @@ | |||
"support_interface_enable": { "value": true }, | |||
"support_interface_height": { "value": "layer_height * 4" }, | |||
"support_interface_pattern": { "value": "'grid'" }, | |||
"support_interface_skip_height": { "value": 0.2 }, | |||
"support_pattern": { "value": "'zigzag'" }, | |||
"support_wall_count": { "value": 1 }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overriding support_wall_count with the same value (value: 1) as defined in parent definition: fdmprinter
"support_wall_count": { "value": 1 }, | |
@@ -99,7 +99,6 @@ | |||
"support_interface_enable": { "value": true }, | |||
"support_interface_height": { "value": "layer_height * 4" }, | |||
"support_interface_pattern": { "value": "'grid'" }, | |||
"support_interface_skip_height": { "value": 0.2 }, | |||
"support_pattern": { "value": "'zigzag'" }, | |||
"support_wall_count": { "value": 1 }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overriding support_wall_count with the same value (value: 1) as defined in parent definition: fdmprinter
"support_wall_count": { "value": 1 }, | |
Was used for run-time efficiency, but it wasn't really ever set beyond one layer-height, which made it rather useless.
This needed a version-upgrader, since it's the first change that needed it since 5.6
See backend PR: Ultimaker/CuraEngine#2009